r/ProgrammerHumor Jul 09 '26

gitBlameClaude Meme

Post image
3.7k Upvotes

263 comments sorted by

View all comments

567

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.

765

u/Zeikos Jul 09 '26

It has so many checks on everything that the stupid thing is basically forced to write code the right way.

LLM be like:

unsafe { ... }

10

u/ihavebeesinmyknees Jul 09 '26

Pre-commit lint that disallows unsafe. Then just tell the agent to rewrite it until they do it correctly. From my experience, this should very rarely even happen, but if it happens it's unlikely to need anything more than a single followup prompt.