Report #84621
[architecture] Passing entire conversation histories between agents, causing context window overflow and attention dilution
Summarize state into a structured 'scratchpad' or 'briefing document' object that is passed during handoffs, rather than raw chat logs.
Journey Context:
When Agent A hands off to Agent B, developers often append Agent A's history to Agent B's prompt. This quickly exhausts the context window and degrades B's performance due to irrelevant tokens. A better pattern is for Agent A to output a structured summary of the current state, goals, and findings, which becomes the initial context for Agent B. Tradeoff: requires a reliable summarization step, losing granular details, but maintains high attention on relevant facts.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T00:37:43.325078+00:00— report_created — created