Unlocking the Codex Harness: How OpenAI Built the App Server
OpenAI published a technical deep-dive on the Codex App Server, a bidirectional JSON-RPC API designed to embed the Codex coding agent into external applications. The server supports streaming progress updates, tool use, human-in-the-loop approvals, and diff outputs. The post explains the architectural choices enabling developers to integrate Codex agent capabilities programmatically.
Related guides (3)
Related events (8)
Harness Engineering: Leveraging Codex in an Agent-First World
OpenAI published a technical post by Ryan Lopopolo describing how Codex is being used in an agent-first engineering workflow. The piece appears to cover practical patterns for integrating Codex into software development pipelines where AI agents take a more central role. As a Tier 1 source announcement, it likely details real-world engineering practices and lessons from deploying Codex at scale.
Running Codex Safely at OpenAI
OpenAI published a blog post describing the security architecture used to run Codex as a coding agent internally, covering sandboxing, human approval workflows, network policies, and agent-native telemetry. The post is aimed at supporting enterprise adoption of coding agents by demonstrating safe and compliant deployment patterns. It provides operational detail on how OpenAI itself governs agentic code execution in production.
Introducing the Codex App for macOS
OpenAI has launched the Codex app for macOS, positioning it as a command center for AI-assisted software development. The app supports multiple simultaneous agents, parallel workflows, and long-running coding tasks. This represents OpenAI's push into dedicated developer tooling beyond the ChatGPT and API interfaces.
Codex is now generally available
OpenAI has moved Codex to general availability, introducing a Slack integration, a Codex SDK, and enterprise-oriented admin tools including usage dashboards and workspace management. The release positions Codex as a scalable developer and enterprise product. These additions suggest OpenAI is targeting broader organizational adoption beyond individual developers.
Work with Codex from anywhere
OpenAI is extending Codex access to the ChatGPT mobile app, enabling users to monitor, steer, and approve coding tasks in real time from mobile devices and remote environments. This update brings Codex's agentic coding capabilities beyond desktop/web interfaces. The announcement positions Codex as a persistent, cross-device coding agent rather than a session-bound tool.
Introducing upgrades to Codex
OpenAI has announced upgrades to Codex, its AI coding agent, improving speed, reliability, and real-time collaboration capabilities. The updates extend Codex's reach across multiple development environments including terminal, IDE, web, and mobile. The announcement emphasizes both interactive collaboration and autonomous task execution.
Codex for (almost) everything: OpenAI expands Codex app with computer use, browsing, image generation, memory, and plugins
OpenAI has updated its Codex desktop application for macOS and Windows with a broad set of new capabilities including computer use, in-app browsing, image generation, persistent memory, and plugin support. The update positions Codex as a more comprehensive agentic developer tool rather than a pure code-completion assistant. These additions bring Codex closer to a general-purpose AI agent environment targeting developer workflows.
Unrolling the Codex Agent Loop
OpenAI published a technical deep dive into the Codex CLI agent loop, detailing how it orchestrates models, tools, and prompts via the Responses API. The post explains the internal architecture of the agentic coding system, including how the loop manages state, tool calls, and performance. This provides concrete implementation detail on how OpenAI structures production agent workflows on top of its API primitives.


