INQUIRING LINE

Should you judge an AI agent by what it costs to finish a whole job, not per-token price or benchmarks?

Does episode-level cost become the decisive factor when comparing AI agents in production?

This explores whether the total cost of getting a whole task finished, rather than per-token price or a benchmark score, should be the main yardstick for choosing between AI agents in production.


This explores whether the total cost of getting a whole task finished, rather than per-token price or a benchmark score, should be the main yardstick for choosing between AI agents in production. The corpus says episode cost is the right unit of comparison, but it doesn't say cost decides the outcome on its own. It also has no direct data on how teams buy or choose agents, so what follows is inferred from the evidence on efficiency and evaluation.

The case for the episode as the unit is strong. Cost and latency pile up over every step of a multi-step job, so a model that looks cheap per call can be expensive per finished task. In one study, a 35B model trained on execution-grounded, long-horizon data sat at the low-cost knee of the cost-performance curve. It kept up with much larger models, which suggests follow-through can substitute for raw scale (Does model efficiency matter more than peak capability for real work?). The unit can also move past the episode. In a 115-day case study of a persistent agent, 82.9% of tokens were cache reads, so cost per token said little and cost per completed artifact was the number that meant something (Do persistent agents really cost less per token?).

Cost still can't be the deciding factor alone, because a low episode cost can mean the agent did less. One analysis attributes about 80% of multi-agent performance variance to token budget rather than coordination cleverness (How does test-time scaling work at the agent level?). If so, a cheaper agent may just be spending less and getting less, and comparisons only mean something at matched spend. Long optimization tasks show the flip side. The best predictor of success was persistence, meaning repeated benchmark-edit cycles within the time budget, and many models quit early or burned budget without progress (What predicts success in ultra-long-horizon agent tasks?). Quitting early makes an agent cheap and useless, so cost only counts once the work is actually completed. Results also swing a lot between runs of the same agent (Do frontier AI agents actually conduct novel research or just optimize?), so one episode's cost is a sample from a distribution.

Cost also isn't purely a property of the model. Automatically optimized harnesses found four mechanisms (action execution, context compaction, observation handling, delegated reading) that cut token traffic by 44.7–49.0% at comparable performance, and the gains were independent of model improvements (Can agent harnesses be automatically optimized across many environments?). This fits the broader finding that reliability comes from memory, skills and protocols built around the model, not from the model alone (Where does agent reliability actually come from?). So the thing being compared is really a model-plus-harness bundle, and two agents on the same model can have very different episode costs.

The last caveat is what the episodes are. Agents that win benchmark contests often fail long professional workflows, and the benchmark-to-value gap comes from what got measured, not from model capability (Why do agent benchmarks not predict real economic value?). Cost per benchmark episode inherits that flaw. The corpus's answer is that cost per completed, useful outcome becomes the decisive comparison only after you have pinned down what counts as done, held effort constant, and measured on work that resembles your own.


Sources 8 notes

Does model efficiency matter more than peak capability for real work?

Occamy-1.0, a 35B-parameter model further trained on execution-grounded data and long-horizon trajectories, achieves competitive performance with much larger models while sitting at the low-cost knee of the Pareto frontier, suggesting that training for coordination and follow-through substitutes for raw scale in multi-step work.

Do persistent agents really cost less per token?

A 115-day case study found 82.9% of tokens were cache reads. When context persists and reuses, the meaningful cost denominator becomes completed artifacts, not individual tokens.

How does test-time scaling work at the agent level?

Research shows 80% of multi-agent performance variance comes from token budget, not coordination intelligence. LatentMAS and shared-KV-cache approaches offer ways to decouple performance gains from token costs.

What predicts success in ultra-long-horizon agent tasks?

Across 17 frontier models on 36 expert-curated optimization tasks, repeated benchmark-edit-incorporate cycles within a wall-clock budget proved the dominant success predictor. Most models terminated early or burned budget unproductively; Claude Opus 4.6 stood out as persistent.

Do frontier AI agents actually conduct novel research or just optimize?

Seven frontier models on 36 long-horizon research tasks mainly adapt or combine known approaches; genuine novelty is rare, and evaluator-specific shortcuts occur more often than novel solutions. Performance varies substantially across runs.

Show all 8 sources
Can agent harnesses be automatically optimized across many environments?

Cross-environment harness optimization yielded four mechanisms (action execution, context compaction, observation handling, delegated reading) that reduced token traffic by 44.7–49.0% while maintaining comparable performance on a 51-task benchmark, suggesting harness-level gains are orthogonal to model improvements.

Where does agent reliability actually come from?

Research shows reliable LLM agents externalize three cognitive burdens—memory (state persistence), skills (procedural components), and protocols (structured interaction)—into a harness layer rather than relying on model scale alone. The harness unifies these externalities and eliminates the need for the model to solve the same problems repeatedly.

Why do agent benchmarks not predict real economic value?

ALE's analysis of 960 real occupational workflows shows agents excel at abstract contests but fail long-horizon professional tasks. The gap is not model capability but benchmark design—the field optimizes what it measures, and it has measured contests rather than work.

Papers this line draws on 8

The research behind the notes this line reads — ranked by how closely each paper relates.