HACO: Hedged Agent Computing for Reliable LLM Systems

📅 2026-07-21
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the reliability degradation of large language model (LLM) agents in dynamic deployment settings caused by unstable role-instance binding. To tackle this issue, the authors propose a hedged agent computation framework that, for the first time, integrates reliability constraints and uncertainty awareness into LLM agent instance selection. The approach formulates role requests as a candidate instance selection problem subject to reliability constraints, dynamically constructs a hedging set at runtime, and allocates instances using a combination of optimistic quality-reliability ranking and conservative reliability accumulation strategies. Candidate performance profiles are continuously updated based on execution trajectories. Experimental results demonstrate that the method significantly enhances system robustness and output quality across diverse benchmarks and under degraded conditions, while substantially reducing token consumption and latency compared to fully parallel execution.
📝 Abstract
As large language model (LLM) agents move from isolated prompting to longhorizon workflows, failures increasingly arise at the role-to-instance binding boundary, where task-specific role requests must be assigned to concrete agent instances under current service, network, and query conditions. Existing agent system research has improved role specialization, workflow topology, memory, and tool use, but often assumes a fixed stable execution environment. This assumption limits deployed reliability, because the same role request can exhibit different latency, failure probability, and output quality across agent instances operating under different service regions and network conditions. We propose Hedged Agent Computing (HACO), a runtime control scheme that treats each role request as a reliability-constrained selection problem over candidate agent instances, each coupling a role type, an LLM, and a concrete execution environment. Different from routing, HACO adaptively selects a hedge set of candidates for each invocation. Its allocation rule combines optimistic ranking, which prioritizes candidates with high estimated quality, reliability, and informative uncertainty, with conservative reliability accumulation, which stops selection only after the hedge set reaches a target success probability. Through experience harvesting, HACO updates candidate and link profiles from all executed candidate traces, including quality, success, latency, and network statistics. Experiments on various benchmarks, together with runtime degradation studies, show that HACO improves robustness and output quality under changing deployment conditions, while using lower token and latency cost than exhaustive parallel execution.
Problem

Research questions and friction points this paper is trying to address.

LLM agents
role-to-instance binding
reliability
dynamic execution environment
service conditions
Innovation

Methods, ideas, or system contributions that make the work stand out.

Hedged Agent Computing
LLM agents
reliability-aware selection
adaptive hedging
runtime control
🔎 Similar Papers