The Third Of Your Agent Bill That Lives In Code You Own
Two independent results cut agent tokens without cutting accuracy, and they land the same month credit markets stopped subsidizing the assumption that inference gets cheaper on its own.
Where the tokens actually go
A platform engineer reading the token log for one agent session watches the same observation payload go out again on the next step. Nothing in it is new work for the model. NVIDIA's SoL-Pi work never touched a model either. It ran an auto-research loop that proposed and tested changes to the agent harness, the scaffolding code that assembles context, replays observations and formats tool calls on every step of an agent loop. Most of what a default harness sends back to the model is re-transmitted state rather than new reasoning, which is a measured property of the harness and not an opinion about the model. Four techniques survived the search: Action Fusion, Online Context Compact, ObservationPack and an Evidence-Preserving Reducer.
The caveat travels with the number: the evaluation covers 51 tasks on EdgeBench and is flagged as early-stage. Replicate it on an internal eval set before it enters a pricing model.
The routing lever breaks a tradeoff scoping decks still quote
The second result points at the same layer from a different angle. When2Think, from Sungkyunkwan University and Microsoft, classifies each request by difficulty and routes it between a fast path and a deliberate reasoning path. On AIME24 it raised Pass@3 from 46.0% to 56.0% while cutting tokens from 14,195 to 10,236, or 27.9% fewer. Ten points of accuracy for less money is not the curve most scoping assumes. The claim that the more accurate variant costs proportionally more to serve is a tradeoff two separate teams have now broken.
Microsoft's name on that paper matters for sequencing. Difficulty-aware routing is the kind of optimization hosted providers absorb into their own serving stack within a couple of quarters, so building it in-house buys a temporary margin advantage, and the cost-per-correct-answer model is stale either way. A third result, R4T from Google Research and UIUC, adds a latency axis: a 53.9M-parameter distilled diffusion retriever that cuts query fan-out latency roughly 12–20×. That lever matters most for products that fan out multiple queries per request. Multi-query search is the clearest case; recommendations and set generation follow.
| Lever | Where it lives | Measured result | Who owns it |
|---|---|---|---|
| SoL-Pi harness optimization | Your agent scaffolding code | 44.7–49% less recorded token traffic at rough parity | Your engineers, no vendor involved |
| When2Think difficulty routing | Your request path | AIME24 Pass@3 46.0% → 56.0%, tokens −27.9% | Yours until providers absorb it |
| R4T distilled retriever | Your retrieval tier | ~12–20× lower fan-out latency, 53.9M params | Your platform team |
Where the evidence pulls in two directions
One body of reporting says accuracy per token is improving fast, which makes AI features cheaper to serve than most business cases assume. The other says capacity is getting more expensive: credit markets repriced AI data center paper into high-yield territory, hurdle rates for new capacity moved up with it, and some of that capacity has been cancelled. Both stories break the same line item, the inherited per-token price curve underneath the AI features already shipped. Both point at the same defensive move: know the token composition before someone else's cost structure changes it.
Roughly half the tokens in your agent loop are re-transmitted context. That line item usually sits unowned between the platform team and the product team.
The deliverable is unusually cheap: tokens per session, the share consumed by observation and context replay, and the reduction available from compaction and action fusion. That is about a week of instrumentation, and it moves the next margin conversation out of vendor pricing and into a backlog the team controls.
What to do
Commission a token-traffic audit of your highest-volume AI feature this week — tokens per session, share consumed by observation and context replay, and estimated reduction from compaction and action fusion — and bring the number to the next margin review.
Spike difficulty-aware routing on your single highest-volume reasoning path this sprint, then rebuild cost-per-correct-answer, targeting at least 15% token reduction at flat accuracy.
Re-run every AI feature's unit economics at flat and +15% compute cost before the end of the quarter and name the features that go margin-negative in each case.