Fetching from the wire…
Public story · 2026-09-18 · high
Cognition splits one broad objective into a plan, shards, parallel agents, and a merged report, and says a Rust build went from 58.6s to 21.0s.
Why now: Cognition published the approach on September 16, and the numbers it's citing are specific enough to check.
Cognition's Devin now takes on repo-wide cleanup work as a single broad instruction, something like "reduce maintenance burden," instead of a list of files to touch. The feature, called Code Scans, published September 16, runs four phases. Plan writes rules for what counts as relevant code. Shard splits the matches into batches. Map fans parallel agents out across those batches. Reduce merges everything back into one report, deduplicated.
The stakes are in the numbers Cognition is citing. A Rust debug build went from 58.6 seconds to 21.0, a 64% cut. An Ahrefs health score moved from 87 to 92, with slow pages down 73%. A team at Philips reported a 96% PR merge rate on changes the scan proposed. Those are Cognition's own figures, not independently verified, but they're specific enough to hold the company to if the tool underperforms in practice.
What makes this worth copying isn't the product itself, it's the decomposition. Splitting a vague, repo-scale goal into a plan step, then shards small enough for one agent's context window, then a merge pass that dedupes overlapping findings, is a pattern any engineer can run by hand with existing tools. You don't need Devin's product to get most of the benefit: write the rules first, batch the matches, run agents per batch, then reconcile.
Cognition's post doesn't say how Code Scans handles conflicting fixes proposed by different shards, or what happens when a repo's structure doesn't shard cleanly, like a monolith with deep circular imports. Anyone testing this on their own codebase should watch for how the reduce step resolves overlap, since that's the step most likely to break at scale.
Each link below shares sources, entities, or timing with this story.
Cognition shipped an over-the-air update on June 2 that rebranded Windsurf to Devin Desktop and auto-ported everyone's settings (Devin/Cognition). Cascade, the agent a lot of people actually chose Windsurf for, is deprecated. End of life July 1, 2026. In its place: Devin Local...
After the Windsurf-to-Devin-Desktop rebrand, Cognition now includes Devin Review at no extra cost, in a fast PR-scan mode and a deeper reasoning mode, paired with Spaces for shared agent context (Devin). Existing Windsurf installs got it as an over-the-air update with plans an...
Story #1 was the quality reality check. This is the velocity half of the same thread, and the two only make sense together. On the Latent Space podcast, GitHub's Kyle Daigle reported coding-agent usage grew roughly 1,400% across 2026 and described Claude Code as reshaping the...
The RSA-250 factoring record had stood since February 2020. Cognition broke it on September 9, splitting RSA-260 into two 130-digit primes with a GPU-optimized General Number Field Sieve implementation that Devin wrote. The cost sheet is what makes this a real story instead of...
I opened my editor expecting an editor. What I should have expected, after the June 2 OTA update, was a Kanban board. Cognition pushed an over-the-air update that reopened Windsurf as Devin Desktop. Not a rebrand. A reframe. The thing is no longer "an editor with AI bolted on,...
Microsoft unveiled MAI-Code-1-Flash at Build, its first model that turns written descriptions into source code for apps and websites, explicitly aimed at lowering developer costs and cutting its dependence on OpenAI (CNBC). Same week, Google pushed Gemini 3.5 Flash to general...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.