The Skills Revolution: Why Anthropic Believes One Smart Agent Beats a Thousand Specialists
The AI industry's obsession with building specialised agents for every conceivable task may be fundamentally misguided. Anthropic, the company behind Claude, is championing a radically different approach: equipping a single, versatile agent with a comprehensive library of reusable "skills" rather than creating countless narrow-purpose bots.
This perspective challenges the current agent-building frenzy sweeping Silicon Valley. Whilst competitors rush to develop specialised AI workers, Anthropic's researchers argue that the future belongs to general-purpose agents enhanced with modular expertise.
By The Numbers
- Anthropic's revenue soared from $10 million in 2022 to $2.2 billion in 2025, representing a 220ร increase
- Over 500 enterprise customers now pay at least $1 million annually for Anthropic's services
- The company achieved a $380 billion post-money valuation following its $30 billion Series G funding round in February 2026
- Thousands of skills have been created within just five weeks of the concept's introduction
- Fortune 100 companies are actively adopting skills to embed organisational best practices
Redefining Agent Intelligence Through Modular Skills
Barry Zhang and Mahesh Murag from Anthropic presented their groundbreaking findings at the AI Engineering Code Summit. Their research suggests that whilst current AI agents demonstrate considerable intelligence, they often lack specific expertise and struggle with real-world context.
"We used to think agents in different domains will look very different. The agent underneath is actually more universal than we thought," explained Barry Zhang, Anthropic researcher.
This insight fundamentally challenges conventional wisdom. Rather than building distinct agents for finance, legal, or healthcare tasks, companies could deploy a single robustโฆ general agent augmented by domain-specific skills. These "skills" function as organised collections of files containing instructions, data, and workflows that enable consistent task execution.
The approach mirrors human learning patterns. People don't become entirely different entities for each profession; they acquire and apply various skills within a consistent cognitive framework. Agentic AI systems could follow this same principle.
From Corporate Jargon to Practical Implementation
The skills-based model addresses critical weaknesses in contemporary AI systems. Large language models, despite their power, sometimes struggle with factual accuracy or specific task execution. This has led to widespread concerns about AI-generated content quality.
"Non-technical users in fields like accounting, legal, and recruitment are successfully building these skills," noted Mahesh Murag, Anthropic researcher.
Within Fortune 100 companies, skills are becoming internal AI playbooks. A financial reporting skill might contain templates, accounting rules, and data sources relevant to analysis. This allows the general agent to execute complex financial tasks without requiring dedicated financial training.
The method also democratises AI development. Rather than requiring extensive programming expertise, domain experts can package their knowledge into reusable skills that any competent agent can utilise.
| Approach | Development Time | Maintenance Burden | Scalability |
|---|---|---|---|
| Specialised Agents | 6-12 months per agent | High (separate updates) | Limited |
| Skills-Based Agent | 2-4 weeks per skill | Low (modular updates) | High |
| Traditional Software | 12-24 months | Very High | Very Limited |
Industry Leaders Embrace the Agent Revolution
The broader AI agent discussion extends beyond Anthropic's specific methodology. OpenAI CEO Sam Altman has suggested that AI agents are already handling tasks typically performed by junior employees. He envisions a future where people manage teams of agents, similar to managing human staff.
Microsoft's leadership has speculated that AI agents could fundamentally alter corporate structures by reducing managerial layers. This vision aligns with predictions that AI will streamline operations and create flatter, more efficient organisations.
However, the rapid rise has attracted scepticism. Some critics, including Guido Appenzeller of a16z, caution against overhyping the technology. They point out that certain startups simply add chat interfaces to existing language models and brand them as "agents" to justify higher prices.
Key considerations for evaluating agent capabilities include:
- Actual task completion rates versus marketing claims
- Integration complexity with existing business systems
- Training requirements for non-technical users
- Scalability across different business functions
- Cost-effectiveness compared to traditional automation
Asia-Pacific Investment Signals Global Confidence
GIC, Singapore's sovereign wealth fund, co-led Anthropic's $30 billion Series G funding round in February 2026. This investment signals strong Asia-Pacific confidence in the company's enterprise AI focus and skills-based approach.
The funding round also included significant participation from Amazon Web Services, which committed $8 billion total and hosts Anthropic's workloads in an $11 billion US data centre specifically designed for their requirements.
What exactly are AI agent skills?
Agent skills are organised collections of files containing instructions, data, and workflows that enable AI agents to perform specific tasks consistently. Think of them as modular toolkits that can be plugged into any compatible general-purpose agent.
How do skills differ from traditional AI training?
Rather than training separate models for different tasks, skills provide contextual knowledge and procedures that a single general agent can utilise. This approach is faster to implement and easier to maintain than creating specialised agents.
Can non-technical users create these skills?
Yes, according to Anthropic's research, professionals in accounting, legal, and recruitment are successfully building skills without extensive programming knowledge. The process focuses on packaging domain expertise rather than technical development.
What industries are adopting this approach?
Fortune 100 companies across various sectors are implementing skills to embed organisational best practices. Early adopters include financial services, legal firms, and recruitment agencies, with thousands of skills created in just five weeks.
Will this approach replace specialised AI agents entirely?
While skills-based agents offer significant advantages in flexibility and maintenance, certain highly specialised applications may still benefit from dedicated agents. The optimal approach likely depends on specific use cases and organisational requirements.
The skills-based agent model offers a practical alternative to the current proliferation of narrowly defined AI systems. By focusing on equipping general agents with domain-specific knowledge and reusable workflows, organisations can harness AI more effectively whilst reducing development and maintenance overhead.
As the AI industry matures beyond initial excitement, approaches like Anthropic's suggest a future where versatility trumps specialisation. The question isn't whether AI agents will transform work, but which architectural approach will prove most sustainable and valuable. What's your experience with AI agents in your industry, and do you see skills-based systems as the way forward? Drop your take in the comments below.







Latest Comments (3)
@carlor: "agent skills" as just folders with instructions and data... i get the modularity idea, but as someone who does this for a living, i'm picturing a lot of manual curation still. how "universal" can an agent really be before those skill folders become unmanageable or too specific to truly generalise across clients? feels like just shifting where the complexity lives.
From a healthcare AI vantage, the idea of "organised collections of files that package composable procedural knowledge" as skills is interesting. But for patient safety and regulatory compliance, those "instructions, data, and workflows" need to be auditable and traceable to a degree that most current LLM skill sets just don't offer yet. It's not just about efficiency, it's about accountability.
this is exactly what I ran into with my last project. was building a bunch of separate agents then realized I could just skill up one main one. shipped something similar last week.
Leave a Comment