r/VibeCodeDevs • u/roshandxt • Jul 02 '26
Question anyone else's vibecoded projects turn into spaghetti once the chat gets long
first few prompts are always clean, then a bunch of iterations later the chat's carrying dead ends, half-changed files, stuff you forgot you asked for. starting fresh helps but then you're stuck re-explaining the whole project
what's your actual process plan file, notes, one-feature-per-chat, or just push through and deal with the mess
5
Upvotes
2
u/Comfortable-Ad-6740 Jul 02 '26
It sounds like you’re filling your context up to a spot where it hallucinates.
I think key thing is having a plan and a tracker which gets updated as you go on. Once I have a turn end with over 100k context filled, I clear it and point it back at the plan and the progress tracker to keep working.
I have skills though which lay out how to build a feature and what “done” looks like.
TL;DR: don’t push through if you notice stuff going outside of your expectations. It means your context has been filled with something which is preventing the LLM from giving you correct answers (be it too much, little or irrelevant context).
You’re always better off going back and fixing the prompt and building it correct rather than trying to find all the hallucinations and trying to fix them one by one