(Disclaimer: I work on coding agents at GitHub) This data is great, and it is exciting to see the rapid growth of autonomous coding agents across GitHub. One thing to keep in mind regarding merge rates is that each of these products creates the PR at a different phase of the work. So just tracking PR create to PR merge tells a different story for each product. In some cases, the work to iterate on the AI generated co…
This is a great point! But there's an important tradeoff here about human engineering time versus the "learning in the open" benefits; a PR discarded privately consumes no human engineering time, a fact that the humans involved might appreciate. How do you balance that tradeoff? Is there such a thing as a diff that's "too bad" to iterate on with a human?
Tracking Copilot vs. Codex vs. Cursor vs. Devin PR Performance
31–40 of 124 posts
Re: Tracking Copilot vs. Codex vs. Cursor vs. Devin PR Performance
#32Earlier quoted context omitted.
Claude does credit itself in the commit messages. eg: feat: add progress bar for token probability calculation - Add optional progress_cb parameter to get_token_probs function - Integrate `rich` progress bar in CLI showing real-time token processing progress - Add comprehensive tests for progress callback functionality - Maintain backward compatibility with optional parameter Generated with [Claude Code]( https://cla…
OK then OP can slightly change their site by using a different search term: https://github.com/search?q=is:pr+is:merged+Co-Authored-By:+... Instead of looking at the author of the PR, look for that 'Co-Authored-By: Claude' text bit. That way I get 753 closed PRs and '1k' PRs in total, that's a pretty good acceptance rate.
Re: Tracking Copilot vs. Codex vs. Cursor vs. Devin PR Performance
#33Re: Tracking Copilot vs. Codex vs. Cursor vs. Devin PR Performance
#34Is this data not somewhat tainted by the fact that there's really zero way to identify how much a human was or wasn't "in the loop" before the PR was created?
Re: Tracking Copilot vs. Codex vs. Cursor vs. Devin PR Performance
#35I've been underwhelmed with dedicated tools like Windsurf and Cursor in the sense that they are usually more annoying than just using ChatGPT. They have their niche but they are just so incredibly flow destroying it is hard to use them for long periods of time. I just started using Codex casually a few days ago though and already have 3 PRs. While different tools for different purposes make sense, Codex's fully async…
Have you tried Claude code? I’m surprised it’s not in this analysis but in my personal experience, the competition doesn’t even touch it. I’ve tried them all in earnest. My toolkit has been (neo)vim and tmux for at least a decade now so I understand the apprehension for less terminal-inclined folks that prefer other stuff but it’s my jam and just crushes it.
Re: Tracking Copilot vs. Codex vs. Cursor vs. Devin PR Performance
#36I've been underwhelmed with dedicated tools like Windsurf and Cursor in the sense that they are usually more annoying than just using ChatGPT. They have their niche but they are just so incredibly flow destroying it is hard to use them for long periods of time. I just started using Codex casually a few days ago though and already have 3 PRs. While different tools for different purposes make sense, Codex's fully async…
You can just use Cursor as a chat assistant if you want.
Re: Tracking Copilot vs. Codex vs. Cursor vs. Devin PR Performance
#37Re: Tracking Copilot vs. Codex vs. Cursor vs. Devin PR Performance
#38Earlier quoted context omitted.
This is a great point! But there's an important tradeoff here about human engineering time versus the "learning in the open" benefits; a PR discarded privately consumes no human engineering time, a fact that the humans involved might appreciate. How do you balance that tradeoff? Is there such a thing as a diff that's "too bad" to iterate on with a human?
Do people where you work spend time reviewing draft PRs? I wouldn’t do that unless asked to by the author.
Re: Tracking Copilot vs. Codex vs. Cursor vs. Devin PR Performance
#39Why is there 170k PR for a product released last month, but 700 for a product that has been around for like 6 months and was so popular it got acquired for 3B?