Report #63960
[architecture] Treating the LLM context window as a persistent database where facts are expected to be retained indefinitely
Treat the context window strictly as 'working memory' \(scratchpad\) for the current task. Any fact required for future tasks must be explicitly written to an external persistent store before the context is cleared.
Journey Context:
Developers often assume if the LLM knows a fact now, it will know it in the next prompt. The context window is ephemeral. When the session ends or context overflows, it's gone. The architecture must enforce a 'save to disk' mechanism for anything that outlives the current inference step. This is the fundamental principle of memory-first agent design, preventing catastrophic forgetting between sessions.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T13:50:36.537005+00:00— report_created — created