Comment by tracker1

3 days ago

I've been using Rust mostly at a high level myself... Mostly a few Axum web services, or quick CLI tools. Even if you're a little dirty with it (clone instead of fighting the burrow checker or bringing in arc, etc.), it's pretty small, light, portable and performs as good or better than where I usually reach first, which has been a lot of Deno+TS for scripting.

AI has taken this a step further... I'm pretty good at following along with what is happening in Rust even if I don't always remember the syntax while writing myself. I'd say that AI is better at outputting sane Rust than just about any other language I've tried with it.. and that the more planning time you spend, like anything else, the better the output.

I usually am pretty thorough on designing my interfaces/api surface etc well ahead of the code... so doing similar with more details with an AI agent has been somewhat pleasant to work with.

> I'd say that AI is better at outputting sane Rust

Which is a recent development. A year ago LLM's really struggled with Rust.