Fetching from the wire…
Top 5 · 2026-08-12 · source-backed
Numbers first, because they're the whole argument.
On AppWorld's 168 tasks with DeepSeek-V3.2: ALTK-Evolve hit 89.3% goal completion at 263K tokens per task. ACE hit 80.4% at 634K (IBM Research on HF). Nine points better, 41% of the tokens. On the weaker gpt-oss-120b: 56.0% at 116K versus 54.8% at 777K. Roughly one-seventh the inference cost for a small accuracy win.
The architectural difference is the point. ACE builds one playbook from failures and injects the whole thing at every inference step. ALTK-Evolve consolidates lessons into individually retrievable guidelines with support counts, then sends only a curated subset sized to the model's capacity. That's it. Same learning-from-failure premise, different delivery.
Notice what happened on the weak model: the gap in accuracy nearly vanished but the cost gap exploded. Always-on context degrades faster the less capacity the model has to ignore irrelevant parts of it. If you're routing cheap models to high-volume roles (see story 1), this compounds.
Three other findings this cycle point the same direction, which is why I'm giving this a Top 5 slot instead of burying it in Research.
"Not Worth Another Token" tested marginal-value pruning at three points in a deep-research agent pipeline: pre-retrieval, post-retrieval, pre-synthesis (arXiv 2608.08389). Lightweight heuristics alone cut token usage up to 73% with little quality loss, and early-stage pruning produced by far the largest end-to-end savings. The cheapest win is deciding what not to retrieve. Honest caveat the authors flag: no single strategy won on quality, efficiency, and faithfulness at once.
A second paper attacks turn-by-turn context interference in search agents, arguing that accumulated irrelevant documents actively distract rather than merely waste tokens, and adds a distill-based context refiner into the RL training pipeline (arXiv 2608.10743). And READ replaces dense top-K retrieval with deterministic agentic navigation over document structure, answering 58.8% of financial document questions against 15.7% for dense retrieval, p=2×10⁻⁵, with tuned baselines only reaching 35.3% (arXiv 2608.06305).
Four independent results, one shape: your context window is a budget, not a bucket. Stop appending.
What I'd do Monday: instrument what fraction of injected context your agent actually references in its output. If you're running a monolithic playbook or CLAUDE.md that's grown past a couple thousand tokens, split it into retrievable chunks with a cheap relevance gate. IBM's support-count idea is the underrated bit, tracking how often each guideline actually earned its place gives you a pruning signal for free.
Each link below shares sources, entities, or timing with this story.
Three memory strategies across eight models from 30B to 745B on AppWorld's 585 multi-step tasks. Curated retrieval gave gpt-oss-120b +16.1 percentage points on goal completion for 5% more tokens. DeepSeek-V3.2 needed the full guideline set for +9.5pp at a 78% token cost. GLM-5...
An ArXiv study analyzing Claude Code's design space found something that should make every "auto-generate your context files" workflow uncomfortable. Human-curated CLAUDE.md files improved task success rates by roughly 4 percentage points. LLM-generated CLAUDE.md files reduced...
Accuracy drops 30–50% well before you hit the documented context limit. Not at the limit. Before it. Cross-model testing across GPT-4.1, the Claude 4 family, Gemini 2.5, and Qwen3 quantified what everyone shipping long-context features has felt and couldn't measure (Glasp). Th...
GPT-5.6 Luna went to $0.20 input / $1.20 output per million tokens on July 30. That's an 80% cut. Terra dropped 20%. Luna's input now undercuts Gemini 3.1 Flash-Lite ($0.25/$1.50) and sits at one-fifth of Claude Haiku 4.5's $1 input. Simon Willison covered the announcement and...
$3,054 against $38,370. Same benchmark, better score. Praxist (arXiv 2608.25955, submitted August 26) replaces per-attempt agent memory with a typed evidence graph of findings, plus lane-structured frontiers and agendas, so later attempts inherit validated mechanisms rather th...
The leaderboard says first place. The methodology says you should check your own bill. Qwen3.8 Max now ranks first on Artificial Analysis' agentic index, scoring 86.1 on OSWorld-Verified ahead of GPT-5.6 Sol Max at 83.2 and Fable 5 at 85.0, priced at $2.00/M input and $6.00/M...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.