Multi-Agent & Orchestration
Articles on subagents, parallel execution, orchestration patterns and multi-agent workflows in Codex.
93 articles
Codex CLI Session Patterns: A Decision Framework for Threads, Worktrees, /side, Goals, and Subagents
Codex CLI v0.133 ships with five distinct session patterns, each designed for a different shape of work. Choosing the wrong pattern does not break anything.
Codex CLI v0.133.0-alpha: SubagentStart Hooks, Goal DB, and Permission Profile APIs — Signals for Multi-Agent Orchestration
Between the stable v0.132.0 release on 20 May 2026 and the same evening, OpenAI shipped three alpha pre-releases — v0.133.0-alpha.1 through alpha.3.
Detached Subagent Patterns for Codex CLI: Context-Free Orchestration Beyond Built-in Fork Semantics
Codex CLI's built-in subagent system uses fork semantics: child agents inherit the parent's context window, sandbox policy, and runtime overrides .
Antigravity 2.0 vs Codex CLI: What the Google I/O 2026 Upgrade Changes in the Competitive Landscape
Google I/O 2026 transformed Antigravity from a capable IDE-native agent into a standalone platform with its own CLI, SDK, managed execution, and background.
Codex CLI for Cross-Repository Development: Multi-Repo Sessions, Coordination Patterns, and MCP-Bridged Workflows
Senior developers working on microservices architectures, shared libraries, or platform teams rarely touch a single repository in isolation. A typical task.
Codex CLI as an MCP Server: Exposing Agent Capabilities to the Agents SDK and Other MCP Clients
Most developers know Codex CLI as an MCP client — it connects to external MCP servers like Linear, Supabase, or Apollo to pull tools into its agent loop.
Grok Build Enters the Ring: How xAI's Parallel-Agent CLI Compares to Codex CLI
On 14 May 2026, Elon Musk posted a broad call for beta testers of Grok Build, xAI's first terminal-native coding agent. The tool enters a market dominated.
The Codex CLI Hackathon Playbook: Rapid Prototyping Under Time Pressure
Sea Limited and OpenAI announced the first regional Codex Hackathon series today, kicking off in Singapore on 6 June 2026 with US$30,000 in API credits for.
Codex CLI Inside VS Code's Multi-Agent Architecture: Agent Sessions, Model Selection, and the Unified Development Experience
For months, terminal-native developers ran Codex CLI in one window, Claude Code in another, and kept Copilot humming in VS Code — three separate tools.
Tokenmaxxing with Codex CLI: Multi-Agent Operator Stacks, Parallel Harnesses, and the End of Single-Tool Identity
In May 2026, four independent signals converged on the same pattern in a single news cycle: YCs Lightcone podcast coined the term tokenmaxxing.
Codex CLI for Monolith Decomposition: Strangler Fig Migration, Service Boundary Detection, and Agent-Driven Extraction
Monolith decomposition remains one of the highest-value, highest-risk engineering programmes an organisation undertakes. Industry surveys consistently.
Google Antigravity vs Codex CLI: Multi-Agent IDE Meets Terminal-First Agent in the 2026 Coding Wars
Google Antigravity landed in public preview on 20 November 2025 and has since grown into the most serious IDE-native challenger to terminal-first agents.
How Developers Actually Configure Agentic Coding Tools: What 2,926 Repositories Reveal About the Codex CLI Adoption Gap
A new empirical study of nearly three thousand GitHub repositories has quantified something most Codex CLI practitioners have sensed intuitively.
Codex CLI as an MCP Server: Building Multi-Agent Workflows with the OpenAI Agents SDK
Codex CLI is primarily a terminal-based coding agent, but it has a second life as an MCP server that other agents can invoke programmatically.
Anthropic's 2026 Agentic Coding Trends Report: What It Means for Codex CLI Practitioners
Anthropic published their 2026 Agentic Coding Trends Report in late April, drawing on case studies from Rakuten, TELUS, Zapier, CRED.
Codex CLI as an MCP Server: Multi-Agent Orchestration with the OpenAI Agents SDK
Codex CLI is a capable coding agent in its own right, but its real power emerges when you stop thinking of it as a terminal tool and start treating it as an.
Codex CLI for Automated Dependency Upgrades and Framework Migrations
Dependency upgrades and framework migrations are the tax every engineering team pays for staying current. They are tedious, high-volume, and mechanically.
Agents SDK TypeScript Goes Sandbox-Native: Building Codex-Powered Agents with the Open-Source Harness
On 6 May 2026, OpenAI released v0.9.1 of the Agents SDK for TypeScript — the first version to ship sandbox agents and the open-source harness that underpins.
The Official Codex Subagents Documentation — Architecture, Patterns, and CSV Batch Processing
OpenAI's official subagents documentation page has matured into a comprehensive reference for multi-agent Codex workflows.
Codex CLI in Zed 1.0: Parallel Agents, ACP Integration, and Multi-Agent IDE Workflows
Zed 1.0 shipped on 29 April 2026 with parallel agents as its headline AI feature. You can now run Codex CLI alongside Claude Agent, Gemini CLI.
Agent Session Managers for Codex CLI: CCManager, Agent Deck, and the Emerging Orchestration Layer
Running a single Codex CLI session is straightforward. Running six in parallel — each on a separate worktree, each targeting a different feature branch.
MAESTRO Lessons for Codex CLI: What a 12-System Multi-Agent Evaluation Suite Reveals About Architecture vs Model Choice
There is a persistent assumption in the agent-building community that upgrading the backend model is the fastest route to better performance.
Codex CLI Multi-File Editing Strategies: Coordinating Changes Across Large Pull Requests with apply_patch and Subagents
Every senior developer knows the pain: a rename that touches forty files, an API migration that ripples through three service boundaries, a framework.
Codex CLI MultiAgentV2: Custom Roles, Thread Orchestration, and Production Parallel Workflows
Codex CLI's subagent system moved from a simple fire-and-forget spawner to a governed orchestration layer with the introduction of MultiAgentV2 in v0.128.0.
Agent Interoperability Protocols and Codex CLI: MCP, ACP, and A2A in Practice
Three agent interoperability protocols now compete for the plumbing underneath every coding agent workflow: the Model Context Protocol (MCP) for tool.
CSV Batch Processing with spawn_agents_on_csv: Map-Reduce Workflows for Codex CLI
Codex CLI's subagent system handles ad-hoc parallelism well — spawn a few workers, fan out, collect results.
Codex CLI v0.128: Goal Workflows, Configurable Keymaps, and Built-In Self-Update
Version 0.128.0, released on 30 April 2026, is a feature-dense release that finally delivers three capabilities the community has requested for months.
The Codex CLI Companion Tools Ecosystem: Token Monitors, Orchestrators, and Community Collections
Codex CLI has crossed 75,000 GitHub stars, 14.5 million monthly npm downloads, and three million weekly active users .
SlopCodeBench and Code Quality Degradation: Defending Against Architectural Decay in Long-Horizon Codex CLI Sessions
Every practitioner who has run Codex CLI for more than an hour on an evolving feature has felt it.
OpenAI Symphony: Turning Linear Into a Control Plane for Autonomous Codex Agents
OpenAI today open-sourced Symphony, an orchestration specification that transforms a project-management board — currently Linear — into a fully autonomous.
Task Decomposition for Codex CLI: Right-Sizing Agent Work for Reliability, Speed, and Cost
The single biggest determinant of whether a Codex CLI session succeeds or spirals into wasted tokens is not the model you pick.
Terminal-Native Codex CLI Workflows: Neovim, tmux, and the Multiplexer-Driven Development Stack
Codex CLI runs in a terminal. Neovim runs in a terminal. tmux multiplexes terminals. The logical conclusion — a fully keyboard-driven development.
Codex CLI Custom Agent Definitions: Building Specialised Subagents with TOML Configuration
Codex CLI ships with three built-in agent types — default, worker, and explorer — but the real power emerges when you define your own . Custom agent.
Codex CLI for Microservices: Cross-Service Development, Multi-Repo Patterns, and Distributed Workflows
Microservices architectures pose a unique challenge for AI coding agents: the work you need done rarely fits inside a single repository.
Merge Conflict Prevention and Resolution with Codex CLI: Worktrees, Clash, and Integration Strategies
Running multiple Codex CLI agents in parallel is now standard practice for teams shipping at speed.
Community Workflow Frameworks for Codex CLI: Superpowers, GSD, gstack, Spec Kit, OMX, and Compound Engineering Compared
Codex CLI ships with a deliberately minimal orchestration layer: an agent loop, a sandbox, hooks, and skills.
Automated Harness Synthesis: What AgentFlow's Typed Graph DSL Means for Codex CLI Orchestration
Two independent research papers dropped within 48 hours of each other in late April 2026, and together they crystallise a thesis that practitioners have.
Codex CLI as an MCP Server: Building Multi-Agent Workflows with the Agents SDK
Running Codex CLI as a Model Context Protocol (MCP) server unlocks a fundamentally different operating mode.
Community Framework Decision Guide: Which Workflow Framework Fits Your Team
If you have used Codex CLI for anything beyond single-shot prompts, you have almost certainly hit the now what? moment: your tasks need parallelism.
Cross-Agent Usage Analytics: Unified Monitoring for Your Mixed Coding Agent Stack
The average senior developer in 2026 runs two to five coding agents daily — Codex CLI for deep implementation, Claude Code for exploration.
Agent Identity Authentication: How Codex CLI Agents Authenticate as Themselves in v0.123
For most of Codex CLI's life, every API request left the agent wearing a borrowed identity — a user's OAuth token or API key stapled to outbound calls.
The Model Context Window Budget: Practical Token Management for Large Codebases
Every agentic coding session is a budgeting exercise. Your model has a finite context window.
The Asymmetric Feedback Problem: Why Coding Agents Silently Fail at Business Logic
Your coding agent just wrote a purchasing module, ran all the tests, and reported success. The code compiles, the API calls return 200s, and the database.
What You Can Build with Codex CLI: 10 Real-World Setups from Simple to Advanced
Developers evaluating Codex CLI often ask the same question: what can I actually do with it? The answer depends on how deep you want to go. Codex CLI scales.
The Subagent Resource Leak Problem: Why MCP Process Trees Accumulate and What McpConnectionManager::shutdown() Fixes
If you run Codex CLI with multiple MCP servers and use subagent workflows, you have almost certainly experienced the symptoms.
Git-Backed Team Memory for Coding Agents: From Egregore to Codex Hooks
Every developer team already has a shared, versioned, conflict-resolving knowledge store: git. Yet most AI coding agents treat memory as a single-user.
When to Use Multi-Agent vs Single-Agent: A Practical Framework for Codex CLI Teams
Codex CLI's subagent system lets you spawn parallel agents for concurrent work — but more agents does not always mean better results. Recent academic.
Running Multiple Codex Agent Instances: Parallel Orchestration Patterns
Running a single Codex CLI agent is powerful. Running several in parallel — each tackling an independent slice of your codebase — transforms your throughput.
Codex App Computer Use: Background GUI Automation on macOS Without Surrendering Your Desktop
On 16 April 2026, OpenAI shipped Computer Use in the Codex desktop app (version 26.415), enabling agents to operate macOS applications by seeing the screen.
The Agent Orchestrator Landscape: Scion, CAO, ComposioHQ, and Choosing Your Multi-Agent Runtime
Running a single Codex CLI session is productive. Running five in parallel — each with its own worktree, branch, and PR — is transformative. But the moment.
Anthropic's Eight Agentic Coding Trends Through a Codex CLI Lens: A Practitioner's Response
Anthropic's 2026 Agentic Coding Trends Report, published in March 2026, identifies eight trends reshaping how software gets built . Drawing on case studies.
The Composable AI Coding Stack: How Cursor, Claude Code, and Codex Became Three Layers
Nobody planned this architecture. Cursor, Claude Code, and Codex CLI were built by three separate companies with three separate business models.
Agent Identity Stack Complete: Cryptographic Attribution for Multi-Agent Audit Trails
Codex CLI v0.121.0, released today, ships two PRs that introduce a use_agent_identity feature flag and the ability to register agent identities behind it .
Gemini CLI Subagents: Multi-Agent Orchestration Arrives
Source: Google Developers Blog Author: Google Published: 2026-04-15 Content age: Current — announced April 15, 2026 Tags: gemini-cli, subagents,.
The Desktop Superapp War: Codex Scratchpad vs Claude Code Epitaxy
The terminal is no longer enough. As of mid-April 2026, both OpenAI and Anthropic are racing to consolidate their fragmented tool ecosystems into unified.
Codex CLI for Technical Debt Reduction: Automated Refactoring, Dead Code Detection, and Dependency Upgrades
Technical debt accumulates silently — unused imports, deprecated API calls, dead functions that nobody dares delete.
AIPass: Persistent Multi-Agent Collaboration Across Codex CLI, Claude Code, and Gemini CLI
Every AI coding CLI session starts from scratch. You open Claude Code, explain the codebase, establish conventions, work through a problem.
Model Routing and Advisor Patterns: How to Cut AI Coding Costs Without Losing Quality
Running your most powerful model on every task is the fastest way to burn through your API budget. A one-line grep does not need GPT-5.4 or Opus 4.6.
The Codex CLI Customisation Stack: How AGENTS.md, Skills, MCP, Subagents, and Plugins Compose Into One System
Codex CLI's customisation surface has grown from a single AGENTS.md file into a five-layer architecture spanning instructions, skills, external tools, agent.
codex-plugin-cc: OpenAI's Official Cross-Provider Bridge for Claude Code
On 30 March 2026, OpenAI did something unprecedented in the AI coding tool market: it shipped an official plugin that installs inside a competitor's.
Agent Identity in Codex CLI: The use_agent_identity Feature Flag, Biscuit Tokens, and Verified Multi-Agent Trust
Multi-agent architectures have an attribution problem. When three subagents collaborate on a pull request.
The Codex CLI Ecosystem Map: Navigating 245+ Community Tools, Skills and Subagents
Twelve months ago, Codex CLI was a single binary with a handful of configuration options. Today, a curated list on the official OpenAI Codex GitHub.
Background Agent Streaming: From Fire-and-Forget to Observable Multi-Agent UX
Until v0.120.0, Codex CLI's multi-agent delegation followed a fire-and-forget pattern.
Codex CLI Multi-Agent Orchestration v2: Complete Guide
Codex CLI's multi-agent system lets an orchestrator agent spawn, coordinate, and collect results from multiple subagents. Multi-agent v2 replaces opaque.
Squad vs Codex CLI: Multi-Agent Orchestration Compared and Replicated
Brady Gaster's Squad provides multi-agent orchestration on top of GitHub Copilot — a team of specialised agents that live in your repository as plain-text.
Codex CLI Worktree Lifecycle: App vs CLI Worktree Management
Running multiple Codex agents in parallel is one of the most powerful patterns available to developers today.
Agentmaxxing: Parallel Multi-CLI Orchestration with Codex CLI, Claude Code and Gemini CLI
By April 2026, a new practice has crystallised among senior developers: running multiple AI coding agents from different vendors in parallel, each isolated.
Codex CLI's Memory and Reach: #Mentions for Cross-Session Context and Waypoints for Multi-Host Execution
Two draft PRs opened on April 11, 2026 reveal where Codex CLI is heading: deeper memory and wider reach.
Codex CLI Agent Notifications: Desktop Alerts, Audio Chimes, and Multi-Agent Monitoring
When you run a single Codex CLI session in the foreground, you see everything happen in real time.
Claude Managed Agents: What Anthropic's Cloud-Hosted Agent Platform Means for Codex CLI
On 8 April 2026 Anthropic launched Claude Managed Agents in public beta — a suite of composable APIs for building and deploying cloud-hosted agents at scale.
Oh-My-Codex (OMX): The Community Orchestration Layer That Turns Codex CLI into a Team Runtime
Codex CLI's built-in subagent system caps at six concurrent threads with max_threads . For many workflows, that is plenty. But when you need a dozen.
Toxic Flow: The Addictive, Exhausting Reality of Multi-Agent Coding
You know the feeling. Four agents are running. One is refactoring the API layer, another is writing tests, a third is updating documentation, and a fourth.
cmux, ACPX, and OMX: The Three Layers of Multi-Agent UX
Running a single AI coding agent is straightforward. Running five in parallel — each on a different module, each needing different approvals.
Orchestrator Template Internals: How OpenAI's Bisect PRs Reveal Multi-Agent v2 Debugging
On 8 April 2026, OpenAI engineer jif-oai merged fifteen sequential pull requests (#17117–#17131) into the openai/codex repository .
Agent Council: Cross-Model Deliberation for Architecture Decisions
Cross-model review loops — where one agent writes code and another reviews it — are now a well-established pattern in agentic workflows.
NanoClaw and Codex CLI: Building an Always-On Agentic Assistant
Codex CLI excels at interactive coding sessions and scripted automation via codex exec. But what happens when you need an agent that persists across hours.
Codex CLI vs Claude Code Multi-Agent: Subagents, Agent Teams and the Protocol Gap
The two dominant terminal-native coding agents — OpenAI's Codex CLI and Anthropic's Claude Code — have each shipped multi-agent capabilities, but with.
Claude Flow, Ruflo and Anthropic Agent Teams: The Claude Multi-Agent Ecosystem
The multi-agent story in the Claude ecosystem has evolved rapidly through early 2026. Three distinct layers have emerged: the community-built orchestration.
Gas Town: Steve Yegge's Multi-Agent Factory and What It Means for Codex CLI
In January 2026, Steve Yegge open-sourced Gas Town — a Go-based multi-agent workspace manager that orchestrates 20–30 parallel Claude Code instances under a.
Sourcegraph Amp: The Multi-Repo AI Orchestrator Codex CLI Doesn't Compete With (Yet)
In December 2025, Sourcegraph spun Amp out as a fully independent company, with co-founder Quinn Slack taking the CEO role at Amp Inc. Less than a year.
From CLI to Pipeline: Building Multi-Agent Workflows with the OpenAI Cookbook Pattern
Codex CLI is a formidable single-agent tool, but shipping a production feature typically involves design, frontend, backend, and testing — work that maps.
GPT-5.4 mini in Codex CLI: Subagent Delegation, Model Routing and the Tiered Inference Architecture
OpenAI released GPT-5.4 mini and GPT-5.4 nano on 17 March 2026, and they represent something more significant than two incremental model updates.
Codex CLI Subagent Gotchas: Known Issues and Workarounds (March 2026)
If you're building agentic pod workflows with Codex CLI subagents, here are the practical bugs and undocumented behaviours you'll hit — and how to work.
The Agentic Pod in Practice: Running Multiple Agent Roles in Your Team
There is a tempting shortcut when you first discover Codex subagents: drop one very large prompt into the orchestrator and hope it handles planning.
Cross-Model Adversarial Review: Using Multiple AI Models to Catch Agent Blind Spots
The moment your coding agent reviews its own output, you have a problem. Not because the agent is dishonest.
WORKFLOW.md: Version-Controlling Your Agent's Behaviour
When you adopt Symphony (or any harness-based orchestration), you face a configuration challenge: how do you define how your agents should behave, and keep.
Codex CLI in 2026: What's New, What's Changed and What's Coming
A comprehensive guide to every major Codex CLI change in 2026 — new models, hooks, subagents, Codex Spark, enterprise features, and what's still on the roadmap.
Context Window Management: Avoiding Compaction with Sub-Agent Delegation
Long Codex sessions degrade. Not catastrophically — the model does not forget your instructions — but its reliability erodes as the context fills with tool.
Compound Engineering with Codex: The 80/20 Plan-Review Model
Based on: every.to/guides/compound-engineering · github.com/EveryInc/compound-engineering-plugin · notes/compound-engineering.md
The Agentic Engineering Pod: Three Roles, One Shared Context Layer
Traditional software team structures were not designed for agentic delivery. They are built around specialisations: product managers own requirements.
Claude Code ↔ Codex CLI: Bidirectional MCP Integration
The Model Context Protocol (MCP) was designed as a universal interface between AI agents and external tools.
From Harness Engineering to Symphony: The Autonomous Development Stack
On March 5, 2026, OpenAI quietly released a GitHub repository called Symphony. Within three weeks it had 13K stars. ⚠️ [unverified] The concept it embodies.
Codex CLI Subagents: TOML Format, Parallelism and spawn_agents_on_csv
Codex CLI's multi-agent system lets a single session delegate specialised work to parallel child agents. Once you understand the TOML agent definition.