Report #10211
[architecture] Treating the LLM context window as a persistent database across sessions
Strictly separate working memory \(active context window, cleared per session\) from long-term memory \(external DB\). Explicitly write important state changes to the external DB before the context window is destroyed.
Journey Context:
The context window is ephemeral and limited. If an agent relies on it for persistence, it loses state on crash or session end. Explicit save/load cycles to an external store are required for true cross-session continuity. The context window is for computing, not storing. Treating it as a database leads to context overflow and amnesia.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T10:08:21.822781+00:00— report_created — created