Fetching from the wire…
Top 5 · 2026-06-25 · source-backed
Here's the single most useful number I've read this week, and it explains nearly every "great demo, broken in production" story I've ever lived.
pass@k measures best-case: did at least one of k attempts succeed. pass^k measures consistency: did all k attempts succeed. For an agent that's 70% reliable per trial, pass@3 works out to about 97%, while pass^3 is about 34%. That's a 63-point gap between the number you show in the demo and the number your users actually experience (Digital Applied).
Sit with that. A 70%-per-step agent looks like a 97% agent if you measure it the optimistic way and run it three times. The same agent, asked to do three things in a row reliably, succeeds end-to-end about a third of the time. Most agent demos are implicitly pass@k: the author ran it a few times, picked the good run, recorded that. Production is pass^k whether you measure it or not, because real workflows chain steps and users don't get to retry until it works.
This is the metric I wish I'd had two years ago. Every flaky-agent debugging session I've burned a weekend on was a pass^k problem wearing a pass@k disguise. The fix isn't a smarter model, it's gating releases on the consistency number. Decide the chain length that matters for your product, measure pass^k at that length, and don't ship until it clears your bar.
What to do this week: pick your most important multi-step agent flow, run it 10+ times, and compute both numbers. If your pass^k is scary low, that's not a surprise to discover after launch, it's the actual state of your product. Better to see it now. The eval-pipeline skills further down build on exactly this foundation, because once you're measuring consistency honestly, the next questions are how to calibrate your graders and where to source your test cases.
Each link below shares sources, entities, or timing with this story.
A single passing eval hides nondeterminism. Measure all-runs consistency with pass^k (the probability all k runs pass) so flaky agents get caught before release. Pair it with a judge calibrated against a human gold set, and grow that golden set from real production traces so t...
Here's the number that should change how you read every coding-agent ranking: 99 of 100 entries on the SWE-bench Verified leaderboard are vendor-submitted. One carries an independent verification badge. The other ninety-nine are labs grading their own homework on their own sca...
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...
$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...
Digital Applied catalogued them: concurrent subagents (default 20, CLAUDE_CODE_MAX_CONCURRENT_SUBAGENTS, v2.1.217), per-session total spawns (default 200, raisable but not disableable, reset by /clear), spawn depth (default 3 since v2.1.219, set to 1 to restore non-nesting), a...
Runta published FrontierHarness on September 2 and it's the most directly useful benchmark I've read this quarter, because it controls the one variable everyone conflates. Nine agent harnesses (Codex, Claude Code, OpenCode, Pi, Oh My Pi, DeepSeek Harness, Kimi Code, Exo Harnes...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.