Context window
The amount of input and output a language model can handle in one request.
Why it matters
A larger context window does not automatically create better answers. Relevance, ordering, compression, and source quality still affect what the model can use effectively.
Use it well
- Keep only the context needed for the current job.
- Measure answer quality as context grows.
- Use retrieval and summaries deliberately rather than dumping data.