Skip to content
AI

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

85

Möglichkeit

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.

Warum es wichtig ist

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

Wie ich die Chance bewerte

Der Opportunity Score ist meine persönliche Einschätzung, keine Messung: wie stark es schmerzt, wie oft es auftritt und wie wenig heute existiert, um es zu lösen. Ein höherer Wert bedeutet, dass ich es für lohnender halte, es umzusetzen.

Schweregrad9/10

Wie viel Schmerz es verursacht, wenn es auftritt.

Häufigkeit8/10

Wie oft Menschen tatsächlich darauf stoßen.

Whitespace8/10

Wie wenig gute Werkzeuge dafür heute existieren.

Weitere lösungswürdige Probleme