Fetching from the wire…
Public story · 2026-08-04 · high
Delaying cache compaction until the agent's next query exists recovers most of the accuracy lost by an 80% cut, new research finds.
Why now: The finding lands in the August 4 briefing, at the point where compaction research is starting to grapple with agents that don't know their next query ahead of time.
Cache compaction hurts AI agent accuracy when it happens too early, per the arXiv paper testing it on two agent benchmarks.
That matters for anyone running multi-turn agents: coding assistants, search agents, anything that keeps a growing context window across turns. Trimming that cache to save memory can quietly cut into how well the agent answers its next question. Most compaction research doesn't test for that failure mode.
Nearly all existing compaction work scores against a future query that's already known ahead of time, a setup borrowed from offline benchmarks. Agents don't get that luxury. They generate their next query as they go, so there's no fixed target to compact against until that query actually exists.
The study tested two compaction methods, token eviction and attention matching, across several proxy-query sources on the BrowseComp-Plus and WideSearch benchmarks. Compacting a turn right after it happened often hurt accuracy under both methods. Waiting until the agent's own next query existed, then using that real query as the proxy, recovered most of the lost accuracy.
Token eviction, the plainer of the two methods, held up better than attention matching when the proxy query was a poor match. It preserved most of the accuracy even after cutting the cache by 80%.
For anyone building agent loops with long context windows, that points to a specific fix. Skip the fixed compaction schedule. Trim once the next tool call or query exists.
Each link below shares sources, entities, or timing with this story.
Somebody finally measured the thing everyone complains about, and the numbers are worse than the vibes. A Level1Techs writeup that hit 384 points and 144 comments on Hacker News captured full-vocabulary logits and computed KL divergence in FP64 to trace exactly where local inf...
SOL-ExecBench measures AI-generated GPU kernels against theoretical hardware speed-of-light limits rather than relative rankings. Current agentic systems achieve 40–70% of theoretical hardware efficiency, with clear headroom. As agents increasingly generate and optimize GPU co...
If you're tuning an agent system, upgrade the model doing the tuning before you rewrite a single line of the harness. That's the finding from HarnessOpt-Bench (arXiv 2608.06301, Scale AI), which tests whether frontier models can improve an agent *system* rather than write code...
BAAI's AREX (24 authors, 124 upvotes on HF Daily Papers) alternates between gathering evidence and drafting provisional answers, then audits those answers constraint-by-constraint. The distinguishing mechanism is a learned autonomous context-update tool that compresses growing...
arXiv 2607.08395 observes that persistent agents (long-lived memory, reusable skills, tool-mediated state) have a far larger semantic attack surface than chat assistants, because unsafe content propagates through stored state instead of dying with the session. Nearly all secur...
The paper names it inertia bias: once an agent has produced a query, plan or intermediate conclusion, it judges the consequences of that action less objectively (arXiv 2608.23045). The IBIS benchmark isolates the effect by holding search observations fixed while varying whethe...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.