InferQuest
← Quest map
Phase 8 · SLOs & Cost

Elasticity

Cold starts, autoscaling signals, and the build-vs-buy math.

0/4 · 350 XP
You’re previewing the curriculum. Sign in (top right) to track progress, take knowledge checks, and unlock the verifiers.
Tasks
  • Time vLLM vs SGLang from process start to first token on the fleet, break it down by stage, then attack the biggest bar (weight loading, compile time, snapshotting techniques).

    bench+120 XPresource ↗
  • Why CPU/GPU-util and QPS are the wrong signals and in-flight concurrency is the right one; queueing intuition via Little's Law; when scale-to-zero pays.

    read+70 XPresource ↗
  • The LLM Inference Handbook's getting-started part: cost crossovers, procurement economics (hyperscaler vs neocloud), and mapping model sizes to GPUs. Standard architecture-interview material.

    read+80 XP
  • Prefix-aware / KV-utilization-aware / PD-aware routing; app-level gateways (LiteLLM-class) with exact + semantic caching; and why offline batch inference is the cheapest tokens you'll ever serve.

    read+80 XP