|国家预印本平台
| 注册
首页|Keeping the Cache Warm Pays: Keepalive Economics for Agentic Workloads

Keeping the Cache Warm Pays: Keepalive Economics for Agentic Workloads

Maxim Khailo

Arxiv_logoArxiv

Keeping the Cache Warm Pays: Keepalive Economics for Agentic Workloads

Maxim Khailo

作者信息

Abstract

Frontier LLM providers cache a prompt's processed prefix so that a follow-up request sharing it pays ~10% of the input price and skips most of the prefill latency. Agentic workloads systematically destroy this benefit: the agent sends a request, runs a tool or waits for approval for minutes, and by the time the follow-up is sent the cached prefix has been evicted, so the agent pays the full prefill again. A client-side keepalive, replaying the prefix on a timer during the pause, prevents this, and it is individually rational: across Anthropic, OpenAI, Google, and DeepSeek we show that a keepalive holds the prefix warm through gaps where idle baselines are evicted, cutting the post-pause request cost by up to 12.5x. The strategic question is the ping frequency, and it has a clean answer: keepalive cost falls monotonically in the interval, so the economical choice is the largest interval safely under the provider's TTL, about 4 minutes at Anthropic's 5-minute TTL rather than the 30-second convention, and the strategy breaks even against a re-prefill at idle ~tau(w/r - 1) (~46 min for Anthropic, ~36 min for OpenAI and DeepSeek). Because the benefit is real and bounded only by each user's own bill, rational adoption is universal adoption; and since cache residency is priced per read rather than per token-hour, a keepalive-saturated tier gives LRU eviction nothing to rank. We argue this externality will push providers to meter cache residency directly, and one already does. We derive the operator's policy until then.

引用本文复制引用

Maxim Khailo.Keeping the Cache Warm Pays: Keepalive Economics for Agentic Workloads[EB/OL].(2026-07-24)[2026-07-28].https://arxiv.org/abs/2607.19214.

学科分类

计算技术、计算机技术
首发时间 2026-07-24
下载量:0
|
点击量:1
段落导航相关论文