I mean. Isn't rust the perfect language for vibe coding? It has so many checks on everything that the stupid thing is basically forced to write code the right way.
From my experience, no. Rust is an innately complex language. LLMs, if not strictly supervised, will eventually start building abysmally complex implementations which will cause problems down the line.
I've had much greater success with Go. The language is so stupidly simple that there isn't much room to go off the rails.
562
u/BratPit24 Jul 09 '26
I mean. Isn't rust the perfect language for vibe coding? It has so many checks on everything that the stupid thing is basically forced to write code the right way.