The Agent Capability Problem: Predicting Solvability Through Information-Theoretic Bounds
Shahar Lutati
TL;DR
ACP reframes solvability under resource constraints as an information-theoretic problem. It defines the effective cost $C_{ ext{effective}} = (I_{ ext{total}}/ar{I}_s)ar{C}_s$ and proves a two-sided bound and a high-probability bound on expected search cost, enabling upfront solvability estimates and risk-aware budgeting. Empirical validation shows ACP bounds closely track actual performance and improve search efficiency over baselines across LLM-based and agentic tasks, including NP-hard graph-coloring problems. The framework also extends to approximation settings, offering a principled approach to resource allocation for autonomous problem solving.
Abstract
When should an autonomous agent commit resources to a task? We introduce the Agent Capability Problem (ACP), a framework for predicting whether an agent can solve a problem under resource constraints. Rather than relying on empirical heuristics, ACP frames problem-solving as information acquisition: an agent requires $\Itotal$ bits to identify a solution and gains $\Istep$ bits per action at cost $\Cstep$, yielding an effective cost $\Ceff = (\Itotal/\Istep), \Cstep$ that predicts resource requirements before search. We prove that $\Ceff$ lower-bounds expected cost and provide tight probabilistic upper bounds. Experimental validation shows that ACP predictions closely track actual agent performance, consistently bounding search effort while improving efficiency over greedy and random strategies. The framework generalizes across LLM-based and agentic workflows, linking principles from active learning, Bayesian optimization, and reinforcement learning through a unified information-theoretic lens. \
