Back to stories
Tools

OpenAI Codex Launches Subagents for Parallel AI Coding at Scale

Michael Ouroumis2 min read
OpenAI Codex Launches Subagents for Parallel AI Coding at Scale

OpenAI has made subagents generally available in its Codex coding platform, enabling developers to spin up multiple specialized AI agents that work in parallel on complex software engineering tasks.

The feature, which exited a preview period on March 16, represents a significant step toward multi-agent coding workflows — where instead of a single AI assistant handling tasks sequentially, a coordinated team of agents divides and conquers.

How Subagents Work

Codex can now spawn specialized agents in parallel and collect their results into a single consolidated response. This is particularly useful for tasks that are inherently parallelizable: exploring a large codebase, implementing a multi-step feature plan across several files, or running different debugging strategies simultaneously.

The platform handles orchestration across agents, including spawning new subagents, routing follow-up instructions, waiting for results, and closing agent threads. When multiple agents are running, Codex waits until all requested results are available before returning a unified response.

Custom Agent Configurations

Beyond the built-in agent types — Default, Worker, and Explorer — developers can define their own custom agents with different model configurations and system instructions. This means a team could create a security-focused review agent, a documentation agent, and a testing agent, each tuned for its specific role.

Subagent configurations are defined through configuration files, making them version-controllable and shareable across teams.

Practical Applications

The most immediate use cases include automated pull request reviews, where different subagents can simultaneously check for security issues, style compliance, and logical errors. Front-end debugging benefits from agents that can inspect component hierarchies, network requests, and state management in parallel.

For large-scale refactoring, a primary agent can decompose the task and delegate file-level changes to worker subagents, dramatically reducing the wall-clock time for sweeping codebase modifications.

The Multi-Agent Future

The launch reflects a growing industry consensus that the next productivity leap in AI-assisted development will come not from better individual models, but from better orchestration of multiple agents. Anthropic's Claude Code, Cursor, and other coding tools have been exploring similar multi-agent patterns.

Powered by GPT-5.4, the subagents feature is available to all Codex users through both the app and CLI. OpenAI's developer documentation includes guides for building custom agent workflows and best practices for task decomposition.

Learn AI for Free — FreeAcademy.ai

Take "Prompt Engineering Practice" — a free course with certificate to master the skills behind this story.

More in Tools

Microsoft Puts a Legal Agent Inside Word to Redline Contracts
Tools

Microsoft Puts a Legal Agent Inside Word to Redline Contracts

Microsoft launched a Legal Agent inside Word that reviews contracts clause by clause, generates negotiation-ready redlines, and links recommendations to source text — rolling out via the Microsoft 365 Copilot Frontier program in the US.

1 day ago3 min read
Anthropic Launches Claude for Creative Work With Adobe, Blender, Autodesk, Ableton Connectors
Tools

Anthropic Launches Claude for Creative Work With Adobe, Blender, Autodesk, Ableton Connectors

Anthropic unveiled Claude for Creative Work on April 28, 2026, releasing connectors that link Claude into Adobe Creative Cloud, Autodesk Fusion, Blender, Ableton Live, Splice, and more.

3 days ago3 min read
Google Turns Chrome Into an AI Coworker With Auto Browse, Powered by Gemini 3
Tools

Google Turns Chrome Into an AI Coworker With Auto Browse, Powered by Gemini 3

At Cloud Next 2026, Google unveiled Auto Browse, a Gemini 3-powered agent inside Chrome that handles multi-step web tasks for consumers and enterprise Workspace users.

1 week ago3 min read