> 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…
You have a much smaller lobbying budget than the AI industry, and you didn't flagrantly rush to copy billions of copyrighted works as quickly as possible and then push a narrative acting like that's the immutable status quo that must continue to be permitted lest the now-massive industry built atop copyright violation be destroyed. Violate one or two copyrights, get sued or DMCAed out of existence. Violate billions,…
Judge dismisses DMCA copyright claim in GitHub Copilot suit
241–250 of 505 posts
Re: Judge dismisses DMCA copyright claim in GitHub Copilot suit
#242Earlier quoted context omitted.
Yuzu is not the only emulator taken down by Nintendo and Nintendo is not the only company that has gone after emulators.
In that case, could you clarify what instances of this you're referring to? The death of Citra wasn't really a deliberate action on the part of Nintendo, it was collateral damage. Citra was started by Yuzu developers and as part of the settlement they were not able to continue working on it. Citra's development had long been for the most part taken over by different developers, but the Yuzu people were still hosting…
Re: Judge dismisses DMCA copyright claim in GitHub Copilot suit
#243Earlier quoted context omitted.
Huh. There have definitely been well publicized examples of this happening, like the quake inverse square root
It reads like the judge required them to show it happened to their code, not to any code in general. That's a much higher bar. There are thousands of instances of fast inverse square root in the training data but only one copy of your random github repositories. Getting to model to reproduce your code verbatim might be possible for all we know, but it isn't trivial.
Rightly so, you have to show some sort of damage to sue someone, not just theoretical damages.
Re: Judge dismisses DMCA copyright claim in GitHub Copilot suit
#244Earlier quoted context omitted.
Those emulators are very popular though to the point of potentially impacting another business's bottom line. Where an individual putting it out a small block of code isn't exactly going to attract expensive lawyers. I'm skeptical Github Copilot reproducing a couple functions potentially used by some random Github project is going to be a threat to another party's livelihood. When AI gets good enough to make full dup…
There is no impact to a company's bottom line when you are emulating a product they do not sell.
Re: Judge dismisses DMCA copyright claim in GitHub Copilot suit
#245This 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…
But if it was made public and then if an unrelated third party were to re-write the code in such a way that it was non-infringing, then it would be non-infringing. That’s just a tautology.
Re: Judge dismisses DMCA copyright claim in GitHub Copilot suit
#246Earlier 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.
Re: Judge dismisses DMCA copyright claim in GitHub Copilot suit
#247Earlier 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.
Slapping 3 lines in LICENSE.TXT doesn’t override the Berne convention.
Re: Judge dismisses DMCA copyright claim in GitHub Copilot suit
#248This 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…
Or even those AI-powered decompilers people are working on… you could clone virtually any software with that. Surely there will be limitations.