LGAICLMay 29

BAGEN: Are LLM Agents Budget-Aware?

arXiv:2606.0019839.7h-index: 7
Predicted impact top 4% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For developers of LLM agents, this work identifies a critical gap in cost-aware decision-making and provides a formal framework and actionable training methods.

The paper defines budget-awareness for LLM agents as progressive interval estimation of remaining budget, and finds that frontier agents are over-optimistic, failing to alert early. Early stopping saves 28-64% tokens on failed trajectories, but precise calibration remains challenging (47% coverage after SFT+RL).

While agents are increasingly spending more resources, today agent cost is mostly measured only after execution. A Budget-Aware Agent (BAGEN) should treat budget as an active control signal, rather than a passive cost metric. We first systematically define budget estimation as internal budgets (from agent computation) and external budgets (from agent actions). We then formalize budget-awareness as progressive interval estimation: at each step of a plan, an agent should predict an upper and lower bound on remaining budget, and alert when completion is unlikely. Scoring with a rollout-replay protocol, we find consistent failure patterns on four environments and five frontier agents: (1) strong agents do not necessarily have strong budget-awareness, with correlation r=0.35. (2) frontier models are consistently over-optimistic, continue spending on tasks that are unlikely to succeed, instead of alerting the user early. (3) budget-aware signal is actionable and trainable. Early stop saves 28-64% tokens on failed trajectories, and SFT+RL strengthens early stop and alert behavior. (4) precise interval calibration remains challenging, with interval coverage capping at 47% after SFT+RL. Project page: https://ragen-ai.github.io/bagen/

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes