logoalt Hacker News

sbysbtoday at 2:38 AM2 repliesview on HN

> Anyway, you’re right Claude Code is less ergonomic; generally slower.

The secret in my experience is parallelization - Cursor might be faster or have better ergo for a single task, but Claude Code really shines when you have 6 tasks that are fairly independent.

If you treat CC as just another terminal tool and heavily use git worktrees, the overall productivity shoots through the window. I've been using a tool called Ouijit[1] for this (disclosure: the dev is an old colleague of mine), and I genuinely do not think I could go back to using Cursor or any other traditional IDE+agent. I barely even open the code in an editor anymore, primarily interacting through the term with Vim when I need to pull the wires out.

[1]: https://github.com/ouijit/ouijit


Replies

athoscoutotoday at 2:56 AM

Cursor can do that well too. Their code review feature usually gives a handful of independent feedbacks. I just trigger agents independently for all of those. Other integrations with Linear and Slack are also very handy to getting into this workflow. Seems like the 3.0 version is aiming at getting better at this use case.

show 1 reply
Mashimotoday at 6:33 AM

I think intellij idea can git worktree for agents as well.