I never thought I would see it pnpm.io and bun.sh both moved to #rust. Wow. just wow

This would have never been even thought of without #ai coding agents. I honestly believe at this point that the coding language will no longer be the barrier. Even at hyphen.ai we are coding in #rust more often because it just gives you the performance and safety that you need and with #ai it is just as easy as any other language. Thoughts?

@jaredwray Do you actually have developers who have enough experience in Rust to carefully review (line by line) what the chatbot generates?
@bobulous we are getting there. Been learning rust for about 6-8 months with small projects. Agree, it takes a long to become an expert
@jaredwray @bobulous It's 10-100x more important to be able to read code than write code, since you will spend a lot more time debugging and maintaining it. Using an AI agent should, in my mind, always include generating not just understandable production code but also understandable test code (where readability is even more crucial).