context-expansion-enabled-by-efficiency-breakthroughs

IN derived (depth 2)

Created 2026-06-21T09:57:37+00:00 · Reviewed 2026-06-21T14:41:08+00:00

The 10,000x context window expansion (1K to 10M tokens over seven years) was only achievable because efficiency research (Flash Attention, PagedAttention, linear attention variants) driven by quadratic attention costs made such scales computationally tractable.

Justifications

SL — context expansion is the demand-side consequence of efficiency supply

Antecedents (all must be IN):

  • IN context-windows-expanded-10000x-in-seven-years — Context windows expanded approximately 10,000x from GPT-2's 1,024 tokens (2019) to Llama 4 Scout's 10 million tokens (2025), with Claude 2.1's 200K window as a major intermediate milestone in late 2023.
  • IN quadratic-attention-drives-efficiency-research — Self-attention's O(n²) complexity is the root constraint driving both context window limitations and a proliferation of efficiency techniques (Flash Attention, sparse/linear variants, Performers).

Dependents

These beliefs depend on this one: