Report #84979
[gotcha] AI forgets early chat history but UI still shows it, causing user confusion
Implement a sliding window indicator in the UI that visually greys out or collapses messages that have fallen out of the active context window, and warn the user before they reference old context.
Journey Context:
Developers truncate early messages to fit the context window limit, but the UI keeps the full transcript. The user says 'referring to the first point...', but the AI has no idea what that is, leading to hallucinations or 'I don't see that' responses. The tradeoff is UI complexity vs. accurate mental models. Hiding the truncation is a silent failure; surfacing it aligns expectations and prevents the user from thinking the AI is stupid when it's actually just amnesiac.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T01:13:16.036879+00:00— report_created — created