6 ms·
> "In its IPO filing, the company had said Cursor's access to developers' data, including coding requests and design decisions, could help improve its AI models
by davebren 3mo ago
> "In its IPO filing, the company had said Cursor's access to developers' data, including coding requests and design decisions, could help improve its AI models such as Grok."
They're all stealing your IP and selling it back to your competitors in the form of tokens.
- not_a_bot_4sho 3mo agoNo one is stealing anything here. Cursor users are willfully providing it by using their product. Not unlike uploading a personal photo or video to social media -- that's not yours anymore. You gave all rights away when you put it on their servers.
- hk__2 3mo ago> Not unlike uploading a personal photo or video to social media -- that's not yours anymore. You gave all rights away when you put it on their servers. 99% of users are unaware of that, so it’s false to say they "are willfully providing it".
- davebren 3mo agoDo you think that everyone using it and their employers are aware that they are giving their competition the ability to copy straight from their codebase when they ask it to replicate their product?
- whimsicalism 3mo agomost serious employers have data retention agreements.
- davebren 3mo agoYou trust those?
- whimsicalism 3mo agopresumably they are subject to audits. i work at a tech company that has to deal with data compliance and we take it incredibly seriously and have automated systems tracking, tagging, and deleting data everywhere.
- Ritewut 3mo agoI have worked at several tech companies that deal with data compliance. Most audits are jokes and most of your data is not secure.
- themafia 3mo ago> Not unlike uploading a personal photo or video to social media I've granted them a limited license to use it. > that's not yours anymore. Not by any definition in the contract or in law is this true. > You gave all rights away when you put it on their servers. I gave away some rights. I also got something in return. Attention. And at the end of the day I'm completely entitled to turn around and sell copies of this work for profit. The only thing I can't do is sell an /exclusive/ license because that is no longer available. None of this provides any implication for people who upload code to their own websites. Which these rapacious LLMs bots happily index, sometimes to the extent they actually crush the site, or create unusual costs for the owner. Finally none of these LLM companies tell you where the source came from. Whether it is copyrighted, whether ownership rights are retained, or whether the code can be used publicly or not, and if so, which license it's covered by. You're using the lens of social media contracts to understand something far larger and more important. It's lead you to some bizarre conclusions and huge oversites. What if someone steals my work and then uploads it to facebook and claims it as their own? Do the rights no longer exist because it got uploaded to Meta?
- Rover222 3mo agoQuit posting trashing. This isn't theft.
- davebren 3mo agoIt's not theft in the same way a con artist convinces you to give him all your money. The people using it or their employers just don't realize any competitor will be able to ask the LLM to replicate their product and it will copy the codebase they uploaded to them.
- scrollaway 3mo agoThis isn’t how training works.
- skeptic_ai 3mo agoI think he’s saying let’s say I’m your competitor and I need your code and you happen to use the same llm they will provide me a copy of your code.
- rcxdude 3mo agoYeah, which hasn't been demonstrated in practice at all.
- davebren 3mo agoIt has. LLMs being able to one-shot any higher-order complexity is entirely dependent on it already being in the training data.
- scrollaway 3mo agoIf it has been demonstrated, you're welcome to cite a paper or even study of any kind. Right now, you're just guessing. (I head an AI lab, FYI)
- fastball 3mo agoYes, that is in fact how models get better at coding. Such a ridiculous stance: "I want LLMs to code for me, but I want them to be trained on other people's code, not mine, duh".
- arcticfox 3mo agoI mean, AlphaZero et Al start from zero. I learned writing my own code except for documentation and some textbooks.
- fastball 3mo agoFair point, an AlphaZero of code would be very interesting indeed.
- ThouYS 3mo agoThis is the correct take
- davebren 3mo agoWho are you quoting?
- bel8 3mo agoIt's a common sentiment. An example from few hours ago: https://news.ycombinator.com/item?id=48558954 https://news.ycombinator.com/item?id=48558954 > I have absolutely zero interest in free. I honestly don't think I'm even remotely in the same demographic as people using free tiers / models. I want to pay. I don't want my data used for training... They want to use LLMs trained on others code but don't want to contribute with their own. Not casting judgement, just pointing out.
- davebren 3mo agoI don't really use LLMs myself, but if someone wants to have any kind of software business then having the models trained on their products isn't ideal.
- esalman 3mo agoI work at a 20k-employee company with footprint in tech. A couple of weeks ago a decision was made to not renew Cursor license. This week it was made public and has been greeted with groans. Some employees have been publicly saying how ineffective and unproductive they are going to become due to this decision- which actually strikes me as really naive. Personally I like to use a stable IDE. I used Cursor for a couple of days and then went back to VS Code, largely due to Cursor pushing agentic first approach with V3 update.
- Ritewut 3mo agoMost people are not good at their jobs and IDEs like Cursor let bad SWEs feel more productive because they are committing more code.
- esalman 3mo agoIndeed, according to Cursor leaderboard there were folks committing 200k-300k lines of code every month. And here I am intentionally slowing myself down manually approving every AI generated code change and terminal command.
- preisschild 3mo ago> They're all stealing your IP and selling it back to your competitors in the form of tokens. The users of those tools are stealing too. The model is trained on free software licensed under specific terms and the output of a prompt will strip those licenses and their terms.