Most active commenters

    ←back to thread

    469 points samuelstros | 30 comments | | HN request time: 0.227s | source | bottom
    1. 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 #
    2. nuwandavek ◴[] No.45001719[source]
    (blogpost author here) Haha, that's totally fair. I've read a whole bunch of posts comparing CC to other tools, or with a dump of the the architecture. This post was mainly for people who've used CC extensively, know for a fact that it is better and wonder how to ship such an experience in their own apps.
    replies(1): >>45001798 #
    3. brokegrammer ◴[] No.45001798[source]
    I've used Claude Code, Cursor, and Copilot is Vscode and I don't "know" that Claude Code is better apart from the fact that it runs in the terminal, which makes it a little faster but less ergonomic than tools running inside the editor. All of the context tricks can be done with Copilot instructions as well, so I simply can't see how Claude Code is superior.
    replies(2): >>45001995 #>>45004241 #
    4. whazor ◴[] No.45001947[source]
    I think this article is targeted towards readers who subjectively agree that Claude Code is the best.
    5. techwiz137 ◴[] No.45001995{3}[source]
    For code generation, nothing so far beats Opus. More likely than not it generated working code and fixed bugs that Gemini 2.5 pro couldn't solve or even Gemini Code Assist. Gemini Code Assist is better than 2.5 pro, but has way more limits per prompt and often truncates output.
    replies(5): >>45002136 #>>45002196 #>>45002217 #>>45002674 #>>45003344 #
    6. baq ◴[] No.45002136{4}[source]
    I found Anthropic’s models untrustworthy with SQL (e.g. confused AND and OR operator precedence - or simply forgot to add parens, multiple times), Gemini 2.5 pro has no such issues and identified Claude’s mistakes correctly.
    7. jonasft ◴[] No.45002196{4}[source]
    Let’s say that is correct, you can still just use Opus in Cursor or whatever.
    8. rendx ◴[] No.45002217{4}[source]
    The article is not comparing models, but how the models are used by tools, in this case Claude Code. It's not merely a thin wrapper around an API.
    9. faangguyindia ◴[] No.45002674{4}[source]
    for me gemini 2.5 pro with thinking tokens enabled blows Opus out of the water for "difficult problems".
    10. d4rkp4ttern ◴[] No.45003344{4}[source]
    Don’t sleep on Codex-CLI + gpt-5. While the Codex-CLI scaffolding is far behind CC, the gpt-5 code seems solid from what I’ve seen (you can adjust thinking level using /model).
    11. slimebot80 ◴[] No.45003495[source]
    Nowhere in the title does it compare to other tools? Just that's it's damn good.
    replies(2): >>45003584 #>>45004383 #
    12. dotancohen ◴[] No.45003584[source]
    The phrase "so damn good" implies a benchmark, which itself is implied to be the average of comparable tools.

    Without these premises, one could state that the 1996 Yugo was so damn good. I mean, it was better than a horse.

    replies(1): >>45004200 #
    13. 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 #
    14. SpaceNoodled ◴[] No.45004200{3}[source]
    I dunno, horses are pretty great.
    replies(4): >>45004262 #>>45004609 #>>45004627 #>>45004947 #
    15. brookst ◴[] No.45004241{3}[source]
    I’ve been so into Claude code that I haven’t used cursor or copilot in vs code in a while.

    Do they also allow you to view the thinking process and planning, and hit ESC to correct if it’s going down a wrong path? I’ve found that to be one of my favorite features of Claude code. If it says “ah, the the implementation isn’t complete, I’ll update test to use mocks” I can interrupt it and say no, it’s fine for the test to fail until the implementation is finished, so not mock anything. Etc.

    It may be that I just discovered this after switching, but I don’t recall that being an interaction pattern on cursor or copilot. I was always having to revert after the fact (which might have been me not seeing the option).

    replies(2): >>45005404 #>>45005414 #
    16. dotancohen ◴[] No.45004262{4}[source]
    Sure, but the Yugo had the power of 45 of them, and didn't leave dung on the city streets. ))
    17. patates ◴[] No.45004383[source]
    not in the title but, one of the opening sentences is this:

    > I find Claude Code objectively less annoying to use compared to Cursor, or Github Copilot agents even with the same underlying model! What makes it so damn good?

    18. 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.
    19. 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
    20. PessimalDecimal ◴[] No.45004609{4}[source]
    What makes horses so damn good?
    replies(1): >>45004729 #
    21. escapecharacter ◴[] No.45004627{4}[source]
    nowhere in your comment do you compare them to anime cat buses though
    22. 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 #
    23. psychoslave ◴[] No.45004729{5}[source]
    The sausage obviously.
    24. mxmilkiib ◴[] No.45004947{4}[source]
    best of all the animals
    25. WithinReason ◴[] No.45005404{4}[source]
    you can in VScode for about a month now
    26. wrs ◴[] No.45005414{4}[source]
    Cursor does show the “thinking” in smaller greyer text, then hides it behind a small grey “thought for 30 seconds” note. If it’s off track, you just hit the stop button and correct the agent, or scroll up and restart from an earlier interaction (same thing as double-ESC in Claude Code).
    27. jofla_net ◴[] No.45009343[source]
    Its hype, the answer is hype. Please buy a slot.

    Can i shill my business on here too or will it get canned because i'm a nobody?

    28. rapind ◴[] No.45059448{3}[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 #
    29. tomashubelbauer ◴[] No.45060770{4}[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 #
    30. rapind ◴[] No.45061150{5}[source]
    Good to know. I’ll try it out on an upcoming greenfield. Thanks.