Channel Avatar

Jeremy Chone @UCiT_r1GD7JSftnbViKHcOtQ@youtube.com

27K subscribers - no pronouns :c

Channel focused on production coding with Rust, software eng


Welcoem to posts!!

in the future - u will be able to do some more stuff here,,,!! like pat catgirl- i mean um yeah... for now u can only see others's posts :c

Jeremy Chone
Posted 1 day ago

Done: #devai scripting fully migrated to #Lua (from Rhai).

Rust and #Lua make a great duo (thanks to mlua)

Runs a scriptable agent under 10MB, all included. Python not required.

github.com/jeremychone/rust-devai

Preparing for the Devai 0.5.0-WIP release.

#rustprogramming #rustlang #AiProductionCoding

19 - 0

Jeremy Chone
Posted 4 days ago

Current cool AI coding tools have a big problem.

All the new toolsā€”Cursor, Bolt, Windsurf:
- focus on the 0 to 10,
- assuming the same pattern works for the 100 to 1000.

The truth is, big code projects donā€™t start like small ones.

#AICoding #devai #ProductionCoding

16 - 3

Jeremy Chone
Posted 3 weeks ago

Rust Lexers - The Logos library is an excellent lexer utility.

crates.io/crates/logos

It handles the heavy lifting while providing full control.

So far, Iā€™m very pleased with this library.

Let me now if you want to have a quick video about it.

#rustlang #lexer #AwesomeLibrary

29 - 5

Jeremy Chone
Posted 3 weeks ago

JC Update:

- I havenā€™t posted in a while, but Iā€™ve been working a lot on my devai.

- The plan is to release a new video next week on devai 0.2.0, which is a significant update. Itā€™s starting to change the way I code while still allowing me to maintain my own style.

- There are many exciting public videos in the pipeline, including a new "stream" for a real YouTube live session on Rust coding and production architecture. (See below.)

- Iā€™m also planning to move from Patreon to YouTube Membership and offer live architecture and coding sessions, along with more content at my top tier. Here are the two tiers Iā€™m considering:
- $4.99 to support the channel (similar to my Patreon)
- $14.99 for live sessions with live Q&A for production coding and live coding videos.

- The current plan is to have membership start sometime in November.

- This will result in **more free** videos while still being able to support top users who want to learn more and have questions.

- Additionally, effective immediately, I will remove all ads from all my videos.

Anyway, I have many good plans. Feedback and questions are welcome.

41 - 0

Jeremy Chone
Posted 1 month ago

Tip for effective #genai coding:

Use it to boost quality,

Not to save time.

#EffectiveAiCoding #AvoidClickBaits

23 - 0

Jeremy Chone
Posted 2 months ago

Do you like the new ā€œlive codingā€ format or prefer the older style (more content dense / edited)?

14 - 2

Jeremy Chone
Posted 3 months ago

Interesting, the thumbnail with fewer words won.

Video: https://youtu.be/33j0W7DmnxM

23 - 2

Jeremy Chone
Posted 4 months ago

Rust genai 0.1.2 released

+ Groq support (Groq is amazingly cheap and fast)
+ Temperature, max_tokens, top_k, with ChatRequestOptions for all providers

Video coming about the library code design.

GitHub: github.com/jeremychone/rust-genai

#rustlang #genai #openai #anthropic #groq #gemini #ollama

32 - 4

Jeremy Chone
Posted 5 months ago

Software system design tips:

- Itā€™s about the right services, not micro-services.
- It is NOT about turning every library into services.
- It IS about composing reusable libraries into domain-specific services.

Keep it simple, know your scaling points, implement as needed.

#SoftwareDesign #CloudSystemDesign

33 - 1

Jeremy Chone
Posted 6 months ago

My 2 cents for app dev:

1) Embrace AI in your app design.
2) See AI as a new processor type.
3) Don't focus on local vs. remote for now (get the flow right).

Rust is awesome and should be used to create awesome apps.

More on that soon..

Happy Coding!

#rustlang #AI #NextGen

47 - 12