Fetching from the wire…
Public story · 2026-09-18 · high
Rule-based deletion before summarization beat every other memory strategy across four models, and letting agents undo deletions barely changed the outcome.
Why now: The paper posted to arXiv on September 17, adding component-level evidence to a week already crowded with harness-design research.
Researchers behind a paper posted September 17 built 176 harness configurations, held the execution loop fixed, and varied planning, action space, and context management independently across four models. The goal was isolating which harness decisions actually move coding-agent performance instead of crediting the model.
Context management came out on top under tight token budgets. The winning recipe was rule-based elision applied before LLM-based summarization, meaning the harness strips out content with fixed rules first and only hands the rest to a summarizer. Letting the agent recover elided text later added almost nothing to the score, which argues against the more complex recoverable-memory designs some harnesses build.
Planning split by model strength. For weaker models it functioned as accuracy scaffolding, catching mistakes a smaller model would otherwise make. For stronger models it only cut cost, since the model got to the right answer either way. That's a reason to stop treating planning modules as a universal quality lever and start asking which capability tier they're actually paying for.
The action-space result is narrower than it sounds. Bash-only interfaces beat predefined tool sets, but only for models already proficient with bash, per the study. It's a configuration rule tied to model choice, not a claim that tool abstractions are worse in general.
This is a separate paper from the Berkeley harness-tax dashboard that surfaced the day before, and it goes further: instead of scoring harnesses as whole systems, it isolates which piece inside the harness is doing the work. If you're building a coding agent, the actionable part isn't "add planning" or "add memory management" as a checkbox. It's picking rule-based elision over pure summarization, and checking whether your model is bash-fluent before deciding what action interface to expose.
Each link below shares sources, entities, or timing with this story.
A 2,420-trial test found a 50:50 mix of relevant and irrelevant items beat an all-relevant AI prompt, per an arXiv paper on agent token costs.
The rule text can survive context compaction while the behavior it enforces quietly stops, and grepping the summary for that text won't catch the difference.
A paper describes two attack classes where low-trust input gets folded into high-trust context and stays there after the task that introduced it.
Comments explaining why a rule exists cut instruction bloat by 99.3%, per an analysis of 247,694 instruction lifetimes across 1,867 repositories.
The system diagnoses failure traces, rewrites harness code as a patch, then keeps only changes that hold up across a batch of new failures.
arXiv 2609.20804 holds the execution loop fixed and varies planning, action space and context management independently across four models. Context management matters most under tight token budgets, the winning recipe is rule-based elision applied before any LLM summarization,...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.