Fetching from the wire…
Top 5 · 2026-08-20 · source-backed
Matt MacInnis, Rippling's President and CPO, published a model benchmark that I think is the single most copyable thing in this issue, and it's not because of the results. It's because of the method.
Rippling ran roughly 2,100 scored agent runs per model across 15 models, against production payroll data, with a grader that has no charity in it. Every attempt either passes Rippling's production correctness checks or it fails. No partial credit. Runs that never finish count as failures, which matters more than it sounds, because latency tail is where a lot of models quietly die.
The results: Opus 4.6 scored 91.0% at $1,453 total, with 154 seconds on the slowest 10% of runs. GPT-5.5 med scored 89.5% at $1,435. That's a 1.5-point spread and an $18 spread, which sits comfortably inside the margin of error on 2,100 runs. (SaaStr)
Fifteen models. On a hard, real, unforgiving task. And the top of the field collapses into a rounding error.
MacInnis draws the right conclusion and it isn't "use Opus." It's that several models work, so take the cheap one, and that no published leaderboard substitutes for a pass/fail test set on your own data. I'd go further. Every time I've picked a model off a leaderboard and then measured it against my own task, the ranking scrambled. Leaderboards measure a distribution of tasks. You have one task. Those are different problems.
The pass/fail design is the part to steal. Partial credit is how benchmarks lie to you. A model that gets 80% of a payroll calculation right has gotten 100% of the payroll wrong, and a scoring rubric that awards it 0.8 has just told you something false. If your domain has a correctness check that already exists in production, that check is your grader. You don't need to write an eval harness, you need to point the one you have at N model runs and count.
Second thing to steal: counting non-completion as failure. Most eval setups quietly discard timeouts and retries, which flatters models with bad tail latency. Rippling's 154-second p90 on the winner is a number you can actually plan a UX around. A model with a 91% score and a 400-second tail is a worse product than an 89% model that always answers in 30 seconds, and no leaderboard on earth will tell you that.
This connects straight back to Linear. If agent throughput tripled, model spend is now a line item somebody notices. An $18 delta on a 2,100-run benchmark scales to something real at production volume, and the direction of the finding is that you're probably overpaying for a rank you didn't need.
Each link below shares sources, entities, or timing with this story.
$3,054 against $38,370. Same benchmark, better score. Praxist (arXiv 2608.25955, submitted August 26) replaces per-attempt agent memory with a typed evidence graph of findings, plus lane-structured frontiers and agendas, so later attempts inherit validated mechanisms rather th...
This is the most complete production-agent build sheet I've seen anyone publish, and almost every number in it argues against how the rest of us are building agents. Replit disclosed the internals of two production agents at SaaStr AI 2026: 10K, an autonomous VP of Marketing,...
Here's the experiment: a team of cooperating agents rebuilds SQLite in Rust from scratch, using only the 835-page manual. No source code. No test suites. No internet. Then it has to pass a held-out sqllogictest suite. It worked. Cursor published the research (Wilson Lin, July...
I don't care that Grok 4.5 ranks #4. I care that it resolves a SWE-Bench Pro task with an average of 15,954 output tokens where Opus 4.8 spends 67,020. That's a 4.2x efficiency gap, and it lands straight in my monthly bill. SpaceXAI launched Grok 4.5 on July 8, a roughly 1.5T-...
xAI launched Grok 4.5 and Grok Build on July 8, trained partly on Cursor developer-session data. The numbers are loud: 83.3% on Terminal-Bench 2.1, 64.7% on SWE-Bench Pro, priced at $2/$6 per million tokens. On a single coding task that works out to roughly $2.49 versus $11.80...
GLM-5.1 from Zhipu AI scored 58.4% on SWE-bench Pro. GPT-5.4 scored 57.7%. Claude Opus 4.6 scored 57.3%. That's the first time an open-weight model has ever topped a major coding benchmark against the best proprietary models. The specs matter. GLM-5.1 is a 754B-parameter mixtu...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.