
OpenAI has launched its latest intelligent tool, Codex, a cloud-based programming agent. This new agent aims to revolutionize how developers work by automating repetitive coding tasks and accelerating development processes within complex software environments.
Revealed as a research preview, Codex represents a new step in the evolution of AI tools for programmers. It relies on the codex-1 model, an enhanced version of OpenAI's renowned GPT-3 (often referred to as o3 in some contexts, though GPT-3 is the more standard nomenclature), specifically designed for programming tasks.
Multiple Tasks and Parallel Execution
Codex operates within an isolated cloud environment, pre-configured with the user's code repositories via GitHub.
It can perform tasks such as feature development, bug fixing, answering questions about code, and creating Pull Requests concurrently.
Users can direct tasks to Codex through the ChatGPT sidebar, either via the "Code" button for writing code or "Ask" for posing questions.

Each task runs in an independent environment, ensuring secure isolation and swift execution. Task completion times range from one to 30 minutes, depending on complexity.
Self-Learning and Human-Like Developer Behavior
One of Codex's key features is that it doesn't just write code; it also subjects it to repeated tests until a successful outcome is achieved.
Furthermore, it can be configured via an AGENTS.MD file to guide its interaction with the code, a mechanism similar to what human developers find in traditional README files.
Although the tool performs strongly even without specific configuration files, providing a clear development environment significantly enhances its efficiency.
Security First: No Internet Access
OpenAI has emphasized its focus on making Codex a reliable and secure tool.
During task execution, internet access is completely blocked to prevent any connection to external APIs or websites.
The tool also explicitly refuses any requests related to developing malicious software, in an effort to curb misuse.
Codex also provides full transparency in its operations, documenting every step in terminal logs and test results. This grants developers the ability to review every detail of the intelligent agent's work.
Early Uses and Leading Companies Testing the Tool
OpenAI engineers have already begun using Codex to perform repetitive tasks, such as code refactoring, writing tests, and debugging. This helps reduce context switching and increase productivity.
Companies like Cisco, Temporal, Superhuman, and Kodiak have joined as early adopters to experiment with the tool.
Codex is being used by them to accelerate feature development, improve test coverage, and save time by automating backend tasks.
Codex CLI: AI in the Command Line
Concurrently with the Codex launch, OpenAI has also updated its open-source tool, Codex CLI, a programming agent that operates via the local terminal.
This tool now supports a smaller version of codex-1, known as codex-mini-latest.
It is specifically designed for quick answers and high-precision code editing, with pricing set at $1.50 per million input tokens and $6.00 per million output tokens.
Users can now link their accounts directly to Codex CLI using their ChatGPT credentials, eliminating the need to manually generate API tokens.
Free credits are also provided to paid users ($5 for Plus subscribers and $50 for Pro subscribers).
Pricing and Availability of Codex
Codex has started rolling out to ChatGPT Pro, Enterprise, and Team users. Plans are in place to make it available later to Plus and Edu subscribers.
A "generous" free access period will be available before customizable usage limits and flexible pricing for additional tasks are implemented.
A Look to the Future: Developers Direct... AI Executes
In its long-term vision, OpenAI sees Codex and other programming agents becoming "virtual colleagues" that assist developers in accomplishing complex tasks with minimal human intervention.
The aim is to develop a hybrid work environment, combining real-time pairing and asynchronous delegation.
Additionally, the company is working on integrating Codex with popular development tools, such as GitHub, tracking systems, and CI/CD pipelines.
This will enable automatic task distribution and achieve high productivity, even in small teams.