The answer is, they didn't end up on that side. Copyright infringement does not involve merely using a copyrighted work. Copyright infringement involves copying part of a work's copyrightable expression into another Thing (for lack of a better word).
In the US, if no part of the Thing is substantially similar [1] to any part of the original work's expression, then the Thing does not infringe on the original work's copyright. The EFF's "side" is that in such cases, there is no categorical obligation to add/include copyright management information (CMI) of the original work to the Thing, and it makes no legal sense to argue that the CMI was "removed" from the Thing. Not every LLM output contains expression substantially similar to any particular copyrightable expression in the training set. Whether LLM output infringes copyright can be different on a case-by-case basis.
> "it is ok to strip out my copyright string from my code"?
No, if part of the output (whether human output or LLM output) is substantially similar to (even an obfuscated or mangled version of) the copyrightable expression in your code.
When the industry favored copyright, it made sure to do clean room implementations of software by competitors. Programmers who had even read a single line were disqualified.
AI reads everything, so it is not a clean room implementation. The EFF knows this of course and still supports the industry (which is now of the side of theft, unless it is distilling).
I’m not sure I fully understand their argument. If you reproduce the copyrighted work, minus the copyright information, the result is exactly the same as just… removing the copyright information. At least in the case of something digital.
Anyone can help clarify why it is seen as a win? I don't really buy the “small developers will be sued by large corporation for years and forced to settle”
Because the EFF is generally not very pro-copyright and certainly, at a minimum, hates the DMCA.
>I don't really buy the “small developers will be sued by large corporation for years and forced to settle”
I (a copyright litigator) don't buy it either.
The entire article is a pro-AI shill piece from start to finish. The EFF now sells out open source.
"The U.S. Court of Appeals for the Ninth Circuit handed internet users and programmers a big win today ..."
I am a programmer and I am not represented by the devious EFF liars. You support stealing my code.
Neither my words nor EFF's words suggested anything like that.
> so it is a derivative work.
Just because one work is derived from or relies on another does not implicate copyright. Copyright is not use-right or rely-right (nor should copyright be expanded to be them). (Contracts such as EULAs can go beyond the scope of copyright and may include use-restrictions.) If there is no substantial similarity (including obfuscated or mangled similarity) between the derivative work and the original work, then the derivative work does not infringe copyright.
> AI reads everything, so it is not a clean room implementation.
Very true, but substantial similarity matters. If there is no substantial similarity between the output and the original work, then an output is not an "implementation" of the original work. When I say output or Thing, I mean the output of an LLM or a human, not the LLM itself. If (if) a particular LLM itself infringes copyright, not every output of the LLM necessarily infringes copyright. If a particular output of an LLM infringes copyright, the LLM itself does not necessarily infringe copyright. (Maybe someone could, with Herculean difficulty, demonstrate that the particular LLM might as well be incapable of producing non-infringing output?)
There's no guarantee that a non-clean-room implementation always constitutes copyright infringement, especially considering that for software in particular the functional aspects are not always separatable from the creative expression. Theoretically, both clean-room and non-clean-room implementations of a very optimized program designed for non-entertainment purposes would be unavoidably substantially similar to the original work. (Related reading: the merger doctrine [1].) Substantial similarity is necessary, but not sufficient, to copyright infringement.
[1] https://en.wikipedia.org/wiki/Idea%E2%80%93expression_distin...
Did they forget that the entirely of GPL is built on the foundation of copyright?