(no title)
andrewpareles | 9 months ago
There are certainly a lot of alternatives that are plugins(!), but our differentiation right now is being a full open source IDE and having all the features you get out of the big players (quick edits, agent mode, autocomplete, checkpoints).
Surprisingly, all of the big IDEs today (Cursor/Windsurf/Copilot) send your messages through their backend whenever you send a message, and there is no open source full IDE alternative (besides Void). Your connection to providers is direct with Void, and it's a lot easier to spin up your own models/providers and host locally or use whatever provider you want.
We're planning on building Git branching for agents in the next iteration when LLMs are more independent, and controlling the full IDE experience for that will be really important. I worry plugins will struggle.
nico|9 months ago
And Zed: https://zed.dev
Yesterday on the front page of HN:
https://news.ycombinator.com/item?id=43912844
slowmovintarget|9 months ago
swyx|9 months ago
_kidlike|9 months ago
TingPing|9 months ago
jjani|9 months ago
Claude Code (neither IDE nor extension) is rapidly gaining ground, it's biggest current limitation being cost, which is likely to get resolved sooner rather than later (Gemini Code anyone?). You're right about the right now, but with the pace at which things are moving, the trends are honestly more relevant than the status quo.
andrewpareles|9 months ago
We think in 1-2 years people will write code at a systems level, not a function level, and it's not clear to us that you can do that with text. Text-based tools like Claude Code work in our text-based-code systems today, but I think describing algorithms to a computer in the future might involve more diagrams, and terminal will not be ideal. That's our reasoning against building a tool in the terminal, but it clearly works well today, and is the simplest way for the labs to train/run terminal tool-use agents.
opdahl|9 months ago
What makes you say that? From what I’m observing it doesn’t seem to be talked much about at all.
fuzzythinker|9 months ago
bglusman|9 months ago
[0]https://github.com/jj-vcs/jj
andrewpareles|9 months ago
danenania|9 months ago
1 - https://github.com/plandex-ai/plandex
jmvldz|9 months ago
elAhmo|9 months ago
andrewpareles|9 months ago
vunderba|9 months ago
monkpit|9 months ago
lnxg33k1|9 months ago
Are you sure? I have some expertise with my IDE, some other extension which solve problems for me, a wide range of them, I've learnt shortcuts, troubleshooting, where and who ask for help, but now you're telling me that I am better off leaving all that behind, and it's better for me? ;o
SegmentTree|9 months ago
andrewpareles|9 months ago
huevosabio|9 months ago
edit: ahh just saw that it is also a fork of VS Code, so it is indeed OSS Cursor
andrewpareles|9 months ago
jeron|9 months ago