> ## Content Index
> Fetch the complete content index at: https://www.testingcatalog.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# OpenAI rolled out Codex for automated coding tasks in ChatGPT Pro
- URL: https://www.testingcatalog.com/openai-rolled-out-codex-for-automated-coding-tasks-in-chatgpt-pro/
- Published: 2025-05-17T16:46:28.000Z
- Updated: 2025-05-17T16:46:28.000Z
- Author: Alexey Shabanov
- Tags: ChatGPT News, Latest AI News

OpenAI has introduced Codex, a cloud-based software engineering agent designed to automate a wide range of coding tasks. Codex is powered by the **codex-1** model, a specialized version of OpenAI o3, optimized for real-world software development and trained using reinforcement learning on diverse coding tasks. The feature is available as a research preview starting May 16, 2025, for ChatGPT Pro, Enterprise, and Team users, with plans to extend access to Plus and Edu users soon. Codex can be accessed through the ChatGPT sidebar, allowing users to assign coding tasks or ask questions about their codebase, with each task running in a secure, isolated cloud environment preloaded with the user’s repository.

> BREAKING 🚨: Codex SWE Agent is coming today to ChatGPT. It is yet unclear if it will be Pro only, which is very likely. [https://t.co/m0yQeV5aWi](https://t.co/m0yQeV5aWi?ref=testingcatalog.com) [pic.twitter.com/WzPNIShEO8](https://t.co/WzPNIShEO8?ref=testingcatalog.com)
> 
> — TestingCatalog News 🗞 (@testingcatalog) [May 16, 2025](https://twitter.com/testingcatalog/status/1923361939628912755?ref%5Fsrc=twsrc%5Etfw&ref=testingcatalog.com)

Codex handles tasks such as:

1. Writing new features
2. Fixing bugs
3. Proposing pull requests
4. Answering architecture questions

It operates by reading and editing files, running tests, linters, and type checkers, and providing verifiable logs and test outputs for each task. Users can review Codex’s changes, request revisions, or integrate the results into their workflows. Codex is guided by AGENTS.md files within repositories, which provide instructions on codebase navigation, testing, and project standards.

![Image: OpenAI](https://storage.ghost.io/c/2a/1b/2a1b1782-8506-4d7d-bf53-ad3fb52e2a0f/content/images/2025/05/Introducing-Codex-OpenAI-05-17-2025_01_08_PM.jpg)

Image: OpenAI

Security is a core focus: Codex executes tasks in containers with no internet access, limiting its reach to the provided code and dependencies. It is trained to refuse malicious requests and includes safeguards against abuse. Codex’s outputs are closely aligned with human coding preferences, producing clean, review-ready patches.

![Image: OpenAI](https://storage.ghost.io/c/2a/1b/2a1b1782-8506-4d7d-bf53-ad3fb52e2a0f/content/images/2025/05/Codex_Citations_02.webp)

Image: OpenAI

OpenAI, the company behind Codex, is known for advancing AI research and deploying large language models. Codex builds on OpenAI’s previous work in code generation, offering more robust, transparent, and secure automation for software teams. Early testers, including companies like Cisco and Temporal, report productivity gains and improved focus by delegating routine or complex coding tasks to Codex. The company plans to expand Codex’s capabilities and integrations, aiming to make AI-powered agents a standard part of the modern software development toolkit.

[Source](https://openai.com/index/introducing-codex/?ref=testingcatalog.com)