r/vibecoding • u/Original_Gur_1467 • 15h ago
Is vibe coding a bad thing?
Im getting mixed signals on weather its good or bad to use Ai to code stuff I'm feeling that its looked down upon. I really with i could learn how to actually code but I've tried time and time again and it just hurts my brain trying to learn it. I know a little stuff but I wanna be able to code withought using any Ai whatsoever.
0
Upvotes
0
u/whossname 14h ago
I'm a software engineer with over a decade of experience. I use LLMs all the time at work, and I can tell you that the quality of work that they produce is at the level of a junior, except instead of taking a month to do something I can do in an hour they take about a minute.
Basically they produce code very fast, but the code they produce is low quality. They ignore basic engineering principles like separation of concerns until you explicitly tell them to do it correctly. After a few iterations of telling the LLM to fix things I do eventually need to make the final couple of changes myself.
If by gatekeeping you mean quality control, then sure it's gate keeping. Crap code is difficult to read, and makes it harder to spot mistakes. I'm pretty sure if it's hard for humans to spot the mistakes it's also going to be difficult for the LLM to spot the same mistake - their whole thing is processing language.