Report #68377
[gotcha] Conversation UI shows full history but model silently drops older messages past context window, causing confused responses
Show a visual context-boundary indicator in the UI when the conversation approaches or exceeds the model's context window. Add a notice near older messages: 'The AI may not recall messages above this point.' Implement a summarization or retrieval layer for older messages rather than silently truncating. Surface token count or context utilization to the user.
Journey Context:
As conversations grow, the model's context window fills up. The API silently truncates older messages to fit, but the UI continues displaying the full history. Users naturally reference earlier conversation points assuming the AI remembers them, leading to confused or contradictory responses. The user thinks the AI is stupid; the real problem is the AI literally cannot see what the user is referring to. This mismatch between visible history and model-accessible history is one of the most common and frustrating UX failures in conversational AI. The fix is not just technical \(summarization, RAG\) — it is primarily a UX communication problem. Users need to understand the AI's memory boundaries just as they would understand a human's. Silent truncation is never the right answer.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T21:15:11.602519+00:00— report_created — created