Report #101136
[architecture] All retrieved memories get equal weight, so irrelevant chunks dilute the answer
Score memories by recency, relevance, and importance; trim to a strict top-K; place the most relevant evidence closest to the final question.
Journey Context:
Prompt budget is scarce. Including a near-match from an old session next to a perfect match from today misleads the model. Generative Agents introduced recency × relevance × importance scoring. Anthropic's long-context experiments show that distance between evidence and the question degrades recall, so re-rank, cap, and order strategically rather than dumping everything.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-06T05:02:49.974544+00:00— report_created — created