What Is a Context Window in AI? Simple 3-Minute Explanation
A context window is the working space an AI model can use at one time. Information outside that window is not available to the model while it answers.
Short answer
A context window is the amount of text, instructions, and conversation history a model can consider at once.
Why long chats can fail
As a conversation grows, older details may fall outside the active context. When that happens, the model cannot use those details unless they are brought back into the prompt.
The useful mental model
Context is not permanent memory. It is more like a desk: useful while the information is on it, unavailable once it is pushed off.
Common questions
What does context window mean in AI?
It means the amount of information the model can see and use while generating its next answer.
Is a context window the same as memory?
No. Context is temporary working space. Memory implies information can be stored and recalled later.
Why does ChatGPT forget things in long conversations?
One common reason is that earlier information no longer fits inside the active context window.
