Glossary
Context window
The context window is how much text a model can consider at once (prompt plus history). Bigger is not always better: stuffing irrelevant context raises cost and can hurt accuracy. Operators should retrieve only what the step needs — via RAG or tools — instead of pasting whole archives into every call.
Why it matters to your operation
Right-sized context beats maximum context for production workflows.
