cs.MAApr 28, 2026

Pythia: Exploiting Workflow Predictability for Efficient Agent-Native LLM Serving

Authors: Shan YuJunyi ShuYuanjiang NiKun QianXue LiYang WangJinyuan ZhangZiyi Xu+9 more

Organizations: UCLA · Alibaba Cloud Computing · Alibaba Group · Intel · SJTU · UC Berkeley · Rice University · Tsinghua University · Peking University

Abstract

As LLM applications grow more complex, developers are increasingly adopting multi-agent architectures to decompose workflows into specialized, collaborative components, introducing structure that constrains agent behavior and exposes useful semantic predictability. Unlike traditional LLM serving, which operates under highly dynamic and uncertain conditions, this structured topology enables opportunities to reduce runtime uncertainty\unicodex2015\unicode{x2015}yet existing systems fail to exploit it, treating agentic workloads as generic traffic and incurring significant inefficiencies. Our analysis of production traces from an agent-serving platform and an internal coding assistant reveals key bottlenecks, including low prefix cache hit rates, severe resource contention from long-context requests, and substantial queuing delays due to suboptimal scaling. To address these challenges, we propose Pythia, a multi-agent serving system that captures workflow semantics through a simple interface at the serving layer, unlocking new optimization opportunities and substantially improving throughput and job completion time over state-of-the-art baselines.

Explore similar work

CardsList
  1. A Policy-Driven Runtime Layer for Agentic LLM Serving

    May 26, 2026Rui Zhang, Chaeeun Kim, Liting HuWorkloadCache

  2. Scepsy: Serving Agentic Workflows Using Aggregate LLM Pipelines

    Apr 16, 2026Marcel Wagenländer, Otto White, Britannio Jarrett +6Agentic WorkflowsLlm-Based Agent