paper-with-me

홈 › Papers

Hive: A Multi-Agent Infrastructure for Algorithm- and Task-Level Scaling

2026-04-19 · Zizhang Luo, Yuhao Luo, Youwei Xiao, Yansong Xu, Runlin Guo, Yun Liang arxiv

Large language models are increasingly deployed as complex agentic systems that scale with task complexity. While prior work has extensively explored model- and system-level scaling, algorithm- and task-level scaling remain largely unaddressed, constraining the full potential of agentic systems. At the algorithm level, allocating additional inference-time computation can enhance workflow capacity but introduces cross-path redundancy: overlapping computations across multiple reasoning branches. At the task level, complex tasks can be decomposed into subproblems and delegated across multiple agents for improved scalability and parallelism. However, existing infrastructures' scheduling is unaware of the existence of multiple agents, missing opportunities to optimize resource allocation. We propose Hive, a multi-agent infrastructure that enables algorithm- and task-level scaling. Hive features a description frontend that captures per-agent behavior and supports test-time scaling algorithms. Leveraging this specification, our backend introduces two key mechanisms: Logits Cache that reuses intermediate logits across redundant sampling paths to mitigate cross-path redundancy at the algorithm level, and Agent-Aware Scheduling that efficiently allocates compute and KV-cache resources according to agent contributions at the task level. Experiments show that Logits Cache achieves an average speedup of $1.11\times$-$1.76\times$ for re-sampling, and Agent-Aware Scheduling reduces the hotspot miss rate by $33\%$-$51\%$.

📄 PDF Abstract BibTeX arXiv:2604.17353

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

HIVE-4-MAT: Advancing the Ontology Infrastructure for Materials Science

2021-01-20 · Jane Greenberg, Xintong Zhao, Joseph Adair, Joan Boone 외

Introduces HIVE-4-MAT - Helping Interdisciplinary Vocabulary Engineering for Materials Science, an automatic linked data ontology application. Covers contextual background for materials science, shared ontology infrastru…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Relation+1

AgentGA: Evolving Code Solutions in Agent-Seed Space

2026-04-16 · David Y. Y. Tan, Kellie Chin, Jingxian Zhang arxiv

We present AgentGA, a framework that evolves autonomous code-generation runs by optimizing the agent seed: the task prompt plus optional parent archives that initialize a fresh workspace. The outer loop searches over the…

Harnessing Language for Coordination: A Framework and Benchmark for LLM-Driven Multi-Agent Control

2024-12-16 · Timothée Anne, Noah Syrkis, Meriem Elhosni, Florian Turati 외

Large Language Models (LLMs) have demonstrated remarkable performance across various tasks. A promising but largely under-explored area is their potential to facilitate human coordination with many agents. Such capabilit…

Disaster Response

MediHive: A Decentralized Agent Collective for Medical Reasoning

2026-03-28 · Xiaoyang Wang, Christopher C. Yang arxiv

Large language models (LLMs) have revolutionized medical reasoning tasks, yet single-agent systems often falter on complex, interdisciplinary problems requiring robust handling of uncertainty and conflicting evidence. Mu…

Question Answering

Agentic Artificial Intelligence for Multistage Physics Experiments at a Large-Scale User Facility Particle Accelerator

2025-09-21 · Thorsten Hellert, Drew Bertwistle, Simon C. Leemann, Antonin Sulc 외 arxiv

We present the first language-model-driven agentic artificial intelligence (AI) system to autonomously execute multi-stage physics experiments on a production synchrotron light source. Implemented at the Advanced Light S…