GPT-5.3-Codex

GPT-5.3-Codex

06/02/2026
https://openai.com/index/introducing-gpt-5-3-codex/

GPT-5.3-Codex (by OpenAI)

Advances the frontier of coding and computer work. GPT-5.3-Codex is OpenAI’s latest agentic model, achieving state-of-the-art (SOTA) performance on SWE-Bench Pro (56.8%) and OSWorld-Verified (64.7%). It introduces “mid-task steerability,” allowing developers to intervene and guide the agent during complex executions without restarting, and runs 25% faster than its predecessor.

Key Features

  • SOTA Coding Agent: Scored 56.8% on SWE-Bench Pro, effectively solving complex GitHub issues and refactoring tasks autonomously.
  • General Computer Use: Achieved 64.7% on OSWorld-Verified, demonstrating near-human ability to navigate operating systems, use GUIs, and perform desktop tasks beyond just text editing.
  • Mid-Task Steerability: A breakthrough feature that lets users “interrupt” the agent’s thought process to provide corrections or new context mid-flight, preventing wasted compute on wrong paths.
  • Self-Improved Architecture: The model was used to debug its own training data and evaluate itself during development, leading to a more robust understanding of complex systems.
  • Cybersecurity Expert: Rated “High” capability in cybersecurity tasks, making it powerful for vulnerability analysis (and requiring stricter safety gating).
  • Efficiency: Consumes ~50% fewer tokens for the same tasks compared to GPT-5.2-Codex, with a 25% speed boost.

How It Works

Developers access GPT-5.3-Codex via the OpenAI API, CLI, or through integrations in IDEs like VS Code and JetBrains (IntelliJ/PyCharm). Unlike standard autocomplete models, this is an agent that plans and executes long-horizon tasks. You might ask it to “Refactor the authentication module and update all related tests.” The model will search files, plan the changes, edit the code, run the tests, and fix any errors it created. If you see it misinterpreting a library function, you can interject with “Use the v2 API for that call,” and it will adjust its plan instantly.

Use Cases

  • Autonomous Bug Fixing: Pointing the agent at a GitHub issue URL and having it reproduce the bug, fix it, and submit a PR.
  • Legacy Code Migration: Converting an entire Angular codebase to React, with the agent handling the repetitive component rewriting and logic translation.
  • Security Audits: deeply analyzing smart contracts or authentication flows for vulnerabilities that standard static analysis tools miss.
  • Desktop Automation: Using the OSWorld capabilities to automate complex GUI workflows, like “Login to AWS console and rotate these keys.”

Pros and Cons

  • Pros: Unmatched Intelligence (currently the smartest coding agent); Human-in-the-Loop (Steerability solves the “runaway agent” problem); Multimodal (can see screens and terminals); Fast (significant latency reduction); Deep Integration (works where you work).
  • Cons: Expensive (Output tokens are costly, likely ~$10/1M); Safety Gating (High cybersecurity capabilities mean stricter access controls); Still Experimental (autonomous agents can still spiral into error loops); Hallucination Risk (code may look correct but have subtle logic flaws).

Pricing

  • API Pricing: Approximately $1.25 / 1M Input Tokens and $10.00 / 1M Output Tokens (Verify latest pricing on OpenAI dashboard).
  • ChatGPT Pro: Likely included in the $200/month Pro subscription tier.
  • Plus Users: Access may be rate-limited or restricted to smaller “mini” versions initially.

How Does It Compare?

GPT-5.3-Codex reclaims the throne in the “AI Coding Wars.”

  • Claude 3.5 Sonnet (Anthropic): The previous fan favorite. Sonnet is famous for its “Vibe” and reasoning speed. GPT-5.3-Codex attacks Sonnet’s dominance in Computer Use (OSWorld) and Long-Context Reliability, aiming to be the better agent rather than just the better chatbot.
  • Devin (Cognition): The dedicated “AI Software Engineer.” GPT-5.3-Codex effectively creates a “Devin-like” experience inside your own IDE, challenging standalone platforms by making the model itself the agent.
  • GitHub Copilot Workspace: Microsoft’s wrapper. Since Copilot uses OpenAI models, GPT-5.3-Codex will likely power the next version of Copilot Workspace, upgrading it from a “Preview” to a production-ready tool.
  • OpenAI Operator: Operator is OpenAI’s consumer-facing browser agent. GPT-5.3-Codex is the underlying engine (or a specialized sibling) focused specifically on Code and Terminal tasks.

Final Thoughts

GPT-5.3-Codex is not just a “better autocomplete.” It is a specialized Digital Coworker. By solving the frustration of “dumb agents” that you can’t interrupt, OpenAI has made autonomous coding practical for real work. While the price point (likely $200/mo for Pro or high API costs) keeps it in the “Professional” tier, for software engineers, the ability to offload entire tickets to an AI makes the ROI obvious. It signals the shift from “Chatting with Code” to “Managing Code Generation.”

https://openai.com/index/introducing-gpt-5-3-codex/