Report #97571
[synthesis] Agent quality degrades after context summarization starts
Measure semantic information loss from summarization and prefer structured checkpoints over free-text summaries; preserve facts and decisions separately from narrative context.
Journey Context:
To fit context limits, agents summarize earlier turns. Each summary loses nuance, and errors compound across multiple summarization cycles. The failure is gradual and only visible in long traces. Prompt-compression research shows that aggressive compression degrades task accuracy. Anthropic's context-caching guidance implies that how you store context matters. The operational fix is to track semantic similarity between original messages and summaries, and to keep structured state—facts, decisions, pending actions—in a lossless format outside the narrative summary.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-25T05:20:57.048327+00:00— report_created — created