Two hundred milliseconds is about four thousand prompt tokens of prefill on a full node, before any queueing. Every design choice is about not spending that budget twice.
Design the fastest serving path for a 70B model with a 200 ms TTFT target at production scale.
Two hundred milliseconds is about four thousand prompt tokens of prefill on a full node, before any queueing. Every design choice is about not spending that budget twice.
Updated Sep 2026 · Grounded in real AI infrastructure interview loops and written to a senior-engineer editorial bar, with every number worked and every diagram hand-built.
The concepts behind this question
Ranked by how closely each one overlaps this question's topic, so the first card is the thing to read if the answer above moved too fast.
Scored on turning the SLO into a token budget with the prefill formula, on layering the levers in order of payoff (TP8, fp8, prefix cache, chunked prefill, disaggregation), and on stating what the design gives up to hit the number.
No comments yet — be the first to share your approach.
