English

DualPath: Breaking the Storage Bandwidth Bottleneck in Agentic LLM Inference

Distributed, Parallel, and Cluster Computing 2026-02-27 v2

Abstract

The performance of multi-turn, agentic LLM inference is increasingly dominated by KV-Cache storage I/O rather than computation. In prevalent disaggregated architectures, loading the massive KV-Cache from external storage creates a fundamental imbalance: storage NICs on prefill engines become bandwidth-saturated, while those on decoding engines remain idle. This asymmetry severely constrains overall system throughput. We present DualPath, an inference system that breaks this bottleneck by introducing dual-path KV-Cache loading. Beyond the traditional storage-to-prefill path, DualPath enables a novel storage-to-decode path, in which the KV-Cache is loaded into decoding engines and then efficiently transferred to prefill engines via RDMA over the compute network. DualPath combines this optimized data path -- which inherently avoids network congestion and avoids interference with latency-critical model execution communications -- with a global scheduler that dynamically balances load across prefill and decode engines. Our evaluation on three models with production agentic workloads demonstrates that DualPath improves offline inference throughput by up to 1.87×\times on our in-house inference system. It can also improve online serving throughput by an average factor of 1.96×\times without violating SLO.

Keywords

Cite

@article{arxiv.2602.21548,
  title  = {DualPath: Breaking the Storage Bandwidth Bottleneck in Agentic LLM Inference},
  author = {Yongtong Wu and Shaoyuan Chen and Yinmin Zhong and Rilin Huang and Yixuan Tan and Wentao Zhang and Liyue Zhang and Shangyan Zhou and Yuxuan Liu and Shunfeng Zhou and Mingxing Zhang and Xin Jin and Panpan Huang},
  journal= {arXiv preprint arXiv:2602.21548},
  year   = {2026}
}
R2 v1 2026-07-01T10:51:13.746Z