A Practical Approach to Verifying Code at Scale
As autonomous coding systems generate increasing volumes of code, thorough human review becomes impractical, raising the risk that AI-written code introduces severe bugs and vulnerabilities — whether accidentally or intentionally.
Earlier code review approaches provided only a diff with limited surrounding context, causing them to miss important codebase-wide interactions. CriticGPT was designed for simpler tasks and was not suitable for production deployment.
The agentic code reviewer is now a core part of OpenAI's engineering workflow, handling over 100k external PRs per day as of October 2025, with authors making code changes in response to 52.7% of comments and over 80% of comment reactions being positive.
Show all 7 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
The agentic code reviewer is now a core part of OpenAI's engineering workflow, handling over 100k external PRs per day as of October 2025, with authors making code changes in response to 52.7% of comments and over 80%…
What tools did this team use?
gpt-5-codex, gpt-5.1-codex-max, Codex CLI, Codex, CriticGPT, GitHub.
What results were reported?
PRs commented on by reviewer (Codex-generated): 36%; Comments on Codex-generated PRs resulting in code changes: 46%; Comments on human-generated PRs resulting in code changes: 53%; Reviewer comments addressed by authors: 52.7% (source-reported, not independently verified).
What failed first in this deployment?
Earlier code review approaches provided only a diff with limited surrounding context, causing them to miss important codebase-wide interactions.
How is this quality assurance AI workflow structured?
PR triggers automated review → Repo-wide context and execution → Reviewer surfaces actionable issues → Author addresses reviewer findings → Real-world deployment feedback.