ToolsThe story, in brief

AGENTS.md outperforms skills in our agent evals

Vercel just proved the 'dumb' approach wins: a static 8KB markdown file achieved 100% pass rates where agent skills maxed out at 79%.

Illustration of independent geometric mechanisms passing paper tasks along branching amber tracks.
AI agents and the coordination of work.AI illustration by KeyNews
The KeyNews take

Why it matters

Vercel's AGENTS.md framework challenges the assumption that sophisticated retrieval systems beat simple context injection for AI coding agents. This has immediate implications for how framework authors and tool builders should architect agent knowledge systems.

The key facts

10 to know
  1. AGENTS.md achieved 100% pass rate vs. 79% for skills with explicit instructions

  2. Skills were never invoked in 56% of eval cases without explicit instruction

  3. Compressed 8KB docs index (80% reduction from 40KB original)

  4. Skill with explicit instructions achieved 79% pass rate (+26pp vs baseline)

  5. Baseline (no docs) achieved 53% pass rate

  6. AGENTS.md showed perfect scores across Build (100%), Lint (100%), and Test (100%) categories

  7. Skills approach introduced performance degradation on some metrics (58% vs 63% on tests)

  8. Available via: npx @next/codemod@canary agents-md

  9. Research conducted by Jude Gao at Vercel

  10. Tested against Next.js 16 APIs not in model training data ('use cache', connection(), forbidden(), etc.)

Go to the source

Vercel Blogvercel.com

Publisher excerpt: We expected to be the solution for teaching coding agents framework-specific knowledge. After building evals focused on Next.js 16 APIs, we found something unexpected.skills A compressed 8KB docs index embedded directly in achieved a 100% pass rate, while skills maxed out at 79% even with explicit…
Read original report
Back to today's editionMore tools news

The wider picture

View all
Paper-cut illustration of a coral software window opening into a three-dimensional drafting space.
AI illustration by KeyNews
Tools01

Meta’s Muse is creepy, but maybe not for the reasons you think

A widely-deployed AI assistant shipped with a privacy and transparency gap that raises questions about how these tools actually work and what access they grant themselves. Practitioners need to understand what they're actually allowing when they install agent-adjacent products.

The Verge AI
Illustration of a transparent lens revealing connected networks across layers of paper.
AI illustration by KeyNews
Tools02

TypeSafe AI Releases Jev: A System One Model That Returns Typed, Calibrated Decisions Instead of Text

A new class of models optimized for typed, probabilistic decisions rather than text generation—reshaping cost structure and reliability for classification, scoring, and decision-automation workflows. Changes how teams think about model selection for deterministic tasks.

MarkTechPost
Illustration of independent geometric mechanisms passing paper tasks along branching amber tracks.
AI illustration by KeyNews
Tools03

Unity launches official plugins for Claude Code and OpenAI Codex to stop AI agents from using outdated tutorials

Unity is shipping official integrations that let frontier models access up-to-date documentation in real time, solving a real problem for developers using AI coding assistants: stale training data and outdated API references.

The Decoder