←back to thread

1016 points QuinnyPig | 1 comments | | HN request time: 0.22s | source
Show context
suralind ◴[] No.44561441[source]
Here my problem with this: I don't want to be jumping an editor/IDE every 6 months, learning new key bindings and even more importantly, getting used to a completely new look.

In a space that moves as quickly as "AI" does, it is inevitable that a better and cheaper solution will pop up at some point. We kinda already see it with Cursor and Windsurf. I guess Claude Code is all the rage now and I personally think CLI/TUI is the way to go for anyone that has a similar view.

That said, I'm sure there's a very big user base (probably bigger than terminal group) that will enjoy using this and other GUI apps.

replies(17): >>44561462 #>>44561479 #>>44561494 #>>44561503 #>>44561512 #>>44561592 #>>44561678 #>>44561889 #>>44562034 #>>44562091 #>>44563075 #>>44563576 #>>44564212 #>>44566667 #>>44569070 #>>44569580 #>>44569595 #
TimMeade ◴[] No.44561503[source]
Every 6 months? It's turning into every two weeks. Sticking with claude code. Its working beautifully for us.
replies(2): >>44561522 #>>44561949 #
NathanKP ◴[] No.44561949[source]
I love Claude Code too, and it definitely has it's place. I think that IDE's have a few advantages over CLI tools though. In specific the IDE has a lot more contextual information such as what files you have open, warnings from linters or type checkers, information from LSP, etc.

I think it is entirely possible to build a fantastic CLI tool for coding, and the CLI tools for coding already work well enough, but there is just more context info available inside of an IDE, therefore the ceiling is higher when working with an agent that runs inside of the IDE. Context is king for LLM results, and IDE's just have more context.

Over time I'm sure we'll see tools like Claude Code support everything that an IDE can do, but for now if you want to reach the same ceiling you still have to glue together a very custom setup with MCP tool use, and that has the downside of introducing additional tool use latency, compared to an IDE that is able to source context directly from the IDE's internal API, and provide that to the LLM nearly instantly.

replies(1): >>44562596 #
TimMeade ◴[] No.44562596[source]
I use claude code in vscode. Cmd-Esc opens a claude code tab. Then /ide conects to the vscode and it's all like cursor at that point.
replies(1): >>44563991 #
1. epiccoleman ◴[] No.44563991[source]
Same here - in fact, I just recently cancelled my Cursor subscription because Claude Code + VSCode seems just as good. I think Cursor is a decent product and some of the UX it puts around LLM interaction is helpful - but I just can't really justifying paying Cursor to middleman my requests to LLM providers when Claude Pro is $20 / month.