> Indeed, last year GitHub was said to have tuned its programming assistant to generate slight variations of ingested training code to prevent its output from being accused of being an exact copy of licensed software. If I, a human, were to: 1. Carefully read and memorize some copyrighted code. 2. Produce new code that is textually identical to that. But in the process of typing it up, I randomly mechanically tweak a…
From the article: > The most recently dismissed claims were fairly important, with one pertaining to infringement under the Digital Millennium Copyright Act (DMCA), section 1202(b), which basically says you shouldn't remove without permission crucial "copyright management" information, such as in this context who wrote the code and the terms of use, as licenses tend to dictate. > It was argued in the class-action sui…
Judge dismisses DMCA copyright claim in GitHub Copilot suit
321–330 of 505 posts
Re: Judge dismisses DMCA copyright claim in GitHub Copilot suit
#322Earlier quoted context omitted.
You might not get your ass kicked. Copyright doesn't protect function, to the point where the court will assess the degree to which the style of the code can be separated from the function. In the even that they aren't separable, the code is not copyrightable. https://www.wardandsmith.com/articles/supreme-court-announce... https://easlerlaw.com/software-computer-code-copyrighted#:~:...
US copyright does protect for "substantial similarity" [0]. And at the other end of the spectrum, this has been abused in absurd ways to argue that substantially different code has infringed. In Zenimax vs Oculus they basically argued that a bunch of really abstract yet entirely generic parts of the code were shared, we are talking some nested for loops, certain combinations of if statements, and due to a lack of a q…
Re: Judge dismisses DMCA copyright claim in GitHub Copilot suit
#323Earlier quoted context omitted.
Copyright has utterly failed to serve that purpose for a long time, and has been actively counterproductive. But if you want to argue that copyright is counterproductive, I completely agree. That's an argument for reducing or eliminating it across the board, fairly, for everyone; it's not an argument for giving a free pass to AI training while still enforcing it on everyone else .
Without copyright, entire industries would've been dead a long time ago, including many movies, games, books, tv, music, etc. Just because their lobbies tend to push the boundary of copyright into the absurd doesn't mean these industries aren't worth saving. There should be actually respectful lawmakers who seek for a balance of public and commercial interests.
- Big Corps that buy IP
- Patent Trolls
- Companies that fuck over artists
Re: Judge dismisses DMCA copyright claim in GitHub Copilot suit
#324Earlier quoted context omitted.
> Without copyright, entire industries would've been dead a long time ago, including many movies, games, books, tv, music, etc. Citation needed. There are many ways to make money from producing content other than restricting how copies of it can be distributed. The owner should be able to choose copyright as a means of control, but that doesn't mean nobody would create any content at all without copyright as a means…
There's nothing preventing people from producing works and releasing them without copyright restriction. If that were a more sustainable model, it would be happening far more often. As it is now, especially in the creative fields (which I am most knowledgeable about), the current system has allowed for a incredible flourishing of creation, which you'd have to be pretty daft to deny.
Re: Judge dismisses DMCA copyright claim in GitHub Copilot suit
#325> Indeed, last year GitHub was said to have tuned its programming assistant to generate slight variations of ingested training code to prevent its output from being accused of being an exact copy of licensed software. If I, a human, were to: 1. Carefully read and memorize some copyrighted code. 2. Produce new code that is textually identical to that. But in the process of typing it up, I randomly mechanically tweak a…
If you tell a programmer to implement a function foo(a, b) then there are actually only a tiny number of ways to do that, semantically speaking, for any given foo. The number of options narrows quickly as the programmer implementing it gets more competent. Choosing function signatures is an art form but after that "copying" is hard to judge.
I'd argue there are infinite ways to implement any function, just almost all of them are extremely bad.
Re: Judge dismisses DMCA copyright claim in GitHub Copilot suit
#326> Indeed, last year GitHub was said to have tuned its programming assistant to generate slight variations of ingested training code to prevent its output from being accused of being an exact copy of licensed software. If I, a human, were to: 1. Carefully read and memorize some copyrighted code. 2. Produce new code that is textually identical to that. But in the process of typing it up, I randomly mechanically tweak a…
Re: Judge dismisses DMCA copyright claim in GitHub Copilot suit
#327Earlier quoted context omitted.
You can't copyright a mathematical operation. Only a particular implementation of it, and even then it may not be copyrightable if its a straightforward and obvious implementation. That said the implementation doesn't appear to be totally trivial and copilot apparently even copies the comments which are almost certainly copyrightable in themselves. https://x.com/StefanKarpinski/status/1410971061181681674 https://gith…
> You can't copyright a mathematical operation. i agree from a philosophical pov, but this is clearly not the case in law. https://en.wikipedia.org/wiki/Illegal_number
https://en.wikipedia.org/wiki/Abstraction-Filtration-Compari...
Re: Judge dismisses DMCA copyright claim in GitHub Copilot suit
#328This is pretty interesting, and I have conflicted feelings about the (seemingly obvious) outcome of this trial. I wonder, if MS and OpenAI win, does that mean it will be legal for anyone to take the leaked source code for a proprietary product, train an LLM on it, and then ask the LLM to emit a version of it that is different enough to avoid copyright infringement? That would be quite the double-edged sword for propr…
A Wine fork built using an LLM trained on leaked Windows code might be pretty useful.
Re: Judge dismisses DMCA copyright claim in GitHub Copilot suit
#329Earlier quoted context omitted.
It's just pure exploitation. You're using the product of someone's work to create a machine that takes away their work.
Why is doing a task with a machine suddenly objectionable when the same task performed by humans is perfectly fine?
Scale matters, and the scale that computers/these AIs operate under are absurd compared to a person doing it manually.