AI for QA / Quiz
Context Windows Under Pressure
What a 200K window really buys you, where pasted logs go to die, and when retrieval beats brute force.
- Difficulty
- Medium
- Format
- Quiz
- Points
- 150
- Estimate
- 8 min
// MISSION BRIEF
Your Mission
The context window is the model's entire working world: everything it can see, nothing more. Testers push logs, DOMs, and requirement packs into that world daily. This quiz covers the budget mechanics, the over-limit failure modes, and the judgment call between stuffing context and retrieving it.
// FIRST CONTACT
Battle teaser
A model advertises a 200K-token context window. That number is:
- AA marketing number with no technical meaning
- BThe amount of text the model permanently remembers about you
- CThe maximum tokens one request can involve, shared between your prompt and the model's output; it is not memory across sessions
- DThe size of the model's training dataset
Answers, scoring, hints, and the full battle stay sealed.
// SKILL TAGS
llm-fundamentalscontext-windowraglong-context