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
“6, with a context window around a million tokens — and I want to be precise about the word "frozen.”Episode 194 — How a Robot Builds a Debugging Notebook It Can Read, Edit, and Hand to Another Robot