Earlier quoted context omitted.
The common practice in copyright cases is to calculate damages based on the theoretical cost that the infringer would have paid if they have bought the rights in the first place. This method was used during the piratebay case to calculate damages caused by the sites founders. They did not actually calculate damages in terms of lost movie tickets or estimates vs actually sales number of sold game copies. When it came…
The one thing we can say with complete certainty is that most programmers who had their code used without permission will not receive very much money at all if this class action lawsuit is decided in their favor.
We've filed a lawsuit against GitHub Copilot
291–300 of 824 posts
Re: We've filed a lawsuit against GitHub Copilot
#292As celestialcheese says [1], it seems like a manufactured case for the purpose of furthering someone's legal career rather than seeking remittance for any violations made by Copilot. But I like to put on my conspiracy hat from time to time, and right now is one such time, so let's begin... Though the motivations behind this case are uncertain, what is certain is that this case will establish a precedent. As we know,…
Re: We've filed a lawsuit against GitHub Copilot
#293I'm kinda sceptical that this goes anywhere given that basically they say that whatever copilot outputs is your responsibility to vet that it doesn't break any copyright (obviously that goes against the promise of it and the PR but that's the small print that gets them out of trouble).
Re: We've filed a lawsuit against GitHub Copilot
#294Re: We've filed a lawsuit against GitHub Copilot
#295I'm not confident in this stance - sharing it to have a conversation. Hopefully some folks can help me think through this! The value of copyleft licenses, for me, was that we were fighting back against the notion of copyright. That you couldn't sell me a product that I wasn't allowed to modify and share my modifications back with others. The right to modify and redistribute transitively though the software license ga…
Some source code might be published but not open source licensed. At least some such code has been taken with complete disregard of their licenses and/or other legal protections, and it's impossible to find and properly map out any similar violations for the purposes of a legal response.
Re: We've filed a lawsuit against GitHub Copilot
#296I'm not confident in this stance - sharing it to have a conversation. Hopefully some folks can help me think through this! The value of copyleft licenses, for me, was that we were fighting back against the notion of copyright. That you couldn't sell me a product that I wasn't allowed to modify and share my modifications back with others. The right to modify and redistribute transitively though the software license ga…
It looks like you're missing the entire purpose of copyleft vs public domain. The point is that copyleft source code cannot be used to improve proprietary software. That limitation is enforced with copyright. Proprietary software is closed source. You can't train your NN on it, because you can't read it in the first place. If someone takes your open source code and incorporates it into their proprietary software, the…
Sure, there would be software with code not published, but if it was ever leaked which it often is, you could do whatever you want with it.
But in a world where copyright does exist, copyleft is a tool to fight back.
Re: We've filed a lawsuit against GitHub Copilot
#297I’m not a lawyer, but here is why I believe a class action lawsuit is correct; “AI” is just fancy speak for “complex math program”. If I make a program that’s simply given an arbitrary input then, thought math operations, outputs Microsoft copyright code, am I in the clear just because it’s “AI”? I think they would sue the heck out of me if I did that, and I believe the opposite should be true as well. I’m sure my ow…
Re: We've filed a lawsuit against GitHub Copilot
#298Earlier quoted context omitted.
The common practice in copyright cases is to calculate damages based on the theoretical cost that the infringer would have paid if they have bought the rights in the first place. This method was used during the piratebay case to calculate damages caused by the sites founders. They did not actually calculate damages in terms of lost movie tickets or estimates vs actually sales number of sold game copies. When it came…
The one thing we can say with complete certainty is that most programmers who had their code used without permission will not receive very much money at all if this class action lawsuit is decided in their favor.
If "I took your code and trained an AI that then generated your code" is a legal defense, the GPL and similar licenses all become moot.
Re: We've filed a lawsuit against GitHub Copilot
#299I am not against this lawsuit but I'm against the implications of this because it can lead to disastrous laws. A programmer can read available but not oss licensed code and learn from it. Thats fair use. If a machine does it, is it wrong ? What is the line between copying and machine learning ? Where does overfitting come in ? Today they're filing a lawsuit against copilot. Tomorrow it will be against stable diffusio…
Wine literally bans contributions from anyone that has seen Microsoft Windows source code: https://wiki.winehq.org/Developer_FAQ#Who_can.27t_contribute...
Forbidding people who have seen the "source" programm is most likely to protect their version from going from "matching behaviour" to "behaving like", as in the same code, point. This might also be intended to build a safeguard for good intentioned developers to not break their (most likely existing) own NDAs accidently.
Re: We've filed a lawsuit against GitHub Copilot
#300Earlier quoted context omitted.
Saying "it's your responsibility to not breach licenses or violate copyright" doesn't absolve your service from breaching licenses and violating copyright itself.
Yet we all use web browsers that copy copyrighted text from buffer to buffer all the time. This doesn't even include all of the copying that ISPs perform. It might be fair to say that the read performed in training has the same character since no human is involved. The real copyright violation would be using a derived work.
Copilot's corpus is quite literally tomes of copyrighted work that are encoded and compressed in its neural network, from which it launders that work to create similar works. Copilot itself, the neutral network, is that corpus of encoded and compressed information, you can't separate the two. Copilot stores and distributes that work without any input from rightsholders, and it does it for profit.
A better analogy would be between a browser and a file server filled with copyrighted movies whose operator charges $10/mo for access. The browser is just a browser in this analogy, where the file server is the corpus that forms Copilot itself.