View the interactive dashboard for these statistics.
Different AI coding agents follow different workflows when creating pull requests:
- All PRs: Every pull request created by an agent, including DRAFT PRs
- Ready PRs: Non-draft pull requests that are ready for review and merging
- Merged PRs: Pull requests that were successfully merged into the codebase
Key workflow differences: Some agents like Codex iterate privately and create ready PRs directly, resulting in very few drafts but high merge rates. Others like Copilot and Codegen create draft PRs first, encouraging public iteration before marking them ready for review.
The statistics below focus on Ready PRs only to fairly compare agents across different workflows, measuring each agent's ability to produce mergeable code regardless of whether they iterate publicly (with drafts) or privately.
Explore the GitHub search queries used:
-
All Copilot PRs: https://github.com/search?q=is:pr+head:copilot/&type=pullrequests
-
Merged Copilot PRs: https://github.com/search?q=is:pr+head:copilot/+is:merged&type=pullrequests
-
All Codex PRs: https://github.com/search?q=is:pr+head:codex/&type=pullrequests
-
Merged Codex PRs: https://github.com/search?q=is:pr+head:codex/+is:merged&type=pullrequests
-
All Cursor PRs: https://github.com/search?q=is:pr+head:cursor/&type=pullrequests
-
Merged Cursor PRs: https://github.com/search?q=is:pr+head:cursor/+is:merged&type=pullrequests
-
All Devin PRs: https://github.com/search?q=is:pr+author:devin-ai-integration[bot]&type=pullrequests
-
Merged Devin PRs: https://github.com/search?q=is:pr+author:devin-ai-integration[bot]+is:merged&type=pullrequests
-
All Codegen PRs: https://github.com/search?q=is:pr+author:codegen-sh[bot]&type=pullrequests
-
Merged Codegen PRs: https://github.com/search?q=is:pr+author:codegen-sh[bot]+is:merged&type=pullrequests
Project | Ready PRs | Merged PRs | Success Rate |
---|---|---|---|
Copilot | 12,916 | 11,937 | 92.42% |
Codex | 515,722 | 450,095 | 87.27% |
Cursor | 2,763 | 2,095 | 75.82% |
Devin | 28,405 | 18,649 | 65.65% |
Codegen | 2,096 | 1,699 | 81.06% |