← Back to context

Comment by Oarch

2 months ago

Earlier this year I thought that rare proprietary knowledge and IP was a safe haven from AI, since LLMs can only scrub public data.

Then it dawned on me how many companies are deeply integrating Copilot into their everyday workflows. It's the perfect Trojan Horse.

providers' ToS explicitly states whether or not any data provided is used for training purposes. the usual that i've seen is that while they retain the right to use the data on free tiers, it's almost never the case for paid tiers

  • I bet companies are circumventing this in a way that allows them to derive almost all the benefit from your data, yet makes it very hard to build a case against them.

    For example, in RL, you have a train set, and a test set, which the model never sees, but is used to validate it - why not put proprietary data in the test set?

    I'm pretty sure 99% of ML engineers would say this would constitute training on your data, but this is an argument you could drag out in courts forever.

    Or alternatively - it's easier to ask for forgiveness than permission.

    I've recently had an apocalyptic vision, that one day we'll wake up, an find that AI companies have produced an AI copy of every piece of software in existence - AI Windows, AI Office, AI Photoshop etc.

  • Given the conduct we've seen to date, I'd trust them to follow the letter - but not the spirit - of IP law.

    There may very well be clever techniques that don't require directly training on the users' data. Perhaps generating a parallel paraphrased corpus as they serve user queries - one which they CAN train on legally.

    The amount of value unlocked by stealing practically ~everyone's lunch makes me not want to put that past anyone who's capable of implementing such a technology.

  • I wonder how much wiggle there is for collect now (to provide service, context history, etc), then later anonymise (some how, to some level) and then train on it?

    Also I wonder if the ToS covers "queries & interaction" vs "uploaded data" - I could imagine some tricky language in there that says we wont use your word document, but we may at some time use the queries you put against it, not as raw corpus but as a second layer examining what tools/workflows to expand/exploit.

    • “We don’t train on your data” doesn’t exclude metadata, training on derived datasets via some anonymisation process, etc.

      There’s a range of ways to lie by omission, here, and the major players have established a reputation for being willing to take an expansive view of their legal rights.

Even if they're were doing this (I highly doubt it) so much would be lost to distillation I'm not convinced there would be much that actually got in, apart from perhaps internal codenames or whatever which will be obvious.

  • Well, perhaps this is naive of me from the perspective of not fully understanding the training process. However, at some point, with all available training data having been exhausted, gains with synthetic data exhausted, and a large pool of publicly available AI generated code, at what point is it 'smart' to scrape codebases from what you identify as high quality code based, clean it up to remove identifiers, and use that for training a smaller model?

Ironically (for you), copilot is the one provider that is doing a good job of provably NOT training on user data. The rest are not up to speed on that compliance angle, so many companies ban them (of course, people still use them).

  • Do you have a source for this?

    There are claims all through this thread that “AI companies” are probably doing bad things with enterprise customer data but nobody has provided a single source for the claim.

    This has been a theme on HN. There was a thread a few weeks back where someone confidently claimed up and down the thread that Gemini’s terms of service allowed them to train on your company’s customer data, even though 30 seconds of searching leads to the exact docs that say otherwise. There is a lot of hearsay being spread as fact, but nobody actually linking to ToS or citing sections they’re talking about.

What kind of rare proprietary knowledge?

  • It could be a wide range of things depending on your field: highly particular materials, knowledge or processes that give your products or services a particular edge, and which a company has often incurred high R&D costs to discover.

    Many businesses simply couldn't afford to operate without such an edge.

Using an LLM on data does not ingest that data into the training corpus. LLMs don’t “learn” from the information they operate on, contrary to what a lot of people assume.

None of the mainstream paid services ingest operating data into their training sets. You will find a lot of conspiracy theories claiming that companies are saying one thing but secretly stealing your data, of course.

  • Companies have already shifting from not using customer data to giving them an option to opt out ex:

    “How can I control whether my data is used for model training?

    If you are logged into Copilot with a Microsoft Account or other third-party authentication, you can control whether your conversations are used for training the generative AI models used in Copilot. Opting out will exclude your past, present, and future conversations from being used for training these AI models, unless you choose to opt back in. If you opt out, that change will be reflected throughout our systems within 30 days.” https://support.microsoft.com/en-us/topic/privacy-faq-for-mi...

    At this point suggesting it has never and will her happen is wildly optimistic.

  • > LLMs don’t “learn” from the information they operate on, contrary to what a lot of people assume.

    Nothing is really preventing this though. AI companies have already proven they will ignore copyright and any other legal nuisance so they can train models.

    • They're already using synthetic data generated by LLMs to further train LLMs. Of course they will not hesitate to feed "anonymized" data generated by user interactions. Who's going to stop them? Or even prove that it's happening. These companies have already been allowed to violate copyright and privacy on a historic global scale.

    • > Nothing is really preventing this though

      The enterprise user agreement is preventing this.

      Suggesting that AI companies will uniquely ignore the law or contracts is conspiracy theory thinking.

      2 replies →

  • Information about the way we interact with the data (RLHF) can be used to refine agent behaviour.

    While this isn't used specifically for LLM training, it can involve aggregating insights from customer behaviour.

    • That’s a training step. It requires explicitly collecting the data and using it in the training process.

      Merely using an LLM for inference does not train it on the prompts and data, as many incorrectly assume. There is a surprising lack of understanding of this separation even on technical forums like HN.

      1 reply →

  • If they weren't, then why would enterprise level subscriptions include specific terms stating that they don't train on user provided data? There's no reason to believe that they don't, and if they don't now then there's no reason to believe that they won't later whenever it suits them.

    • > then why would enterprise level subscriptions include specific terms stating that they don't train on user provided data?

      What? That’s literally my point: Enterprise agreements aren’t training on the data of their enterprise customers like the parent commenter claimed.

  • Just read the ToS of the LLM products please

    • This is so naive. The ToS permits paraphrasing of user conversations, by not excluding it, and then training on THAT. You’d never be able to definitively connected paraphrased data to yours, especially if they only train on paraphrased data that covers frequent, as opposed to rare, topics.

      2 replies →

  • > You will find a lot of conspiracy theories claiming that companies are saying one thing but secretly stealing your data, of course.

    It's not really a conspiracy when we have multiple examples of high profile companies doing exactly this. And it keeps happening. Granted I'm unaware of cases of this occuring currently with professional AI services but it's basic security 101 that you should never let anything even have the remote opportunity to ingest data unless you don't care about the data.

    • > never let anything even have the remote opportunity to ingest data unless you don't care about the data

      This is objectively untrue? Giants swaths of enterprise software is based on establishing trust with approved vendors and systems.

    • > It's not really a conspiracy when we have multiple examples of high profile companies doing exactly this.

      Do you have any citations or sources for this at all?

  • Wrong, buddy.

    Many of the top AI services use human feedback to continuously apply "reinforcement learning" after the initial deployment of a pre-trained model.

    https://en.wikipedia.org/wiki/Reinforcement_learning_from_hu...

    • RLHF is a training step.

      Inference (what happens when you use an LLM as a customer) is separate from training.

      Inference and training are separate processes. Using an LLM doesn’t train it. That’s not what RLHF means.

      1 reply →

  • [flagged]

    • >Ah yes, blindly trusting the corpo fascists that stole the entire creative output of humanity to stop now.

      Stealing implies the thing is gone, no longer accessible to the owner.

      People aren't protected from copying in the same way. There are lots of valid exclusions, and building new non competing tools is a very common exclusion.

      The big issue with the OpenAI case, is that they didn't pay for the books. Scanning them and using them for training is very much likely to be protected. Similar case with the old Nintendo bootloader.

      The "Corpo Fascists" are buoyed by your support for the IP laws that have thus far supported them. If anything, to be less "Corpo Fascist" we would want more people to have more access to more data. Mankind collectively owns the creative output of Humanity, and should be able to use it to make derivative works.

      5 replies →