I’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…
Say you read a bunch of code, say over years of developer career. What you write is influenced by all that. Will include similar patterns, similar code and identical snippets, knowingly or not. How large does snippet have to be before it's copyright? "x"? "x==1"? "if x==1\n print('x is one')"? [obviously, replace with actual common code like if not found return 404]. Do you want to be vulnerable to copyright litigati…
We've filed a lawsuit against GitHub Copilot
651–660 of 824 posts
Re: We've filed a lawsuit against GitHub Copilot
#652Earlier quoted context omitted.
Yep, same. Not in JS, but in Haskell, for the Even Fib project Euler problem. Something like a million people have submitted right answers for that problem and assuming half wrote their own filter rather than importing a isEven library then that's half a million people there.
You don't need to write your own or import a library for that in Haskell. It's in the Prelude.
Re: We've filed a lawsuit against GitHub Copilot
#653Re: We've filed a lawsuit against GitHub Copilot
#654Earlier quoted context omitted.
I take your code and I compress it in a tar.gz file. Il call that file "the model". Then I ask an algorithm (Gzip) to infer some code using "the model". The algorithm (gzip) just learned how to code by reading your code. It just happened to have it memorized in its model.
Yeah, and that’s completely fine. I’ve seen this point made before, but it assumes you use the entire input as output, which is silly.
Re: We've filed a lawsuit against GitHub Copilot
#655Earlier quoted context omitted.
It demonstrates that it stifles copying. That may make it easier for the copier to innovate, but doesn’t dispute the main argument for having copyright protection: that, without the protection of copyright, the code wouldn’t have been written.
I think in the case of open source code, most of it still would have been written if no copyright protections existed.
(and I guess courts might, in the future, say the GPL expires when copyrights on the code expire)
Re: We've filed a lawsuit against GitHub Copilot
#656Earlier quoted context omitted.
If lawsuit goes through, it's not likely that Copilot would disappear.. but there would be a checkbox to opt-in your code. You could check it and your code will be used to train model. I have some code on Github as well and would not want it to be used in training, nor by Microsoft nor by other company. It is under GPL license to ensure that any derived use is public and not stripped of copyrights and locked into pro…
If this lawsuit is successful it doubt it will change anything at all. Microsoft will just pay the damages as a cost of doing business and continue what they are doing. Maybe they will add an opt-out.
Re: We've filed a lawsuit against GitHub Copilot
#657Earlier quoted context omitted.
It's selfish to want people to abide by the license I released my project under? That's pure nonsense.
Your code is protected by copyright. The license allows for what would otherwise be copyright infringement. But training an AI model on media (code or otherwise) is not copyright infringement, so the license is irrelevant. It's selfish to pretend otherwise and to try to assert a copyright right that doesn't exist, for the purpose of impeding progress in a field that benefits us all.
The fact that you write something, doesn't automatically make that thing true.
Some uses of AI were ruled not to be infringement. This is a different case which requires a different ruling.
Re: We've filed a lawsuit against GitHub Copilot
#658Earlier quoted context omitted.
Your argument is essentially the same as the argument that the pirate bay didn't infringe copyright, it only facilitated infringement. And we all saw how well that went legally.
Pirate Bay couldn't be used to do anything but infringe copyright, practically. That's not true for Copilot.
Re: We've filed a lawsuit against GitHub Copilot
#659Earlier quoted context omitted.
If a software systematically engages in copyright violation but only haphazardly corrects those violations, those haphazard correct aren't evidence the problem has vanished.
If Copilot is committing widespread infringements of their copyright, then surely they will be able to find examples of such infringement to submit in their lawsuit. I assume they want some kind of broad relief, such as an injunction to take down copilot. They are not going to get it, they are not going to get anything at all, if they can’t even provide examples of violating code.
Perhaps that is why they are reaching out to potential class members
> if they can’t even provide examples of violating code.
This is the very beginning of a very long process. I wouldn't rule out a settlement where class members get $10-100, which is a common resolution for class action suits.
Re: We've filed a lawsuit against GitHub Copilot
#660I’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…
Say you read a bunch of code, say over years of developer career. What you write is influenced by all that. Will include similar patterns, similar code and identical snippets, knowingly or not. How large does snippet have to be before it's copyright? "x"? "x==1"? "if x==1\n print('x is one')"? [obviously, replace with actual common code like if not found return 404]. Do you want to be vulnerable to copyright litigati…