Context Window

The AI model's "working memory" — how much information it can process at once (e.g., 1 million tokens for Claude Opus 4.6).

Why it matters

The context window determines how much of your codebase, documents, or conversation history an agent can see at once. Larger windows mean agents can work with more context.

In practice

Claude Opus 4.6's 1M token context window lets Claude Code understand entire codebases in a single session — reading multiple files, understanding architecture, and making coherent changes.

Related terms

Back to glossary