Skip to content
UI/UX Atlas
Topics
Patterns
Color Tool
Templates
Quizzes
Topics
Patterns
Color Tool
Templates
Quizzes
Quizzes
/
Emerging & AI UX
Context Window & Streaming-Output UX — Quiz
5 questions
·
Read the lesson first →
Question 1 of 5
Context Window & Streaming-Output UX
A user uploads a 60-page legal contract to an LLM product with a 128K-token context window. The document fills roughly 80% of the window. They then have a lengthy back-and-forth conversation before asking a question about a clause near page 50. The model gives a confident but factually wrong answer. What is the most likely root cause and the design intervention that would have prevented it?
The model's parametric knowledge is outdated; the fix is to retrain the model on more recent legal data
The conversation history pushed the middle of the document out of the model's reliable attention range; a document-position indicator and a 'cited from page X' source citation would have surfaced the gap
The user's question was ambiguous; a clarifying question prompt before answering would have resolved it
The model hallucinated because the context window was too small; upgrading to a larger context model solves this
Check answer