Fetching from the wire…
Top 5 · 2026-08-06 · source-backed
This one annoyed me, because I've been running the losing pattern.
SWE-QA (arXiv 2608.01507) compares the sub-agent grep pattern that Claude Code, Codex and Antigravity all ship by default against a pre-built semantic index over the same repository. Semantic search answered 65.2% of repository-level questions correctly. Deep agentic search managed 46.2%. And it did that at more than double the cost per correct answer.
Nineteen points. That's not a tuning gap.
The failure taxonomy is what makes this worth your time rather than just contrarian. Delegating search to sub-agents doesn't remove failures, it adds a new class of them: 41.8% of agentic failures, the single largest category, happen at the planner/sub-agent handoff. The planner asks for something, the sub-agent returns something adjacent, and the planner writes a fluent, confident, wrong answer. Silently. No error, no retry, no signal that anything went sideways.
That is the worst failure mode available, and it's structurally invisible to task-completion metrics. The agent completed the task. It answered the question. The answer is wrong in a way that reads correct.
The reasoning behind sub-agent delegation was always context pollution: dumping grep output into the main context poisons it, so isolate the search in a child with its own window and return a summary. That reasoning is sound. But the summary boundary is a lossy channel, and lossy channels between a planner and an executor are exactly where information dies without a trace.
Practical split I've landed on: index your repo for read-only questions. Architecture questions, "where does X get called," "what handles this event," anything where you want an answer rather than an edit. Reserve sub-agent delegation for write paths where you're going to run tests afterward and the test failure catches the handoff loss for you.
The paper doesn't sit alone this week, either. Skill-Use (arXiv 2608.04828) benchmarks whether agents actually invoke skills under progressive disclosure: 79 real skills, 177 executable tasks, nine domains, Docker execution, trajectory-rubric scoring. Best of eight models under two harnesses: 0.613 combined across triggering, compliance and boundary. Your carefully-written skills probably aren't firing, and a skill that never triggers is indistinguishable from a missing skill in any completion metric you're tracking.
Then canary tools (arXiv 2608.04719) plants deliberate decoys in a tool registry across six weakness types. Across 8 models, 120 tasks and 8,640 runs, susceptibility varied about 36x, lowest for Claude Opus 4.8, highest for Llama 3.1 8B, correlating with task failure at Spearman rho = -0.34. Softening the decoy wording barely moved frontier susceptibility, so it's a reasoning failure, not string matching. Capability tier does not predict tool-selection safety.
Three independent papers in one week saying the same thing from three angles: we're measuring agent scaffolding with the wrong instrument. Task completion rate tells you almost nothing about whether the scaffolding is helping. Score trigger, compliance and boundary separately. Plant canaries in your registry. Index your repo and A/B it against your delegation loop on questions where you know the answer.
Each link below shares sources, entities, or timing with this story.
ARC-AGI-2 Reasoning Race. Gemini 3.1 Pro hit 77.1% and Claude Opus 4.6 hit 68.8% — both more than doubling their predecessors' scores in a single generation. The entire field moved ~10 points over the prior two years; each model jumped 30-40 points in one release. The top thre...
I've spent real hours tuning the CLAUDE.md in my own repos. Rewriting architecture notes. Adding conventions. Trimming when it got long. So this one stung. arXiv 2607.27250 ran a two-agent ablation across Claude Code and Codex: 17 real tasks from 3 repositories, 288 gold-test-...
ComposioHQ's awesome-claude-skills sits around 60,000 stars and now curates 1,000+ production-ready Skills, reusable SKILL.md instruction packages with YAML frontmatter, that run beyond Claude across Codex, Cursor, Gemini CLI, and Antigravity. Skills hardened into a portable,...
The LogRocket February 2026 Power Rankings reshuffled: | Rank | Tool | Price | Key Feature | |------|------|-------|-------------| | 1 | Windsurf | $15/mo | Arena Mode + parallel worktrees | | 2 | Antigravity (Google) | Free-$250 | Deep Google ecosystem integration | | 3 | Cur...
Six clients. One manifest. Zero vendor lock. Vercel published Agent Plugins 1.0.0 on August 6, an openly licensed spec that bundles Agent Skills and MCP servers behind a single portable manifest. The shape is deliberately boring: a plugin.json requiring only schemaVersion and...
Tessl ran 880 evaluations across 9 models with and without agent skills. The result inverts what most teams assume about AI costs. Haiku 4.5, Anthropic's cheapest model at roughly $0.25 per million tokens, scored 84.3% when given a well-crafted agent skill. Opus 4.7, the most...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.