Fetching from the wire…
Top 5 · 2026-04-22 · source-backed
Tessl ran 880 evaluations across 9 models with and without agent skills. The result inverts what most teams assume about AI costs.
Haiku 4.5, Anthropic's cheapest model at roughly $0.25 per million tokens, scored 84.3% when given a well-crafted agent skill. Opus 4.7, the most expensive at roughly $15 per million tokens, scored 80.5% without one. Read that again. The cheap model with good instructions beat the expensive model without them. Haiku's 23.1-point lift from the skill was the largest of any model tested.
Here's what really caught my attention. When you load skills on the frontier models, they all converge: Opus 4.7 hits 94.5%, Opus 4.6 reaches 93.8%, Sonnet 4.6 lands at 93.3%. That's a 1.2-point spread. You're paying 60x more for Opus over Sonnet to get 1.2 points. The skill is doing the heavy lifting, not the model.
This lines up with what I'm seeing from vercel-labs/skills, which hit 15.2K stars today. Their CLI installs reusable instruction sets across 45+ AI coding agents with one command: npx skills add [repo]. It's becoming the npm for agent skills, a shared specification that works across Claude Code, Codex, Cursor, OpenCode. 92 contributors, 25 releases.
The practical implication for anyone running agents in production: stop optimizing your model tier first. Write better skills. Invest engineering time in the instructions, constraints, and domain knowledge you feed the model. Then pick the cheapest model that clears your quality bar. For most tasks, that's probably Sonnet or even Haiku, not Opus. The cost difference at scale is enormous.
I've been running my own pipeline on a mix of models for months, and this matches my experience. The quality of the prompt architecture matters more than the model behind it. The skill is the moat.
Each link below shares sources, entities, or timing with this story.
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...
Issue 6235 on anthropics/claude-code asks Claude Code to read AGENTS.md, the config file that Codex, Amp, Cursor and most other harnesses already load, rather than only CLAUDE.md. It has been open since August 2025. It has accumulated over 5,200 reactions and 300+ comments, ma...
A GitHub repo cataloging Claude Code tips doesn't normally warrant a top story. But shanraisshan/claude-code-best-practice at 53.4K stars isn't a tips list anymore. It's the de facto reference for how an entire generation of developers is learning to work with AI coding agents...
The IDE market is fragmenting, and this week drew the sharpest lines yet. Cursor 3 launched as a rebuilt agent-orchestration platform in Rust and TypeScript, replacing the VS Code fork with an Agents Window for dispatching and monitoring multiple AI coding agents. Anysphere hi...
A pharma company with a market cap in the hundreds of billions is pulling roughly 80% of its ServiceNow and adjacent app workloads onto an internal platform called Concierge, built with Cursor and Claude Code, targeting about $10M in savings. Matterfact's SaaS recap has the de...
Barry Zhang and Mahesh Murag, the engineers who built Claude Skills at Anthropic, published a talk and engineering post that's gotten 14K+ likes and is reshaping how I think about agent development. The core argument: most agent approaches fail because they lack domain experti...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.