Fetching from the wire…
Public story · 2026-07-27 · high
The 27.9K-star Go agent prunes stale tool output before compaction to protect its cache, a problem vLLM's K3 project solves from the serving side.
Why now: As of July 27, 2026, DeepSeek-Reasonix's prefix discipline and vLLM's K3 work are two live answers to the same cache-cost problem.
DeepSeek-Reasonix prunes stale tool output before compaction, not after, so its prompt prefix never changes, per the project's GitHub page. Rewrite anything near the head of a session you leave running, and every token after that edit falls out of the cache. The model has to reprocess all of it on the next call.
It ships as a single static Go binary that's picked up 27.9k GitHub stars. The whole build rule is simple: inject a small environment summary at startup, then never touch what follows.
Executor and planner models can also run in separate cache-stable sessions, so one model's churn doesn't disturb the other's prefix.
vLLM's K3 project is chasing the same problem from the serving side. It uses copy-on-write partial prefix matching built into the model server instead of an agent's own pruning logic.
Any agent that lets an early edit ripple through its own context is signing up for the losing side of that race. Worth watching: which agent frameworks make append-only context the default, not a pattern each team has to enforce by hand.
As of July 27, Reasonix's prefix discipline and vLLM's K3 work answer the same cache-cost problem from opposite ends of the stack.
Each link below shares sources, entities, or timing with this story.
Ollama supports DeepSeek / Shared entity: DeepSeek / Same source domain / Earlier coverage
Linked by a graph relationship (Ollama supports DeepSeek); both cover DeepSeek; reported by the same outlet (github.com).
DeepSeek partners with Huawei / Shared entity: DeepSeek / Shared topic / Earlier coverage
Linked by a graph relationship (DeepSeek partners with Huawei); both cover DeepSeek; overlapping topics (cache, context).
Ollama supports DeepSeek / Shared entity: DeepSeek / Shared topic / Earlier coverage
Linked by a graph relationship (Ollama supports DeepSeek); both cover DeepSeek; overlapping topics (agent, context).
Boko Haram uses DeepSeek / Shared entity: DeepSeek / Shared topic / Earlier coverage
Linked by a graph relationship (Boko Haram uses DeepSeek); both cover DeepSeek; overlapping topics (around, design).
DeepSeek competes with Anthropic / Shared entity: DeepSeek / Earlier coverage / Tension
Linked by a graph relationship (DeepSeek competes with Anthropic); both cover DeepSeek; earlier DeepSeek coverage from 2026-04-20.
DeepSeek criticizes Claude / Shared entity: DeepSeek / Same source domain / Earlier coverage
Linked by a graph relationship (DeepSeek criticizes Claude); both cover DeepSeek; reported by the same outlet (github.com).
DeepSeek criticizes Claude / Shared entity: DeepSeek / Shared topic / Earlier coverage
Linked by a graph relationship (DeepSeek criticizes Claude); both cover DeepSeek; overlapping topics (around, context).
DeepSeek competes with Anthropic / Same source domain / Shared topic
Linked by a graph relationship (DeepSeek competes with Anthropic); reported by the same outlet (github.com); overlapping topics (agent, context).