Fetching from the wire…
Public story · 2026-09-20 · high
The coordinator never writes code itself; it re-runs each worker's claimed commands and reads the diffs directly.
Why now: The pattern comes from a writeup posted September 19.
A coordinator session spawns worker sessions of Claude Code, then re-executes their claimed commands and reads the diffs itself, according to a writeup published September 19. That matters for anyone running multiple agent sessions against one codebase, where a worker's summary can claim success while the diff shows nothing changed. The eight-step loop treats a worker's report as unverified until the coordinator confirms it independently.
The loop runs in eight steps. The coordinator pulls an unblocked task from the board. It runs the verifier first and requires it to fail, a step the writeup calls a RED GATE. It delegates the task to a worker session. Then it re-executes the commands the worker claims to have run and reads the resulting diffs itself, rather than trusting the worker's summary.
The coordinator itself never writes code. It spawns workers through cmux and keeps all task state on a Plan Desk MCP board instead of conversation context, per asyncdot's writeup.
Plenty of teams already run parallel agent sessions without a shared board or a coordinator role. What's different is refusing to trust a worker's self-report, and re-deriving the result independently instead. Any multi-agent setup can borrow that discipline without adopting cmux or a Plan Desk.
The writeup names two mechanics that transfer to other setups. One: verify a spawned session started by checking process timestamps, not by assuming the spawn call succeeded. Two: in a shared repo, commit with git commit -- <paths>. A bare git commit lets one session sweep up and commit files another session has staged.
The writeup doesn't say how the approach holds up past two or three concurrent workers. It also doesn't address what happens when the verifier itself has a bug. Anyone running more than a handful of sessions against one repo is the test case the setup hasn't faced yet.
Each link below shares sources, entities, or timing with this story.
Harden took Product Hunt's number two slot September 9 with 389 votes for a free local 8B post-trained model that checks commands, file edits and outbound requests against the session's stated intent before they run, across Claude Code, Cursor, Codex, OpenClaw, Kiro and Antigr...
This Rust harness (+2,585 stars) competes on resource footprint rather than features: 27.8 MB PSS for a single session with local embedding disabled, claimed 13.9× less than Claude Code and 6× less than jcode's own embedding-enabled mode. Time-to-first-frame 14.0ms against a c...
Cursor put Projects into beta on September 10. At its center is a coordinator agent with one unusual rule: it never writes code. It plans, starts implementing subagents that run in parallel, and brings their finished work back to you for review. The coordinator runs on a dedic...
Tagged September 9 with isolated checkouts for new or forked sessions plus browse and resume across them. The release also lets you answer questions inline while Codex keeps working without losing your main draft, and gives Windows sessions a shared background Codex server wit...
A standalone macOS and Windows desktop beta released September 14, moving the open-source agent out of the VS Code extension slot; the releases page shows Desktop v0.0.26 on September 11, v0.0.27 on September 13 and v0.0.28 on September 15, so it's shipping daily (GitHub). It...
Every major coding agent checks out a marketplace plugin at a pinned commit SHA. None of them verify the checkout actually landed on that SHA. Security firm AIR disclosed Plugin4Shell on September 17 and 18, covering Claude Code, Codex, Copilot CLI and Gemini CLI. The mechanic...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.