the.ai

Systems / Operations

frontier

Throughput

How much work finishes per second, as opposed to how long any one piece takes. A serving system can be excellent at one and dismal at the other, and improving one usually costs the other — choosing where to sit on that trade is most of what serving engineering is.

Viz primitive · budget-splitcompute-time = 20

compute-time holds 33% of the budget; rest holds the remaining 67%.

Time the accelerator spends on arithmetic, against time it spends stalled waiting for memory, in equal units. Drag the compute time up — batch size is what moves it in practice — to watch the stall shrink; once it has, more batch buys latency and no throughput at all.

20

Provenance · frontier node

Drafted 2026-08-18 and awaiting human review. The sources below are what it was written from.

  • arXiv:2309.06180 — Efficient Memory Management for Large Language Model Serving with PagedAttention
  • arXiv:2211.05102 — Efficiently Scaling Transformer Inference