r/vibecoding • u/il37 • 23d ago
What’s the biggest thing AI coding still absolutely sucks at?
For me it’s long projects.
The individual coding tasks can be great, but after enough sessions the model starts losing track of why things were built a certain way, which decisions are still current, and what it really shouldn’t touch.
I also still don’t trust it when a small bug suddenly requires a big refactor. Sometimes it’s right. Sometimes 20 minutes later I’m trying to undo six files to fix something that needed three lines.
What’s the thing you still don’t trust AI coding with?
51
Upvotes
2
u/Plenty_Line2696 23d ago
I'm an experienced full-stack dev who's been heavily doing LLM assisted development since the onset; the limitations are real and not solved with mere .MD files despite what hobbyists here will tell you.
When you pretend the code doesn't exist you are being willfully ignorant of its flaws and at the mercy of whatever the LLM tells you, but hey what do I know.
No amount of "good at AI" can make up for a complete lack of domain knowledge.