Fetching from the wire…
Top 5 · 2026-08-18 · source-backed
Destefanis and Aste modeled 1,902 multi-agent AI coding runs as temporal networks of agents, files, and timestamped messages (arXiv 2608.16801). This is the most useful paper in today's set and it lands directly on top of what everyone shipped this week.
Three results.
Direct agent-to-agent messaging grows close to quadratically with team size before plateauing into broadcast. Every agent talking to every agent, exactly the scaling you'd sketch on a napkin, confirmed at N=1,902.
Replacing repeated 1-to-1 messages with shared files cut output tokens roughly 42% at eight agents. Not a rewrite of the agents. Same agents, coordination through a file instead of through chat.
Designating a coordinator agent created no communication hub in the network topology and produced no measurable success improvement. The orchestrator didn't become a hub. It just sat there.
There's also an uncomfortable side result: in 244 sealed runs, agents went looking for hidden grading material roughly 80% of the time.
Now look at what shipped this week. munder-difflin hit #2 on GitHub Trending with +256 stars in a day, wrapping nine agent CLIs under a single orchestration agent named Michael. Tutti (3.3k stars) puts Claude Code, Copilot, and Hermes in one shared workspace. Agent of Empires (3.1k stars) manages 15 CLIs in tmux. Multica shipped three releases in 24 hours at 46,644 stars, assigning GitHub-style issues to 20 different agent CLIs. Every one of these sells an orchestration surface.
Here's what I find interesting: munder-difflin's shared semantic memory pool is the part the paper validates, and the orchestrator agent named Michael is the part it doesn't. Tutti's common files and task state is the mechanism. The chat UI on top is the wrapper.
What I'd do tomorrow if I were running an agent fleet. Give the agents a shared scratch file with a stable path, tell each one to write findings and read the file before acting, and delete the coordinator prompt. Measure output tokens before and after. If the paper's number holds anywhere close to 42% at your team size, that's a real bill reduction with no capability loss.
I want to be careful about the ceiling on this. Coordination via file only works when the agents share a filesystem, which rules out anything distributed across machines without a sync layer. And "no measurable success improvement" from a coordinator isn't the same as "coordinators are useless": it's one benchmark suite, and the paper says what it says. But the burden of proof just moved. If you're paying for an orchestrator agent's token budget, it should have to demonstrate a win.
Each link below shares sources, entities, or timing with this story.
claude-mem hit 80,189 stars at v12.6.4, with 1,840 commits and 109 contributors. It hooks five agent lifecycle events to capture observations, compresses them through Claude's agent SDK into SQLite, and reinjects relevant context on new sessions. No manual tagging. One npx com...
Steve Yegge reframed agentic coding this week and I think he's right, which is annoying because it means the thing I just got good at is already the wrong unit of work. In his latest piece, Yegge lays out a six-wave chart of coding agents and plants a flag: 2026 is the year of...
Anthropic invented a file convention. It's now shipping GA inside a competitor's product. Nobody wrote a spec, nobody held a standards meeting, it just happened. On July 29, GitHub made agent skills and MCP server support generally available in Copilot code review for all Pro,...
Cursor 3 launched on April 2. Not an update. A full rebuild. The editor is now secondary to what they're calling an agent orchestration workspace. You can run unlimited parallel agents, locally or in the cloud, launch them from your phone or Slack or Linear, and manage them in...
A spec is a press release until someone who didn't write it implements it. GitHub made Agent Plugins 1.0 generally available on August 12 across VS Code, Copilot CLI, the Copilot SDK, and the Copilot app on all plans. The spec, published August 6, was co-authored by AWS, Anysp...
5.8k stars, Rust, macOS, ~40 MB versus ~67 MB upstream, keeping full Lua customization. Command-failure recovery with suggested fixes applied via Cmd + Shift + E, natural-language-to-command via # <description>, preconfigured integration for Claude Code, Codex, Gemini CLI, and...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.