Expanding Codex across the full spectrum of professional work on a computer.
Overview
OpenAI introduces GPT-5.3-Codex, their most capable agentic coding model that combines frontier coding performance from GPT-5.2-Codex with reasoning and professional knowledge capabilities of GPT-5.2, while being 25% faster. The model extends beyond code generation to handle the full spectrum of professional computer work including debugging, deploying, monitoring, writing PRDs, creating presentations, and analyzing data. Notably, GPT-5.3-Codex is the first model that was instrumental in creating itself, with the Codex team using early versions to debug training, manage deployment, and diagnose evaluations.
What You'll Learn
What GPT-5.3-Codex can do beyond code generation, including research, tool use, and complex execution tasks
How GPT-5.3-Codex performs on key industry benchmarks like SWE-Bench Pro, Terminal-Bench, OSWorld, and GDPval
How OpenAI used Codex to accelerate the training and deployment of GPT-5.3-Codex itself
What cybersecurity safeguards OpenAI deployed for a model classified as 'High capability' for cybersecurity tasks
How interactive steering allows real-time collaboration with the model during long-running tasks
Prerequisites & Requirements
- Familiarity with AI coding assistants and agentic AI concepts
- Understanding of software engineering workflows (debugging, deploying, testing)(optional)
- Paid ChatGPT plan for access to Codex app, CLI, IDE extension, or web
Key Questions Answered
What is GPT-5.3-Codex and how does it differ from GPT-5.2-Codex?
How does GPT-5.3-Codex perform on SWE-Bench Pro and other coding benchmarks?
Can GPT-5.3-Codex do more than just write code?
How did OpenAI use GPT-5.3-Codex to build itself?
What cybersecurity concerns does OpenAI have about GPT-5.3-Codex?
What is the Trusted Access for Cyber program OpenAI launched with GPT-5.3-Codex?
Where is GPT-5.3-Codex available and how can developers access it?
How does interactive steering work with GPT-5.3-Codex in the Codex app?
Key Statistics & Figures
Technologies & Tools
Some links below are affiliate links. We may earn a commission if you make a purchase.
Key Actionable Insights
1GPT-5.3-Codex can be used as an interactive collaborator for long-running tasks, not just a one-shot code generator. Enable steering in the Codex app settings to ask questions, discuss approaches, and redirect the model while it works, similar to working with a colleague.This is available via Settings > General > Follow-up behavior in the Codex app, and is especially useful for complex multi-step tasks where course correction is needed.
2The model achieves strong results with fewer tokens than any prior model on coding benchmarks, meaning users can accomplish more within their token budgets. This efficiency gain, combined with the 25% speed improvement, makes it practical for iterative development workflows.Token efficiency is particularly valuable for teams with usage limits or cost constraints on AI-assisted development.
3GPT-5.3-Codex can handle professional knowledge work beyond coding, including creating presentations, spreadsheets, training documents, and data analysis. Teams should consider it for the full software lifecycle—PRDs, copy editing, user research, metrics analysis—not just code generation.The model scored 70.9% on GDPval which measures performance across 44 occupations on well-specified knowledge work tasks.
4OpenAI's internal teams found that using Codex to build data pipelines, visualize results, and co-analyze data points provided insights much more richly than standard dashboarding tools. Development teams should explore using GPT-5.3-Codex for data analysis and custom tooling creation alongside coding tasks.A data scientist at OpenAI co-analyzed thousands of data points with Codex and got concise summaries of key insights in under three minutes.
5Security-conscious organizations should apply for OpenAI's expanded $10M Cybersecurity Grant Program for API credits to use the most capable models for defensive security research, especially for open source software and critical infrastructure systems.OpenAI is also launching Aardvark as a security research agent and partnering with open-source maintainers for free codebase scanning, as demonstrated by recent Next.js vulnerability discoveries.