Anytime Verified Agents: Adaptive Compute Allocation for Reliable LLM Reasoning Under Budget Constraints

Abstract

Large language model (LLM) agents can perform multi-step reasoning, planning, and tool use. However, their performance scales with the computational budget. Existing methods allocate computational resources using static strategies such as fixed search depths, constant self-consistency sampling, or uniform verification, so simple problems can consume as much compute as complex tasks. We present Anytime Verified Agents (AVA), a framework that dynamically allocates compute across search, sampling, and verification within a user-specified budget, with an extensible interface for tool use. AVA combines calibrated uncertainty estimation, value-of-information-guided search expansion, and selective verification cascades with early exits. The controller allocates compute based on uncertainty and estimated marginal reliability gains. AVA is evaluated on mathematical reasoning (GSM8K and MATH), multi-hop question answering (HotpotQA), and code generation (HumanEval), with two model backends (GPT-5 and GPT-4o), and compared to fixed-depth search, self-consistency, and always-verify baselines. Across these benchmarks, AVA reduces cost at matched reliability thresholds while maintaining comparable accuracy.

Cite

Text

Patel. "Anytime Verified Agents: Adaptive Compute Allocation for Reliable LLM Reasoning Under Budget Constraints." Transactions on Machine Learning Research, 2026.

Markdown

[Patel. "Anytime Verified Agents: Adaptive Compute Allocation for Reliable LLM Reasoning Under Budget Constraints." Transactions on Machine Learning Research, 2026.](https://mlanthology.org/tmlr/2026/patel2026tmlr-anytime/)

BibTeX

@article{patel2026tmlr-anytime,
  title     = {{Anytime Verified Agents: Adaptive Compute Allocation for Reliable LLM Reasoning Under Budget Constraints}},
  author    = {Patel, Dipkumar},
  journal   = {Transactions on Machine Learning Research},
  year      = {2026},
  url       = {https://mlanthology.org/tmlr/2026/patel2026tmlr-anytime/}
}