GPT-5.4 Codex Subagents: Sam Altman Says They Beat Claude Code!

By In The World of AI

Categories: AI

Summary

OpenAI's Codex sub-agents let developers spawn multiple specialized AI workers in parallel to handle complex tasks—security review, code quality, debugging—without manual orchestration. Sam Altman claims serious builders are switching from Claude Code and Cursor, with Codex usage growing nearly vertical since January 2026.

Key Takeaways

  1. Sub-agents run in parallel with specialized roles (security, quality, bugs, maintainability) and auto-summarize results. Default cap is 6 concurrent threads with 1-level nesting depth—designed for genuinely complex tasks, not routine work.
  2. Define custom agents via configuration files: set the model, reasoning effort, sandbox mode, tool access, and instructions. Store globally for personal use or in project folders for repo-specific scoping—gives fine-grained control over resource allocation.
  3. Three built-in agents ship by default: general-purpose default, worker (makes changes), explorer (reads codebase). Choose lighter models for lookup work, reserve GPT-5.4 high-reasoning for heavy lifting—sensible resource optimization pattern.
  4. Batch processing feature accepts CSV input (one row per file/service), spawns one worker per row concurrently, exports results to CSV—automates orchestration work typically requiring custom code.
  5. Codex usage chart shows flat growth through mid-2025, then near-vertical hockey stick from January 2026 onward. Sam Altman's positioning: 'all the serious builders' have switched from Claude Code and Cursor—direct competitive signal.

Topics

Transcript Excerpt

OpenAS coding tool Codex just got a pretty significant upgrade. Google dropped some new developer tooling today and Sam Alman is out here posting growth charts on X and taking shots at cloud code. So let's get into it. So OpenAI added something to Codeex today and it's called sub agents. It's one of those things that once you see how it works, the use case becomes pretty obvious. Quick context, if you're not familiar, Codex is OpenAI's agentic coding platform. You can use it through a desktop ap...