Report #65399
[gotcha] AI forgets earlier conversation context without any UI warning, causing confusing contradictions
Track token usage per conversation and surface a context usage indicator. When approaching limits, warn users or automatically summarize earlier context. Implement a summarization pattern where older messages are compressed rather than silently dropped. Never let the API silently truncate without surfacing this to the user.
Journey Context:
Most chat APIs have a maximum context window. When the conversation exceeds it, the default behavior is to silently drop the oldest messages. The AI then 'forgets' things it previously acknowledged, leading to confusing contradictions—referencing information it 'knew' three turns ago but now can't recall. Users blame the AI or the product, not realizing the context was lost. This is especially insidious because the AI's tone doesn't change; it responds with the same confidence whether it has full context or not. The fix requires proactive context management: tracking usage, signaling limits, and implementing summarization or sliding window strategies.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T16:15:12.272814+00:00— report_created — created