AgentsHardware & Inference 🇷🇺 05.08.2026 17:02

Who Really Leads in Agentic Development? It's Not Who You Think

AnthropicAnthropic DeepSeekDeepSeek OpenAIOpenAI Google/DeepMindGoogle/DeepMind Alibaba/QwenAlibaba/Qwen
A two-week production experiment by a single developer using agentic coding under a governance stack consumed 8.8 billion tokens across 30,993 requests. The costs reveal a 72x price gap between Anthropic's models and DeepSeek, driven by a 93% KV-cache compression technology, making governance affordable only with DeepSeek's architecture.
The article reports that a two-week production experiment in June 2026, where one developer used agentic coding tools with a governance stack, consumed 8.82 billion tokens in 30,993 requests, with 99.38% cache hits. The context overhead for governance (policies, skills, review prompts) ranges 70,000-90,000 tokens per call. Costs vary dramatically by model: Anthropic's Sonnet 4.6 would cost $4,770 for the same workload with a realistic 92% cache hit, while DeepSeek V4 Pro cost only $66.17, a 72x difference. This gap stems from DeepSeek's Multi-Head Latent Attention (MLA), which compresses the KV-cache by 93.3%, allowing cache reads to be nearly free and caches to persist for days on commodity SSDs via 3FS, while Anthropic, OpenAI, and Google use GQA/MHA with caches that expire within an hour due to HBM limits. The article also cites incidents at Uber, Microsoft, Amazon, Pinterest, and an unnamed enterprise, showing runaway costs from uncontrolled agent usage, and argues that DeepSeek's architectural choice makes governance economically feasible, unlike pricier alternatives that force teams to cut safety measures.
Abbreviations
KV = Key-Value — ключ-значение
HBM = High Bandwidth Memory — высокоскоростная память
SSD = Solid State Drive — твердотельный накопитель
GQA = Grouped Query Attention — группированное внимание запросов
MHA = Multi-Head Attention — многоголовое внимание
MLA = Multi-Head Latent Attention — многоголовое латентное внимание
ROI = Return on Investment — окупаемость инвестиций
Source: Habr — хаб ИИ — original
Our earlier posts on this topic ↓
Fresh news