This article adds no new information. We knew it is hotly debated, and we have heard both sides.
And maybe some of them even read HN occasionally and are currently enjoying the article.
31–40 of 205 posts
This article adds no new information. We knew it is hotly debated, and we have heard both sides.
And maybe some of them even read HN occasionally and are currently enjoying the article.
Earlier quoted context omitted.
"Purely functional expressions may not be copyrighted." Is this more than a opinion? Because you can have whole programs as a long functional expression (not that I am a fan of such a coding style, but it exists).
It is an accurate statement of the law in the US, but "purely functional expression" is not used in the sense of a mathematical function. It basically means expressions that solely reflect the way you need to do the thing to accomplish the function you are trying to achieve, without any significant creative element. For example, if I asked you to write Java code to print the sum of two integer variables named a and b…
Outside of AI models, copy/pasting snippets from the likes of StackOverflow is already on unsteady ground. The threshold to bother with (and win) legal fights is pretty high. AI is catalyzing some kind of slow revolution in what "ownership" is, but there doesn't seem to be any definition that would _always_ satisfy common sense. Even if github yields and adds attribution or filters on license types, there's still a m…
I struggle with this one. How are these models different from the typical human creative process of:
1. look at lots of existing art to get inspiration
2. select components from several different styles & add your own flair
3. call the output an "original" painting in your own style
Of course I see the other side as well. These models are just a large multi-dimensional function of all of their input data, which means they ought to be derivative works of all of their inputs, and their outputs should thus also be derivative works of the inputs.
It feels unsatisfying (and a bit naive) to say that filtering a bunch of data through a neural network somehow clears the copyright of that original data, but on the other hand, the AI revolution depends on that interpretation.
Code cannot be owned. A creative expression may be copyrighted. Purely functional expressions may not be copyrighted. The output of a trained AI is insufficiently creative to be copyrighted. Only humans can hold a copyright. Now with all that, there really isn’t anything here to get worked up over.
I'd like to hear how you decide which piece of code is creative and which isn't.
exact same problem exists with GPT3 and others.
big tech slashing and burning, ruthlessly exploiting the least empowered people in the tech economy.
neat hack.
ownership is a concept in dire need of revision
but to do that without any reasonable social support nets is absurd
“…modify[ing] its AI model so that it traces attribution and gives credit to the original authors of the code, adding the associated copyright notices and license terms in the process…Biderman says is technologically feasible.” Is it really feasible? What does “traces attribution” even mean here? It’s not emitting “code”, it’s emitting individual tokens that each were found throughout the input corpus. The “code” is…
“…modify[ing] its AI model so that it traces attribution and gives credit to the original authors of the code, adding the associated copyright notices and license terms in the process…Biderman says is technologically feasible.” Is it really feasible? What does “traces attribution” even mean here? It’s not emitting “code”, it’s emitting individual tokens that each were found throughout the input corpus. The “code” is…
“…modify[ing] its AI model so that it traces attribution and gives credit to the original authors of the code, adding the associated copyright notices and license terms in the process…Biderman says is technologically feasible.” Is it really feasible? What does “traces attribution” even mean here? It’s not emitting “code”, it’s emitting individual tokens that each were found throughout the input corpus. The “code” is…
This theory of operation is not borne out in reality. It's been clearly displayed that these tools are emitting verbatim copies of existing code (and its comments) in their input.
It's even being seen in image generation, where NatGeo cover images are reproduced in their entirety or where stock photo watermarks are emitted on finished images.
And so, what can be traced back to individual sources? Quite a bit it would seem.
Outside of AI models, copy/pasting snippets from the likes of StackOverflow is already on unsteady ground. The threshold to bother with (and win) legal fights is pretty high. AI is catalyzing some kind of slow revolution in what "ownership" is, but there doesn't seem to be any definition that would _always_ satisfy common sense. Even if github yields and adds attribution or filters on license types, there's still a m…
>Many artists the world over are rightfully furious about DALL-E and Stable Diffusion I struggle with this one. How are these models different from the typical human creative process of: 1. look at lots of existing art to get inspiration 2. select components from several different styles & add your own flair 3. call the output an "original" painting in your own style Of course I see the other side as well. These mode…