Wield Academy
AI glossary / Context Window
AI glossary

Context Window, explained

A context window is the maximum amount of text (measured in tokens) an AI can consider at one time, including your prompt, any documents, and its own answer.

Everything an AI is working with at a given moment, your instructions, the conversation so far, any files you pasted, and the answer it is writing, has to fit inside its context window. Think of it as the model's working memory: large, but finite.

When a conversation or document exceeds the window, the model loses access to the earliest parts. That is why a long chat can start to forget what you said at the beginning, or why a very large document may need to be summarized or split.

Modern models have big context windows, which is genuinely useful for working over long documents. But it is still a limit worth knowing, because it explains forgetting, shapes how you feed in large inputs, and affects cost.

Go deeper

Wield's AI Foundations track covers this hands-on, in plain English, with real examples and a copy-paste prompt to try it yourself.

Two ways forward

Learn it, or have it done for you

Understanding the term is step one; using it well is the course. Start the course free and build a working AI habit yourself — or, if you'd rather skip to the outcome, MCF Agentic builds the AI workflows into your business directly.

Common questions

Why does AI forget what I said earlier?
Because older messages can fall outside the context window, the model's working memory. Once something scrolls past that limit, the model no longer sees it.
How do I work with a big document?
Use a model with a large context window, or summarize and feed it in pieces. The course covers practical ways to handle inputs bigger than the window.