Live data from Hacker News

OpenAI reaches agreement to buy Windsurf for $3B

bloomberg.com

81–90 of 604 posts

Re: OpenAI reaches agreement to buy Windsurf for $3B

#81

Windsurf and Cursor feel like temporary stopgaps, products of a narrow window in time before the landscape shifts again. Microsoft has clearly taken notice. They're already starting to lock down the upstream VSCode codebase, as seen with recent changes to the C/C++ extension [0]. It's not hard to imagine that future features like TypeScript 7.0 might be limited or even withheld from forks entirely. At the same time,…

Microsoft is slow af for a company that size. Maybe yeah, they are slow because of that size. Don’t bet on them out accelerating a startup, the evidence so far in the past year is that they will stay a year behind every year

Re: OpenAI reaches agreement to buy Windsurf for $3B

#82

Windsurf and Cursor feel like temporary stopgaps, products of a narrow window in time before the landscape shifts again. Microsoft has clearly taken notice. They're already starting to lock down the upstream VSCode codebase, as seen with recent changes to the C/C++ extension [0]. It's not hard to imagine that future features like TypeScript 7.0 might be limited or even withheld from forks entirely. At the same time,…

I mean, the fact that OpenAI, at the bleeding edge of it all, has decided to buy an IDE is a rather strong hint that the future of agents handling entire engineering tickets might be further out than many believe. If autonomous agents were just around the corner, then why wouldn't OpenAI bet on their own Codex product obviating (most) need for an IDE and save themselves the $3 billion?

This is a good point. It is already the case that unless you deeply review every Windsurf change you will have zero understanding of your codebase. If it gets 1000X better in the next 3 years why would anyone look at code at all?

Of course, back to reality. Today, at least in my workflow, I use / like Windsurf but it is a small part of what I am doing. For any code I want to keep I mostly write it by hand (using vim for a very bare-bones / cognitive mode experience). For me, the real flow state occurs in vim while ChatGPT and Windsurf are great for exploration.

Re: OpenAI reaches agreement to buy Windsurf for $3B

#83
post #79

Earlier quoted context omitted.

GitHub has been failing upward for more than 5 years. They could have totally dominated software development and security - failed. Could have been the undisputed champion of code hosting - failed. Should have dominated development co-pilots - failed. I actually find it a little reassuring that they can't seem to get out of their own way.

They're not the champion of code hosting?

They were before they got acquired by Microsoft.

The fact that they are is not the results of the Microsoft takeover.

Re: OpenAI reaches agreement to buy Windsurf for $3B

#84
post #34

From a customer point of view it makes sense to pay a fixed monthly price for both chat and coding, instead of having two separate subscriptions.

Question: has there been any announcements of bundling Windsurf with the ChatGPT $20/month package? (I could not access the linked article)

Re: OpenAI reaches agreement to buy Windsurf for $3B

#85

Windsurf and Cursor feel like temporary stopgaps, products of a narrow window in time before the landscape shifts again. Microsoft has clearly taken notice. They're already starting to lock down the upstream VSCode codebase, as seen with recent changes to the C/C++ extension [0]. It's not hard to imagine that future features like TypeScript 7.0 might be limited or even withheld from forks entirely. At the same time,…

"riddled with bugs". "incredibly poorly implemented". Man, what are you talking about? Your comment seems based on nothing but what you read online. Have you used Cursor on a daily basis? I have. Every day for six months now. I haven't encountered a single bug that prevent me to work. Moreover, while Microsoft tries to catch up lately, it's still very far behind, especially on the "tab autocompletion" front.

As a counterpoint, I also use cursor as my daily driver and I have been tempted to switch many times because of the endless bugs. Just take a look at their forum.

Re: OpenAI reaches agreement to buy Windsurf for $3B

#87
I need someone to convince me this isn't one of the biggest waste of money on an acquisition. If OpenAI can't build an official IDE for less than 3 Billion then what are they even doing? Windsurf can't have that high of a userbase that you feel the need to pay for it.

Re: OpenAI reaches agreement to buy Windsurf for $3B

#88

Windsurf and Cursor feel like temporary stopgaps, products of a narrow window in time before the landscape shifts again. Microsoft has clearly taken notice. They're already starting to lock down the upstream VSCode codebase, as seen with recent changes to the C/C++ extension [0]. It's not hard to imagine that future features like TypeScript 7.0 might be limited or even withheld from forks entirely. At the same time,…

"riddled with bugs". "incredibly poorly implemented". Man, what are you talking about? Your comment seems based on nothing but what you read online. Have you used Cursor on a daily basis? I have. Every day for six months now. I haven't encountered a single bug that prevent me to work. Moreover, while Microsoft tries to catch up lately, it's still very far behind, especially on the "tab autocompletion" front.

I've tried both Cursor and VS Code with AI in the agent/edit mode. They both seem similar enough. Is there another mode I haven't found where Cursor has a distinct advantage? If so, I'd like to try it.

I gave up on Cursor because my trial ran out, while VS Code with Copilot doesn't seem to charge me anything.

Re: OpenAI reaches agreement to buy Windsurf for $3B

#89
- A $3B signal that OpenAI is unable to do product

- AI assisted coding is mostly about managing the context and knowing what to put in the context to avoid confusion and dumb mistakes, it's not about the UI.

- This signals that OpenAI believes that highly effective coding assistant LLMs will become a commodity / open source and so UI / tooling lock-in is a good investment.

Re: OpenAI reaches agreement to buy Windsurf for $3B

#90
post #57

Windsurf and Cursor feel like temporary stopgaps, products of a narrow window in time before the landscape shifts again. Microsoft has clearly taken notice. They're already starting to lock down the upstream VSCode codebase, as seen with recent changes to the C/C++ extension [0]. It's not hard to imagine that future features like TypeScript 7.0 might be limited or even withheld from forks entirely. At the same time,…

For someone that never used windsurf, what features does it have that GitHub copilot does not? Reading their webpages I didn't spot any "killer feature" that would convince me to switch. I always felt that cursor and windsurf should be just extension to vscode instead of a fork. Was there some missing functionality is vscode that was missing? Is it still missing? There are some extensions that work in this way and al…

The differentiator of Cursor is it’s way smarter at basic code completion than GitHub Copilot. I pay for Cursor instead of GitHub Copilot even though I get the latter for free from open source contributions, and I made that decision after five minutes of usage after using Copilot for what, more than a year? I won’t even talk about how Cursor guesses where I’m going to edit next and makes the correct edit most of the time, just the fact that Copliot makes completions that result in unbalanced parentheses/braces all the time and Cursor doesn’t makes the switch a no-brainer; that’s not even a fucking AI problem, you just need to look around and see that function you just completed already has a closing curly brace, all it takes is some traditional AST analysis if your model is dumb. (Copilot made zero progress on that issue during my time using it, but I can’t say if that was fixed after I ditched it.)
Post reply on HN