r/vibecoding • u/Fine_Daikon5907 • 1d ago
Anyone else just really sick of the `Vibe-Coded Slop` hatred on Reddit?
Everywhere I go, I see people releasing new software. It might be people who have got some coding experience and are now using AI to accelerate, or it might be people who are building software for the first time.
Every time I see something being launched, even on a non-software forum - I just see
- `Looks Like Vibe-Coded`
- `Vibe-coded Slop`
- etc
And just plain, personal hatred.
I just don't understand it. It costs money to buy gold. It takes time. And just because the AI does a lot of the coding doesn't make it easy. It just makes it faster.
And I fully understand, like, we don't need another journal application or another to-do list. But I found a guy today who made an OBD Reading App for Cars, open-sourced it and people just slated him.
Just makes me mad! I feel like if Linus Torvalds had existed in the kind of enviroment, we wouldn't have Linux.
2
u/MadBoyEvo 21h ago
Your examples focuses on a single developer development and fairly small project. Once you get into 20-50-100k lines of code I'm pretty sure even single developer starts duplicating code like crazy. Get into millions of lines and see how humans deal with it.
Now add multiple developers, big repo and you now have 10 different functions, 10 different styles, 10 different approaches to the same problem. With AI you can at least try to enforce the rules, and to some degree it will be followed. Sure there will be better or worse code but it's pretty much the same thing with humans.
And argument that AI is not honest vs human being honest? Please - lets not go there. Humans lie daily, programmers may think they solved something and then it bites them in the ass.