OpenAI has unveiled Codex, a powerful new cloud-based AI coding agent capable of autonomously handling a range of software engineering tasks in parallel. From writing new features and running tests to fixing bugs and drafting pull requests, Codex aims to boost developer productivity by operating within a secure sandbox environment that uses a developer’s codebase as context. Launched on May 16, 2025, under research preview, the tool is initially available to ChatGPT Pro, Enterprise, and Team users.
Why in News?
OpenAI’s launch of Codex on May 16, 2025, marks a major milestone in the field of AI-driven software development. With Codex’s ability to multitask autonomously, the tool is expected to transform the role of developers and reshape how programming tasks are approached—especially as major tech firms, like Microsoft, increasingly rely on AI-generated code.
Key Features of OpenAI Codex
- Multitasking Capabilities: Performs multiple programming tasks (feature writing, testing, debugging) simultaneously in the cloud.
- Sandboxed Environment: Runs in a secure cloud sandbox preloaded with the user’s code repository.
- Traceability: Provides terminal logs and test outputs to show exactly how tasks were completed.
- Custom Instructions via AGENTS.md: Developers can guide Codex using AGENTS.md files for better contextual performance.
- Model Used: Powered by codex-1, a variant of the o3 reasoning model, optimized for real-world coding tasks.
- Interfaces with ChatGPT: Accessible through a side panel in the ChatGPT web app.
Use Cases
- Writing new features
- Debugging code
- Running unit tests
- Refactoring legacy codebases
- Suggesting and managing pull requests
- Writing documentation and scaffolding components
Performance and Benchmarks
- codex-1 outperformed o3 model on SWE-bench Verified and internal SWE benchmarks.
- Capable of iteratively testing until it achieves passing results.
Access and Pricing
- Available under research preview for ChatGPT Pro, Enterprise, and Team users.
- Free access for a limited period, after which rate-limited access and flexible pricing will be introduced.
- ChatGPT Plus and Edu users to gain access later.
Difference Between Codex and Codex CLI
Feature | Codex (Web-based) | Codex CLI (Command-line) |
Interface | Web-based via ChatGPT sidebar | Terminal-based (macOS/Linux only) |
Model Default | codex-1 | o4-mini (codex-mini-latest) |
Execution Location | Cloud sandbox | Local machine |
API Integration | Built-in | User-selectable via Responses API |
Summary/Static | Details |
Why in the news? | OpenAI Introduces Codex to Automate and Accelerate Coding Tasks |
Name | Codex |
Developed by | OpenAI |
Launch Date | May 16, 2025 |
Access | Availability ChatGPT Pro, Enterprise, and Team (Plus and Edu to follow) |
Key Model Used | codex-1 (variant of o3 reasoning model) |
Key Functions | Feature writing, bug fixing, test execution, pull request generation |
Notable Feature | Runs multiple tasks in parallel within a cloud sandbox |
Access | Cost Free (limited period), then rate-limited/flexible pricing |
Interface Type | Web-based interface inside ChatGPT sidebar |