
TL;DR
OpenAI is moving Codex from a coding assistant into an enterprise agent platform. Here is what changed with Codex, Managed Agents, AWS, and the Responses API.
Read next
OpenAI is drawing a line in the sand. GPT-5 Codex is not an API release.
7 min readCodex runs in a sandbox, reads your TypeScript repo, and submits PRs. Here is how to use it and how it compares to Claude Code.
5 min readOpenAI released their Agents SDK for TypeScript with first-class support for tool calling, structured outputs, multi-agent coordination, streaming, and human-in-the-loop approvals. Here is how each piece works.
9 min readOpenAI's developer story is no longer just "call a model from your app." The current direction is broader: Codex for software work, the Responses API for custom agents, and managed agent infrastructure for teams that do not want to assemble the whole harness themselves.
That matters for search intent because developers are no longer asking one question. They are asking a stack of related questions:
This is the map.
OpenAI's April update, Codex for almost everything, is the clearest signal. Codex is being positioned as a workspace for running agents across the software development lifecycle, not just a terminal coding tool.
The new surface includes computer use, an in-app browser, image generation, plugins, memory, multiple terminals, PR review workflows, SSH devboxes, automations, and scheduled follow-up work. The important part is not any single feature. The important part is the product shape.
Codex is turning into an agent operating surface.
For developers, that means the competitive frame changes. The old comparison was:
Codex vs Claude Code vs Cursor for writing code.
The new comparison is:
Which tool can safely coordinate agents across code, browser QA, review comments, docs, design, CI, and repeated operational tasks?
That is a bigger market.
OpenAI's AWS partnership announcement adds the enterprise side. OpenAI models, Codex, and Amazon Bedrock Managed Agents are coming to AWS in limited preview.
For developers inside companies, this changes the adoption path. A lot of teams cannot simply swipe a card for a new AI coding tool and point it at production code. They need procurement, security review, data controls, billing alignment, compliance, and support.
Codex on Bedrock gives those teams a path where the agent can be powered through the infrastructure they already use. OpenAI says customers can configure Codex to use Bedrock as the provider, starting with Codex CLI, the Codex desktop app, and the VS Code extension.
That puts Codex closer to the category GitHub has been aiming at with Copilot coding agent: asynchronous work inside enterprise controls.
Get the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools - delivered free every week.
From the archive
May 2, 2026 • 8 min read
May 2, 2026 • 9 min read
May 2, 2026 • 8 min read
Apr 23, 2026 • 7 min read
The phrase "Managed Agents" is worth watching. It means teams are moving past the basic model-call layer.
An unmanaged agent stack usually means you own:
That is a lot of infrastructure before the agent does anything useful.
Managed Agents are an attempt to package more of that operational layer. Amazon Bedrock Managed Agents, powered by OpenAI, is pitched as a way to maintain context, execute multi-step workflows, use tools, and operate inside AWS security and compliance controls.
For app builders, this means the question becomes less "can I build an agent?" and more "which layer should I own?"
If you need full product control, build on the Responses API. If you need a coding agent for repo work, use Codex. If you need governed enterprise deployment inside AWS, watch Managed Agents.
The Responses API is the OpenAI primitive for custom agents. It combines model calls, built-in tools, streaming, structured output patterns, and hosted state into a more agent-friendly API.
OpenAI has been clear that the Responses API is the preferred direction for new agent integrations. The older Assistants API is being folded toward this model.
The practical decision tree:
| Need | Best starting point |
|---|---|
| Codebase edits, tests, PRs | Codex |
| Custom agent inside your app | Responses API |
| Enterprise agent deployment on AWS | Bedrock Managed Agents |
| Low-level framework control | Agents SDK or your own loop |
Do not force Codex to be your product runtime. Do not rebuild Codex if the job is mostly repo work. Pick the layer that matches the ownership boundary.
The highest leverage move is to separate three workflows:
This is the same pattern we are seeing across the market. Claude Code owns the local terminal agent workflow. GitHub Copilot owns the GitHub-native workflow. Codex is trying to own the broader agent workspace.
The trend is not "AI writes code now." That was 2024. The 2026 trend is managed delegation: agents that can work across tools, remember context, run in controlled environments, and hand back reviewable artifacts.
If you are tracking this market, these are the queries worth owning:
The content opportunity is still early because the terminology is moving faster than the docs. Developers will search for "managed agents" before they fully know whether they mean OpenAI, AWS, Claude, GitHub, or a homegrown orchestration stack.
That is exactly when practical explainers win.
Technical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
OpenAI's cloud coding agent. Runs in a sandboxed container, reads your repo, executes tasks, and submits PRs. Uses GPT-5...
View ToolOpenAI's flagship. GPT-4o for general use, o3 for reasoning, Codex for coding. 300M+ weekly users. Tasks, agents, web br...
View ToolOpenAI's open-source terminal coding agent built in Rust. Runs locally, reads your repo, edits files, and executes comma...
View ToolFactory AI's terminal coding agent. Runs Anthropic and OpenAI models in one subscription. Handles full tasks end-to-end...
View ToolOne control panel for Claude Code, Codex, Gemini, Cursor, and 10+ AI coding harnesses. Desktop app for Mac.
Open AppOpenAI Assistants API is sunsetting August 26 2026. Paste your code, get Responses API equivalent. Built for the migration deadline.
Open AppConfigure Claude Code for maximum productivity -- CLAUDE.md, sub-agents, MCP servers, and autonomous workflows.
AI AgentsWhat MCP servers are, how they work, and how to build your own in 5 minutes.
AI AgentsSet up Codex Chronicle on macOS, manage permissions, and understand privacy, security, and troubleshooting.
Getting Started
OpenAI is drawing a line in the sand. GPT-5 Codex is not an API release.

Codex runs in a sandbox, reads your TypeScript repo, and submits PRs. Here is how to use it and how it compares to Claud...

OpenAI released their Agents SDK for TypeScript with first-class support for tool calling, structured outputs, multi-age...

The AI coding market just passed 90% developer adoption. Here's what the data actually says about which tools are winnin...

GPT-5.5-Codex merges Codex and GPT-5 stacks. Here is what the unified model means for real coding agents - latency, cost...

A new study from nrehiew quantifies a problem every Claude Code, Cursor, and Codex user has felt: models making huge dif...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.