Report #102583
[architecture] Assuming a large context window makes it cheap and safe to keep the full conversation and documents in every prompt.
Compress, summarize, or evict older turns; keep only recent high-fidelity context and retrieve the long tail. Measure cost, latency, and accuracy because extra tokens often hurt attention.
Journey Context:
Lost in the Middle shows that models underuse information in the middle of long contexts, and longer prompts raise cost and latency linearly. Even long-context models benefit from compaction: MemGPT recursively summarizes evicted messages into the system message. Use prompt caching for repeated prefixes, but do not confuse cacheable context with working memory. The tradeoff is summarization fidelity vs. cost; evaluate retrieval-augmented generation against full-context baselines on your task.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-09T05:07:13.704868+00:00— report_created — created