Almanac
← Events
6OpenAI Blog·1mo ago

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.

Related guides (4)

Related events (8)

6Openai Blog·1mo ago·source ↗

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.

5Openai Blog·1mo ago·source ↗

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.

5Openai Blog·1mo ago·source ↗

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.

5Openai Blog·1mo ago·source ↗

Speeding up agentic workflows with WebSockets in the Responses API

OpenAI published a technical deep dive into the Codex agent loop, detailing how WebSockets and connection-scoped caching were used to reduce API overhead and improve model latency. The post focuses on infrastructure optimizations within the Responses API for agentic workflows. These changes are relevant to developers building multi-step agent pipelines that rely on repeated API calls.

4Don'T Worry About The Vase·1mo ago·source ↗

Claude Code, Codex and Agentic Coding #8

Zvi Mowshowitz's eighth installment in his ongoing series tracking the agentic coding landscape, covering developments around Claude Code and OpenAI Codex. As a tier-2 commentary source, the piece synthesizes recent progress and trends in coding agents. The series has been running since the initial wave of excitement around coding agents.

6Openai Blog·1mo ago·source ↗

OpenAI Publishes System Card Addendum for Codex Agent and codex-1 Model

OpenAI released an addendum to the o3 and o4-mini system cards covering Codex, a cloud-based coding agent powered by codex-1—a variant of o3 fine-tuned for software engineering via reinforcement learning on real-world coding tasks. codex-1 is designed to produce code matching human style and PR conventions, follow instructions precisely, and iterate on tests until they pass. The addendum provides safety and capability documentation for this specialized agentic deployment.

6Openai Blog·1mo ago·source ↗

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.

5Openai Blog·1mo ago·source ↗

How NVIDIA Engineers and Researchers Build with Codex

OpenAI published a case study describing how NVIDIA teams use Codex powered by GPT-5.5 to ship production systems and accelerate research experimentation. The piece highlights enterprise adoption of Codex as a coding agent in a major hardware/AI lab context. It signals continued real-world deployment of OpenAI's agentic coding tools at scale.