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

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.

5 days ago3 min read
OpenAI Launches Workspace Agents, Retires Custom GPTs for Teams
Tools

OpenAI Launches Workspace Agents, Retires Custom GPTs for Teams

OpenAI today unveiled workspace agents in ChatGPT as a research preview, positioning them as a direct replacement for custom GPTs and pitching Codex-powered shared agents at Business, Enterprise, Edu, and Teachers customers.

6 days ago2 min read
Cloudflare Launches Agent Memory Private Beta to Give AI Agents Persistent Recall
Tools

Cloudflare Launches Agent Memory Private Beta to Give AI Agents Persistent Recall

Cloudflare's new Agent Memory service extracts and stores information from AI agent conversations so models can recall context across sessions without bloating the token window, addressing one of agentic AI's biggest bottlenecks.

1 week ago2 min read