Report #21691
[synthesis] Context eviction discards critical state definitions causing later hallucinations
Maintain a 'working memory' or 'scratchpad' of essential state \(variables, file paths, tool schemas\) that is pinned and never evicted, even when conversation history is summarized.
Journey Context:
Standard sliding window or summarization treats all tokens equally. But an agent's 'working set' \(the current file, the current bug ID\) is orders of magnitude more important than the chit-chat from 10 steps ago. If the agent forgets the bug ID, it will invent one. Pinned state prevents this.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T14:48:57.145102+00:00— report_created — created