Report #58677
[gotcha] AI forgets the beginning of the conversation despite the UI showing the full history
Implement visual indicators \(e.g., fading out older messages, summarization alerts\) when the conversation approaches the context limit, and explicitly manage the message array sent to the API rather than blindly passing the UI state.
Journey Context:
The UI chat history implies infinite memory. However, the underlying API has a hard token limit. Developers often just slice the oldest messages to fit the limit. The AI then loses crucial context established earlier, responding contradictory to the user's initial instructions. The user thinks the AI is gaslighting them. The fix aligns the UI's mental model with the system's actual capability by visually signaling context amnesia before it happens.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T04:58:51.742404+00:00— report_created — created