paper-with-me

Papers

Chimera: Latency- and Performance-Aware Multi-agent Serving for Heterogeneous LLMs

2026-03-23 · Kangqi Ni, Wenyue Hua, Xiaoxiang Shi, Jiang Guo, Shiyu Chang, Tianlong Chen arxiv

Multi-agent applications often execute complex tasks as multi-stage workflows, where each stage is an LLM call whose output becomes part of context for subsequent steps. Existing LLM serving systems largely assume homogeneous clusters with identical model replicas. This design overlooks the potential of heterogeneous deployments, where models of different sizes and capabilities enable finer trade-offs between latency and performance. However, heterogeneity introduces new challenges in scheduling across models with diverse throughput and performance. We present Chimera, a predictive scheduling system for multi-agent workflow serving on heterogeneous LLM clusters that jointly improves end-to-end latency and task performance. Chimera applies semantic routing to estimate per-model confidence scores for each request, predicts the total remaining output length of the workflow, and estimates per-model congestion using in-flight predicted token volumes for load balancing. We evaluate Chimera on representative agentic workflows for code generation and math reasoning using multiple heterogeneous LLM configurations. Across comparable settings, Chimera traces the best latency-performance frontier, reducing end-to-end latency by 1.2--2.4$\times$ and improving task performance by 8.0-9.5 percentage points on average over competitive baselines including vLLM.

📄 PDF Abstract BibTeX arXiv:2603.22206

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

Chimera: Neuro-Symbolic Attention Primitives for Trustworthy Dataplane Intelligence

2026-02-13 · Rong Fu, Xiaowen Ma, Kun Liu, Wangyu Wu 외 arxiv

Deploying expressive learning models directly on programmable dataplanes promises line-rate, low-latency traffic analysis but remains hindered by strict hardware constraints and the need for predictable, auditable behavi…

Chimera: Harnessing Multi-Agent LLMs for Automatic Insider Threat Simulation

2025-08-11 · Jiongchi Yu, Xiaofei Xie, Qiang Hu, Yuhan Ma 외 arxiv

Insider threats pose a persistent and critical security risk, yet are notoriously difficult to detect in complex enterprise environments, where malicious actions are often hidden within seemingly benign user behaviors. A…

Beyond Prompt Engineering: Neuro-Symbolic-Causal Architecture for Robust Multi-Objective AI Agents

2025-10-27 · Gokturk Aytug Akarlar arxiv

Large language models show promise as autonomous decision-making agents, yet their deployment in high-stakes domains remains fraught with risk. Without architectural safeguards, LLM agents exhibit catastrophic brittlenes…

Prompt EngineeringCausal Inference

Learning Latency-Aware Orchestration for Parallel Multi-Agent Systems

2026-01-15 · Xi Shi, Mengxin Zheng, Qian Lou arxiv

Multi-agent systems (MAS) enable complex reasoning by coordinating multiple agents, but often incur high inference latency due to multi-step execution and repeated model invocations, severely limiting their scalability a…

Chimera: A Lossless Decoding Method for Accelerating Large Language Models Inference by Fusing all Tokens

2024-02-24 · Ziqian Zeng, Jiahong Yu, Qianshi Pang, ZiHao Wang 외

Large language models (LLMs) have demonstrated remarkable capabilities across various tasks. However, their widespread application is hindered by the resource-intensive decoding process. To address this challenge, curren…

All