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!…
Curious - how did moving from iTerm2 to Ghostty help? I currently use iTerm2 and have never used Claude Code
OpenAI’s Windsurf deal is off, and Windsurf’s CEO is going to Google
601–610 of 712 posts
Re: OpenAI’s Windsurf deal is off, and Windsurf’s CEO is going to Google
#602Earlier quoted context omitted.
I don’t review every single line that AI generates. I glance over the files to see if they meet my standards, prompt it to rewrite this or that portion, when necessary. Or change it myself. Writing code is the most tedious part, not reviewing.
oh gotcha. you are a solo dev on the work you are doing. makes sense.
Re: OpenAI’s Windsurf deal is off, and Windsurf’s CEO is going to Google
#603Re: OpenAI’s Windsurf deal is off, and Windsurf’s CEO is going to Google
#604Earlier quoted context omitted.
If they acquire a company they might need approval due to anti-trust. If the people instead just quit their jobs and start working at Google … nothing to see here.
And everyone who didn't get a Google employee badge agreed because "x%" was big enough?
Re: OpenAI’s Windsurf deal is off, and Windsurf’s CEO is going to Google
#605Earlier quoted context omitted.
I am curious what kind of code development you are doing with so many subscriptions? Are you doing front end backend full stack or model development itself? Are you destilling models for training your own? I have never heard someone using so much subscription? Is this for your full time job or startup? Why not use qwen or deep seek and host it yourself? I am impressed with what you are doing.
I’m a founder/CTO of an enterprise SaaS, and I code everything from data modeling, to algos, backend integrations, frontend architecture, UI widgets, etc. All in TypeScript, which is perfectly suited to LLMs because we can fit the types and repo map into context without loading all code. As to “why”: I’ve been coding for 25 years, and LLMs is the first technology that has a non-linear impact on my output. It’s simult…
Re: OpenAI’s Windsurf deal is off, and Windsurf’s CEO is going to Google
#606Earlier quoted context omitted.
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.
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.
Not sure how you can claim this when:
1. It is still very much alive, and
2. The whole point GP is making is that what made it better got stripped from it because of the acquisition announcement
Re: OpenAI’s Windsurf deal is off, and Windsurf’s CEO is going to Google
#607IMO 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…
> - 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.
Re: OpenAI’s Windsurf deal is off, and Windsurf’s CEO is going to Google
#608IMO 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…
The Microsoft investments in both VSCode and GitHub are looking incredibly prescient.
Re: OpenAI’s Windsurf deal is off, and Windsurf’s CEO is going to Google
#609IMO 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…
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 ne…