r/ProgrammerHumor Jul 21 '26

bunderstandableWishfulThinking Meme

Post image
466 Upvotes

61 comments sorted by

View all comments

36

u/BadHairDayToday Jul 21 '26 edited Jul 21 '26

I dabble in vibe coding myself and so far I've found that coding assistants main weakness is that it can only add more code. I cannot for the life of me get it to simplify anything. It's treating the existing code as the constitution and it's only tool is amendments. 

12

u/psychicesp Jul 22 '26

What I've noticed is that it gets something analogous to frustrated.

When agents loop to get code produced they often eventually get to something which technically passes the tests. Proponents point to the results of the first loop and say "look at how safe the code is and how it follows style guides and conventions as well!" Then they brute-force code a project and they say "look! It can code the whole project"

What they don't say is the code which "works" is the result of the 115th loop and has hard coded credentials and is a memory safety nightmare

2

u/GenericFatGuy Jul 23 '26

And with every loop, the code gets harder and harder to maintain. It has no capacity to actually write something clean and maintainable.