Fetching from the wire…
Top 5 · 2026-08-26 · source-backed
The Pragmatic Engineer published a deep read on August 25 of Inspect, the coding agent Ramp built instead of standardizing on Claude Code or Cursor. The numbers: Inspect authors 75% of Ramp's merged PRs, 90% of PRs in its own repository, passed 1 million total sessions in July 2026, and is maintained by about 5.5 people. Four engineers, a director, and a part-time PM. More than 150 Ramp engineers have contributed code to it.
The stack is named end to end, which is what makes this useful rather than inspirational. React and Vite on Cloudflare Durable Objects with SQLite for state. Modal sandboxes provisioning in under five seconds. The open-source OpenCode harness underneath. They didn't write an agent loop from scratch, they took a commoditized one and spent their five and a half people on everything around it.
That ratio is the thing I keep chewing on. A 5.5-person team supporting 150+ engineers, where the 150 contribute back into the tool. In the old framing that's an internal platform team with terrible leverage. In this framing it's the highest-leverage headcount in the company, and it only works because the loop itself is off the shelf.
Which connects directly to a paper that went up the same day. Researchers read LangChain's deepagents, Earendil's pi and DeepSeek's dsh at pinned commits and followed their commit histories (arXiv 2608.23953). deepagents has been subtracting authored scaffolding over time. pi has been accreting durable infrastructure. Opposite directions, and both arrived at the same five parts: a commoditized loop, an append-only replayable session record, model quirks stored as data, progressive disclosure of context, and explicit extension seams. A held-out third harness shows all five, and in one seam reuses another harness's implementation verbatim, so the authors split their convergence claim into parallel discovery, diffusion, and literal copying rather than pretending it was independent invention. Honest paper.
Ramp's build sits exactly on that shape. The loop is OpenCode. The durable record is Durable Objects plus SQLite. The extension seam is how 150 engineers contribute without owning the core.
The gap the paper names is one nobody has filled: external verifiability. No harness has a tamper-evident record an outside party can check without trusting the runtime. For a company running its own agent that's an internal trust question. The moment you're selling agent output to a customer, or defending it in an audit, it becomes a product requirement.
Paul Dix published "The end of programming" on August 25 arguing the human line-by-line review model is already extinct at the frontier, citing Bun 1.4: multiple agents on a pre-release Fable 5 producing 6,778 commits and over a million lines of Rust in 11 days for about $165,000 in tokens, driven by Jarred Sumner building the parallel-agent scaffolding. He follows up on Simon Willison's site saying that code is now running reliably on millions of developer machines. One practitioner describing his own shipped work, so weigh it as that. The counter he doesn't address is in the same diff: 13,044 unsafe Rust blocks against 73 in comparable hand-written Rust.
Ramp is the version of this argument with receipts and a maintenance budget attached. Dix is the version without one.
Each link below shares sources, entities, or timing with this story.
Simon Willison pulled the numbers out of an FT report sourced to "people with knowledge of the matter": Anthropic's annualized revenue reached $65bn in July, up from $47bn in May. Six thousand customers spend $100,000 or more a year. The company told investors it expects a pro...
Spotify's Portal team published Xirp on August 10: a vendor-neutral agentic development environment that manages concurrent sessions across Claude Code, Gemini CLI, and Codex, each session isolated in its own git worktree so dozens of agents can work the same codebase without...
I check Product Hunt maybe once a week and usually regret it. Today's board is worth reading as market structure. The July 30 leaderboard: SKI at 277 upvotes (free voice input for Claude Code and Codex). AI Search Console at 249 (prompt analytics and citation mapping). Memmy A...
Steve Yegge built a Go-based multi-agent orchestrator called Gas Town that ran 20 to 30 parallel Claude Code instances. It worked. Then it didn't. His postmortem, surfaced by Simon Willison on August 4, is blunt: Gas Town "fell apart at the seams with Opus 4.7. Up through 4.6...
On July 16 there was a wave of backlash calling the Bun Zig→Rust rewrite unreviewed AI slop. On July 19, Simon Willison went and checked. (Simon Willison) Jarred Sumner claimed Claude Code v2.1.181 and later ship the Rust port. Willison verified it independently rather than ta...
Anthropic shipped cross-session messaging for Claude Code on August 7, macOS and Linux, version 2.1.224 or higher. Two new tools: ListAgents discovers other active sessions on your machine, SendMessage delivers text to one by name. Messages between sessions on the same machine...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.