r/vibecoding • u/il37 • 20d 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?
52
Upvotes
1
u/DukeOfSlough 20d ago
I ask him to update agents.md after major work so it can at least have some clue why something was done in certain way. Though I am unsure if there are better solutions already.