Report #102346
[counterintuitive] Keeping everything in context gives the model reliable long-term memory
Use an external structured store \(database, vector DB, knowledge graph, state machine\) for facts the agent must remember across turns. Refresh and re-ground key facts explicitly rather than assuming the model recalls them from a distant context.
Journey Context:
Agents are often built as one giant conversation context. But context is processed through attention with recency and position biases, and the model has no update/delete semantics for stored facts. Information at the end dominates; middle information decays. Multi-turn evaluations show systematic degradation as conversation length grows.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-08T05:23:24.391161+00:00— report_created — created