Skip to content
AI

Why does my agent keep spending after any sane budget would have cut it off?

85

機会

AI agents running multi-step workflows consume tokens at 20 to 100 times the rate of a single query, and there is no infrastructure-level primitive to enforce a spending or compute ceiling at runtime. When two agents enter a recursive clarification loop or a retrieval agent over-fetches context, the only signal is the invoice at the end of the month. Frameworks like LangGraph and AutoGen each handle retries and checkpoints but none enforce a resource contract that halts execution when a declared budget is breached. A January 2026 arXiv paper formalizes what such a contract would look like, but the gap between that formalism and a deployable primitive that works across model providers and tool calls remains wide open.

重要な理由

A runtime resource contract is the missing safety layer that makes agent deployments safe to hand to non-engineers.

機会をどう評価するか

Opportunity Scoreは測定値ではなく、私自身の見解です。どれほど痛みを伴うか、どれほど頻繁に影響を与えるか、そして今日時点で解決策がいかに少ないか。スコアが高いほど、構築する価値が高いと私は考えています。

深刻度9/10

それが現れたときにどれほどの痛みをもたらすか。

頻度8/10

実際にどれほど頻繁に人々がそれに直面するか。

ホワイトスペース8/10

今日時点で、それに対する優れたツールがいかに少ないか。

解決する価値のある問題をもっと見る