Fetching from the wire…
Public story · 2026-09-08 · high
Dan Luu ran 160 runs per condition on a Zstd implementation and found a 250,000-star testing skill scored below average.
Why now: This is the most rigorous test anyone's published on agent testing techniques, right as teams keep expanding their skill libraries.
Dan Luu ran 160 runs across 26 prompting conditions for a coding agent, and doing nothing beat every one of them. The result is bad news for anyone picking a testing skill by popularity. The one with 250,000 GitHub stars scored below the field average.
Agents told to write tests first wrote roughly twice as many tests, with worse coverage than agents given no instructions. They were chasing test count, since count is easy to see and correctness isn't. The formal-methods conditions, run with Verus, Lean 4, Alloy, TLA+, and Creusot, had agents proving properties that had nothing to do with the actual bugs. Differential testing did no better. Of 160 agents that tried it, 135 encoded the same bug into both sides, so the check passed while the code stayed broken.
That skill is the ECC Rust test skill, with 38,000 forks alongside the stars. Luu found its effectiveness tracked with agents choosing not to use it. The official Hegel skill, SKILL.md plus its linked Rust reference, runs past 20,000 tokens. Agents read it in 157 of 160 runs. It added 26 to 41 percent to the cost of every run, and it produced no correctness gain. Luu's own hand-written skill scored highest. He credits instructions that push the agent off its default behavior, not ones that read like a tutorial.
A skill has to change what the agent would do by default. Otherwise it's just tokens spent restating what the model already knows, per Dan Luu's agentic testing study. Luu is upfront about the limits. This is one codebase, one model family, and one task with crisp correctness criteria. He doesn't know if the result holds for something fuzzier, like a React app.
Each link below shares sources, entities, or timing with this story.
RTK (Rust Token Killer) is a single Rust binary that sits between your terminal commands and your AI coding agent. When Claude Code or Cursor calls git status or ls -la, RTK intercepts the output and compresses it before it hits the context window. That's it. One trick. And it...
RTK is a single Rust binary that intercepts your terminal commands and compresses the output before it hits the LLM context window. That's it. No configuration philosophy, no agent framework — just less tokens for the same information. The numbers are immediate: cargo test com...
The most under-hyped tool of the week is a single Rust binary with zero dependencies that sits between your coding agent and your terminal, compressing command outputs before they hit the context window. rtk (Rust Token Killer) intercepts common dev commands — cargo test, git...
$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 one annoyed me, because I've been running the losing pattern. SWE-QA (arXiv 2608.01507) compares the sub-agent grep pattern that Claude Code, Codex and Antigravity all ship by default against a pre-built semantic index over the same repository. Semantic search answered 65...
Two thirds. Not two thirds of a contrived jailbreak set. Two thirds of realistic malicious issue requests, against the exact three tools most of the people reading this run daily. Ankur Singh, Jinqiu Yang, and Tse-Hsun Chen built IssueTrojanBench across four attack categories...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.