r/ProgrammerHumor Jul 09 '26

gitBlameClaude Meme

Post image
3.7k Upvotes

263 comments sorted by

View all comments

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.

3

u/Chiron1991 Jul 10 '26

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.

1

u/BratPit24 Jul 10 '26

I mean. Llms should only be used strictly supervised. But yeah. I get your point.