←back to thread

469 points samuelstros | 7 comments | | HN request time: 0.227s | source | bottom
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 #
1. 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 #
2. kissgyorgy ◴[] No.45004402[source]
Not even close. An agentic tool can be fully autonomous, an IDE like Cursor is, well it's "just" an editor. Quite the opposite. Sure it does some heavy lifting too, but still the user writes the code. They start to implement fully agentic tools and models, but they are nowhere near work as good as Claude Code does.
3. willsmith72 ◴[] No.45004533[source]
not at all, it's just not a "claude model". All these companies add their own prompts hints on top. it's a totally different experience. Trying using kiro which is also a "claude model" and tell me it's the same
4. 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 #
5. 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 #
6. tomashubelbauer ◴[] No.45060770{3}[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 #
7. rapind ◴[] No.45061150{4}[source]
Good to know. I’ll try it out on an upcoming greenfield. Thanks.