Live data from Hacker News

An update to our pricing

windsurf.com

91–98 of 98 posts

Re: An update to our pricing

#91
post #32
post #6

> To train, develop, and improve the artificial intelligence, machine learning, and models that we use to support our Services. We may use your Log and Usage Information and Prompts and Outputs Information for this purpose. https://windsurf.com/privacy-policy Am I the only one bothered by this? Same with Gemini Advanced (paid) training on your prompts. It feels like I’m paying with money, but also handing over my ent…

Oh, that's not great. Cursor has a privacy mode where you can avoid this. >If you enable "Privacy Mode" in Cursor's settings: zero data retention will be enabled, and none of your code will ever be stored or trained on by us or any third-party. https://www.cursor.com/privacy

Important notice: this is off by default, if you use cursor consider activating this option.

Re: An update to our pricing

#92
post #32
post #6

> To train, develop, and improve the artificial intelligence, machine learning, and models that we use to support our Services. We may use your Log and Usage Information and Prompts and Outputs Information for this purpose. https://windsurf.com/privacy-policy Am I the only one bothered by this? Same with Gemini Advanced (paid) training on your prompts. It feels like I’m paying with money, but also handing over my ent…

Oh, that's not great. Cursor has a privacy mode where you can avoid this. >If you enable "Privacy Mode" in Cursor's settings: zero data retention will be enabled, and none of your code will ever be stored or trained on by us or any third-party. https://www.cursor.com/privacy

this kind of flag is the trust me bro we hear since forever

Re: An update to our pricing

#93
post #84
post #74

Earlier quoted context omitted.

> The plans aren't the right size for professional work I think there is a fundamental pricing misalignment between products that seek to do professional work being sold to people who want them to help with professional work. Another way: their pricing will likely make much more sense for a person whose coding skill is closer to zero (& who doesn't want to learn) than it will for a person who is looking for an AI ass…

For me it felt the opposite: pricing works for software engineers that carefully validate every line of code, that will ask for test and documentation. It doesn’t work for vibe coding where the user will just trial and error code generation until it works. You’re running through credits much faster this way.

For me, it feels like because I'm asking for the change, and the tests to pass and the types to pass pyright and ect, that the agent spends more cycles on a change then someone who didn't code would.

Re: An update to our pricing

#94

I tried Windsurf for the first time last week, and I had pretty mixed results. On the positive side, sometimes the tool would figure out exactly what I was doing, and it truly helped me. This was especially the case when when performing a repetitive action, like renaming something, or making the same change across multiple related files. Most of the time though, it just got in the way. I'd press tab to indent a line,…

For renaming things: I have much more confidence in "traditional" IDE intellisense than LLMs, since they know exactly which ones to change, and never hallucinate and change irrelevant ones (worst cases are variables that have the same name, but point to different variables aka different addresses due to scoping/different functions).

Re: An update to our pricing

#95
post #83

Earlier quoted context omitted.

It seems most people aren’t worried about handing their code over to LLMs. Why is that? Isn’t there a concern that they will just train on your code? What if you’re trying to build a business, is there a fear that your idea or implementation will just get stolen or absorbed into the LLM and spit out into someone else’s code base? Or do people just not care anymore because code is so trivial to generate that it’s not…

Most llms have a privacy mode, including windsurf, that state they don’t use your input for training. But I think your last sentence is key, code is hardly ever so unique that it’s super valuable by itself. Ideas can be copied easily. For most software, it’s the whole package: really tackling the user problem, with the best user experience, with the right pricing, training, enablement, support, roadmap, community, ne…

Thanks that makes sense!

Re: An update to our pricing

#96
post #84
post #74

Earlier quoted context omitted.

> The plans aren't the right size for professional work I think there is a fundamental pricing misalignment between products that seek to do professional work being sold to people who want them to help with professional work. Another way: their pricing will likely make much more sense for a person whose coding skill is closer to zero (& who doesn't want to learn) than it will for a person who is looking for an AI ass…

For me it felt the opposite: pricing works for software engineers that carefully validate every line of code, that will ask for test and documentation. It doesn’t work for vibe coding where the user will just trial and error code generation until it works. You’re running through credits much faster this way.

I guess what I am saying is the pricing is high for the person sitting at the keyboard but low for the person signing the payroll checks (because it's cheaper than an engineer). At least, that's the direction of things.

Re: An update to our pricing

#97

Earlier quoted context omitted.

It depends. For a class or a function, yes, I copy and paste. When I want a review of a larger project I am working on (2500 classes), I concatenate the chunks of the codebase into a .txt file and upload it to Gemini. Then we go over it. I've even uploaded the entire codebase and asked it to write documentation and it did an excellent job providing a framework for me.

It seems most people aren’t worried about handing their code over to LLMs. Why is that? Isn’t there a concern that they will just train on your code? What if you’re trying to build a business, is there a fear that your idea or implementation will just get stolen or absorbed into the LLM and spit out into someone else’s code base? Or do people just not care anymore because code is so trivial to generate that it’s not…

In my case, the code is public facing.

Re: An update to our pricing

#98

Earlier quoted context omitted.

It depends. For a class or a function, yes, I copy and paste. When I want a review of a larger project I am working on (2500 classes), I concatenate the chunks of the codebase into a .txt file and upload it to Gemini. Then we go over it. I've even uploaded the entire codebase and asked it to write documentation and it did an excellent job providing a framework for me.

"concatenate the chunks of the codebase into a .txt file" I think simonw has a tool that also does something like this? Edit- found it: https://github.com/simonw/files-to-prompt

I rolled my own, but it's exactly this.
Post reply on HN