Guide

Agent Token Burn Explained

Why AI agents can spend tokens unpredictably, and how teams can control long-running coding, research, and tool-using workflows.

Updated 2026-05-12agents / coding-agents / token-consumption
Desk note

Agent spend is different because the model is not called once. It plans, reads, calls tools, retries, summarizes, and sometimes loops. The trace is the unit of accountability.

Agents multiply calls

A normal prompt may be one request and one response. An agent may plan, inspect files, call tools, revise, retry, and summarize. Each step adds token cost and can carry previous context forward.

  • Count calls per task, not only tokens per call.
  • Preserve step order so the trace is reviewable.

ReceiptsArs Technica

On this siteTokenmaxxing examples

Context grows over time

When agents carry too much history or irrelevant file context, every new step becomes more expensive before the model writes a useful answer. Context hygiene matters more as the trace gets longer.

  • Summarize or prune trace state deliberately.
  • Retrieve files by task instead of loading broad directories.

Retries are hidden spend

A failed edit, malformed tool call, ambiguous instruction, or flaky API can trigger repeated attempts. From the outside it looks like progress; inside the trace it is often a cost leak.

  • Alert on repeated tool errors.
  • Cap retries and require a new plan after failure.

Controls that work

The useful controls are concrete: task budgets, step limits, model routing, trace review, evals, and human-in-the-loop checkpoints for high-risk work. A controlled agent should be able to explain why it continued, why it stopped, and what output was accepted.

  • Use cheaper models for low-risk subtasks only after evals.
  • Report accepted task rate alongside spend.
Weekly briefing

The term is moving faster than the definition.

Tokenmaxxing keeps shifting as new receipts land. The weekly briefing tracks who's burning what, and why it matters.

Written by the desk's AI, human-reviewed before send, real numbers only.

Source trail

Current feed records connected to this guide

CNX Software - Embedded Systems News source artwork
newsCS
news

Token Monitor - An ESP32-S3 desktop display that tracks AI coding assistant usage (Crowdfunding) - CNX Software

Fractal Manifold is crowdfunding Token Monitor, a EUR 99 ESP32-S3 desk display with a 4-inch touchscreen that shows quota use, session limits, reset timers and estimated token costs for Claude Code, Codex CLI and Antigravity CLI.

tokenmaxxingcoding-agentsagents
Read note
theclimatebrink.com source artwork
newsT
news

The real energy use of agentic AI

Climate scientist Zeke Hausfather metered his own Claude Code habit: 1,138 typed prompts fanned out to more than 14,000 model calls and 3.2 billion tokens in eight weeks, drawing roughly 170 kWh of data-center electricity.

tokenmaxxingcoding-agentsagents
Read note
TechNode source artwork
newsT
news

DeepSeek V4 Flash tops OpenRouter weekly ranking with 7.22 trillion tokens · TechNode

DeepSeek V4 Flash led OpenRouter's July 27 to Aug. 2 usage ranking with 7.22 trillion tokens. Chinese models held all four leading slots, and V4 Flash 0731 plus V4 Pro landed inside the top six.

tokenmaxxingmodel-routerpricing
Read note
Project layer

Tools that make the guide operational

#4In spirit
Agents

LangGraph

langchain-ai/langgraph

A framework for building resilient stateful agents with explicit graphs, persistence, human-in-the-loop flows, and controllable execution.

39.1K6.6KMIT
agentsstateworkflows
#1Direct
Routing

LiteLLM

BerriAI/litellm

An OpenAI-compatible gateway and SDK for calling many model providers with budgets, logging, load balancing, guardrails, and cost tracking.

55.8K10.4KSource-available
gatewaycost-trackingrouting
#5Direct
Evaluation

promptfoo

promptfoo/promptfoo

A CLI and CI workflow for testing prompts, agents, and RAG systems across models, with evals and red-team style checks.

24K2.2KMIT
prompt-evalscirag
Briefing

Fresh source notes each week.

New tokenmaxxing links, model-router signals, agent usage research, and AI cost notes.