I have made multiple vibe coded and without the use of AI projects, and in every vibe coded project, it was the same story, Continuous prompting, chat context window fills up, AI forgets your context. After every session AI has to read your codebase, consuming a lot of tokens and leading to hitting rate limits multiple times, and I wasn’t even on any paid AI subscriptions. The thing is the problem wasn’t with any AI tool, The problem is that every session, the AI starts completely blind. Doesn’t know your folder structure, your past decisions, basically AI having amnesia over and over. You gotta re-explain everything. What I’ve been working on is a layered context system, basically a navigation path for the AI :- Context > Build > Verify > Debug Now I know there are existing solutions out there, but what I’ve built goes much deeper than just rules files. Currently building it. Need your suggestions. A rough model below (excuse the writing :) ) https://preview.redd.it/newwh8yzy1lg1.png?width=481&format=png&auto=webp&s=d6db8d56d5aa6804f3e67fd1963e798d50a5f65a submitted by /u/Acceptable_Play_8970
Originally posted by u/Acceptable_Play_8970 on r/ClaudeCode
