You’re previewing the curriculum. Sign in (top right) to track progress, take knowledge checks, and unlock the verifiers.
Tasks
The closest thing to a textbook chapter on engine internals. Study the V1 architecture — V0 posts describe a dead engine.
Arrival → scheduler → block manager → model runner → sampler → stream. Write down every file and class it touches.
read+150 XPmax-num-batched-tokens, prefix caching, chunked prefill, quantized weights + FP8 KV. One knob at a time, keep a results table.
Expose it (with an API key) and let InferQuest probe it live — same suite your toy engine passed, now against production infrastructure.
build+200 XPauto-verified