zlacker

[return to "OpenAI reaches agreement to buy Windsurf for $3B"]
1. infect+WT[view] [source] 2025-05-06 12:31:34
>>swyx+(OP)
Windsurf probably sees this as a win. I still think they're behind in some areas, Cursor's Agent feels faster and more responsive but Windsurf nails the rest. The documentation is far better, and the overall developer experience is more solid. Cursor still feels like a hacked-on plug-in in a broken VS Code fork. Even small touches, like built-in Linux install instructions, show Windsurf's polish.
◧◩
2. __jl__+K01[view] [source] 2025-05-06 13:18:30
>>infect+WT
Here are my two cents on cursors versus windsurf approach:

CURSOR shifted to a more agentic approach even for chat requests to reduce input tokens.

Previously, they used the good old RAG pattern with code dumps: Request with user added files -> Retrieval (when Codebase enabled) -> LLM requests with combined context from user and retrieval.

Now they seem to be doing something like this: Request -> LLM with tools to search code base and/or user-added files

I get constant search tool calls even for user-added files. Big reduction in input token but I think performance suffers as well.

WINDSURF is still willing to dump code into the context, which gives them an edge in some cases (presumably at a cost of input tokens).

Windsurf is willing to spent to acquire customers (lower subscription cost, higher expenses for llm calls). Cursor has a huge customer base and is working on making it sustainable by a) reducing costs (see above) and b) increasing revenue (e.g. "Pro" requests for 0.05 with more input and output token).

[go to top]