Report #86499
[synthesis] Context summarization strips exact string literals needed for subsequent tool calls
Maintain a separate structured scratchpad \(key-value store or JSON state\) for exact literals \(IDs, filenames, hashes\) that persists outside the LLM context window, and instruct the agent to read from it.
Journey Context:
Summarization is standard for long contexts, but LLMs abstract away details. When an agent needs to call delete\_record\('abc-123'\) but the summary says record abc was found, it might call delete\_record\('abc'\). The tradeoff is architectural complexity of adding a state manager vs. brittle tool calls. The state manager is essential because LLMs cannot reliably preserve exactness through compression.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T03:46:35.587802+00:00— report_created — created