Cross Vendor Pattern Convergence
Sources: 1 • Confidence: Medium • Updated: 2026-03-17 15:15
Key takeaways
- The subagents pattern is supported in Codex.
- OpenAI Codex subagents are generally available after several weeks of preview behind a feature flag.
- Available information does not clearly explain the distinction between the worker and default Codex subagents.
- Custom Codex agents can include custom instructions.
- Custom Codex agents can be pinned to specific models, including gpt-5.3-codex-spark for speed.
Sections
Cross Vendor Pattern Convergence
- The subagents pattern is supported in Codex.
- The subagents pattern is supported in Claude Code.
- The subagents pattern is supported in Gemini CLI.
- The subagents pattern is supported in Mistral Vibe.
- The subagents pattern is supported in OpenCode.
- The subagents pattern is supported in Visual Studio Code.
Codex Subagents Rollout And Operational Model
- OpenAI Codex subagents are generally available after several weeks of preview behind a feature flag.
- Custom Codex agents can include custom instructions.
- Custom Codex agents can be pinned to specific models, including gpt-5.3-codex-spark for speed.
- Custom agents can be referenced by name in prompts to orchestrate multi-step workflows where different agents reproduce bugs, trace code paths, and implement fixes.
Role Semantics And Documentation Ambiguity
- Available information does not clearly explain the distinction between the worker and default Codex subagents.
Unknowns
- What is the precise behavioral and lifecycle difference between “worker” and “default” Codex subagents (e.g., tool access, autonomy, memory/context handling, termination conditions)?
- What are the pricing and quota implications of using multiple subagents concurrently (per-agent billing, concurrency limits, or rate limits)?
- What are the measurable performance/quality tradeoffs when pinning agents to faster models (e.g., gpt-5.3-codex-spark) versus other available models?
- How robust is the named-agent orchestration mechanism in practice (handoff reliability, context sharing boundaries, and failure recovery)?
- What is the level of parity across platforms that “support subagents” (feature completeness, configuration formats, and orchestration primitives)?