Most active commenters
  • cube2222(5)
  • ChadMoran(5)
  • danenania(3)
  • _joel(3)
  • therealmarv(3)

←back to thread

514 points mfiguiere | 57 comments | | HN request time: 2.201s | source | bottom
1. cube2222 ◴[] No.43709576[source]
Fingers crossed for this to work well! Claude Code is pretty excellent.

I’m actually legitimately surprised how good it is, since other coding agents I’ve used before have mostly been a letdown, which made me only use Claude in direct change prompting with Zed (“implement xyz here”, “rewrite this function with abc”, etc), so very hands-on.

So I’ve went into trying out Claude Code rather pessimistically, and now I’m using it all the time! Sure, it ends up costing a bunch, but it’s easy to justify $15 for a prompting session if the end result is a mostly complete PR, done much faster.

All that is to say - competition is good, fingers crossed for codex!

replies(5): >>43709602 #>>43709674 #>>43710104 #>>43710373 #>>43711662 #
2. kurtis_reed ◴[] No.43709602[source]
Fingers crossed for what?
3. retinaros ◴[] No.43709674[source]
too expensive. I cant understand why everyone is into claude code vs using claude in cursor or windsurf.
replies(7): >>43709708 #>>43709726 #>>43709771 #>>43710062 #>>43710067 #>>43710341 #>>43711006 #
4. danenania ◴[] No.43709708[source]
I think it depends a lot on how you value your time. I'm personally willing to spend hundreds or thousands per month happily if it saves me enough hours. I'd estimate that if I were to do consulting, I'd likely be charging in the $150-250 per hour range, so by my math, it's pretty easy to justify any tools that save me even a few hours per month.
replies(6): >>43709732 #>>43709746 #>>43709950 #>>43710110 #>>43711163 #>>43713273 #
5. _neil ◴[] No.43709726[source]
Anecdotally, Claude code performs much better than Claude within Cursor. Not sure if it’s a system prompt thing or if I’ve just convinced myself of it because the aesthetic is so much better, but either way the end result feels better to me.
replies(2): >>43709959 #>>43720450 #
6. _joel ◴[] No.43709732{3}[source]
You get the same results for cheaper by using a different tool (Windsurf's better imho).
replies(2): >>43709775 #>>43709816 #
7. retinaros ◴[] No.43709746{3}[source]
ok but in what way a terminal is a bettter UI than an IDE? I am trying all of them on a weekly basis and windsurf UX seems miles ahead/ more efficient than a terminal. that is also what OAI believes or else they wouldnt try to buy it
replies(4): >>43709828 #>>43709910 #>>43709973 #>>43710127 #
8. ChadMoran ◴[] No.43709771[source]
Claude Code has been able to produce results equivalent to a junior engineer. I spent about $300 API credits in a month but got the value out of it far surpassing that.
9. danenania ◴[] No.43709775{4}[source]
That may be, but I think tools with a fixed monthly fee are always going to have an incentive to reduce their own costs on the backend and route you toward less capable models, cut down context size, produce less output, stop before the task is truly finished, etc.

Given how much time these models can save me, I'd rather optimize for capability and just accept whatever the price is as a cost of doing business. (Within reason I guess—I probably wouldn't go beyond $2-3k per month at this point, unless there was very clear ROI on that spend.)

Also, it's not only about saving time. More powerful AI tools allow me to build things it would otherwise be impossible to build... that's just as important as the time/cost equation.

replies(1): >>43713809 #
10. ChadMoran ◴[] No.43709816{4}[source]
I've spent more than 40 hours/week and close to $1,000 in API credits using these tools. For me the ranking goes. But, we all will have difference experiences.

1. Claude Code 2. Cursor 3. Cline. 4. Windsurf

replies(2): >>43710981 #>>43713819 #
11. ChadMoran ◴[] No.43709828{4}[source]
Not a better UI at all but seems like they're able to then focus on what matters in these early stages and that's quality of output.
12. danenania ◴[] No.43709910{4}[source]
One thing that is clearly better in the terminal is secrets management/environment variables.

It's also much easier to control execution in a structured and reliable way in the terminal. Here's an automated debugging use case, for example: https://www.youtube.com/watch?v=g-_76U_nK0Y

13. taneq ◴[] No.43709950{3}[source]
How do you price this in? If you’re charging by the hour, paying out of pocket to reduce your hours seems self-defeating unless you raise your rates enough to cover both the costs and the lost hours. I can’t imagine too many clients would accept “I’m very expensive per hour because I’m fast, because I get AI to do most of it.”
replies(1): >>43710820 #
14. Workaccount2 ◴[] No.43709959{3}[source]
My choice conspiracy is resource allocation and playing favorites.
15. renewiltord ◴[] No.43709973{4}[source]
After I have a session going on, the Claude Code terminal app has been given the permission to do everything I want it to. Then I just let it burn itself out doing whatever. It's a background task. That's the big advantage. I don't baby sit it.
16. drusepth ◴[] No.43710062[source]
I tried switching from Claude Code to both Cursor and Windsurf. Neither of the latter IDEs fully support MCP implementations (missing basic things like tool definitions and other vital features last time I tried) and both have been riddled with their own agentic flow issues (cursor going down for a week a bit ago, windsurf requiring paid upgrades to "get around" bugs, etc).

This is all ignoring the controversies that pop up around e.g. Cursor seemingly every week. As an IDE, they're both getting there -- but I have objectively better results in Claude Code.

17. benzible ◴[] No.43710067[source]
If you have AWS credits...

export CLAUDE_CODE_USE_BEDROCK=1

export ANTHROPIC_MODEL=us.anthropic.claude-3-7-sonnet-20250219-v1:0

export ANTHROPIC_API_TYPE=bedrock

replies(2): >>43710132 #>>43710137 #
18. therealmarv ◴[] No.43710104[source]
Claude Code has a closed license https://github.com/anthropics/claude-code/blob/main/LICENSE....

There is fork named Anon Kode https://github.com/dnakov/anon-kode which can use more models and non-Anthropic ones. But the license is unclear for it.

It's interesting to see codex to be Apache License. Maybe somebody extends it to be usable with competing models.

replies(2): >>43710151 #>>43711621 #
19. SoftTalker ◴[] No.43710110{3}[source]
Are you still working 40 hours a week? If so, what's the difference?
replies(2): >>43710461 #>>43710938 #
20. cube2222 ◴[] No.43710127{4}[source]
I like the terminal UX because VS Code (and any forks of it) is not my editor of choice, and swapping around to use an editor just for AI coding is annoying (I was doing that with the Zed Assistant a lot).

With Claude Code I can stay in Goland, and have Claude Code in the terminal.

replies(1): >>43710813 #
21. register ◴[] No.43710132{3}[source]
and where are these export used? Ader?
22. codercotton ◴[] No.43710137{3}[source]
Is this for Claude Code?
replies(1): >>43710562 #
23. cube2222 ◴[] No.43710151[source]
In terms of terminal-based and open-source, I think aider is the most popular one.
replies(2): >>43710249 #>>43714767 #
24. therealmarv ◴[] No.43710249{3}[source]
yes! It's great! I like it!

But it has one downside: It's not so good on unknown big complex code bases where you don't know how it's structured. I wished they (or somebody else) would add an AI or an automation to add files dynamically or in a smart way when you don't know the codebase structure (with the expense of burning more tokens).

I'm thinking Codex (have not checked it yet), Claude Code, Anon Kode and all the AI editors/plugins doing a better job there (and potentially burning more tokens).

But that's the only downside I can think of about aider.

replies(1): >>43710964 #
25. newlisp ◴[] No.43710341[source]
Why is using cursor with sonnet cheaper than using claude code?
replies(1): >>43710387 #
26. dzhiurgis ◴[] No.43710373[source]
I started using claude code everyday. It’s kinda expensive and hallucinates a ton (tho with custom prompt i’ve mostly tamed it).

Hope more competition can bring price down.

27. therealmarv ◴[] No.43710387{3}[source]
probably because cursor is betting on many paying people not using their tool to full extend. Like people paying on their gym memberships but not going to the gym.

Or they are burning VC money.

replies(1): >>43710424 #
28. cube2222 ◴[] No.43710424{4}[source]
I've read anecdotal evidence that it uses tokens more sparingly than Claude Code - supported by the, likewise anecdotal, evidence that Claude Code is more effective in practice. However, that would be reasonable, as basically 1-3 sessions with Claude Code cost what a whole month of Cursor costs.
29. kadushka ◴[] No.43710461{4}[source]
I don’t - if I can use a tool that saves me 10 hours a week, that’s 10 hours more beach time for me.
30. benzible ◴[] No.43710562{4}[source]
Yep
31. esafak ◴[] No.43710813{5}[source]
You could also try JetBrains' Junie and Sourcegraph Cody.
replies(2): >>43711146 #>>43713023 #
32. esafak ◴[] No.43710820{4}[source]
As the OP said, he can now tackle more complex tasks:

> More powerful AI tools allow me to build things it would otherwise be impossible to build...

https://news.ycombinator.com/item?id=43709775

33. greymalik ◴[] No.43710938{4}[source]
Accomplishing more in that 40 hours?
replies(1): >>43712728 #
34. Firerouge ◴[] No.43710964{4}[source]
I was under the impression Aider did exactly what you're describing using it's repo map feature.
replies(1): >>43711043 #
35. greymalik ◴[] No.43710981{5}[source]
$1000 over how many 40 hour weeks?
replies(1): >>43720257 #
36. tcdent ◴[] No.43711006[source]
that's what my Ramp card is for.

seriously though, anything that makes me smarter and more productive has a threshold in the thousands-of-dollars range, not hundreds

37. Tiberium ◴[] No.43711043{5}[source]
Not really, repo map only gives LLMs an overview of the codebase, but aider doesn't automatically bring files into the context - you have to explicitly add the files you wish for it to see in their entirety to the context. Claude Code/Codex and most other tools do this automatically, that's why they're much more autonomous.
replies(1): >>43711251 #
38. cube2222 ◴[] No.43711146{6}[source]
I was very unimpressed with their original AI assistance implementation, so I’m gonna wait to see some user stories / reviews before I put my time into that, and so far I have seen effectively no mention of Junie anywhere.

Moreover, there’s no way to bring your own key, with the highest subscription tier being $20 per month flat it seems, which is the cost of just 1-3 sessions with Claude Code. Thus, without evidence to the contrary, I’m not holding my breath for now.

39. mwigdahl ◴[] No.43711163{3}[source]
Or, increasingly, how the company values your time. If Claude Code can make a $100K/year dev 10% more productive, it's worth it to the employer to pay anything under $1600/month for it (assuming fully loaded cost of the employee to the business is twice salary).
replies(1): >>43711737 #
40. rtsil ◴[] No.43711251{6}[source]
Aider regularly asks me the authorization to access files that I didn't explicitly add.
replies(1): >>43714462 #
41. WatchDog ◴[] No.43711621[source]
If it's a fork of the proprietary code, the license is pretty clear, it's violating copyright.

Now whether or not anthropic care enough to enforce their license is separate issue, but it seems unwise to make much of an investment in it.

replies(1): >>43711788 #
42. jwr ◴[] No.43711662[source]
Seconded. I was surprised by how good Claude Code is, even for less mainstream languages (Clojure). I am happy there is competition!
43. charcircuit ◴[] No.43711737{4}[source]
Productivity and business value are not linearly related. It could provide 0 business value to make someone 10% more productive.
replies(1): >>43711852 #
44. acheong08 ◴[] No.43711788{3}[source]
They call it a "fork" but it doesn't share any code. It's from scratch afaik
45. mwigdahl ◴[] No.43711852{5}[source]
I was thinking of productivity as generation of business value rather than something less correlated like lines of code produced. But sure, it's probably more accurate to directly say "business value".
46. SoftTalker ◴[] No.43712728{5}[source]
And being paid more? Most salaried employees would not be.
47. pzo ◴[] No.43713023{6}[source]
windsurf also have plugins to jetbrains - they rebranded the whole company from codeium to windsurf and their jetbrains plugin also support cascade.
48. otabdeveloper4 ◴[] No.43713273{3}[source]
> if it saves me enough hours

You're being paid to type? I want your job.

49. _joel ◴[] No.43713809{5}[source]
It's literally the same model. I can build more complex stuff in windsurf as the IDE is better than Cline/Roocode integration in vscode. It's still the same model under the hood. Sonnet 202500219

I mean, you pour money down the drain if you think it's helping, have at it :P

replies(1): >>43716350 #
50. _joel ◴[] No.43713819{5}[source]
How you can place windsuf in number 4 is interesting, especially given it's very similar to cursor but is leaner on the UI and Cline is a vs-code plugin that very verbose.

I'll stick with Windsurf, especially given their upcoming announcement.

replies(1): >>43720260 #
51. FeepingCreature ◴[] No.43714462{7}[source]
(This happens when the LLM mentions them.)
52. seunosewa ◴[] No.43714767{3}[source]
I didn't like not seeing the reasoning of the models
53. og_kalu ◴[] No.43716350{6}[source]
It's the same model but not necessarily the same context. Like he said, those tools try to be very 'smart' with context to save costs.

You're not actually getting all the files you add in the context window, you're getting a RAG'd version of it, which is generally much worse if the un-RAG'd code is still within the effective context limit.

54. ChadMoran ◴[] No.43720257{6}[source]
Honesty not sure quite a few. 6-8 or so?
55. ChadMoran ◴[] No.43720260{6}[source]
I care a lot less about UI and more about quality of output. Windsurf has had some of the lowest quality outputs for me.
56. rafaelmn ◴[] No.43720450{3}[source]
One has the incentive to burn through as much tokens and the other has an incentive to use as little as possible
replies(1): >>43764332 #
57. _neil ◴[] No.43764332{4}[source]
Great point.