AI RESEARCH

Calibrate-Then-Act: Cost-Aware Exploration in LLM Agents

arXiv CS.CL

ArXi:2602.16699v3 Announce Type: replace LLM agents are deployed in environments where they must interact to acquire information. In these scenarios, the agent must reason about inherent cost-uncertainty tradeoffs in how to act, such as when to stop exploring and commit to an answer. For instance, on a programming task, an agent might run the code it generates, or it might generate tests for that code snippet; the cost of writing and running a test is nonzero, but typically lower than the cost of running buggy code.