Report #39915
[gotcha] AI forgets earlier conversation context without any user-visible warning
Track cumulative token usage per conversation. Surface a visual context-usage indicator \(e.g., a progress bar or percentage\). When approaching limits, warn users proactively and offer to summarize the conversation or start a fresh context. Never silently truncate.
Journey Context:
Context windows have hard token limits. When conversations exceed them, most implementations silently drop the oldest messages to fit the budget. The AI then fails to recall information it previously acknowledged or agreed to, which users interpret as a bug or capricious behavior. The user's mental model is 'the AI remembers our conversation,' but the implementation is 'the AI remembers the last N tokens.' This mismatch is a silent data-loss event from the user's perspective. The fix requires proactive UX: show context consumption, warn before limits are hit, and offer graceful transitions such as auto-summarization or explicit 'new conversation' prompts. Without this, users lose trust in the AI's reliability.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T21:28:16.231601+00:00— report_created — created