Transformer Systems Lab
Long context station
Carry the KV-cache invariant into the harder question: a longer window can store more tokens, but that is not yet evidence that the model can reliably use them.
available tokens != reliable useevidence inside a longer window
available tokens vs usable context
choose the pressure first
T, position, task, distractors
position-sensitive toy witness
fitting tokens is not sufficient
serving workload pressure
Carry-in contract
Memory availability is not the same as reliable use.
KV memory answered a storage question. Long context turns it into an evaluation and systems question: where does retrieval fail, what positional range is being trusted, and what does serving pay?
Operable Station 06
Long-context use
- 01Text to one update
- 02Tokens and position
- 03Attention routing
- 04RoPE phase
- 05KV memory
- 06Long-context pressure
- 07Serving and decoding
- 08Speculative decoding
- 09Evaluation and falsification
- 10Capstone systems claim
Carry-in from KV memory
Reduced cache width is history; usable context is the new object.
The prior station saved the invariant that KV memory scales with T * H_kv. This station asks what remains uncertain when T grows: retrieval, range, paging, compression, and latency.
Selected object
Position-sensitive evidence inside a longer window
demo:attention-transformers/long-context#interactive-demoA token can be inside the advertised context window and still be less usable. The local witness is a toy evaluation surface, not a benchmark claim.
Prediction checkpoint
Your KV checkpoint made stored K/V narrower. Now T grows. Which pressure must be tested first?
Manipulation instrument
Move task, position, distractors, and length without changing the question.
The score is a deterministic local witness that makes the shape of the failure inspectable. It is not a model benchmark and it should not be read as source evidence.
Route spine
After usable context, the route becomes a workload.
The main Transformer Systems Lab path goes to serving and decoding. SSM Hybrids remains a concept branch for compact-state sequence modeling, not the primary systems route.