I build agents on claude’s api and every user complaint I get is about the user doing the work of making the AI remember by repasting context every session and if they don’t the agent forgets everything they built up over weeks. even when they do all of it the agent still pulls the wrong thing because retrieval is just similarity matching not actual understanding of what changed. I’m storing flat conversation logs and there’s no way to know that a project evolved over 50 sessions or that the user changed a preference in session 12 or contradicted something from session 3. The user should never have to maintain a database so their AI can pretend to know them and right now that’s exactly what’s happening because the memory layer doesn’t handle any of this. what are my options to fix this for my agents? submitted by /u/Wide-Extension-8543
Originally posted by u/Wide-Extension-8543 on r/ClaudeCode
