Earlier quoted context omitted.
Is the case for using Claude Code much weaker now that Gemini CLI is out?
no. CC is not just a cli. Its cli + their pro/max plan. gemini cli is very expensive.
OpenAI’s Windsurf deal is off, and Windsurf’s CEO is going to Google
511–520 of 712 posts
Re: OpenAI’s Windsurf deal is off, and Windsurf’s CEO is going to Google
#512Earlier quoted context omitted.
No one ever shares their great and shipped products. AI built slop is for generating hype not revenue or users.
Man, who sucked the joy out of your life. Just try the damn thing. I have the staunchest anti-hypsters in my org and even they are using these tools heavily now. I build most of not all of my stuff for work, and I ain't sharing that. It's no panacea, but is there something to be had there? Abso-fucking-lutley. All of this would have been complete scifi at the beginning of this decade.
Re: OpenAI’s Windsurf deal is off, and Windsurf’s CEO is going to Google
#513Re: OpenAI’s Windsurf deal is off, and Windsurf’s CEO is going to Google
#514Earlier quoted context omitted.
Pretty easy to hit $100 an hour using Opus on API credits. The model providers are heavily subsidized, the datacenters appear to be too. If you look at the Coreweave stuff and the private datacenters it starts looking like the telecom bubble. Even Meta is looking to finance datacenter expansion - https://www.reuters.com/business/meta-seeks-29-billion-priva... The reason they are talking about building new nuclear pow…
> Pretty easy to hit $100 an hour I don’t see how that can be true, but if it is… Either you, or I are definitely use Claude Code incorrectly.
Re: OpenAI’s Windsurf deal is off, and Windsurf’s CEO is going to Google
#515Earlier quoted context omitted.
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.
> Do nothing investors who enabled the company to reach this point? Were you under the impression that venture capital is anything more than rent-seeking?
Re: OpenAI’s Windsurf deal is off, and Windsurf’s CEO is going to Google
#516Earlier quoted context omitted.
Pretty easy to hit $100 an hour using Opus on API credits. The model providers are heavily subsidized, the datacenters appear to be too. If you look at the Coreweave stuff and the private datacenters it starts looking like the telecom bubble. Even Meta is looking to finance datacenter expansion - https://www.reuters.com/business/meta-seeks-29-billion-priva... The reason they are talking about building new nuclear pow…
Your excellent comments make me grateful that I am retired and just work part time on my own research and learning. I believe you when you say professional developers will need large inference compute budgets. Probably because I am an old man, but I don’t personally vibe with full time AI assistant use, rather I will use the best models available for brief periods on specific problems. Ironically, when I do use the b…
There are a lot of parts in the near term to dislike here, especially the consequences for privacy, adtech, energy use. I do have concerns that the greatest pitfalls in the short terms are being ignored while other uncertainties are being exaggerated. (I've been warning on deep learning model use for recommendation engines for years, and only a sliver of people seem to have picked up on that one, for example.)
On the other hand, if good enough models can run locally, humans can end up with a lot more autonomy and choice with their software and operating systems than they have today. The most powerful models might run on supercomputers and just be solving the really big science problems. There is a lot of fantastic software out there that does not improve by throwing infinite resources at it.
Another consideration is while the big tech firms are spending (what will likely approach) hundreds of billions of dollars in a race to "AGI", what matters to those same companies even more than winning is making sure that the winner isn't a winner takes all. In that case, hopefully the outcome looks more like open source.
Re: OpenAI’s Windsurf deal is off, and Windsurf’s CEO is going to Google
#517Earlier quoted context omitted.
no. CC is not just a cli. Its cli + their pro/max plan. gemini cli is very expensive.
Wait a minute, have you often run out of the gemini cli free daily quota? Their free quota is very generous because they are trying to get market/mind share.
And even switching is not smooth either. for me when the switch happens it just get stuck sitting there so i have to restart cli.
Re: OpenAI’s Windsurf deal is off, and Windsurf’s CEO is going to Google
#518Earlier quoted context omitted.
flip-flopping on pricing has led users to feel nickel-and-dimed i like cursor fine, but check out the forum/subreddit to see people talking like addicts, pissed their fix is getting more expensive i think this aggressive reaction is more pronounced for non-programmers who are making things for the first time. they tasted a new power and they don't want it taken away.
That's where the real test lies for Cursor and programming LLMs. Will users feel that a $200 subscription is worth it or not?
IOW, the market will slowly but surely drive the labour rate for programming down to the cost of the cheapest coding agent.
So, sure, boasting about a 10x speedo on boilerplate has good metrics, but let's not delude ourselves that programmers are going to be paid enough to afford the $200/m coding agent in the future.
Re: OpenAI’s Windsurf deal is off, and Windsurf’s CEO is going to Google
#519Earlier quoted context omitted.
Claude Code with a Claude subscription is the cheap version for current SOTA. "Agentic" workflows burn through tokens like there's no tomorrow, and the new Opus model is so expensive per-token that the Max plan pays itself back in one or two days of moderate usage. When people reports their Claude Code sessions costing $100+ per day , I read that as the API price equivalent - it makes no sense to actually "pay as you…
>less time spent fighting with and cleaning up after the AI. I've yet to use anything but copilot in vscode, which is 1/2 the time helpful, and 1/2 wasting my time. For me it's almost break-even, if I don't count the frustration it causes. I've been reading all these AI-related comment sections and none of it is convincing me there is really anything better out there. AI seems like break-even at best, but usually it'…
So I vibe coded it. I was extremely specific about how the back end should operate and pretty vague about the UI, and basically everything worked.
But there were a few things about this one: first, it was just a prototype. I wanted to kick around some ideas quickly, and I didn't care at all about code quality. Second, I already knew exactly how to do the hard parts in the back end, so part of the prompt input was the architecture and mechanism that I wanted.
But it spat out that html app way way faster than I could have.
Re: OpenAI’s Windsurf deal is off, and Windsurf’s CEO is going to Google
#520Earlier quoted context omitted.
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.
Using cline for a bit made me realize cursor was doomed. Everything is just a gpt/anthropic wrapper of fancy prompts. I can do most of what I want with cline, and I've gone back from large changes to just small changes and been moving much quicker. Large refactors/changes start to deviate from what you actually want to accomplish unless you have written a dissertation, and even then they fail.
I find just referencing this file over and over works wonders and it respects items that were already checked off really well.
I can get a lot done really fast this way in small enough chunks so i know every bit of code and how it works (tweaking manually of course where needed).
But I can blow through some tickets way faster than before this way.