
AGENTIC TRAFFIC NOW MAKES UP MORE THAN 70% OF ALL INFERENCE TRAFFIC 🚀 Agentic workloads are characterized by four elements: 🟠 Multi-turn: a session includes tens or hundreds of turns, leading to high potential KV-cache reuse. 🟠 Long context: system prompts, tool definitions, and the large number of turns make context accumulate quickly. 🟠 High prefix reuse: since the conversation progresses linearly, where output from turn n-1 is concatenated to turn n (typically), most context can be served from KV cache rather than recomputed (this depends on the amount of storage available to store KV tensors). As n grows, the ratio of cached input relative to uncached input typically tends towards 1. 🟠 Sub-agent bursts: a session launches multiple short-lived sub-agents with fresh context, which create bursty KV-cache patterns.

Quantifies how thoroughly workloads have overtaken single-turn chat, explaining why KV-cache reuse and prefix caching have become the dominant inference-cost lever providers optimize for.
postAMD's Day-Zero DeepSeek Support Still Costs Up to 42x More Than NVIDIA
postvLLM Runs DeepSeek v4.1 Flash Day-0 on NVIDIA, Stalls on AMD
postSemiAnalysis: GPU kernel gains are worth hundreds of millions at OpenAI's scaleChecking sign-in…
Loading comments…