researchAnthropic

AI agent skills fail in real-world conditions, researchers find testing 34,000 skills

TL;DR

A large-scale study testing 34,198 real-world skills reveals that AI agent performance drops drastically when moving from curated benchmarks to realistic conditions. Claude Opus 4.6 saw pass rates fall from 55.4% with hand-selected skills to 38.4% in truly realistic scenarios, while weaker models like Kimi K2.5 actually perform below their no-skill baseline.

3 min read
0

AI Agent Skills Fail Under Realistic Conditions, Researchers Find

A comprehensive study by UC Santa Barbara, MIT CSAIL, and the MIT-IBM Watson AI Lab reveals that AI agent skills—specialized knowledge modules that systems like Claude Code use to handle domain-specific tasks—deliver far less benefit than benchmarks suggest.

Benchmark Gap Exposed

The core problem: existing skill benchmarks like SKILLSBENCH hand-deliver curated, task-specific skills directly to agents. In one example, agents trying to identify flood days at USGS gauging stations received three skills containing the exact API for downloading water data, the specific flood threshold URL, and ready-made code snippets. As the researchers note, "These skills combined almost directly spell out the exact solution guide for the task."

Real-world conditions work differently. Agents must search through large, noisy skill collections, recognize which ones apply to their task, and adapt general-purpose skills to specific problems without guarantees that suitable skills exist at all.

The 34,000-Skill Test

The team aggregated 34,198 real skills from open-source repositories (skillhub.club and skills.sh) and tested them across six increasingly realistic scenarios:

  1. Curated skills force-loaded
  2. Skills loaded with distractors added
  3. Independent skill search required
  4. Search without curated skills in the pool
  5. Full realistic conditions
  6. No skills baseline

Three models faced testing: Claude Opus 4.6 with Claude Code, Kimi K2.5 with Terminus-2, and Qwen3.5-397B-A17B with Qwen Code.

Performance Collapses Under Realism

Results showed consistent degradation:

Claude Opus 4.6:

  • Curated skills: 55.4% pass rate
  • Independent search: 40.1%
  • Realistic scenario (no curated skills in pool): 38.4%
  • No-skill baseline: 35.4%

The advantage compressed from 20 percentage points to 3 percentage points.

Weaker models performed worse with skills:

  • Kimi K2.5: 19.8% pass rate with skills vs. 21.8% baseline
  • Qwen3.5-397B: 19.7% with skills vs. 20.5% baseline

Irrelevant skills actively harmed weaker models by consuming tokens and computational resources on loading and following useless instructions.

Three Critical Bottlenecks

Skill selection failure: Even when curated skills were directly available, Claude loaded them only 49% of the time. Adding distractors dropped this to 31%. In the hardest scenario, Claude loaded skills in just 16% of runs.

Weak retrieval: The best retrieval method tested (agentic hybrid search) achieved only 65.5% Recall@5. Simpler semantic search performed 18.7 percentage points worse at Recall@3.

Poor adaptation: Agents cannot effectively adapt general-purpose skills to specific tasks when no tailored skills exist. This limits skills' usefulness when exact matches don't exist.

Refinement as Multiplier, Not Solution

Task-specific refinement—where agents explore tasks, evaluate retrieved skills, and build new ones—showed promise. Claude improved from 40.1% to 48.2% on SKILLSBENCH through refinement.

However, researchers found refinement works primarily as a multiplier of existing skill quality rather than a source of new knowledge. It only helps when initially retrieved skills contain relevant information.

Task-independent offline refinement showed inconsistent results.

Prior Evidence

A 2024 Vercel study flagged the same core problem: agents failed to retrieve available skills in 56% of test cases, matching the no-documentation baseline. A passively-loaded Markdown file achieved 100% pass rate versus 79% for the skill system.

What This Means

The skill abstraction, introduced by Anthropic in October 2025 and adopted by multiple platforms, appears fundamentally mismatched to how agents actually operate. The technology works in controlled settings where the right tool is handed directly to the system. In production environments requiring independent skill discovery and application, benefits shrink to marginal—or become liabilities for weaker models.

The research suggests three necessary improvements: better retrieval methods, more effective offline skill refinement, and skill ecosystems designed with varying model capabilities in mind. The underlying finding is sobering: AI agents struggle with the meta-task of skill selection as much as the domain tasks themselves.

Related Articles

changelog

Anthropic reverses course, makes Claude Fable 5 permanent on subscription plans

Anthropic announced July 18 that Claude Fable 5 will remain available on subscription plans, reversing its previous decision to make the model API-only. Max and Team Premium subscribers will receive access at 50% of standard limits starting July 20, while Pro and Team Standard users get a one-time $100 credit.

product update

Anthropic offers K-12 teachers free year of Claude Pro with educational tools through June 2027

Anthropic launched Claude for Teachers, offering K-12 educators in the United States free access to premium Claude features for one year. The program includes Claude Cowork, Claude Code, and education-focused skills developed with Learning Commons, with applications open until June 30, 2027.

changelog

Anthropic launches rupee pricing for Claude in India at ₹2,000/month, its second-largest market

Anthropic has begun displaying rupee-denominated pricing for Claude subscriptions in India, its second-largest market after the US with 5.8% of global usage. Claude Pro is priced at ₹2,000 ($21) monthly when billed annually, compared to $17 in the US, with Indian prices including local taxes.

product update

Anthropic adds sandboxed in-app browser to Claude Code desktop app

Anthropic has added an in-app browser to Claude Code's desktop application. The sandboxed browser allows Claude to read, click through, and interact with documentation, designs, and local development servers, with configurable session persistence.

Comments

Loading...