What does Decode mean in inference serving?
Decode is the sequential generation phase after prefill, with each iteration producing one token per active sequence. It repeatedly reads model weights and growing cache state. A scheduler advances active sequences together while removing completions and admitting eligible work. Teams inspect token intervals, batch occupancy, cache traffic, and kernel launch overhead.