by arittr on 5/15/25, 6:47 PM with 62 comments
by resters on 5/16/25, 3:07 PM
- OpenAI is buying WindSurf and probably did diligence on these models before it decided to invest.
- WindSurf may have collected valuable data from it users that is helpful in training a coding-focused AI model. The data would give a 6 month lead to OpenAI which is probably worth the $3B.
- Even if Windsurf's frontier models are not better than other models for coding, if they excel in a few key areas it would justify significant investment in their methodology (see points above).
- There are still areas of coding where even the top frontier models falter that would seemingly be ripe for improvement via more careful training. Notably, making the model better at working within a particular framework and version, programming language version, etc. Also better support for more obscure languages and libraries/versions and the ability to "lock in" on the versions that the developer is using. I've wasted a lot of time trying to convince OpenAI models to use OpenAI's latest Python API -- even when given docs and explicit constraints to use the new API, OpenAI frontier models routinely (incorrectly) update my code to use old API conventions and even methods that have been removed!
Consider that the basic competency of doing a frontier coding model well is likely one of the biggest opportunities in AI right now (second to reasoning and in my opinion tied with image analysis and production). An LLM that can both reason and code accurately could read a chapter in a textbook and code a 3D animation illustrating all of the concepts as a one-shot exercise. We are far from that at present even in OpenAI's best stuff.
by antirez on 5/16/25, 8:56 AM
by firejake308 on 5/15/25, 9:35 PM
by blixt on 5/16/25, 7:12 AM
This data is very valuable if you're trying to create fully automated SWEs, while most foundation model providers have probably been scraping together second hand data to simulate long horizon engineering work. Cursor probably has way more of this data, and I wonder how Microsoft's own Copilot is doing (and how they share this data with the foundation model providers)...
by bluelightning2k on 5/16/25, 9:58 AM
Cynical take: describing yourself as a full stack AI IDE company sounds very invest-able in a "what if they're right" kind of way. They could plausibly ask for higher valuations, etc.
Optimistic take: fine tuning a model for their use-case (incomplete code snippets with a very specific data model of context) should work. Or even has from their claims. It certainly sounds plausible that fine-tuning a frontier model would make it better for their needs. Whether it's reasonable to go beyond fine-tuning and consider pre-training etc. I don't know. If I remember correctly they were a model company before Windsurf, so they have the skillset.
Bonus take: doesn't this mean they're basically training on large-scale gathered user data?
by dyl000 on 5/16/25, 7:15 AM
open source alternative https://huggingface.co/SWE-bench/SWE-agent-LM-32B
though I haven't been able to find a mlx quant that wasn't completely broken.
by aquir on 5/16/25, 8:52 AM
by tianshuo on 5/19/25, 6:48 AM
We are paying for more "manageable" AI agents to get stuff done, not a chaotic "genius-hacker" to hack together quick prototypes.
by infecto on 5/16/25, 12:02 PM