▲ | Zee2 3 days ago | |||||||
As a counterpoint, Rust is one of the languages that AI is worst at writing - currently, at least. Perhaps there could be a future where the compiler/checker will be able to integrate more closely with whichever agent is attempting to write Rust - more closely than the current paradigm, where a hapless Claude repeatedly bashes its head into the borrow checker to no avail. | ||||||||
▲ | redman25 a day ago | parent | next [-] | |||||||
I think I disagree with this sentiment. I’ve found AI to be poor at one-shotting rust but give it a short agentic loop running `cargo check` and it can often produce code more solid than that created with a dynamically typed language. | ||||||||
▲ | akkad33 2 days ago | parent | prev [-] | |||||||
> Rust is one of the languages that AI is worst at writing - currently, at least Everyone makes similar statements about AI, Ai is currently bad at this or that. I find it quite good to write Rust. Can you give a concrete example of what AI failed to write for you | ||||||||
|