Context Drag
Context drag is the increasing computational load, latency, and quality loss that happens when an AI model must reprocess a growing mountain of previous conversation on every new turn. Your short follow up question looks small to you. To the model it is one more item on top of an ever heavier pile. This idea exists because every token in the window costs money and time on each generation. The longer the history the more drag you feel.
Designers miss this constantly. They blame slow responses on internet speed or lazy models. The real culprit is usually the couch they keep asking the model to carry up the stairs. Every previous reply, every pasted file, every tool dump adds weight.
Context drag is not the same as a weak internet connection. It is not throttling from the provider. Those things are outside the model. Context drag lives inside the session itself. The model is literally reading more words before it can answer you.
Do not confuse it with normal slowdown from complex prompts. A complex prompt asked once stays fast. Context drag compounds turn after turn. The session that felt snappy at turn three feels like wet cement by turn twenty three.
Look at what happened to a brand team at Figma in Q3 2024. They ran one long thread exploring variable font applications across their entire product line. Tool outputs from multiple code diffs, three JSON config files, and six rounds of stakeholder notes sat in the window. Simple requests for one new headline treatment started taking 18 seconds instead of four. The model also began repeating earlier suggestions as if they were new. The team finally measured their context usage at 82 percent. A reset with only the final font scales and approved directions cut response time back to three seconds and restored precision.
The same pattern showed up for a solo designer building a pitch deck in Claude 3.5 Sonnet last year. Early turns on narrative structure were fast. After two hours of back and forth on visuals, audience data, and competitive slides the drag became obvious. A prompt that previously generated three slide options in six seconds now took 29 seconds and produced longer but less useful output. Starting fresh with an extracted brief from the useful parts eliminated the drag completely.
Use the concept of context drag when you notice your once fast tool starting to breathe heavy. That is your cue to summarize or reset. It earns its keep on any project where iteration speed matters more than perfect continuity. The tradeoff is real. Keeping the full history gives rich continuity at the cost of speed and quality. Starting fresh gives speed and focus at the cost of two minutes to restate the ask. Pick your pain.
Skip worrying about context drag during the first 20 minutes of any session. The pile is still small. The model is still nimble. Obsessing over it too early adds unnecessary friction to exploratory work. Watch the warning signs instead. Slower replies on simple asks. Longer but dumber answers. Those are your signals to act.
Teams that manage context drag build cleaner systems. They keep durable knowledge in Notion pages or dedicated briefs. They treat chats like disposable workspaces instead of permanent archives. The result is consistently faster output and lower token costs per project.
Context drag compounds quietly then all at once. Respect it early or pay for it late.
A giant context window is a bigger backpack. It is not a better filing cabinet.
Read the full guide
Related terms
Keep exploring
Context Window
The total amount of text, code, and conversation history an AI model can hold in active memory during a single session. Measured in tokens, not words.
Token Reuse
The compounding effect where each new AI response requires reprocessing all previous conversation tokens, increasing latency and cost with every turn.
AI Session
A single continuous conversation thread with an AI model, from the first message to the last. Each session has its own context window that resets when a new session starts.
Context Threshold
The percentage of context window usage at which AI output quality begins to noticeably degrade, typically around 50-70% depending on the model and task complexity.