Codex and Subagents — Vaibhav Srivastav & Katia Gil Guzman, OpenAI
TL;DR
OpenAI's Katia Gil Guzman and Vaibhav Srivastav unveil Codex's evolution into a full software engineering agent, demonstrating new plugins that bundle workflows, automations for background task scheduling, and subagent capabilities powered by mini models to handle complex parallel development tasks.
🚀 Model Infrastructure & Performance 4 insights
Hierarchical model stack for different workloads
Codex utilizes GPT 5.4 for complex long-running tasks while new Mini and Nano models handle short tasks and cost-effective subagent parallelization.
Subagent parallelization capabilities
Mini models enable distribution of complex feature requests across multiple concurrent subagents, significantly accelerating development workflows.
Websocket infrastructure for speed
New websocket connections deliver 1.75x faster tokens, with an optional fast mode providing 2x speed improvements for real-time interactions.
Unified agent harness architecture
A safety-embedded wrapper manages tool execution, environment setup, and long-running task evaluation beyond raw model capabilities.
🔌 Plugins and Workflow Automation 3 insights
Plugin architecture bundles integrations
Plugins combine skills (reusable instructions), apps (external service connections), and MCP servers into single installable workflow packages.
Scheduled background automations
Users can configure recurring tasks like daily Slack message summaries or Gmail priority filtering to run automatically without manual intervention.
Visual development tooling
Game development plugins integrate Playwright Interactive for browser-based debugging and Imagen for automated generation of sprites and visual assets.
💻 Developer Experience and Scale 3 insights
Parallel development via git work trees
The Codex app supports native work trees enabling simultaneous work on multiple features within the same project without context switching.
Native Windows sandbox support
Codex now offers native Windows sandbox capabilities, making it the first agent harness to provide native sandboxing on Windows alongside macOS.
Massive developer adoption
Codex has grown to 3 million weekly active users, more than tripling since January, with integrations across IDEs, CLI, Slack, and GitHub.
Bottom Line
Developers should immediately adopt Codex's plugin system to bundle repetitive workflows and configure automations for routine tasks like email triage and Slack monitoring, effectively creating a 24/7 software engineering assistant that handles background maintenance while you focus on complex architecture decisions.
More from AI Engineer
View all
Human-in-the-Loop Automation with n8n — Liam McGarrigle
Liam McGarrigle demonstrates building AI agents in n8n using visual workflows, emphasizing transparent orchestration over black-box automation through configurable memory, chat triggers, and tool integration for practical business applications.
Mastering AI Pricing: Flexible & Agile Monetization — Mayank Pant, Stripe
AI companies are growing three times faster than traditional SaaS but face unique pricing challenges due to unpredictable compute costs and razor-thin margins, requiring a shift from static subscription models to flexible hybrid pricing that prioritizes rapid iteration and customer-perceived value over technical metrics.
Shipping complex AI applications — Braintrust & Trainline
This workshop demonstrates how to bridge the gap between AI prototypes and production systems using Brain Trust's observability platform, featuring Trainline's experience deploying multi-agent AI applications serving 27 million users.
Building Conversational Agents — Thor Schaeff and Philipp Schmid, Google DeepMind
Google DeepMind engineers Thor Schaeff and Philipp Schmid demonstrate building conversational agents using the new Gemini Interactions API, a unified interface that supports both direct model inference and complex autonomous agents like Deep Research with server-side state management and asynchronous execution.