June 29 – July 2, 2026 · San Francisco, CA · imported from ai.engineer's public schedule feed

AI Engineer World's Fair 2026 — unofficial import demo

Unofficial demo. This programme was imported from the AI Engineer World's Fair's own public schedule feed to show vibeboard at real conference scale. Not affiliated with, or endorsed by, the organisers.

All sessions
InferenceSession

KV Cache-Aware Routing and P/D Disaggregation on Kubernetes: The Parts Public Benchmarks Don't Show

Yuchen Fama, Ashish Kamra

When
Thursday, July 22:50 PM – 3:10 PM · 20 min
Where
Track 9San Francisco, CA · imported from ai.engineer's public schedule feed
Google Calendar

About this session

We're at the inflection point between classic LLM inference and agentic inference. When we look at the agentic workloads and trace replays, many core characteristics break classic LLM serving assumptions. The most consequential: the server no longer controls its own cache lifecycle. The client does, through prompt construction, multi-turn context that grows and changes each turn.

This has downstream effects. Because context is client-determined, prefill strategy, eviction, and routing decisions move up to the scheduler layer. KV cache becomes volatile — frequent eviction and rewrite, driven from outside the engine. And latency becomes a first-class scheduling metric alongside throughput. This talk covers the open stack for LLM and agentic era inference serving: vLLM and llm-d.

We begin with the core characteristics and challenges of agentic inference, then the economics: prefill dominates cost, and cache reuse is the primary lever. We explain why KV-aware routing through a fleet-wide scheduler is the first optimization to apply, ahead of adding capacity.

Next, prefill/decode disaggregation. We separate compute-bound prefill from memory-bound decode, and examine what public benchmarks omit: the conditions under which P/D disaggregation shines, and the workload shapes that justify the added architectural complexity.

We close with GLM-5.2 and show the equivalent stack assembled in the open: cache-aware routing, P/D disaggregation, tiered KV offload, and wide expert parallelism — implemented on vLLM and llm-d.

Attendees leave with a tuning decision framework: which lever to apply first, how to read workload signals, and where additional GPUs do and don't help.

Speakers (2)

Yuchen Fama
Yuchen Fama

Senior Principal Product Manager, Red Hat

Yuchen Fama is a Builder, Benchmarker, and Senior Principal Product Manager of Inference at Red Hat and also a contributor to vLLM and GuideLLM. She has more than 15 years of experience in ML and AI. She has served as VP of Product, CTO, and CPO at multiple AI startups and previously led AI/ML research teams within several Fortune 500 companies. She holds a Ph.D. in Statistics and enjoys reading, traveling, skiing, and scuba diving.

Ashish Kamra
Ashish Kamra

Senior Manager, Software Engineering, Red Hat

Accomplished engineering leader with 15+ years of experience in AI, cloud-native platforms, and infrastructure. Proven track record of building and scaling high-performing teams and delivering significant performance improvements in enterprise AI products. Combines deep technical expertise in AI/ML with strategic vision to drive product innovation and business impact.

More in Inference