InferQuest
← Quest map
Phase 7 · Datacenter Scale

Disaggregation & MoE at Scale

The 2025-26 production frontier.

0/7 · 620 XP
You’re previewing the curriculum. Sign in (top right) to track progress, take knowledge checks, and unlock the verifiers.
Tasks
  • Prefill/decode disaggregation and per-request goodput — the framing the industry adopted.

    paper+70 XPresource ↗
  • Cache tiering across DRAM/SSD, SLO-aware scheduling, real production numbers.

    paper+70 XPresource ↗
  • KV movement is a subsystem with job reqs attached now. Know what each piece does and why it exists.

    read+80 XPresource ↗
  • DeepEP, EPLB, two-batch overlap — the single best writeup of modern MoE serving.

    read+80 XPresource ↗
  • UCSD CSE 234-style: a sharded-linear expert layer both ways — TP (shard every expert) vs EP (all-to-all token routing) — and measure where each wins. CPU processes are fine; the communication pattern is the lesson.

    build+180 XP
  • The fourth parallelism axis — vLLM's decode context parallelism is production-real for long-context agents.

    paper+60 XPresource ↗
  • KV-aware load balancing is a K8s primitive now (GA). DRA replaced device-plugin-only thinking in 1.34.

    read+80 XPresource ↗