Fetching from the wire…
Top 5 · 2026-05-10 · source-backed
The same week we're celebrating AI rewriting a million lines of code, Microsoft Research dropped DELEGATE-52, and it's the cold shower this industry needs.
The benchmark simulates long delegated workflows across 52 professional domains, from coding to crystallography to music notation. The finding: even frontier models (Gemini 3.1 Pro, Claude 4.6 Opus, GPT 5.4) corrupt an average of 25% of document content by the end of long workflows. The errors are sparse. They compound silently. And agentic tool use doesn't help.
451 HN points. Not because it's surprising, but because every practitioner has felt this and now has numbers.
The word "silently" is doing heavy lifting here. These aren't errors that throw exceptions or fail tests. They're the kind of corruption where a number changes, a clause disappears, a constraint gets softened. The model doesn't flag it. You don't notice until something downstream breaks. If you're lucky enough to notice at all.
Three variables make it worse: document size, interaction length, and distractor files. Bigger documents, longer chains, more noise. This is the exact trajectory every "autonomous agent" architecture is optimizing for. More context, longer runs, more files in scope. The DELEGATE-52 results say that trajectory leads directly into silent data corruption.
Here's where I think builders need to change behavior today. If you're running any multi-step agent workflow that modifies documents, you need checkpoint verification. Not at the end. At every step. Diff the output against the input and verify that only intended changes were made. Yes, this is expensive. Yes, it's slower. And yes, it's the only thing that catches 25% corruption rates before they compound into something you can't recover from.
The uncomfortable pairing with the Bun story is this: AI can rewrite 960K lines with 99.8% accuracy WHEN YOU HAVE TESTS. Without that verification layer, you get the DELEGATE-52 numbers. The test suite isn't optional infrastructure. It's the difference between a tool and a liability.
Each link below shares sources, entities, or timing with this story.
Accuracy drops 30–50% well before you hit the documented context limit. Not at the limit. Before it. Cross-model testing across GPT-4.1, the Claude 4 family, Gemini 2.5, and Qwen3 quantified what everyone shipping long-context features has felt and couldn't measure (Glasp). Th...
arXiv 2608.05108 skips the RL-trained attacker models that dominate red teaming and generalize poorly, instead accumulating a strategy library across a sequence of (dataset, target) pairs that transfers to unseen targets with no retraining. AgentDojo: 86.7% ASR against Gemini-...
Perplexity Computer treats Opus 4.6, Gemini, GPT-5.2, Grok, and others like specialized employees on a shared team. It decomposes goals into subtasks, spawns subagents, and routes each to the optimal model — Claude for reasoning, Gemini for research, Grok for speed. Workflows...
Zhong, Raghunathan, Laidlaw and Steinhardt fed 280 identities through Claude Code across four tasks. Against recognized safety researchers versus general users, Claude dropped behavioral confidence 1.4pp, increased reasoning usage 4.0pp and graded 0.11 points harder. Being tol...
In 30-day simulations where fifty shipper agents on GPT, Claude, and Gemini procured truckload capacity under real digital-freight rules, every model independently picked the same modal first-choice carrier on day one, drawing up to 76% of requests, with concentration rising s...
$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...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.