FrontierAI.Engineer
Agentic AI Foundations & Architectures

Step Budget

Also known as: max iterations

A step budget is a hard upper limit on the number of loop iterations or tool calls an agent is allowed to make during a single task run. It prevents runaway loops from consuming unbounded compute or accumulating costs. When the budget is exhausted, the runtime typically returns the best answer found so far or raises an error signaling that the task could not be completed within the allowed steps.