Heterogeneous Computing: The Key to Powering the Future of AI Agent Inference
Yiren Zhao, Junyi Liu
TL;DR
The paper tackles memory and bandwidth bottlenecks in AI agent inference by introducing Operational Intensity ($OI$) and Capacity Footprint ($CF$) as memory-centric metrics that extend beyond traditional roofline analyses. It shows how agent workloads, model architectures, and optimizations shift inference regimes and highlight the memory capacity wall, advocating for disaggregated, heterogeneous hardware and optical I/O to sustain scaling. Through analysis of diverse agent workflows and base-model variations, the work argues for per-phase accelerators, hardware-aware co-design, and memory disaggregation as practical strategies. The proposed hypotheses describe a future where system-level heterogeneity, scalable networking, and co-design enable efficient long-context, multi-turn AI agents at scale.
Abstract
AI agent inference is driving an inference heavy datacenter future and exposes bottlenecks beyond compute - especially memory capacity, memory bandwidth and high-speed interconnect. We introduce two metrics - Operational Intensity (OI) and Capacity Footprint (CF) - that jointly explain regimes the classic roofline analysis misses, including the memory capacity wall. Across agentic workflows (chat, coding, web use, computer use) and base model choices (GQA/MLA, MoE, quantization), OI/CF can shift dramatically, with long context KV cache making decode highly memory bound. These observations motivate disaggregated serving and system level heterogeneity: specialized prefill and decode accelerators, broader scale up networking, and decoupled compute-memory enabled by optical I/O. We further hypothesize agent-hardware co design, multiple inference accelerators within one system, and high bandwidth, large capacity memory disaggregation as foundations for adaptation to evolving OI/CF. Together, these directions chart a path to sustain efficiency and capability for large scale agentic AI inference.
