Fetching from the wire…
Top 5 · 2026-07-07 · source-backed
The dominant orchestration shape is now a deterministic script that fans work across many subagents, has independent agents attack a problem from different angles, then has other agents try to refute the findings until answers converge before anything reaches you. Anthropic laid it out with dynamic workflows in Claude Code. Source.
The convergence is the story. Claude Code's dynamic workflows run JS scripts spawning tens to hundreds of agents. Google Antigravity's "manager" delegates task clusters. Codex added thread-level delegation controls. Microsoft's Nadella demoed a "Chain of Debate" multi-agent system to engineers the same week. Source. Four vendors, four names, one architecture. The differentiator stopped being "get a good suggestion" and became "delegate a task cluster and verify it."
The verify half is what most people are sleeping on. Fanning out is easy and everyone figured it out a year ago. The new part is the adversarial refutation pass: after N agents find things, you spin up skeptics whose whole job is to disprove each finding, and you only surface what survives. This is why the current generation of harnesses hallucinates less. It's not a better base model. It's that a plausible-but-wrong finding gets killed by three agents told to refute it before you ever see it. arXiv even dropped a paper this week arguing verification is a distinct scaling axis, that spending compute on a stronger verifier can beat scaling the generator. Source.
Pair this with the previous story and you get the full picture. The community named the loop; the vendors shipped the fan-out-and-refute engine underneath it. If you run Claude Code, v2.1.202 added a "Dynamic workflow size" setting (small/medium/large) that caps how many subagents a workflow spawns, which is your cost lever. Source. Codex added rollout token budgets that abort a turn when exhausted. Source.
The actionable structure: stop asking one agent to do a hard task well. Instead, fan the task across a few agents with different framings, collect their outputs, then dispatch a separate wave whose only instruction is to refute. Keep the loop running until the survivors stop changing. I've started doing this by hand for anything where being wrong is expensive, and the false-positive rate on my own reviews dropped noticeably. The catch nobody advertises: this burns tokens fast, and without a budget cap a fan-out can quietly run up a bill. Set the ceiling before you set it loose.
Each link below shares sources, entities, or timing with this story.
Everyone writing SKILL.md files has absorbed the same folklore. Keep the top file thin. Push detail into reference files. Let the agent walk the tree as needed. More layers, more context efficiency. A controlled study submitted July 20 tested that across InfiniteBench, three a...
Two features shipped in Claude Code v2.1.139 that I've been wanting for months. The /goal command lets you set a completion condition and walk away. Instead of manually re-prompting after each step ("okay now run the tests" ... "fix that failure" ... "run them again"), you typ...
Microsoft's July 23 release targets a genuine gap: harness-based agents like Claude Code and Codex drive multi-turn reasoning, tool use, and external system access but were hard to train end-to-end with standard open RL infrastructure. The trick is decoupling training from inf...
Three frontier models shipped in a single week this month, and teams with a standing eval harness had a routing decision in hours. Anthropic's own agent-eval guidance says 20-50 tasks drawn from your real usage and real failures is enough to detect issues (DeepEval). DeepEval...
August 6: Sapiom raised $35M for a router that sends each model call to the cheapest capable model. August 7: Databricks published its internal cost playbook. August 8: Toolport hit Product Hunt with a free MCP gateway cutting tool-definition overhead 96%. Three parties, zero...
A paper from Xiao Yu, Baolin Peng, and Ruize Xu makes a claim that seems obvious once stated and is genuinely new as a training methodology: modern agents are inseparable from their inference harnesses, so training them in stripped-down RL sandboxes produces a train/serve mism...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.