AI Codex
Foundation Models & LLMsCore Definition

The whiteboard every AI conversation shares

Context window is the single number that shapes everything about how Claude thinks with you — and most people are using only a fraction of it.

5 min read·Context Window

Think of a context window like a whiteboard.

Every time you start a conversation with Claude, a blank whiteboard appears. Everything goes on that whiteboard — your instructions, the documents you share, the questions you ask, Claude's answers, the follow-ups. When the whiteboard fills up, the oldest things get erased to make room for new ones.

The context window is the size of that whiteboard. Measured in tokens (roughly ¾ of a word each), it determines how much Claude can hold in mind at once during a conversation.

Why this matters more than most people realize

Most AI assistants have historically had small whiteboards — 4,000 to 8,000 tokens. Enough for a back-and-forth conversation, not much more.

Claude's context window changes the game. Claude 3.5 Sonnet supports 200,000 tokens — roughly 150,000 words. That's an entire novel. Or a company's full legal documentation. Or six months of customer support tickets. All available to Claude at once, without losing the thread.

This isn't just a bigger number. It's a different kind of tool.

With a small context window, you have to be strategic about what you tell the model. You summarize, compress, select. With 200K tokens, you can often just give Claude everything and let it find what matters.

What fits in 200,000 tokens

To make this concrete:

  • A full product specification document: fits easily
  • An entire codebase for a small app: fits
  • All your customer interviews from a discovery sprint: fits
  • A year of email threads with a key partner: fits
  • The complete works of Shakespeare: fits, with room to spare

How Claude handles the whiteboard

When Claude reads a long document inside its context window, it doesn't skim. It processes the full text. This means Claude can answer questions about page 147 with the same accuracy as page 3 — as long as both are in the window.

What Claude can't do is remember anything from a previous conversation. When you start a new chat, the whiteboard is wiped clean. This is where memory systems and RAG come in — ways to give Claude access to information that lives outside the current window.

The practical move

Most people use Claude like a search engine — quick questions, short exchanges. The context window makes a different workflow possible: load everything once, ask many things.

If you're analyzing a contract, paste the whole contract. If you're onboarding Claude into a project, dump all the relevant docs up front. If you're debugging a system, share the full logs. Claude will handle it.

The whiteboard is big. Use it.


Further reading