Build1 distinct publisher3 min readUpdated
An arXiv evaluation across OpenAI, Anthropic and Google reports that naive full-context caching can raise latency, while excluding dynamic tool results gives more consistent gains.
The Engineer · Build desk
Compiled by The EngineerSomething wrong?How this is made
A preprint posted to arXiv under Computation and Language, identifier 2601.06007, measures what prompt caching actually does to cost and latency in long-horizon agent runs across OpenAI, Anthropic and Google [1]. The headline result is that caching cut API costs by 41-80% and improved time to first token by 13-31% across providers, but the authors report that the crude version of the technique, caching the whole context, can paradoxically increase latency [7][8].
The setup matters for whether you believe the numbers. The authors evaluated four flagship models across the three providers [3], on DeepResearch Bench, where agents autonomously execute real web search tool calls to answer research questions [5], across more than 500 agent sessions with 10,000-token system prompts, measuring API cost and TTFT [6]. Three strategies were compared: full context caching, system prompt only caching, and caching that excludes dynamic tool results [4]. Prompt caching itself works by reusing previously computed key-value tensors from attention layers so that repeated prompt prefixes are not recomputed [10], which is why anything dynamic sitting early in the prompt is expensive: it invalidates everything behind it.
That is the operational finding. The paper reports that deliberate cache block control gives more consistent benefits than full-context caching, specifically placing dynamic content at the end of the system prompt, avoiding dynamic traditional function calling, and excluding dynamic tool results from the cached region [8]. In other words, the win comes from prompt layout discipline, not from turning a feature on. Agent frameworks that append tool output into the shared prefix are the ones most likely to see caching underdeliver, since long-horizon conversations accumulate dozens of API calls and tens of thousands of tokens [15].
An ablation over prompt sizes from 500 to 50,000 tokens and tool call counts from 3 to 50 found linear cost and TTFT benefits once the provider's minimum cacheable token count is exceeded, and also surfaced provider-specific discrepancies between strategy variants [9]. Two consequences for anyone budgeting: below the minimum you get nothing, and a strategy tuned on one provider is not guaranteed to transfer to another.
Caveats. The reported ranges are wide, with the top of the cost saving band nearly twice the bottom [14], and the abstract does not break the figures out by provider or model [16], so a single-provider planning number cannot be taken from it. This is one preprint, and the authors describe it as the first work to quantify these savings or compare caching strategies for multi-turn agentic tasks [2]; prior literature they cite addresses inference-level KV cache memory management and compression rather than provider API caching features [11], and concurrent work audited provider prompt caching for timing side-channel exposure [12]. The keyword block lists PricewaterhouseCoopers, U.S. [13].
Worth watching: whether the per-provider breakdowns and the minimum cacheable token thresholds hold as providers change pricing, and whether agent frameworks start treating tool-result placement as a first-class configuration rather than an implementation detail [8][9].
Follow any of these and your For You feed starts watching them — no settings page required.
Ranked by verification strength, evidence, and original report placement.
A paper titled "Don't Break the Cache: An Evaluation of Prompt Caching for Long-Horizon Agentic Tasks" is posted on arXiv with identifier 2601.06007, listed under Computer Science > Computation and Language.
The authors state that to their knowledge no prior work quantifies the cost benefits of prompt caching or compares caching strategies for multi-turn agentic tasks.
The evaluation covers three LLM providers (OpenAI, Anthropic and Google) using four flagship models.
Three caching strategies were compared: full context caching, system prompt only caching, and caching that excludes dynamic tool results.
Evaluation used DeepResearch Bench, a multi-turn agentic benchmark where agents autonomously execute real-world web search tool calls to answer complex research questions.
The evaluation spans over 500 agent sessions with 10,000-token system prompts, measuring both API cost and time to first token (TTFT).
Evidence-backed comparisons of source perspectives and observed adoption signals. Read the methodology
Which Builder, Operator, and Investor concerns the observed source mix emphasized—not a truth score.
Evidence, demonstrated adoption, hype gap, incentives, and confidence are assessed independently, each on its own current evidence. How these are measured.
Quantified primary-source preprint, unreplicated
The cluster contains a methodologically specific evaluation: named providers, four flagship models, three defined caching strategies, a public multi-turn benchmark (DeepResearch Bench), 500-plus sessions, 10,000-token system prompts, and an ablation over prompt sizes and tool-call counts, with a statistical-significance claim on cost reductions. Evidence strength is capped because both sources are the same arXiv preprint (no peer review, no independent replication), results are disclosed only as cross-provider ranges without per-provider or per-model figures, no provider pricing snapshot or date is given, and the paper states the session count two ways ('over 500' in the abstract, '500' in the introduction).
Research-stage; provider features shipped, practitioner uptake unmeasured
The only adoption-adjacent facts in the supplied sources are that OpenAI, Anthropic and Google already ship prompt caching with reduced cached-token pricing, and that the authors exercised those APIs across 500-plus agent sessions in their own evaluation plus an HTML v2 release of the paper. There is no deployment disclosure, no third-party usage data, no citation or replication signal, and no evidence that any production agent system has adopted the recommended cache-boundary strategies. Scored low rather than insufficient because the underlying provider capability is documented as generally available and was actually invoked at measurable scale.
Mildly overstated by headline framing
The measured findings largely match the framing: caching does cut cost, and the paper itself supplies the counterintuitive caveat that naive full-context caching can raise latency. The gap is modest and comes from presentation rather than fabrication - a single 41-80% band spanning a ~1.95x range is quoted as though it were one number, latency gains of 13-31% are smaller than the cost story implies, per-provider figures that would let a reader locate themselves in the band are absent from the supplied text, and the 'first / no prior work' positioning is the authors' own unverified assertion in a space where concurrent caching audits already exist.
Professional-services authorship with primacy claim
The keyword block places the work at PricewaterhouseCoopers, U.S., a firm whose advisory business benefits from publishing enterprise cost-optimization guidance for production agentic systems, and the paper explicitly offers implementation guidance for such systems. The novelty claim ('no prior work quantifies...') also carries academic-credit incentive. Scored moderate rather than high because the affiliation is disclosed, the methodology is specified in enough detail to be contested, the numbers do not favor any one vendor, and no funding relationship with OpenAI, Anthropic or Google is asserted anywhere in the sources.
Moderate: primary source is clear, corroboration is absent
Confidence in what the paper says is high because both sources are the paper itself and the abstract and full text agree on scope, strategies and headline numbers. Confidence in the findings generalizing is only moderate: one unreviewed preprint, one publisher, one benchmark, aggregate-only ranges, an internal session-count discrepancy, and no third-party or production corroboration of the cost and latency deltas.
leadership
Cost per successful task, not per token: a 2,400-run benchmark reorders the model shortlist1 distinct publisher
build
Grok 4.6 lands in Copilot two days after launch, and the model picker becomes a procurement problem1 distinct publisher
product
Washington's secret AI test is coming for open weights, and release dates go with it2 distinct publishers
security
The nationalization argument is really a vendor-continuity memo1 distinct publisher
Distinct publishers with included, body-backed reporting in this cluster.
2 articles · August 16, 2026