SYNTHESIS NOTE
TopicsWork Application Use Casesthis note

Do persistent agents really cost less per token?

When AI agents reuse cached context across tasks, does the standard cost-per-token metric still reveal true economic efficiency? A case study suggests the answer may be no.

Synthesis note · 2026-05-28 · sourced from Work Application Use Cases

A 115-day case study of one physician-scientist running a persistent agentic research environment found that 82.9% of recorded May tokens were cache reads. The workflow was cache-dominant: the agent increasingly reasoned over reused accumulated context rather than fresh inference. The author's inference is that persistent agentic environments may shift the economic unit from cost per token to cost per completed artifact.

This matters because cost-per-token is the native pricing and benchmarking unit, and it systematically misleads about persistent agents. When most tokens are cheap cache reads against a durable memory layer, the marginal token tells you almost nothing about the cost of getting useful work done — the expensive resource is the accumulated context and reusable procedures that make each new task cheap. Two agents with identical token counts can differ enormously in artifacts produced.

The counterpoint is that cost-per-artifact is hard to standardize — "artifact" is fuzzy (a paragraph? a paper? a repository?) and reproducible artifact-level denominators barely exist, which is exactly why the field defaults to tokens. But defaulting to the measurable wrong unit is still wrong. Therefore the methodological recommendation that follows is concrete: future evaluations should adopt artifact-level denominators and cost-per-artifact estimates, because the economics of a stateful, cache-dominant agent live at the artifact level, not the token level.

Inquiring lines that read this note 52

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

Does tokenized intelligence retain genuine value through exchange-based systems? How do prompt structure and constraints affect model instruction reliability? What factors beyond surface content determine how readers extract meaning differently? Why do multi-turn conversations degrade AI intent and coherence? How can LLM user simulators model realistic goal-driven conversation? How do chatbots affect human self-disclosure and emotional engagement? Does externalizing cognitive work and state improve agent reliability? How does AI adoption affect human skill development and labor equality? What drives capability and cost efficiency in agent systems? Can inference-time compute substitute for scaling up model parameters? How do multi-agent systems achieve genuine cooperation and reasoning? How should personalization be implemented to improve AI assistant effectiveness? How should inference compute be adaptively allocated based on prompt difficulty? How does sequence length affect sparsity tolerance in models? Why do continual learning scenarios trigger catastrophic forgetting and interference? How should agents balance memory condensation to optimize context efficiency? Can single-axis benchmarks accurately predict agent deployment success? How should systems govern persistent agent-generated code in shared infrastructure? When does architectural design matter more than raw model capacity? Which computational strategies best support reasoning in language models? What role does compression play in language model capability and generalization? How should memory consolidation strategies shape agent performance over time? Why do self-improving systems struggle without clear external performance metrics? What memory architectures best support persistent reasoning across extended interactions? How does memorization interact with learning and generalization?

Related concepts in this collection 4

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
13 direct connections · 86 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

persistent agentic environments shift the economic unit from cost per token to cost per completed artifact