Guide

How to Reduce Wasted LLM Tokens

A field guide to reducing bloated prompts, irrelevant context, repeated requests, malformed outputs, and runaway agent loops.

Updated 2026-05-12cost-control / token-consumption / model-routing
Desk note

Token reduction is only a win when accepted output holds. The target is not smaller prompts for their own sake; it is less repeated, irrelevant, or repair-heavy work.

Reduce context before ambition

Most waste starts with context discipline. Teams send whole files, long histories, and irrelevant documents because it feels safer than retrieval or task decomposition. The result is expensive calls that are harder to inspect.

  • Split tasks before sending giant context windows.
  • Use retrieval to send targeted chunks rather than every document.

On this siteThe model routing playbook

Route simple work down

Not every step needs the strongest model. Classification, extraction, formatting, low-risk planning, and validation are common candidates for cheaper routes once evals prove the quality bar holds.

  • Route by task risk, not by habit.
  • Keep a fallback path when confidence is low.

Stop paying for repeated work

Semantic caching, prompt normalization, deterministic pre-processing, and saved intermediate results can prevent teams from generating the same expensive answer again and again.

  • Start with the most repeated expensive calls.
  • Cache only where freshness and permissions are understood.

Constrain agents

Agents need explicit budgets: step limits, stop conditions, retry caps, tool budgets, and escalation rules. Otherwise a vague task can become a long trace that looks busy while it burns through model calls.

  • Require a stopping reason on each trace.
  • Alert on retry loops and long-running tasks.
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

Anthropic source artwork
newsA
news

Introducing Claude Sonnet 5

Anthropic launched Claude Sonnet 5 on June 30, priced at $2/$10 per million input/output tokens through Aug 31, then $3/$15. It pitches the model as approaching Opus 4.8 quality at a lower price.

tokenmaxxingcoding-agentsagents
Read note
Generated Tokenmaxxing editorial thumbnail for Meituan open-sources LongCat-2.0 — the 1.6T model that topped OpenRouter as Owl Alpha
newsW
news

Meituan open-sources LongCat-2.0 — the 1.6T model that topped OpenRouter as Owl Alpha

WinBuzzer: Meituan opened LongCat-2.0, a 1.6-trillion-parameter MoE coding model (~48B active per token, 1M-token context) that surfaced atop OpenRouter as the unbranded alias Owl Alpha — MIT-licensed, with weights not yet posted.

tokenmaxxingmodel-routermodel-routing
Read note
Generated Tokenmaxxing editorial thumbnail for Why Token Optimization Is a Gift to the Hyperscalers
newsU
newsmedium review

Why Token Optimization Is a Gift to the Hyperscalers

UncoverAlpha's Rihard Jarc argues the pivot from tokenmaxxing to token optimization — routing cheap work to cheaper models — won't shrink AI bills. It multiplies token volume, and the hyperscalers renting the compute collect either way.

tokenmaxxingmodel-routerai-spend
Read note
Project layer

Tools that make the guide operational

#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.

52.8K9.5KSource-available
gatewaycost-trackingrouting
#2Direct
Observability

Langfuse

langfuse/langfuse

Open-source LLM engineering platform for observability, traces, metrics, evals, prompt management, datasets, and playground workflows.

30.6K3.2KSource-available
tracesevalscosts
#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.

36.7K6.2KMIT
agentsstateworkflows
Briefing

Fresh source notes each week.

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