Readit News logoReadit News
extr · a month ago
IMO other than the Microsoft IP issue, I think the biggest thing that has shifted since this acquisition was first in the works is Claude Code has absolutely exploded. Forking an IDE and all the expense that comes with that feels like a waste of effort, considering the number of free/open source CLI agentic tools that are out there.

Let's review the current state of things:

- Terminal CLI agents are several orders of magnitude less $$$ to develop than forking an entire IDE.

- CC is dead simple to onboard (use whatever IDE you're using now, with a simple extension for some UX improvements).

- Anthropic is free to aggressively undercut their own API margins (and middlemen like Cursor) in exchange for more predictable subscription revenue + training data access.

What does Cursor/Windsurf offer over VS Code + CC?

- Tab completion model (Cursor's remaining moat)

- Some UI niceties like "add selection to chat", and etc.

Personally I think this is a harbinger of where things are going. Cursor was fastest to $900M ARR and IMO will be fastest back down again.

adamoshadjivas · a month ago
Agreed on everything. Just to add, not only anthropic is offering CC at like a 500% loss, they restricted sonnet/opus 4 access to windsurf, and jacked up their enterprise deal to Cursor. The increase in price was so big that it forced cursor to make that disastrous downgrade to their plans.

I think only way Cursor and other UX wrappers still win is if on device models or at least open source models catch up in the next 2 years. Then i can see a big push for UX if models are truly a commodity. But as long as claude is much better then yes they hold all the cards. (And don't have a bigger company to have a civil war with like openai)

adidoit · a month ago
Not sure this is true. Inference margins are substantial and if you look at your claude code usage it's very clever at caching

  Input │      Output │  Cache Create │     Cache Read
 916,134 │  11,106,507 │   199,684,538 │  2,767,614,506

as an example here's my usage. Massive daily usage for the past two months.

teruakohatu · a month ago
> CC at like a 500% loss

Do you have a citation for this?

It might be at a loss, but I don’t think it is that extravagant.

virgildotcodes · a month ago
Seems like the survival strategy for cursor would be to develop their own frontier coding model. Maybe they can leverage the data from their still somewhat significant lead in the space to make a solid effort.
7thpower · a month ago
Where is a citation on Anthropic increasing cost to cursor? I had not seen that news, but it would make sense.
threatripper · a month ago
But Cursor is also offering OpenAI and Google models.
lvl155 · a month ago
Which is interesting because Sonnet is cheap and Opus is not on par with o3 for tasks where you want to deploy it.
Aeolun · a month ago
It probably doesn’t cost them all that much? Maybe they were offering the API at a 500% markup, and code is just breaking even.
manojlds · a month ago
If open models become big, open coding agents would be bigger at that point. Even more motivation as well.
bernawil · a month ago
you mean the plans are subsidized? pay-per-use doesn't look subsidized to me, I can spend 5$ a day on a medium sized codebase easily.
HenriNext · a month ago
- Forking VSCode is very easy; you can do it in 1 hour.

- Anthropic doesn't use the inputs for training.

- Cursor doesn't have $900M ARR. That was the raise. Their ARR is ~$500m [1].

- Claude Code already support the niceties, including "add selection to chat", accessing IDE's realtime warnings and errors (built-in tool 'ideDiagnostics'), and using IDE's native diff viewer for reviewing the edits.

[1] https://techcrunch.com/2025/06/05/cursors-anysphere-nabs-9-9...

edoceo · a month ago
The cost of the fork isn't creating it, it's maintaining it. But maybe AI could help :/
jahewson · a month ago
Forking Linux is very easy; you can do it in 1 hour.
davidclark · a month ago
Is this $900M ARR a reliable number?

Their base is $20/mth. That would equal 3.75M people paying a sub to Cursor.

If literally everyone is on their $200/mth plan, then that would be 375K paid users.

There’s 50M VS Code + VS users (May 2025). [1] 7% of all VS Code users having switched to Cursor does not match my personal circle of developers. 0.7% . . . Maybe? But, that would be if everyone using Cursor were paying $200/month.

Seems impossibly high, especially given the number of other AI subscription options as well.

[1] https://devblogs.microsoft.com/blog/celebrating-50-million-d...

ashraymalhotra · a month ago
Maybe the OP got confused with Cursor's $900mil raise? https://cursor.com/blog/series-c

Last disclosed revenue from Cursor was $500mil. https://www.bloomberg.com/news/articles/2025-06-05/anysphere...

smcleod · a month ago
The $20/month cursor sub is heavily limited though, for basic casual usage that's fine but you VERY soon run into its limits when working at any speed.
helloericsf · a month ago
The base plan limit is not hard to hit. Then you're on the usage based rocket.
sumedh · a month ago
Enterprise pay more.
brundolf · a month ago
I also just prefer CC's UX. I've tried to make myself use Copilot and Roo and I just couldn't. The extra mental overhead and UI context-switching took me out of the flow. And tab completion has never felt valuable to me.

But the chat UX is so simple it doesn't take up any extra brain-cycles. It's easier to alt-tab to and from; it feels like slacking a coworker. I can have one or more terminal windows open with agents I'm managing, and still monitor/intervene in my editor as they work. Fits much nicer with my brain, and accelerates my flow instead of disrupting it

There's something starkly different for me about not having to think about exactly what context to feed to the tool, which text to highlight or tabs to open, which predefined agent to select, which IDE button to press

Just formulate my concepts and intent and then express those in words. If I need to be more precise in my words then I will be, but I stay in a concepts + words headspace. That's very important for conserving my own mental context window

threecheese · a month ago
Claude Code is just proving that coding agents can be successful. The interface isn’t magic, it just fits the model and integrates with a system in all the right ways. The Anthropic team for that product is very small comparatively (their most prolific contributor is Claude), and I think it’s more of a technology proof than a core competency - it’s a great API $ business lever, but there’s no reason for them to try and win the “agentic coding UI” market. Unless Generative AI flops everywhere else, these markets will continue to emerge and need focus. The Windsurf kerfuffle is further proof that OpenAI doesn’t see the market as must-win for a frontier model shop.

And so I’d say this isn’t a harbinger of the death of Cursor, instead proof that there’s a future in the market they were just recently winning.

extr · a month ago
I was being hyperbolic saying their ARR will go to zero. That's obviously not the case, but the point is that CC has revealed their real product was not "agentic coding UI", it was "insanely cheap tokens". I have no doubt they will continue to see success, but their future right now looks closer to being a competitor to free/open tools like cline/roo code, as well as the CLI entrants, not a standalone $500M ARR juggarnaut. They have no horse in the race in the token market, they're a middleman.

They either need to create their own model and compete on cost, or hope that token costs come down dramatically so as to be too cheap to meter.

hv23 · a month ago
Digging in here more... why would you say it isn't in Anthropic's interest to win the "agentic coding UI" market?

My mental model is that these foundation model companies will need to invest in and win in a significant number of the app layer markets in order to realize enough revenue to drive returns. And if coding / agentic coding is one of the top X use cases for tokens at the app layer, seems logical that they'd want to be a winner in this market.

Is your view that these companies will be content to win at the model layer and be agnostic as to the app layer?

nikcub · a month ago
Cursor see it coming - it's why they're moving to the web and mobile[0]

The bigger issue is the advantage Anthropic, Google and OpenAI have in developing and deploying their own models. It wasn't that long ago that Cursor was reading 50 lines of code at a time to save on token costs. Anthropic just came out and yolo'd the context window because they could afford to, and it blew everything else away.

Cursor could release a cli tomorrow but it wouldn't help them compete when Anthropic and Google can always be multiples cheaper

[0] https://cursor.com/blog/agent-web

Aeolun · a month ago
> Anthropic just came out and yolo'd the context window because they could afford to

I don’t think this is true at all. The reason CC is so good is that they’re very deliberate about what goes in the context. CC often spends ages reading 5 LOC snippets, but afterwards it only has relevant stuff in context.

extr · a month ago
I think this is an interesting and cool direction for Cursor to be going in and I don't doubt something like this is the future. But I have my doubts whether it will save them in the short/medium term:

- AI is not good enough yet to abandon the traditional IDE experierence if you're doing anything non-trivial. Hard finding use cases for this right now.

- There's no moat here. There are already a dozen "Claude Code UI" OSS projects with similar basic functionality.

lunarcave · a month ago
Strictly speaking about large, complex, sprawling codebases, I don't think you can beat the experience that an IDE + coding agent brings with a terminal-based coding agent.

Auto-regressive nature of these things mean that errors accumulate, and IDEs are well placed to give that observability to the human, than a coding agent. I can course correct more easily in an IDE with clear diffs, coding navigation, than following a terminal timeline.

nojs · a month ago
You can view and navigate the diffs made by the terminal agent in your IDE in realtime, just like Cursor, as well as commit, revert, etc. That’s really all the “integration” you need.
teruakohatu · a month ago
> I don't think you can beat the experience that an IDE + coding agent brings with a terminal-based coding agent.

CC has some integration with VSC it is not all or nothing.

petesergeant · a month ago
> I don't think you can beat the experience that an IDE + coding agent brings with a terminal-based coding agent.

I resisted moving from Roo in VS Code to CC for this reason, and then tried it for a day, and didn't go back.

libraryofbabel · a month ago
Some excellent points. On “add selection to chat”, I just want to add that the Claude Code VS code extension automatically passes the current selection to the model. :)

I am genuinely curious if any Cursor or Windsurf users who have also tried Claude Code could speak to why they prefer the IDE-fork tools? I’ve only ever used Claude Code myself - what am I missing?

extr · a month ago
Cursor's tab completion model is legitimately fantastic and for many people is worth the entire $20 subscription. Lint fixes or syntax-level refactors are guessed and executed instantly with TAB with close to 100% accuracy. This is their final moat IMO, if Copilot manages to bring their tab completion up to near parity, very little reason to use Cursor.
druskacik · a month ago
I'd like to ask the opposite question: why do people prefer command line tools? I tried both and I prefer working in IDE. The main reason is that I don't trust the LLMs too much and I like to see and potentially quickly edit the changes they make. With an IDE, I can iterate much faster than with the command line tool.

I haven't tried Claude Code VS Code extension. Did anyone replaced Cursor with this setup?

sunnybeetroot · a month ago
I can roll back to different checkpoints with Cursor easily. Maybe CC has it but the fact that I haven’t found it after using it daily is an example of Cursor having a better UX for me.
macrolime · a month ago
I like using Claude Code through Roo Code (vscode extension). I find it easier to work with text using a mouse, vscode diff viewer etc. I guess if you're very good at vim shortcuts etc you can use that in Claude Code instead of selecting text with a mouse. Claude Code has a vscode extension too so I feel that using Claude Code through vscode just adds a better UI.
rhodysurf · a month ago
It already does this btw, when you use Cc from the vscode terminal and select things it adds it to cc context automatically
alanmoraes · a month ago
I never understood why those tools need to fork Visual Studio Code. Wouldn't an extension suffice?
efitz · a month ago
Cline and Roo Code (my favorite Cline fork) are fantastic and run as normal VS Code extensions.

Occasionally they lose their connection to the terminal in VSCode, but I’ve got no other integration complaints.

And I really prefer the bring-your-own-key model as opposed to letting the IDE be my middleman.

extr · a month ago
IIRC problem is that VS Code does not allow extensions to create custom UI in the panels areas except for WebViews(?). It makes for not a great experience. Plus Cursor does a lot with background indexing to make their tab completion model really good - more than would be possible with the extensions APIs available.
NitpickLawyer · a month ago
> Wouldn't an extension suffice?

Not if you want custom UI. There are a lot of things you can do in extension land (continue, cline, roocode, kilocode, etc. are good examples) but there are some things you can't.

One thing I would have thought would be really cool to try is to integrate it at the LSP level, and use all that good stuff, but apparently people trying (I think there was a company from .il trying) either went closed or didn't release anything note worthy...

lozenge · a month ago
When the Copilot extension needs a new VS Code feature it gets added, but it isn't available to third party extensions until months later... Err, years later... well, whenever Microsoft feels like it.

So an extension will never be able to compete with Copilot.

fnordpiglet · a month ago
I use Augment extensively and find it superior to cursor in every way - and operates as an extension. It has a really handy task planning interface and meta prompt refinement feature and the costs are remarkably low. The quality of output implantation is higher IMO and I don’t have to do a lot of model selection and don’t get Max model bill explosions. If there’s something Cursor provided that Augment doesn’t via extension it was not functionally useful enough to notice.
mattuk89 · a month ago
I've really struggled with using the extensions - their UI/UX is worse, they're much more limited in what they can do and they're much more unstable (in IntelliJ at least).

Then again writing mostly kotlin I cannot get along with the VS Code forks as they're just not that great outside of typescript projects in my experience.

I tend to prompt in cursor/windsurf and refactor in IntelliJ which is okay but a bit of a pain.

bn-l · a month ago
It was so they could close source it.
9cb14c1ec0 · a month ago
One competitor to Claude Code that I don't hear much about is Jetbrains Junie. From my experience, the code it generates is as good as CC, and if you've purchased a Jetbrains license you probably have some amount of free Junie every month.
oooyay · a month ago
I'll fill in some context. I think the value of Cursor as an IDE is probably somewhat ephemeral. It's mostly combating Microsoft's ambitions to keep other players busy and box them out of the market. Agents gain a lot of value from model context protocol and there's an amazingly short list of clients that fully support the protocol, but the VSCode Chat window is one of them: https://modelcontextprotocol.io/clients

I actually do prefer the view that having the agent built into an IDE brings me but I'll be damned if I'm forced to use CoPilot/OpenAI. Second to that, the agent does have access to a lot more contextual tools by being built into the editor like focused linting errors and test failures. Of course that demands your development environment is setup correctly and could be replicatable with Claude Code to some extent.

anonymid · a month ago
I never got the valuation. I (and many others) have built open source agent plugins that are pretty much just as good, in our free time (check out magenta nvim btw, I think it turned out neat!)
chatmasta · a month ago
The Microsoft investments in both VSCode and GitHub are looking incredibly prescient.
oblio · a month ago
Turns out, Balmer was right.
bredren · a month ago
> with a simple extension for some UX improvements

What are the UX improvements?

I was using the Pycharm plugin and didn’t notice any actual integration.

I had problems with pycharm’s terminal—not least of which was default 5k line scroll back which while easy to change was worst part of CC for me at first.

I finally jumped to using iterm and then using pycharm separately to do code review, visual git workflows, some run config etc.

But the actual value of Pycharm—-and I’ve been a real booster of that IDE has shrank due to CC and moving out of the built in terminal is a threat to usage of the product for me.

If the plugin offered some big value I might stick with it but I’m not sure what they could even do.

extr · a month ago
#1 improvement for VS Code users is giving the agent MCP tools to get diagnostics from the editor LSPs. Saves a tremendous amount of time having the agent run and rerun linting commands.
osigurdson · a month ago
>> Claude Code has absolutely exploded

Does anyone have a comparison between this and OpenAI Codex? I find OpenAI's thing really good actually (vastly better workflow that Windsurf). Maybe I am missing out however.

sunaookami · a month ago
Codex CLI is very bad, it often struggles to even find the file and goes on a rampage inside the home directory trying to find the file and commenting on random folders. Using o3/o4-mini in Aider is decent though.
coolKid721 · a month ago
never met anyone who used codex lol
satvikpendem · a month ago
> What does Cursor/Windsurf offer over VS Code + CC?

Cursor's @Docs is still unparalleled and no MCP server for documentation fetching even comes close. That is the only reason why I still use Cursor, sometimes I have esoteric packages that must be used in my code and other IDEs will simply hallucinate due to not having such a robust docs feature, if any, which is useless to me, and I believe Claude Code also falls into that bucket.

bn-l · a month ago
> Cursor's @Docs is still unparalleled and no MCP server for documentation

I strongly disagree. It will put the wrong doc snippets into context 99% of the time. If the docs are slightly long then forget it, it’ll be even worse.

I never use it because of this.

robryan · a month ago
Claude code can get pretty far simply calling `go doc` on packages.
N3cr0ph4g1st · a month ago
Context7 mcp
socalgal2 · a month ago
just curious because I'm inexperienced with all the latest tools here

> - Tab completion model (Cursor's remaining moat)

What is that? I have Gemini Code Assist installed in VSCode and I'm getting tab completion. (yes, LLM based tab completion)

Which, as an aside I find useful when it works but also often extremely confusing to read. Like say in C++ I type

    int myVar = 123
The editor might show

    int myVar = 123;
And it's nearly impossible to tell that I didn't enter that `;` so I move on to the next line instead of pressing tab only to find the `;` wasn't really there. That's also probably an easy example. Literally it feels like 1 of 6 lines I type I can't tell what is actually in the file and what is being suggested. Any tips? Maybe I just need to set some special background color for text being suggested.

and PS: that tiny example is not an example of a great tab completion. A better one is when I start editing 1 of 10 similar lines, I edit the first one, it sees the pattern and auto does the other 9. Can also do the "type a comment and it fills in the code" thing. Just trying to be clear I'm getting LLM tab completion and not using Cursor

james_marks · a month ago
This feeling of, “what exactly is in the file?” is why I have all AI turned off in my IDE, and run CC independently.

I get all AI or none, so it’s always obvious what’s happening.

Completions are OK, but I did not enjoy the feeling of both us having a hand on the wheel and trying to type at the same time.

ec109685 · a month ago
Tab completion in cursor lets you keep hitting tab and it will jump to next logical spot in file to keep editing or completing from.
RestlessAPI · a month ago
I use Windsurf so I remain in the driver's seat. Using AI coding tools too much feels like brain rot where I can't think sharply anymore. Having auto complete guess my next edit as I'm typing is great because I still retain all the control over the code base. There's never any blocks of code that I can't be bothered to look at, because I wrote everything still.
ryanobjc · a month ago
Just cancelled my Cursor sub due to claude code, so heavily agree.
Abishek_Muthian · a month ago
> - Tab completion model (Cursor's remaining moat)

My local ollama + continue + Qwen 2.5 coder gives good tab completion with minimal latency; how much better is Cursor’s tab completion model?

I’m still weary of letting LLM edit my code so my local setup gives me sufficient assistance with tab completion and occasional chat.

mark_l_watson · a month ago
I often use the same setup. Qwen 2.5 coder is very good on its own, but my Emacs setup doesn’t also use web search when that would be appropriate. I have separately been experimenting with the Perplexity Sonar APIs that combine models and search, but I don’t have that integrated with my Emacs and Qwen setup - and that automatic integration would be very difficult to do well! If I could ‘automatically’ use a local Qwen, or other model, and fall back to using a paid service like Perplexity or Gemini grounding APIs just when needed that would be fine indeed.

I am thinking about a new setup as I write this: in Emacs, I explicitly choose a local Ollama model or a paid API like Gemini or OpenAI, so I should just make calling Perplexity Sonar APIs another manual choice. (Currently I only use Perplexity from Python scripts.)

If I owned a company, I would frequently evaluate privacy and security aspects of using commercial APIs. Using Ollama solves that.

oblio · a month ago
What kind of hardware are you using?
moltar · a month ago
And open source tools like aider are, of course, even more validated and get more eyes.

Plus recently launched OpenCode, open source CC is gaining traction fast.

There was always very little moat in the model wrapper.

The main value of CC is the free tool built by people who understand all the internals of their own models.

firesteelrain · a month ago
Windsurf big claim to fame was that you could run their model in airgap and they said they did not train on GPL code. This was an option available for Enterprise customers until they took it away recently to prevent self hosting
firecall · a month ago
Unless I’m understanding it wrong, the Tab Completion in Cursor isn’t a moat anymore.

VSCode & CoPilot now offer it.

Is it as good? Maybe not.

But they are really working hard over there at Copilot and seem to be catching up.

I get an Edu license for Copilot, so just ditched Cursor!

andrewingram · a month ago
I agree it has a good chance of catching up, but the difference in quality is pretty noticeable today. I'd much rather stick with vscode, because I hate all the subtle ways Cursor changes the UI; like taking over the keyboard shortcut for clearing the scrollback in the terminal. But I find it's pretty hard to use Copilot's tab completion after using Cursor for a while.
anonzzzies · a month ago
I think CC is just far more useful; I use it for literally everything and without MCP (except puppeteer sometimes) as it just writes python/bash scripts to do that far better than all those hacked together MCP garbage bins. It controls my computer & writes code. It made me better as well as now I actually write code, including GUI/web apps, that's are always fully scriptable. It helps me, but it definitely helps CC; it can just interrogate/test everything I make without puppeteer (or other web browser control, which is always brittle as hell).
shados · a month ago
CC would explode even further if they had official Team/Enterprise plan (likely in the work, Claude Code Waffle flag), and worked on Windows without WSL (supposedly pretty easy to fix, they just didn't bother). Cursor learnt the % of Windows user was really high when they started looking, even before they really supported it.

They're likely artificially holding it back either because its a loss leader they want to use a very specific way, or because they're planning the next big boom/launch (maybe with a new model to build hype?).

absurddoctor · a month ago
They quietly released an update to CC earlier today so it can now be run natively on Windows.
dboreham · a month ago
Conversely Cursor is still broken on WSL2.
janpaul123 · a month ago
Kilo Code CEO here. This is why open source is so important!!
redhale · a month ago
Cursor's multi-file tab completion and multi-file diff experience are worth $20 easily IMO.

I truly do not understand people's affinity for a CLI interface for coding agents. Scriptability I understand, but surely we could agree that CC with Cursor's UX would be superior to CC's terminal alone, right? That's why CC is pushing IDE integration -- they're just not there yet.

ghc · a month ago
> surely we could agree that CC with Cursor's UX

I can't stand the UX, or VS Code's UX in general. I vastly prefer having CC open in a terminal alongside neovim. CC is fully capable of opening diffs in neovim or otherwise completely controlling neovim by talking to its socket.

zackify · a month ago
Almost all of this was true before they even announced the purchase. I was so shocked and now I’m not surprised it fell through
baby · a month ago
I've tried all the CLI and vscode with agent mode (and personally I prefer o4-mini) is the best thing out there.
sagarpatil · a month ago
I strongly agree with you. I’m more of a CLI guy, and Claude Code just works. Most good projects have a CLI anyway (gcloud, GitHub CLI, Vercel, etc.). I prefer CLI vs MCP’s. I’m on the $200 plan, and it’s absolutely worth it (never thought I’d say this for a CLI app).
jiggunjer · a month ago
But CC is more work to setup, especially if you want to use multiple models. Not even sure it supports all the models that the IDE products do.
iwontberude · a month ago
I don’t see how there will be any money to be made in this industry once these models are quantized and all local. It’s going to be one of the most painful bubble deflations we have ever seen and the biggest success of open source in our lifetimes.
kmarc · a month ago
The forked IDE thing I don't understand either, but...

During the evaluation at a previous job, we found that windsurf is waaaay better than anything else. They were expensive (to train on our source code directly) but the solution the offered was outperforming others.

apwell23 · a month ago
thats not a fair comparision CC is

agentic tool + anthropic subsidized pricing.

Second part is why it has "exploded"

khurs · a month ago
>What does Cursor/Windsurf offer over VS Code + CC?

A lot of devs are not superstar devs.

They don't want a terminal tool, or anything they have to configure.

A IDE you can just download and 'it just works' has value. And there are companies that will pay.

loandbehold · a month ago
You don't need to be a superstar dev to use CC. If you can use chat window you can use CC.
dukeyukey · a month ago
CC _is_ that took. npm install, login, give tasks. Diff automatically appears in your IDE (in VSC/Intellij at least).
old_man_cato · a month ago
A lot of engineers underestimate the learning curve required to jump from IDE to terminal. Multiple generations of engineers were raised on IDEs. It's really hard to break that mental model.
ec109685 · a month ago
Good analysis. And Claude code itself will be mercilessly copied, so even if another model jumps ahead, small switching cost.

That said, the creator of Claude Code jumped to Cursor so they must see a there there.

bionhoward · a month ago
does claude code have a privacy mode with zero data retention?
james_marks · a month ago
Haven’t looked recently but when it came out, the story was that it was private by default. It uses a regular API token, which promises no retention.
selvan · a month ago
Cursor - co-pilot/AI pair programming usecases.

Claude Code - Agentic/Autonomous coding usecases.

Both have their own place in programming, though there are overlaps.

benjaminwootton · a month ago
I do agree, Claude Code absolutely changed the game. It is outstanding.
bilsbie · a month ago
Is Claude code expensive? Can you control the costs or can it surprise you.
aaronbrethorst · a month ago
On a subscription, it is 100% predictable: $20, $100, or $200/month
xnx · a month ago
Is the case for using Claude Code much weaker now that Gemini CLI is out?
apwell23 · a month ago
no. CC is not just a cli. Its cli + their pro/max plan.

gemini cli is very expensive.

manojlds · a month ago
Since then OpenAI has released Codex as well (the web one)
asdev · a month ago
for those who seldom use the terminal, is Claude Code still usable? I heard it doesn't do tab autocomplete in IDE like Cursor
neoecos · a month ago
I think lots of issues with the integration of CC or other TUI with graphical IDEs will be solved with stuff like the Agentic Coding Protocol that the guys at Zed at working on https://www.npmjs.com/package/@zed-industries/agentic-coding...
virgildotcodes · a month ago
Claude Code is totally different paradigm. You don't edit your files directly so there is no tab autocomplete. It's a chat session.

There are IDE integrations where you can run it in a terminal session while perusing the files through your IDE, but it's not powering any autocomplete there AFAIK.

mountainriver · a month ago
I too am an engineer that thinks CLI's are cool, but if you believe it's even remotely as useful as an IDE then give me a break.

Dead Comment

wagwang · a month ago
As far as I can tell, terminal agents are inferior to hosted agents in sandboxed/imaged environments when it comes to concurrent execution and far inferior to assisted ide in terms of UX so what exactly is the point?. The "UI niceties" is the whole point of using cursor and somehow, everyone else sucks at it.
extr · a month ago
Not sure what you mean. "Hosted agents in sandboxed/imaged environments"? The entire selling point of CC is that you can do

- > curl -fsSL http://claude.ai/install.sh | bash

- > claude

- > OAuth to your Anthropic account

Done. Now you have a SOTA agentic AI with pretty forgiving usage limits up and running immediately. This is why it's capturing developer mindshare. The simplicity of getting up and going with it is a selling point.

rhodysurf · a month ago
You’re missing the point tho. The point of the cli agent is that it’s a building block to put this thing everywhere. Look at CCs GitHub plugin, it’s great
ripberge · a month ago
Forking an IDE is not expensive if it's the core product of a company with a $900M ARR.

I doubt MS has ever made $900M off of VS Code.

extr · a month ago
"The same editor you already use for free, but with slightly nicer UI for some AI stuff" is not a $900M ARR product.
metadat · a month ago
It's another Character.ai situation [0]. Unfortunate for any employees who aren't founders or researchers, as they don't get any payout or a nice new job from this exit structure. In fact they lose their whole time invested at the company.

What a harsh time to work for an AI startup as a rank and file employee! I wonder how the founders justify going along with it inside their mind.

[0] Character.ai CEO Noam Shazeer Returns to Google https://news.ycombinator.com/item?id=41141112 - 11 months ago (87 comments)

Edit: Thank you @jonny_eh for the clarification. I can't imagine it feels awesome being a leftover but at least you vested out. "Take the money and leave" is still a bit raw when the founders and researchers are now getting the initial payout + generous Google RSU's.

jonny_eh · a month ago
The “leftover” employees at Character were NOT screwed over. Options were converted to cash at the deal’s valuation.

Hopefully Windsurf employees are treated well here.

Note: I worked at Character until recently.

_jab · a month ago
On the flipside, I’m pretty sure the investors got screwed.
gowld · a month ago
Whose cash? OpenAI isn't paying, and Google isn't paying, and Windsurf investors already paid.
tjwebbnorfolk · a month ago
> I wonder how the founders justify going along with it

$2.4 billion.

metadat · a month ago
This reads like a Dr. Evil plot.
takklz · a month ago
The rank and file equity pitch is quickly falling apart…
bravetraveler · a month ago
Think it started that way... I'm currently in a vesting/allocation situation where the incentive is to drive the share price down.
bix6 · a month ago
Always has been
silenced_trope · a month ago
This.

Character.ai reached out to me for an opportunity, but they've already been carved up.

I think it's great that the rank and file got some of their equity cash-out (based on the other comment), but I imagine it isn't an attractive prospect as a start-up to join at this point.

I just ignored the recruiter. I can't imagine their would be a second liquidity event.

se4u · a month ago
FYI, It wasn't taken the money and leave, a lot of them got absorbed into GDM.

Source: I was in GDM when character was acquired.

metadat · a month ago
Do you mean Google Deep Mind? Curious what use deep mind had for the leftovers (kubernetes and web scraping experts, etc)?

Otherwise why not merge all of engineering into ElGoog?

Aurornis · a month ago
> Unfortunate for any employees who aren't founders or researchers, as they don't get any payout or a nice new job from this exit structure. In fact they lose their whole time invested at the company.

Windsurf’s value didn’t go to $0 overnight. The company will continue and their equity is likely still worth a decent amount wherever the company ends up.

Obviously a disappointing outcome for the people who thought life changing money was right around the corner, but they didn’t lose everything.

cavisne · a month ago
Just like with Character I'm assuming the employees get something. Whatever nonsense "licensing" fee Google is paying to not cause an antitrust investigation should be paid out straight to employees
ipnon · a month ago
The general character of capital markets is to pay as little as possible. Otherwise you lose out to those who are more ruthless. It is plausible that Windsurf employees really are getting very little value for their work. We need to see details of the deal.
ipsum2 · a month ago
Not really true, I believe the "acquiring" (i.e. Google) company buys some equity from the employees (windsurf).

Edit: the people downvoting this clearly can't read, I made the exact same point as jonny_eh.

gowld · a month ago
The acquisition of Windsurf was cancelled.
pydry · a month ago
This might be the beginning of the end of tech VC startups in general.

High interest rates make VC funding more expensive and now bigtech can swoop in, poach all the necessary staff and deprive investors of an exit.

What is the point any more?

lsllc · a month ago
Isn't there not some contractual agreement between the VCs and the founders? (I understand that a non-compete might not apply [in CA], but taking VC money is a little different that simply getting hired).

Were I a Windsurf investor, I'd be pissed right now and calling my lawyer.

submeta · a month ago
I went from Emacs to VS Code, then to Cursor, next to Claude Code, which is so good that I feel like I am having half a dozen junior devs at my fingertips, 24/7.

Since Claude Code is cli based, I reviewed my cli toolset: Migrated from iTerm2 to Ghostty and Tmux, from Cursor to NeoVim (my God is it good!).

Just had a 14h workday with this tooling. It’s so good that I complete the work of weeks and months within days! Absolutely beast.

At this point I am thinking IDEs do not reflect the changing reality of software development. They are designed for navigating project folders, writing / changing files. But I don’t review files that much anymore. I rather write prompts, watch Claude Code create a plan, implement it, even write meaningful commit messages.

Yes I can navigate the project with neovim, yes I can make commits in git and in lazygit, but my task is best spent in designing, planning, prompting, reviewing and testing.

imiric · a month ago
I'm curious to see what you've built with all that extra productivity.
submeta · a month ago
I work at a company with over 700 employees. And there are tons of use cases where a simple CRUD app is sufficient. Or where glue code needs to be written / changed for legacy systems. Or where an OS system like Camunda is deployed and needs to be configured, workflows developed, etc

The reality of companies out there is much simpler than the challenges of a startup that needs to build systems that are state of the art, scale for millions of users, etc There are companies out there that make millions, in areas you‘ve never heard of, and their core business does not depend on software development best practices.

In our company we have an IT team with the median age of fifty, team members who never have developed software, just maintain systems, delegate hard work to expensive consultants.

Now in that setting someone coming from a startup background is like someone coming from the future. I feel like a wizard who can solve problems in days, instead of weeks or months waiting for a consultant to solve.

forrestthewoods · a month ago
No one ever shares their great and shipped products. AI built slop is for generating hype not revenue or users.
shivenigma · a month ago
> But I don’t review files that much anymore.

Say no more.

danielbln · a month ago
I review PRs/commits, not files. Given the right cage to lock the agent inside, and guardrails built around, and conventions and guidelines, and agentic flows so it can pull in what's needed.. the need to look at every line and file during implementation is significantly lessened. So then I review the final output (which is a unit of work/task wrapped in a PR).
apwell23 · a month ago
yes vibecoding is addicting like that. but if you are not reviewing any code and simply vibing then in my expreience you'll eventually get stuck in "its still not working" loops beause you have no other context or insight to provide it other than that. Then you have either accept what you have or throw the whole thing out and/or actually read the code . kind of rules out last option because code is now just too far gone with too many special cases hardcoded because AI sucks at abstraction or real software engineering.
didibus · a month ago
> I don’t review files that much anymore

You don't review the code? Just test it works?

yoz-y · a month ago
At work we’re encouraged to use AI, so I do. For me the one thing that works well is using it to write one off scripts that do stuff and would be a chore to write.

Usually in 2-3 prompts I can get a python or shell script that reads some file list somewhere, reads some json/csv elsewhere. Combines it in various ways and spits out some output to be ingested by some other pipeline.

I just test this code if it works it’s good.

Never in my life would I put this in a critical system though. When I review these files they are full of tiny errors that would blow up in spectacular manner if the input was slightly off somewhere.

It’s good for what it is. But I’m honestly afraid of production code being vibe coded by these tools.

mountainriver · a month ago
When generating code that is often wrong and needing to review it, and IDE is demonstrably better, this isn't an argument
apwell23 · a month ago
> But I don’t review files that much anymore.

they don't review files anymore though.

prashantsengar · a month ago
Curious - how did moving from iTerm2 to Ghostty help? I currently use iTerm2 and have never used Claude Code
submeta · a month ago
Ghostty is gpu accelerated. It’s super fast, and tmux in it is a joy to use. That combined with NeoVim gives me an increadibly smooth dev experience in the terminal, something I had never have with iTerm2 and emacs.
Eggpants · a month ago
Try again. No self respecting Emacs user would ever call vim “good”.
submeta · a month ago
Haha :) I lived inside Emacs, used orgmode for everything, have written tons of Elisp, used org-roam as my second brain, used vanilla Emacs shortcuts instead of Evil (with a special keyboard settup using Karabiner Elements), did even my googling from Emacs, used emacs calc instead of my calculator, but in the end I spent more time tinkering my Emacs setup than doing real work. Emacs was a lifestyle. At some point I realized: Unix and the terminal are what Emacs try to be: It tries to be a one-stop shop offering you everything: Surfing the web, writing emails, word processor, calculator, planner, terminal. Unix and the terminal offer me all of that. Plus any scripting language. Why miss all the beautiful apps, just to be an Emacs zealot? The editor in emacs is just one usecase. Neovim does it just as well, if not better.

But relax, noone is taking your Emacs from you :) I still like it, but am not a disciple anymore ;)

rileymichael · a month ago
> It’s so good that I complete the work of weeks and months within days

and yet you're pulling 14 hour workdays..

handfuloflight · a month ago
That doesn't negate that he is compressing his backlog.
nilslice · a month ago
i get it... i find the productivity is extremely addictive
jen729w · a month ago
Well you can't risk Claude quitting overnight. It forgets everything it did the day before and now you have to start over ... must ... finish ... tonight ... within ... context ... window.
lbrito · a month ago
So half a dozen junior devs plus 14h workday. That's a ton of surplus value right there. Hope he's getting a cut!

Deleted Comment

mr_toad · a month ago
IDEs were a crutch, and now that crutch has been replaced by a semi-autonomous bot that can fetch and carry.
MarcelOlsz · a month ago
>Migrated from iTerm2 to Ghostty and Tmux

Would love to hear more.

AJRF · a month ago
Do you do all this switching during the workday?
dalemhurley · a month ago
Cursor (and Garry Tan’s X post) has shown us that the VC money is propping up these companies astounding growth, the only way for them to become profitable is to increase the cost per a request, which means they need to innovate like crazy.

The moat is paper thin.

GitHub has open sourced copilot.

The open source community is working hard on their own projects.

No doubt Cursor is moving fast to create amazing innovations, but if the competition only focuses on thin wrappers they are not worth the billion dollar valuations.

I love watching this space as it is moving extremely fast.

woeirua · a month ago
There is no moat. If you’re a true believer that strong agents are around the corner, then all of these add on companies will be obsolete in a few years. The first company to strong agents can trivially rebuild Cursor or Windsurf.
herval · a month ago
If you believe AGI is around the corner, doesn’t it mean it’ll replace ALL products?
seunosewa · a month ago
Google spent 2.4 billion dollars
dalemhurley · a month ago
I am saying the subsidies tokens are the paper thin moat.
tootie · a month ago
I think the recent Grok release and considering xAI was relatively late to the game shows that the only moat to training giant models is how many GPUs you can buy. ChatGPT was earth-shattering and it took less than two years for multiple credible competitors to match or exceed them. Making these models profitable is proving extremely difficult in the face of so much competition and such unsustainable expectations being set. Google seems to be most likely to sustain themselves through this melee. Them and the Chinese companies.
BrtByte · a month ago
It feels like we're watching a hype cycle in real time

Deleted Comment

TechDebtDevin · a month ago
Cursor just committed mass consumer fraud at worst, and at best pissed off all their best customers. I feel really sorry for those who invested at a 9bb valuation.
jen729w · a month ago
> I feel really sorry for those who invested at a 9bb valuation.

Because they didn't do their jobs properly?

aeve890 · a month ago
>Cursor just committed mass consumer fraud at worst, and at best pissed off all their best customers.

What happened?

anton-c · a month ago
I seriously cannot keep up. I fell a bit behind and now I feel I need a primer to know who owns/acquired/developed all these additional things surrounding the ai space
theyinwhy · a month ago
That information is as important as knowing about soap opera characters.
bmau5 · a month ago
What was Garry's post?
ec109685 · a month ago
https://x.com/garrytan/status/1941553682736439307

The thesis is that once you’re paying $200 a month, you’re beholden and won’t pay and compare it with anything else.

forrestthewoods · a month ago
I have same question
parthdesai · a month ago
Gary gives off a grifter vibe to me. Such a shame seeing how YC has fallen
sebmellen · a month ago
He blocked me (a relative nobody) on X for remarking on the number of people I know who’ve made it to YC on completely fraudulent credentials.
nrmitchi · a month ago
This whole situation feels shockingly close to the Meta/Scale situation, where founders and specific employees were plucked out, and effectively gutted any future prospects for the company.

At least in the Scale case there seemed to be some form of payout to employees and equity holders, but this takes it a whole lot further by just throwing out all other employees.

There is supposed to be the concept that “all common stock is the same”. These fake-acquisitions completely undermine that.

BrtByte · a month ago
Yep, if investors and early employees keep getting left out in the cold while execs get a soft landing at Big Tech, it's going to shake a lot of trust in the startup game
herval · a month ago
I don’t think anyone trusts any tech company much these days. It’s been a steep decline in the past 5 years, from arbitrary mandates to the constant talk about firing everyone and hiring an AI. Even as an investor, it’s hard to trust that the “honor system” that once existed is still in play.
Ancalagon · a month ago
So Google, Meta, and Microsoft will just hollow out the best AI startups of their talent instead of buying them - out of fear of monopoly lawsuits I'm assuming?

Nice plan I guess. Kind of obvious to spot though.

brianwawok · a month ago
Likely cheaper too. Nothing to pay the original shareholders
bix6 · a month ago
Can shareholders sue? I presume the only avenue is IP since that belongs to the company? Or the non-exclusive license somehow negates that? Brutal.
Ancalagon · a month ago
I actually don't know if there's much that can be done unless there's some non-competes in those employees' contracts which are usually not very enforceable outside of finance iirc.
riwsky · a month ago
“We underpaid you relative to what price you were able to command on the market, and you left, how DARE you!”
tlogan · a month ago
I’m honestly just surprised that the CEO and co-founder decided to walk away from the company and leave behind all these employees he was leading. Especially considering many of them probably joined for lower pay, hoping for a big upside.

Maybe there’s more to the story.

quantified · a month ago
When you want to make a big impact for a big payday, why would this surprise you?

Gentle reminder that more startups die by suicide than homicide, and that an early-stage startup is a total crapshoot.

munificent · a month ago
You're surprised that a CEO did something that massively financially benefitted them personally at the expense of rank and file employees?

You sweet summer child.

Kinrany · a month ago
It's been working with software developers with no issues.
khazhoux · a month ago
“Buying the startup” just means handing over megabucks to do-nothing investors. If Google isn’t buying any product or technology, why should investors get a talent fee?
adastra22 · a month ago
The investors are getting paid in this deal. Just the employees getting screwed.
bix6 · a month ago
Do nothing investors who enabled the company to reach this point? Employees who chose lower salaries in expectation of shares being worth something? Come on now.
BrtByte · a month ago
The big players know regulators are watching, so they're doing everything but the formal acquisition
brap · a month ago
This is the direct result of regulations. As usual regulations backfire. Expect more regulations to address this, surely they won’t backfire as well.
Sammi · a month ago
This is overly reductionist. The are plenty of laws that work well.

Any time I hear someone talk about more or less regulation, instead of talking about better or worse regulation, I suspect they are ideologists and trying to shift the narrative, or else they would be able to criticise based on actual merit.

DiscourseFan · a month ago
There are many AI startups and we are just in the beginning of learning how to use them. There will be some stupid company like those you’ve listed that figures out a way to use AI that is far better than any other implementation, and Google, Meta, and Microsoft may go the way of Yahoo and AOL, but we’ll see
bix6 · a month ago
Doesn’t seem like it. Antitrust has no teeth so the mega corps are just buying all the talent with life changing cash.
asdev · a month ago
I never knew anyone who used Windsurf. These AI acquisitions have been unbelievable(in a bad way). WIX acquired some garbage Lovable.dev clone for 80 million. I think many of us are waiting for this bubble to pop(economy will likely pop too)
sunaookami · a month ago
It was barely better than Cursor and they got shafted by Anthropic because of the takeover announcement so nobody really used it anymore because let's face it - Claude Sonnet is just the best coding model. Design-wise the chat panel and autocomplete integration was a bit nicer than in Cursor but not by much. Subscription for Windsurf was/is also 5$ cheaper.
break_the_bank · a month ago
i don't think it was better than or comparable to cursor at all. except for the month prior to the OpenAI Acquisition news where some minor influencers on X were calling it better.

if it was better it would have survived.

manquer · a month ago
Everyone has a niche, Windsurf is the only large provider if you are a Jetbrains shop.

There are some alternatives like continue.dev or Jetbrains own AI offering but no Cursor or Claude Code ( Sonnet 3.7/4) you can get through Jetbrains plugin or others, but Anthropic does not provide support same with cursor.

sschueller · a month ago
Jetbrain's Junie works incredibly well. I much prefer it over cursor's or continue's UI.
lp4x · a month ago
Been using AugmentCode on Jetbrains. By far the best. I tried Junie and Windsurf
agnokapathetic · a month ago
claude code has a Jetbrains plugin which is delightful!
paulbgd · a month ago
Check out sweep. Completely unaffiliated, their only offering is the jetbrains plugin so it gets a lot more focus than windsurf. Only downside is that Claude code is still a better agent, but at least its tab complete is some of the best
rafaelmn · a month ago
GitHub copilot now has agents in jetbrain (not sure about stable - my nightly does).

Jetbrains Junie is supposedly the same thing but no Rider and that's my current project so didn't get into that yet.

Windsurf was just disappointingly bad in intellij (like any other plugin I've tried so far)

c0ff · a month ago
Augment Code is great on JetBrains
Fethbita · a month ago
Windsurf was also used by enterprises because of their on-prem plan. They gutted that after OpenAI acquisition was announced and since then I am sure none of those enterprises that used it will switch to their cloud offering and look for other venues.
vitaflo · a month ago
It’s the modern day dotcom boom and all these agents are the modern day Dreamweaver.
sumedh · a month ago
I was on Windsurf's grandfather $10 per month plan, it was really good during the Sonnet 3.5 and 3.7 days

I am still a paid subscriber but most of my usage is claude code now becaue Windsurf does not Sonnet 4 included in their plan.

physicles · a month ago
I used it for about six weeks in the spring, at which point I tried cursor and found out that it was far better for my use case (backend Go): better and faster autocomplete that can work across files, less buggy UI, and it actually follows your rules.

I’m not bothered by this news — it’d be pretty shortsighted to assume that any of these disposable AI assistants will continue to exist forever.

iammrpayments · a month ago
The first time they hit the news, I’ve tried to open their website to see what it was all about and it froze my phone lol
raincole · a month ago
Well I use Windsurf. It's a good alternative to GitHub Copilot. The free tier is on par with Copilot's paid plan.

...which no one talks about anymore. Okay I guess you have a point.

cellis · a month ago
Base44 is absolutely not garbage. I’ve tried it and can say it’s as good or better of a vibe-builder than Lovable or Bolt. Have you benchmarked it against the competition or can you otherwise substantiate the “garbage” claim? FWIW I do know one amazing engineer using Windsurf
asdev · a month ago
all those projects are garbage and just create half bake prototypes that never see the light of day

Dead Comment