←back to thread

548 points kmelve | 1 comments | | HN request time: 0s | source
Show context
block_dagger ◴[] No.45109673[source]
The author doesn't make it clear why they switched from Cursor to Claude. Curious about what they can do with Claude that can't be done with Cursor. I use both a lot and find Cursor to be superior for the very large codebases I work in.
replies(3): >>45110341 #>>45110743 #>>45111341 #
meerab ◴[] No.45110743[source]
Personal opinion:

Claude code is more user friendly than cursor with its CLI like interface. The file modifications are easy to view and it automatically runs psql, cd, ls , grep command. Output of the commands is shown in more user friendly fashion. Agents and MCPs are easy to organized and used.

replies(1): >>45111063 #
1. block_dagger ◴[] No.45111063[source]
I feel just the opposite. I think Cursor's output is actually in the realm of "beautiful." It's well formatted and shows the user snippets of code and reasoning that helps the user learn. Claude is stuck in a terminal window, so reduced to monospaced bullet lines. Its verbose mode spits out lines of file listings and other context irrelevant to the user.