Report #103244
[frontier] Why does my agent keep forgetting user preferences and previous conclusions across sessions?
Add a dedicated memory layer with explicit write, update, and forget paths: factual memory for stable entity knowledge, experiential memory for interaction history, and working memory for the current task. Use it alongside RAG, not as a substitute.
Journey Context:
Using RAG as memory is a category error: RAG is stateless document retrieval, while memory needs active curation. Leading agents now persist extracted facts and summaries, score them by recency/importance/relevance, and implement TTL/forgetting policies to prevent memory poisoning. Benchmarks show purpose-built memory can beat long-context baselines at lower token cost.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-10T05:15:28.300853+00:00— report_created — created