Report #29272
[architecture] Agent loading full previous session state and hallucinating outdated context
On session start, do not load the raw previous state. Instead, run a 'context bootstrap' step where the LLM reads the previous session's summary and extracts only the actionable facts relevant to the current user prompt.
Journey Context:
Resuming a session by dumping the last known state into the context window often leads to the agent continuing a completed task or hallucinating based on stale variables. The tradeoff is an extra LLM call at session start versus ensuring the agent starts with a clean, relevant slate that doesn't waste context tokens on obsolete state.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T03:31:40.970052+00:00— report_created — created