AI agents have an expensive problem: when a request is missing information, they either guess too early or keep asking, retrieving, and calling tools without knowing whether more context is worth the cost.
This paper uses active inference to make that choice explicit: every clarification, retrieval, tool call, or prompt test should earn its tokens, latency, or user effort by reducing uncertainty that matters to the final answer.
In controlled tests, frontier models steadily narrowed down hidden answers, yet still used more questions than an optimal planner.
On a generation task, targeted clarification raised verifier compliance from 0.0417 to 0.375, while average token use rose from about 112 to 219.
The practical recommendation is to give agents an explicit context-acquisition layer instead of treating context gathering as an automatic behavior.
Before each extra step, decide whether to ask, retrieve, inspect, or act.
Get only the missing context that changes the decision, then stop.