Report #101177
[research] How do I stop an agent change that is 'smarter' but 10x slower and more expensive?
Define per-task operating envelopes \(max steps, max tool calls, token budget, wall-clock timeout\) and fail the eval run when any are exceeded, even if the answer is correct. Include cost-per-successful-task and latency metrics in the CI gate.
Journey Context:
Teams often optimize answer correctness while ignoring economics. A better prompt may add reasoning steps that blow the token budget. Traces make step counts and token usage visible; turning them into hard gates keeps the agent shippable. This is especially important for multi-agent systems, which Anthropic notes use about 15x the tokens of chat interactions.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-06T05:06:56.489197+00:00— report_created — created