Definition
Plain language
How much text a model can pay attention to at one time.
As stated in the literature
The maximum sequence length a transformer can attend over during a forward pass, bounded by model architecture and memory.
Also called: context windows
Why it matters: It's the hard upper bound on how much information a model can consider in a single pass, shaping which tasks fit naturally and which need workarounds.
For example, with a 200k-token context window, a model can hold roughly a 500-page book in memory at once when answering questions about it.
Heard on the show
“And the reason this isn't just a cute lab result is the thing sitting in your assistant's context window right now.”Episode 246 — 160 Perfect Refusals, And The Refusals Were The Leak