English

Pie: A Programmable Serving System for Emerging LLM Applications

Computation and Language 2025-10-29 v1

Abstract

Emerging large language model (LLM) applications involve diverse reasoning strategies and agentic workflows, straining the capabilities of existing serving systems built on a monolithic token generation loop. This paper introduces Pie, a programmable LLM serving system designed for flexibility and efficiency. Pie decomposes the traditional generation loop into fine-grained service handlers exposed via an API and delegates control of the generation process to user-provided programs, called inferlets. This enables applications to implement new KV cache strategies, bespoke generation logic, and seamlessly integrate computation and I/O-entirely within the application, without requiring modifications to the serving system. Pie executes inferlets using WebAssembly, benefiting from its lightweight sandboxing. Our evaluation shows Pie matches state-of-the-art performance on standard tasks (3-12% latency overhead) while significantly improving latency and throughput (1.3x-3.4x higher) on agentic workflows by enabling application-specific optimizations.

Keywords

Cite

@article{arxiv.2510.24051,
  title  = {Pie: A Programmable Serving System for Emerging LLM Applications},
  author = {In Gim and Zhiyao Ma and Seung-seob Lee and Lin Zhong},
  journal= {arXiv preprint arXiv:2510.24051},
  year   = {2025}
}

Comments

SOSP 2025. Source code available at https://github.com/pie-project/pie

R2 v1 2026-07-01T07:08:56.826Z