Support investigative journalism — donate to IRE →

Subagents

noun
Foundational concepts Using AI as a tool

Specialized AI agents that are created and directed by a primary "orchestrator" agent to handle specific pieces of a larger task. Instead of one AI working through a complex job from start to finish, the orchestrator breaks the work into chunks and assigns each chunk to a subagent — which may run at the same time as other subagents, then report its results back.

For a data reporter, subagents are what make it possible for an AI to tackle a project too large or complex for a single model to handle alone. Imagine asking an AI to investigate public contracting records across 50 counties: an orchestrator agent might spin up 50 subagents simultaneously, each downloading and parsing one county's data, then pass all the results back for a summary analysis. Each subagent works with its own focused set of instructions and context, which keeps the work organized and limits how much any one agent can access — an approach that matters for security when the agents are touching sensitive documents or databases.

The concept is central to the fast-growing field of AI agents — AI systems that can act autonomously over many steps. Anthropic made its subagent framework generally available in August 2025 as part of Claude Code, its AI coding tool. The pattern is closely related to Model Context Protocol, which gives agents a standardized way to connect to outside data sources and tools that subagents can share.

The most notable addition to Opus 4.6 is "agent teams" — teams of agents that can split larger tasks into segmented jobs. The model breaks complex tasks into independent subtasks, runs tools and subagents in parallel, and identifies blockers with real precision. TechCrunch
Anthropic has recently made Claude Code Subagents generally available, enabling developers to create independent, task-specific AI agents with their own context, tools, and prompts. Isolating context and enforcing least privilege aims to make AI-assisted development safer and more interpretable. InfoQ
Entry by Ryan Serpico
About this glossary — who's behind this site and how you can contribute.