Today's token-cost story is moving from the model price sheet into architecture. Fresh reporting on Uber shows tool schemas alone can consume 50,000 to 70,000 tokens per coding session before optimization, JPMorgan is imposing $2,000 monthly AI spending limits on some engineers, and Huawei says autonomous agents could generate more than 90% of global AI token traffic by 2035. Meanwhile, today's model comparisons show why cheap tokens do not guarantee cheap work: one Chinese flagship kept its per-token price unchanged while its measured cost per task roughly doubled because it started reasoning longer. The vocabulary arc from tokenmaxxing through tokenminimizing to token yield is converging on a simpler discipline: count the whole workload, not just the rate card.
Top Developments (Last 24 Hours)
1How much are you paying before the agent even starts working?
The Stack reports September 16 that Uber found MCP tool-schema overhead reaching a 50,000 to 70,000-token baseline per session in parts of its AI coding environment. Uber moved toward CLI resolution, on-demand tool search, and code-mode batching, reportedly bringing per-session schema overhead close to zero while weekly coding-tool users rose sevenfold and agent requests rose 9.4-fold between February and August. Uber says total spend has remained roughly flat since April, with cost per 1,000 requests down about 34% and cost per session down about 52% from its peak.
The Stack ↗2JPMorgan puts a $2,000 monthly ceiling on some engineers' AI spend
Business Insider reports September 17 that some JPMorgan engineers using Claude have a $2,000 monthly spending limit, with users able to request increases. JPMorgan declined to detail its token-limit strategy but said it is tying AI costs to measurable business value across outcomes, productivity, quality, speed, capacity creation, risk reduction, and business impact. The cap arrives alongside a sandboxed Devspace architecture intended to constrain agent access to internal systems.
Business Insider ↗3Huawei expects agents to consume more than 90% of AI tokens
Reuters reports that Huawei expects autonomous agents to account for more than 90% of global AI token traffic by 2035. Huawei says annual token consumption will surge as agents continuously perceive, reason, make decisions, and call external tools, putting substantially greater pressure on inference infrastructure than conventional request-response AI.
Reuters ↗4Huawei turns KV cache into a storage tier
Huawei introduced OceanStor M900 Context Memory Storage on September 17, explicitly targeting the growing cost of KV cache in long-context and multi-turn inference. The system pools KV cache across on-chip memory, DRAM, and SSD storage at petabyte scale. Huawei says the architecture is designed to reduce redundant inference work and lower token costs as million-token contexts and agentic workloads push conventional memory capacity and economics.
Huawei ↗From Tokenmaxxing to Whole-Workload Economics
Tokenmaxxing is the practice of maximizing AI consumption as a proxy for productivity. Tokenminimizing is the practice of removing avoidable consumption while preserving the required result. Modelmaxxing means selecting the best-value model capable of completing each task. Token yield measures useful work relative to the tokens consumed. Today's strongest connecting idea is whole-workload economics: system prompts, retrieved context, tool schemas, cache behavior, reasoning effort, retries, and model choice all belong on the same bill.
Nomura
Nomura's September 17 tokenomics analysis calls out context inflation as a hidden enterprise cost. It says a single enterprise query can consume more than 6,000 tokens in system prompts and retrieved documents before the user's question is processed, and argues that agentic multiplication compounds consumption as workflows chain autonomous steps. The framing pushes token economics beyond visible prompt and response length toward the full context assembled around each request.
Nomura ↗Intelligent Living
A September 17 analysis of Alibaba's Qwen3.8 Max 0902 shows why cost per token and cost per task can diverge sharply. Its API rates remained $2 per million input tokens and $6 per million output tokens, but measured output rose from 63,000 to 108,000 tokens per task and cost per task increased from $2.67 to $5.41. The model became more capable, but longer reasoning made the unchanged rate card considerably more expensive in practice.
Intelligent Living ↗Reuters Breakingviews
Reuters Breakingviews examines China's unusually harsh AI economics on September 17, noting that Chinese labs are operating under intense price pressure while improving infrastructure efficiency. MiniMax attributed part of a 5.8 percentage-point improvement in gross margin to infrastructure efficiency. The broader lesson is that cheaper Chinese inference is increasingly being produced through architectural and operational efficiency rather than pricing alone.
Reuters Breakingviews ↗Unite.AI
Z.ai disclosed September 17 that its production GLM-5.3-Flash inference service runs on a cluster of more than 100,000 Chinese-made AI accelerators and says much of the infrastructure was developed with an Infra Agent powered by GLM-5.3 itself. The work highlights another dimension of cheaper non-US inference: optimizing the serving stack and hardware utilization rather than treating model weights and API price as the entire economics problem.
Unite.AI ↗Fortune
Ramp data cited by Fortune shows the average cost of one million AI tokens falling about 41% since March, from roughly $1.15 to $0.68, while businesses increasingly choose cheaper standard models for routine work. Fortune reports that frontier models accounted for 45% of token use after peaking at 53% in August. That is modelmaxxing showing up in purchasing behavior: more consumption does not necessarily mean more premium-model consumption.
Fortune ↗Research Watch
SCOUT: Hybrid Semantic Tool Discovery for Enterprise MCP Gateway
SCOUT treats large MCP catalogs as a retrieval problem rather than placing every tool schema into every model context. In a production deployment at PayPal, the authors report reducing tool-schema consumption from 140.2 thousand tokens, or 70.1% of context, to 1.3 thousand tokens, or 0.8%, while indexing more than 2,000 tools across more than 200 MCP servers.
Why it matters: This is tokenminimizing at the tool surface. A capability can remain available without remaining resident in every prompt, allowing tool catalogs to scale without context cost growing linearly with them.
arXiv ↗ContextPipe: Database-Inspired Context Assembly for Long-Horizon Agents
ContextPipe treats agent context construction as query planning under a hard context budget and byte-sensitive prompt cache. In its preliminary SWE-bench Pro evaluation, it reduced total token volume by 31%, LLM calls by 23%, and response time by 9% compared with append-only context construction, although KV-cache hit ratio declined.
Why it matters: The cache result matters more this week as KV reuse becomes an infrastructure layer of its own. Removing context can save fresh tokens while destroying reusable prefixes, so the economical context is not automatically the shortest one.
arXiv ↗Overthinking Loops in Agents: A Structural Risk via MCP Tools
This study examines MCP tools that induce cyclic agent trajectories, causing models to repeatedly call tools, refine answers, and consume resources without an obvious individual failure. Across tested tool-capable models, the authors observed token amplification as high as 142.4 times.
Why it matters: Token budgets need a trajectory dimension. A perfectly reasonable per-call price can still produce an absurd bill when the agent architecture allows repeated calls to multiply unnoticed.
arXiv ↗Can Your AI Agent Be Cheaper? Task Specifications Change Token Spend
Across 2,700 agentic coding runs, this study found that reducing a full task specification to a bare user story increased token spend by 29.7%. Sensitivity varied substantially by task, from 13% to 115%, showing that smaller prompts can create larger downstream bills when agents must explore or reconstruct missing requirements.
Why it matters: Token yield depends on useful context, not simply less context. Removing information that prevents wandering is tokenminimizing's false economy.
arXiv ↗Phrase of the Day
“Context inflation”
Context inflation is the growth in tokens consumed by system instructions, retrieved material, conversation history, tool schemas, and other supporting context before the model produces the work the user actually requested.
- AI adoption
- Tokenmaxxing
- Token shock
- Tokenminimizing
- Modelmaxxing
- Token discipline
- Token yield
- Context inflation
The likely winners are systems that keep useful information accessible without making all of it resident, then combine retrieval, caching, routing, bounded reasoning, and tool discovery so context grows according to the task rather than the size of the connected environment.
- AI FinOps teams
- cost-aware model routers
- AI gateways
- agent budget controls
- KV-cache infrastructure
- retrieval-based tool loading
- cost-per-task observability
The expensive part of the prompt may be everything you packed around the question before anybody asked it.
Nomura ↗The jCodeMunch read
Today's MCP and context stories make the retrieval argument unusually concrete: information can remain available without being loaded wholesale. jCodeMunch applies that principle to code reading through tree-sitter symbol retrieval and byte-precise context, reducing the need to make repository-scale code context the default.
See how the 95%+ cut is measured → ← All editions