I'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…
Tracking Copilot vs. Codex vs. Cursor vs. Devin PR Performance
71–80 of 124 posts
Re: Tracking Copilot vs. Codex vs. Cursor vs. Devin PR Performance
#72Re: Tracking Copilot vs. Codex vs. Cursor vs. Devin PR Performance
#73Earlier quoted context omitted.
Yeah it can. Either using MCP or git via bash. It’s a glaring omission and calls the data into question. How is attribution done? If it’s via the agent taking credit in commit messages, that’s a problem because Claude code, for example, has a config parameter that lets you tell it to not credit itself. With Claude code completely missing I’d say this is wildly inaccurate.
The problem with Claude code is it doesn’t let you walk away. You have to press yes yes yes yes yes yes yes 500 times. Glad it’s missing until they fix this.
Re: Tracking Copilot vs. Codex vs. Cursor vs. Devin PR Performance
#74Earlier quoted context omitted.
The problem with Claude code is it doesn’t let you walk away. You have to press yes yes yes yes yes yes yes 500 times. Glad it’s missing until they fix this.
Or you stick it in docker. Or actually configure your permissions. RTFM
Re: Tracking Copilot vs. Codex vs. Cursor vs. Devin PR Performance
#75Re: Tracking Copilot vs. Codex vs. Cursor vs. Devin PR Performance
#76Re: Tracking Copilot vs. Codex vs. Cursor vs. Devin PR Performance
#77Re: Tracking Copilot vs. Codex vs. Cursor vs. Devin PR Performance
#78For people using these, is there an advantage to having the agent create PRs and reviewing these versus just iterating with Cursor/Claude Code locally before committing? It seems like additional bureaucracy and process when you could fix the errors sooner and closer to the source.
Re: Tracking Copilot vs. Codex vs. Cursor vs. Devin PR Performance
#79Where is Claude Code? Surprised to see it completely left out of this analysis.
It is not an 'agent' in the sense that it is not really autonomous afaik.
- It has non-interactive CLI functionality (with -p "prompt" option) in addition to the default interactive TUI, making it easy to integrate to workflows.
- It has turn-key GitHub integration (https://github.com/anthropics/claude-code-action).
- It has internal task tracking system that uses ReadTodo/WriteTodo tools to write JSON task lists to `$HOME/.claude/tasks/`, and enabling it to stay on track better than most other tools.
- It has excellent and customisable context compaction.
- And it has flexible permission system that can be used to turn all permissions questions to auto-accept when running in sandboxed environments.
Together those features enable it to be just as autonomous as any GitHub AI bot action hype thing (even though that might not have been its original or primary use).
Re: Tracking Copilot vs. Codex vs. Cursor vs. Devin PR Performance
#80(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…
What is your team’s take on the copyright for commits generated by ai agent ? Would the copyright protect it? Current US stance seems to be: https://www.copyright.gov/newsnet/2025/1060.html “It concludes that the outputs of generative AI can be protected by copyright only where a human author has determined sufficient expressive elements”. If entire commit is generated by AI then it is obvious what created it - it’s…
Whether it's committed or not is irrelevant to the conclusion there, the question is what was the input.