Context window
Simple
How much text the AI can hold “in its head” at once.
Business
The per-request data limit; when material does not fit you need workarounds, which changes the cost of the solution.
Tech
Maximum sequence length in tokens (input + output); on overflow — truncation, compaction, or RAG.