← Back to context

Comment by bonoboTP

9 hours ago

Copyright protects against reprinting or reproducing the wording and expression, not using the idea expressed in there in novel contexts.

AI reproduces copyrighted work exactly in many cases, so it clearly infringes copyright in this sense

The output of it is also a derivative work, and derivative works also infringe copyright. Its only not a problem if you ignore copyright entirely

Humans are the only entities that get to enjoy special idea-learning-exemptions, not AI

  • Are you a lawyer that has tested this in court, or is this just what you want the reality to be?

    As someone with lots of open source code out there that has likely been used as LLM training data, I'm very sympathetic to this point of view, but that doesn't seem to be the legal reality. Much of this has not been fully tested in court, but it seems likely that LLM training is not copyright infringement, as long as the training material itself was acquired legally.

    • I mean, its theoretically possible that a court might rule that if an LLM outputs an exact or lightly modified piece of copyrighted work, that it won't be copyright encumbered. We'll end up in a situation where copyright doesn't exist anymore, because you can always claim that its been laundered through an AI. This seems terribly unlikely to me, because 1:1 transformations (eg copying an image into memory) are already established to count as making a copy for legal purposes, there's strong precedent around piracy

      There's also been court cases where material has been found to be infringingly used, eg song lyrics, so the case where copyright ceases to exist doesn't seem to be coming through yet, thankfully. It'd be the most staggering upheaval of copyright of all time if this doesn't turn out to be true

  • The verbatim reproduction is clearly a red herring and not the main use case. Nobody reads novels (or science papers) by prompting ChatGPT to give the next paragraph.

    Derivative work or transformative? It's not the same.

    • AI code generation often outputs exact copies of code that exists in the wild. I've seen it output chunks from research papers unprompted as well, its a big problem, or blending two papers together in a salad

      AI works also clearly aren't transformative in many cases. If you ask it a question about a paper, it'll quote bits of the paper at you. That serves as an exact substitute of the original work. If you ask it for song lyrics, or information about the news, its content is a direct substitute for the original source it was trained on. This clearly does not fall under a transformative use case

      You could argue that some uses of it are transformative, but even then - its easy to find some piece of training data in the source code that the output work supersedes. By its very nature it does not have the capacity to genuinely invent under the law (as it is not human), and a prompt isn't a significant enough part of the processing to count here

      5 replies →

  • Can you point me to the statute that makes it ok for humans to learn from copyrighted work, but forbids AI? I’ll wait.

  • > The output of it is also a derivative work,

    A short session is just retrieval, a long session is always unique. The more the user writes the more it diverges from any content in the dataset.