Token Cost Radar

Token Cost Radar

August 13, 2026

Today's token-cost story has acquired a useful disagreement. As large enterprises tighten budgets, route toward cheaper models, and measure output per dollar, Y Combinator CEO Garry Tan is telling founders to do the opposite and spend aggressively on agents while the capability advantage is available. AT&T supplies the counterweight at enterprise scale: it wants open models handling 70% to 80% of its AI usage after reporting savings of 80% to 90% in some applications. The emerging lesson is not simply spend more or spend less. It is know which tokens deserve premium economics.

Top Developments (Last 24 Hours)

1Is tokenmaxxing dead, or just rational for founders?

Business Insider reports that Y Combinator CEO Garry Tan is explicitly defending tokenmaxxing for startup founders. Tan said aggressive agent usage can cost $50,000 to $100,000 annually, but argued that founders can justify the expense if it gives them capabilities earlier and successful agent procedures are then converted into reusable instructions. His position is a direct counterpoint to the recent enterprise push toward token restraint.

Business Insider ↗

2AT&T wants open models handling most of its AI workload

The Wall Street Journal reports that AT&T ultimately wants open models to power 70% to 80% of its AI usage. Chief Data and AI Officer Andy Markus said moving applications from proprietary models to open alternatives has already produced savings of 80% to 90% in some cases. The company's approach treats model selection, customization, data control, and routing as a single cost strategy.

The Wall Street Journal ↗

3Nvidia joins the cheaper-model and routing push

The Wall Street Journal reports that Nvidia released Nemotron 3.5 Lightning as a smaller open model aimed partly at reducing enterprise token costs. Nvidia also introduced Nemo Switchyard, an open-source routing library designed to select models according to task complexity, cost, latency, and performance.

The Wall Street Journal ↗

Tokenmaxxing Meets the Efficiency Frontier

Tokenmaxxing is the practice of deliberately allowing heavy AI token consumption in pursuit of greater output or capability. Tokenminimizing is the practice of removing avoidable consumption while preserving the required result. Modelmaxxing means selecting the best-value model for each task instead of defaulting to the most capable one. Token yield measures useful output relative to the resources consumed. Today's split is revealing: startups may rationally buy expensive exploration while mature deployments optimize the repeatable path.

The Wall Street Journal

AT&T says it is not afraid of what its AI chief calls the token future. Its strategy is to manage that future through open models, internal deployment, model testing, and routing rather than assuming a proprietary frontier model should handle every workload.

The Wall Street Journal ↗

FinOps Foundation

The FinOps Foundation treats token economics as a value-management discipline encompassing cost per inference, token consumption efficiency, token yield, attribution, anomaly detection, caching, and model right-sizing. The emphasis is increasingly on connecting variable AI consumption to an accountable workload or outcome.

FinOps Foundation ↗

Anthropic

Anthropic's retrieval-based tool discovery remains a practical reference for controlling tool-surface bloat. Rather than loading an entire tool catalog into every context, relevant definitions are retrieved when needed. Anthropic reports an 85% token reduction in its evaluation while retaining access to the full library.

Anthropic ↗

DeepSeek

DeepSeek's official pricing separately charges cache-hit input, uncached input, and generated output. That structure makes context reuse part of model economics and illustrates why headline cost per million tokens is insufficient for comparing real workflows.

DeepSeek API Docs ↗

The Next Web

The Next Web's tokenminimizing coverage captures the opposite pole from today's tokenmaxxing defense: large companies are introducing employee caps, cheaper defaults, and cost controls after initially encouraging broad AI consumption. The tension increasingly looks less like a contradiction than a lifecycle distinction between exploration and optimized production.

The Next Web ↗

Research Watch

LLMRouter: Evaluating Routing on Quality and Inference Cost

This recent arXiv paper provides a unified framework and benchmark for comparing more than 16 model-routing approaches across single-turn, multi-turn, personalized, memory, vision, and other workloads. Learned routers outperformed the strongest fixed-model baseline by 14.6% relatively, while lightweight routers became more competitive as cost constraints tightened.

Why it matters: Modelmaxxing is becoming an optimization problem with measurable tradeoffs. The paper also finds that extra multi-turn routing steps can add cost and redundant information without reliably improving results.

arXiv ↗

Marginal Value Estimation for Efficient Deep Research

This recent arXiv work studies when a research agent should expand additional search branches and when the expected improvement no longer justifies the tokens and runtime. Its strongest pure-efficiency configuration reduced average token cost to about 114,600 tokens while maintaining competitive report quality.

Why it matters: Long-running agents need a stopping rule as much as a token budget. Marginal-value estimation turns additional reasoning and retrieval into purchases that must justify themselves.

arXiv ↗

LaCache: Robust Semantic Caching for LLM Serving

This recent arXiv paper examines cache-collision attacks against semantic caching and proposes validating both query similarity and initial speculative output before reusing an answer. The method is designed to preserve semantic caching's latency and inference-cost benefits while making malicious or incorrect reuse substantially harder.

Why it matters: Caching can eliminate entire model calls, but savings are useful only if the reused answer remains trustworthy. Semantic-cache economics therefore need a reliability budget alongside the token budget.

arXiv ↗

How Do AI Agents Spend Your Money?

This arXiv study of eight frontier models on agentic coding tasks finds that agents can consume roughly 1,000 times more tokens than code reasoning or code chat, with input tokens dominating cost. Identical tasks varied by as much as 30 times in token consumption, greater usage did not reliably improve accuracy, and models systematically underestimated their own eventual token requirements.

Why it matters: The findings put hard numbers behind token discipline. Agent cost is stochastic, context-heavy, and difficult for the model itself to forecast, which strengthens the case for external budgets, retrieval controls, and runtime measurement.

arXiv ↗

Phrase of the Day

“Token future”

The token future is the emerging operating environment in which AI consumption becomes a large, persistent, and explicitly managed resource rather than an incidental software expense.

  1. AI adoption
  2. Tokenmaxxing
  3. Token shock
  4. Tokenminimizing
  5. Modelmaxxing
  6. Token discipline
  7. Token yield
  8. Token future

The likely winners are organizations that distinguish high-value exploration from repeatable production and optimize model choice, context, caching, tools, and budgets accordingly.

The token future does not look tokenless. It looks metered.

The Wall Street Journal ↗

The jCodeMunch read

Today's useful distinction is between expensive exploration and efficient repetition. jCodeMunch addresses the repeatable code-reading side through tree-sitter symbol retrieval and byte-precise context, reducing the tokens spent presenting code that the task never needed.

See how the 95%+ cut is measured →

← All editions