←back to thread

469 points samuelstros | 1 comments | | HN request time: 0s | source
Show context
brokegrammer ◴[] No.45001678[source]
I don't get it. The title says "What makes Claude Code so damn good", which implies that they will show how Claude Code is better than other tools, or just better in general. But they go about repeating the Claude Code documentation using different wording.

Am I missing something here? Or is this just Anthropic shilling?

replies(5): >>45001719 #>>45001947 #>>45003495 #>>45003706 #>>45009343 #
dtagames ◴[] No.45003706[source]
The difference between Claude Code and Cursor is that one is a command line tool and the other an IDE. You can use Claude models in both and all these techniques can be applied with Cursor and its rules, too.

It's Coke vs. Pepsi.

replies(3): >>45004402 #>>45004533 #>>45004641 #
tomashubelbauer ◴[] No.45004641[source]
There is also Cursor Agent CLI which is a TUI exactly like CC. I switched to it because I don't like GUI AI assistants, but I also couldn't stand CC always being overloaded and having many bugs that were affecting me. I'm not on Cursor Agent CLI with GPT5 and happy to have an alternative to CC.
replies(1): >>45059448 #
rapind ◴[] No.45059448[source]
How is Cursor Agent + GPT5 holding up? I've been on Claude code for a while, but there's been an increase in timeouts and slowdowns recently.
replies(2): >>45060770 #>>45098805 #
tomashubelbauer ◴[] No.45060770[source]
For my personal projects it has completely replaced the need for CC with Anthropic models for me. At work, I am waiting for native Windows support. I don't like using AI assistants via WSL. Since both CA and CC are Node apps and CC has since shipped native Windows support, I don't foresee it taking CA long either. Especially since it can be hacked to work that way today as I've experimented with here: github.com/TomasHubelbauer/cursor-agent-windows
replies(1): >>45061150 #
1. rapind ◴[] No.45061150{3}[source]
Good to know. I’ll try it out on an upcoming greenfield. Thanks.