The Irony of 'You Wouldn't Download a Car' Making a Comeback in AI Debates
Those claiming AI training on copyrighted works is "theft" misunderstand key aspects of copyright law and AI technology. Copyright protects specific expressions of ideas, not the ideas themselves. When AI systems ingest copyrighted works, they're extracting general patterns and concepts - the "Bob Dylan-ness" or "Hemingway-ness" - not copying specific text or images.
This process is akin to how humans learn by reading widely and absorbing styles and techniques, rather than memorizing and reproducing exact passages. The AI discards the original text, keeping only abstract representations in "vector space". When generating new content, the AI isn't recreating copyrighted works, but producing new expressions inspired by the concepts it's learned.
This is fundamentally different from copying a book or song. It's more like the long-standing artistic tradition of being influenced by others' work. The law has always recognized that ideas themselves can't be owned - only particular expressions of them.
Moreover, there's precedent for this kind of use being considered "transformative" and thus fair use. The Google Books project, which scanned millions of books to create a searchable index, was ruled legal despite protests from authors and publishers. AI training is arguably even more transformative.
While it's understandable that creators feel uneasy about this new technology, labeling it "theft" is both legally and technically inaccurate. We may need new ways to support and compensate creators in the AI age, but that doesn't make the current use of copyrighted works for AI training illegal or unethical.
For those interested, this argument is nicely laid out by Damien Riehl in FLOSS Weekly episode 744. https://twit.tv/shows/floss-weekly/episodes/744
If they can base their business on stealing, then we can steal their AI services, right?
Pirating isn’t stealing but yes the collective works of humanity should belong to humanity, not some slimy cabal of venture capitalists.
Also, ingredients to a recipe aren't covered under copyright law.
ingredients to a recipe may well be subject to copyright, which is why food writers make sure their recipes are "unique" in some small way. Enough to make them different enough to avoid accusations of direct plagiarism.
E: removed unnecessary snark
In what country is that?
Under US law, you cannot copyright recipes. You can own a specific text in which you explain the recipe. But anyone can write down the same ingredients and instructions in a different way and own that text.
Keep in my that "ingredients to a recipe" here refers to the literal physical ingredients, based on the context of the OP (where a sandwich shop owner can't afford to pay for their cheese).
While you can't copyright a recipe, you can patent the ingredients themselves, especially if you had a hand in doing R&D to create it. See PepsiCo sues four Indian farmers for using its patented Lay's potatoes.
No, you cannot patent an ingredient. What you can do - under Indian law - is get "protection" for a plant variety. In this case, a potato.
That law is called Protection of Plant Varieties and Farmers' Rights Act, 2001. The farmer in this case being PepsiCo, which is how they successfully sued these 4 Indian farmers.
Farmers' Rights for PepsiCo against farmers. Does that seem odd?
I've never met an intellectual property freak who didn't lie through his teeth.
I think there is some confusion here between copyright and patent, similar in concept but legally exclusive. A person can copyright the order and selection of words used to express a recipe, but the recipe itself is not copy, it can however fall under patent law if proven to be unique enough, which is difficult to prove.
So you can technically own the patent to a recipe keeping other companies from selling the product of a recipe, however anyone can make the recipe themselves, if you can acquire it and not resell it. However that recipe can be expressed in many different ways, each having their own copyright.
Unlike regular piracy, accessing "their" product hosted on their servers using their power and compute is pretty clearly theft. Morally correct theft that I wholeheartedly support, but theft nonetheless.
Is that how this technology works? I’m not the most knowledgeable about tech stuff honestly (at least by Lemmy standards).
There's self-hosted LLMs, (e.g. Ollama), but for the purposes of this conversation, yeah - they're centrally hosted, compute intensive software services.
Yes, that's exactly the point. It should belong to humanity, which means that anyone can use it to improve themselves. Or to create something nice for themselves or others. That's exactly what AI companies are doing. And because it is not stealing, it is all still there for anyone else. Unless, of course, the copyrightists get there way.
How do you feel about Meta and Microsoft who do the same thing but publish their models open source for anyone to use?
Well how long to you think that's going to last? They are for-profit companies after all.
I mean we're having a discussion about what's fair, my inherent implication is whether or not that would be a fair regulation to impose.
Those aren't open source, neither by the OSI's Open Source Definition nor by the OSI's Open Source AI Definition.
The important part for the latter being a published listing of all the training data. (Trainers don't have to provide the data, but they must provide at least a way to recreate the model given the same inputs).
They are model-available if anything.
For the purposes of this conversation. That's pretty much just a pedantic difference. They are paying to train those models and then providing them to the public to use completely freely in any way they want.
It would be like developing open source software and then not calling it open source because you didn't publish the market research that guided your UX decisions.
You said open source. Open source is a type of licensure.
The entire point of licensure is legal pedantry.
And as far as your metaphor is concerned, pre-trained models are closer to pre-compiled binaries, which are expressly not considered Open Source according to the OSD.
No. Open source is a concept. That concept also has pedantic legal definitions, but the concept itself is not inherently pedantic.
No, they're not. Which is why I didn't use that metaphor.
A binary is explicitly a black box. There is nothing to learn from a binary, unless you explicitly decompile it back into source code.
In this case, literally all the source code is available. Any researcher can read through their model, learn from it, copy it, twist it, and build their own version of it wholesale. Not providing the training data, is more similar to saying that Yuzu or an emulator isn't open source because it doesn't provide copyrighted games. It is providing literally all of the parts of it that it can open source, and then letting the user feed it whatever training data they are allowed access to.
Tell me you've never compiled software from open source without saying you've never compiled software from open source.
The only differences between open source and freeware are pedantic, right guys?
Tell me you've never developed software without telling me you've never developed software.
A closed source binary that is copyrighted and illegal to use, is totally the same thing as a all the trained weights and underlying source code for a neural network published under the MIT license that anyone can learn from, copy, and use, however they want, right guys?
Here's an experiment for you to try at home. Ask an AI model a question, copy a sentence or two of what they give back, and paste it into a search engine. The results may surprise you.
And stop comparing AI to humans but then giving AI models more freedom. If I wrote a paper I'd need to cite my sources. Where the fuck are your sources ChatGPT? Oh right, we're not allowed to see that but you can take whatever you want from us. Sounds fair.
Can you just give us the TLDE?
AI Chat bots copy/paste much of their "training data" verbatim.
Not to fully argue against your point, but I do want to push back on the citations bit. Given the way an LLM is trained, it's not really close to equivalent to me citing papers researched for a paper. That would be more akin to asking me to cite every piece of written or verbal media I've ever encountered as they all contributed in some small way to way that the words were formulated here.
Now, if specific data were injected into the prompt, or maybe if it was fine-tuned on a small subset of highly specific data, I would agree those should be cited as they are being accessed more verbatim. The whole "magic" of LLMs was that it needed to cross a threshold of data, combined with the attentional mechanism, and then the network was pretty suddenly able to maintain coherent sentences structure. It was only with loads of varied data from many different sources that this really emerged.
This is the catch with OPs entire statement about transformation. Their premise is flawed, because the next most likely token is usually the same word the author of a work chose.
And that's kinda my point. I understand that transformation is totally fine but these LLM literally copy and paste shit. And that's still if you are comparing AI to people which I think is completely ridiculous. If anything these things are just more complicated search engines with half the usefulness. If I search online about how to change a tire I can find some reliable sources to do so. If I ask AI how to change a tire it would just spit something out that might not even be accurate and I'd have to search again afterwards just to make sure what it told me was even accurate.
It's just a word calculator based on information stolen from people without their consent. It has no original thought process so it has no way to transform anything. All it can do is copy and paste in different combinations.
Did the experiment.
Zero shock factor. It showed an empty google search result. I have screenshots for the deniers. I don't know what you think will happen, but unless you're asking it some super vague question, where the answer would be unanimous across the board, it's not going to spit out some shock factor quote that you can google. What a waste of an 'experiment'.
Bro this was 6 months ago lol. Models have gotten way better since then. I made this comment when Google was still telling people to put glue on pizza. Which, if you did re-input the answer, would take you to a reddit post. Almost all of them would take you to a reddit post back then.
Thats insane it used to do that. Never seen it myself.
Microsoft's Copilot funnily enough actually provides sources that it pulls from the internet if you ask it to.
It's not a breach of copyright or other IP law not to cite sources on your paper.
Getting your paper rejected for lacking sources is also not infringing in your freedom. Being forced to pay damages and delete your paper from any public space would be infringement of your freedom.
I’m pretty sure that it’s true that citing sources isn’t really relevant to copyright violation, either you are violating or not. Saying where you copied from doesn’t change anything, but if you are using some ideas with your own analysis and words it isn’t a violation either way.
With music this often ends up in civil court. Pretty sure the same can in theory happen for written texts, but the commercial value of most written texts is not worth the cost of litigation.
I mean, you're not necessarily wrong. But that doesn't change the fact that it's still stealing, which was my point. Just because laws haven't caught up to it yet doesn't make it any less of a shitty thing to do.
When I analyze a melody I play on a piano, I see that it reflects the music I heard that day or sometimes, even music I heard and liked years ago.
Having parts similar or a part that is (coincidentally) identical to a part from another song is not stealing and does not infringe upon any law.
You guys are missing a fundamental point. The copyright was created to protect an author for specific amount of time so somebody else doesn't profit from their work essentially stealing their deserved revenue.
LLM AI was created to do exactly that.
It's not stealing, its not even 'piracy' which also is not stealing.
Copyright laws need to be scaled back, to not criminalize socially accepted behavior, not expand.
The original source material is still there. They just made a copy of it. If you think that's stealing then online piracy is stealing as well.
Well they make a profit off of it, so yes. I have nothing against piracy, but if you're reselling it that's a different story.
But piracy saves you money which is effectively the same as making a profit. Also, it's not just that they're selling other people's work for profit. You're also paying for the insane amount of computing power it takes to train and run the AI plus salaries of the workers etc.
The argument that these models learn in a way that's similar to how humans do is absolutely false, and the idea that they discard their training data and produce new content is demonstrably incorrect. These models can and do regurgitate their training data, including copyrighted characters.
And these things don't learn styles, techniques, or concepts. They effectively learn statistical averages and patterns and collage them together. I've gotten to the point where I can guess what model of image generator was used based on the same repeated mistakes that they make every time. Take a look at any generated image, and you won't be able to identify where a light source is because the shadows come from all different directions. These things don't understand the concept of a shadow or lighting, they just know that statistically lighter pixels are followed by darker pixels of the same hue and that some places have collections of lighter pixels. I recently heard about an ai that scientists had trained to identify pictures of wolves that was working with incredible accuracy. When they went in to figure out how it was identifying wolves from dogs like huskies so well, they found that it wasn't even looking at the wolves at all. 100% of the images of wolves in its training data had snowy backgrounds, so it was simply searching for concentrations of white pixels (and therefore snow) in the image to determine whether or not a picture was of wolves or not.
Even if they learned exactly like humans do, like so fucking what, right!? Humans have to pay EXORBITANT fees for higher education in this country. Arguing that your bot gets socialized education before the people do is fucking absurd.
That seems more like an argument for free higher education rather than restricting what corpuses a deep learning model can train on
Tomato, tomato...
Porque no los dos? Allowing major corps to put even more downward pressure on workers doesn't help anyone but the rich. LLMs aren't going to save the world or become sentient.
Basing your argument around how the model or training system works doesn't seem like the best way to frame your point to me. It invites a lot of mucking about in the details of how the systems do or don't work, how humans learn, and what "learning" and "knowledge" actually are.
I'm a human as far as I know, and it's trivial for me to regurgitate my training data. I regularly say things that are either directly references to things I've heard, or accidentally copy them, sometimes with errors.
Would you argue that I'm just a statistical collage of the things I've experienced, seen or read? My brain has as many copies of my training data in it as the AI model, namely zero, but "Captain Picard of the USS Enterprise sat down for a rousing game of chess with his friend Sherlock Holmes, and then Shakespeare came in dressed like Mickey mouse and said 'to be or not to be, that is the question, for tis nobler in the heart' or something". Direct copies of someone else's work, as well as multiple copyright infringements.
I'm also shit at drawing with perspective. It comes across like a drunk toddler trying their hand at cubism.
Arguing about how the model works or the deficiencies of it to justify treating it differently just invites fixing those issues and repeating the same conversation later. What if we make one that does work how humans do in your opinion? Or it properly actually extracts the information in a way that isn't just statistically inferred patterns, whatever the distinction there is? Does that suddenly make it different?
You don't need to get bogged down in the muck of the technical to say that even if you conceed every technical point, we can still say that a non-sentient machine learning system can be held to different standards with regards to copyright law than a sentient person. A person gets to buy a book, read it, and then carry around that information in their head and use it however they want. Not-A-Person does not get to read a book and hold that information without consent of the author.
Arguing why it's bad for society for machines to mechanise the production of works inspired by others is more to the point.
Computers think the same way boats swim. Arguing about the difference between hands and propellers misses the point that you don't want a shrimp boat in your swimming pool. I don't care why they're different, or that it technically did or didn't violate the "free swim" policy, I care that it ruins the whole thing for the people it exists for in the first place.
I think all the AI stuff is cool, fun and interesting. I also think that letting it train on everything regardless of the creators wishes has too much opportunity to make everything garbage. Same for letting it produce content that isn't labeled or cited.
If they can find a way to do and use the cool stuff without making things worse, they should focus on that.
I agree, but the fact that shills for this technology are also wrong about it is at least interesting.
Rhetorically speaking, I don't know if that's useless.
I do like this point a lot.
I do miss when the likes of cleverbot was just a fun novelty on the Internet.
I’m not the above poster, but I really appreciate your argument. I think many people overcorrect in their minds about whether or not these models learn the way we do, and they miss the fact that they do behave very similarly to parts of our own systems. I’ve generally found that that overcorrection leads to bad arguments about copyright violation and ethical concerns.
However, your point is very interesting (and it is thankfully independent of that overcorrection). We’ve never had to worry about nonhuman personhood in any amount of seriousness in the past, so it’s strangely not obvious despite how obvious it should be: it’s okay to treat real people as special, even in the face of the arguable personhood of a sufficiently advanced machine. One good reason the machine can be treated differently is because we made it for us, like everything else we make.
I think there still is one related but dangling ethical question. What about machines that are made for us but we decide for whatever reason that they are equivalent in sentience and consciousness to humans?
A human has rights and can take what they’ve learned and make works inspired by it for money, or for someone else to make money through them. They are well within their rights to do so. A machine that we’ve decided is equivalent in sentience to a human, though… can that nonhuman person go take what it’s learned and make works inspired by it so that another person can make money through them?
If they SHOULDN’T be allowed to do that, then it’s notable that this scenario is only separated from what we have now by a gap in technology.
If they SHOULD be allowed to do that (which we could make a good argument for, since we’ve agreed that it is a sentient being) then the technology gap is again notable.
I don’t think the size of the technology gap actually matters here, logically; I think you can hand-wave it away pretty easily and apply it to our current situation rather than a future one. My guess, though, is that the size of the gap is of intuitive importance to anyone thinking about it (I’m no different) and most people would answer one way or the other depending on how big they perceive the technology gap to be.
Another good question is why AIs do not mindlessly regurgitate source material. The reason is that they have access to so much copyrighted material. If they were trained on only one book, they would constantly regurgitate material from that one book. Because it’s trained on many (millions) books, it’s able to get creative. So the argument of OpenAI really boils down to: “we are not breaking copyright law, because we have used sufficient copyrighted material to avoid directly infringing on copyright”.
Eeeh, I still think diving into the weeds of the technical is the wrong way to approach it. Their argument is that training isn't copyright violation, not that sufficient training dilutes the violation.
Even if trained only on one source, it's quite unlikely that it would generate copyright infringing output. It would be vastly less intelligible, likely to the point of overtly garbled words and sentences lacking much in the way of grammar.
If what they're doing is technically an infringement or how it works is entirely aside from a discussion on if it should be infringement or permitted.
I am also not really getting the argument. If I as a human want to learn a subject from a book I buy it ( or I go to a library who paid for it). If it’s similar to how humans learn, it should cost equally much.
The issue is of course that it’s not at all similar to how humans learn. It needs VASTLY more data to produce something even remotely sensible. Develop AI that’s truly transformative, by making it as efficient as humans are in learning, and the cost of paying for copyright will be negligible.
xD
That's good.
Dude never heard of a library. I only bought a handful of books during my degree, I would've been homeless if I had to buy a copy of every learning source
That was literally in my post. Obviously, in that case the library pays for copyright
Your taxes pay for the library.
You're on Lemmy where people casually says "piracy is morally the right thing to do", so I'm not sure this argument works on this platform.
I know my way around the Jolly Roger myself. At the same time using copyrighted materials in a commercial setting (as OpenAI does) shouldn’t be free.
Only if they are selling the output. I see it as more they are selling access to the service on a server farm, since running ChatGPT is not cheap.
The usual cycle of tech-bro capitalism would put them currently on the early acquire market saturation stage. So it's unlikely that they are currently charging what they will when they are established and have displaced lots of necessary occupations.
That's true, but that's not a problem unique to AI and is something most people would like more regulations for.
That's their problem, hands off my material (if I had any).
Imagine if you had blinders and earmuffs on for most of the day, and only once in a while were you allowed to interact with certain people and things. Your ability to communicate would be truncated to only what you were allowed to absorb.
Devil's Advocate:
How do we know that our brains don't work the same way?
Why would it matter that we learn differently than a program learns?
Suppose someone has a photographic memory, should it be illegal for them to consume copyrighted works?
Because we're talking pattern recognition levels of learning. At best, they're the equivalent of parrots mimicking human speech. They take inputs and output data based on the statistical averages from their training sets - collaging pieces of their training into what they think is the right answer. And I use the word think here loosely, as this is the exact same process that the Gaussian blur tool in Photoshop uses.
This matters in the context of the fact that these companies are trying to profit off of the output of these programs. If somebody with an eidetic memory is trying to sell pieces of works that they've consumed as their own - or even somebody copy-pasting bits from Clif Notes - then they should get in trouble; the same as these companies.
Given A and B, we can understand C. But an LLM will only be able to give you AB, A(b), and B(a). And they've even been just spitting out A and B wholesale, proving that they retain their training data and will regurgitate the entirety of copyrighted material.
The solution is any AI must always be released on a strong copyleft and possibly abolish copyright outright has it has only served the powerful by allowing them to enclose humanity common intellectual heritage (see Disney's looting and enclosing if ancestral children stories). If you choose to strengthen the current regime, don't expect things to improve for you as an irrelevant atomised individual,
The whole point of copyright in the first place, is to encourage creative expression, so we can have human culture and shit.
The idea of a "teensy" exception so that we can "advance" into a dark age of creative pointlessness and regurgitated slop, where humans doing the fun part has been made "unnecessary" by the unstoppable progress of "thinking" machines, would be hilarious, if it weren't depressing as fuck.
...within a capitalistic framework.
Humans are creative creatures and will express themselves regardless of economic incentives. We don't have to transmute ideas into capital just because they have "value".
Sorry buddy, but that capitalistic framework is where we all have to exist for the forseeable future.
Giving corporations more power is not going to help us end that.
Can't say you're wrong, however the forseeable future is less than two centuries, and our failure to navigate our way out of capitalism towards something more mutualistic figures largely into our imminent doom.
I don’t think they’re advocating for more capitalism.
You're not wrong.
The kind of art humanity creates is skewed a lot by the need for it to be marketable, and then sold in order to be worth doing.
But copyright is better than nothing, and this exemption would straight up be even worse than nothing.
Humans are indeed creative by nature, we like making things. What we don't naturally do is publish, broadcast and preserve our work.
Society is iterative. What we build today, we build mostly out of what those who came before us built. We tell our versions of our forefathers' stories, we build new and improved versions of our forefather's machines.
A purely capitalistic society would have infinite copyright and patent durations, this idea is mine, it belongs to me, no one can ever have it, my family and only my family will profit from it forever. Nothing ever improves because improving on an old idea devalues the old idea, and the landed gentry can't allow that.
A purely communist society immediately enters whatever anyone creates into the public domain. The guy who revolutionizes energy production making everyone's lives better is paid the same as a janitor. So why go through all the effort? Just sweep the floors.
At least as designed, our idea of copyright is a compromise. If you have an idea, we will grant you a limited time to exclusively profit from your idea. You may allow others to also profit at your discretion; you can grant licenses, but that's up to you. After the time is up, your idea enters the public domain, and becomes the property and heritage of humanity, just like the Epic of Gilgamesh. Others are free to reproduce and iterate upon your ideas.
I think you have your janitor example backwards. Spending my time revolutionizing energy productions sounds much more enjoyable than sweeping floors. Same with designing an effective floor sweeping robot.
I'd agree, but here's one issue with that: we live in reality, not in a post-capitalist dreamworld.
Creativity takes up a lot of time from the individual, while a lot of us are already working two or even three jobs, all on top of art. A lot of us have to heavily compromise on a lot of things, or even give up our dreams because we don't have the time for that. Sure, you get the occasional "legendary metal guitarist practiced so much he even went to the toilet with a guitar", but many are so tired from their main job, they instead just give up.
Developing game while having a full-time job feels like crunching 24/7, while only around 4 is going towards that goal, which includes work done on my smartphone at my job. Others just outright give up. This shouldn't be the normal for up and coming artists.
That's why we should look for good solutions to societal problems, and not fall back on bad "solutions" just because that's what we're used to. I'm not against the idea of copyright existing. But copyright as it exists today is stifling and counterproductive for most creative endeavors. We do live in reality, but I don't believe it is the only possible reality. We're not getting to Star Trek Space Communism™ anytime soon and honestly I like the idea of owning stuff. That doesn't mean that there aren't concrete steps we can and should take right now in the present reality to make things better. And for that to happen we need to get our priorities and philosophies straight. Philosophies which for me include a robust public commons, the inability to own ideas outright, and the ability to take and transform art and culture. Otherwise, we're just falling into the "temporarily embarrassed millionaires" mindset but for art and culture.
Honestly, that's why open source AI is such a good thing for small creatives. Hate it or love it, anyone wielding AI with the intention to make new expression will be much more safe and efficient to succeed until they can grow big enough to hire a team with specialists. People often look at those at the top but ignore the things that can grow from the bottom and actually create more creative expression.
One issue is, many open source AI also tries to ape whatever the big ones are doing at the moment, with the most outrageous example is one that generates a timelapse for AI art.
There's also tools that especially were created with artists in mind, but they're less popular due to the average person cannot use it as easily as the prompter machines, nor promise the end of "people with fake jobs" (boomers like generative AI for this reason).
That’s the reason we got copyright, but I don’t think that’s the only reason we could want copyright.
Two good reasons to want copyright:
Accurate attribution:
Open source thrives on the notion that: if there’s a new problem to be solved, and it requires a new way of thinking to solve it, someone will start a project whose goal is not just to build new tools to solve the problem but also to attract other people who want to think about the problem together.
If anyone can take the codebase and pretend to be the original author, that will splinter the conversation and degrade the ability of everyone to find each other and collaborate.
In the past, this was pretty much impossible because you could check a search engine or social media to find the truth. But with enshittification and bots at every turn, that looks less and less guaranteed.
Faithful reproduction:
If I write a book and make some controversial claims, yet it still provokes a lot of interest, people might be inclined to publish slightly different versions to advance their own opinions.
Maybe a version where I seem to be making an abhorrent argument, in an effort to mitigate my influence. Maybe a version where I make an argument that the rogue publisher finds more palatable, to use my popularity to boost their own arguments.
This actually happened during the early days of publishing, by the way! It’s part of the reason we got copyright in the first place.
And again, it seems like this would be impossible to get away with now, buuut… I’m not so sure anymore.
—
Personally:
I favor piracy in the sense that I think everyone has a right to witness culture even if they can’t afford the price of admission.
And I favor remixing because the cultural conversation should be an active read-write two-way street, no just passive consumption.
But I also favor some form of licensing, because I think we have a duty to respect the integrity of the work and the voice of the creator.
I think AI training is very different from piracy. I’ve never downloaded a mega pack of songs and said to my friends “Listen to what I made!” I think anyone who compares OpenAI to pirates (favorably) is unwittingly helping the next set of feudal tech lords build a wall around the entirety of human creativity, and they won’t realize their mistake until the real toll booths open up.
I've never done this. But I have taken lessons from people for instruments, listened to bands I like, and then created and played songs that certainly are influences by all of that. I've also taken a lot of art classes, and studied other people's painting styles and then created things from what I've learned, and said "look at what I made!" Which is far more akin to what AI is doing that what you are implying here.
So what if its closer? Its still not an accurate description, because thats not what AI does.
Because what they are describing is just straight up theft, while what I describes is so much closer to how one trains and ai. I'm afraid that what comes out of this ai hysteria is that copyright gets more strict and humans copying style even becomes illegal.
I’m sympathetic to the reflexive impulse to defend OpenAI out of a fear that this whole thing results in even worse copyright law.
I, too, think copyright law is already smothering the cultural conversation and we’re potentially only a couple of legislative acts away from having “property of Disney” emblazoned on our eyeballs.
But don’t fall into their trap of seeing everything through the lens of copyright!
We have other laws!
We can attack OpenAI on antitrust, likeness rights, libel, privacy, and labor laws.
Being critical of OpenAI doesn’t have to mean siding with the big IP bosses. Don’t accept that framing.
Their framing of how AI works is grossly inaccurate. I just corrected that.
Well that all doesn't matter much. If AI is used to cause harm, it should be regulated. If that frustrates you then go get the laws changed that allow shitty companies to ruin good ideas.
I never said anything about leaving ai unregulated. I never said anything about being frustrated. And its likely you asking for laws to be changed, not me.
I'm not even sure you're responding to my post.
I feel like that purpose has already been undermined by various changes to copyright law since its inception, such as DMCA and lengthening copyright term from 14 years to 95. Freedom to remix existing works is an important part of creative expression which current law stifles for any original work that releases in one person's lifespan. (Even Disney knew this: the animated Pinocchio movie wouldn't exist if copyright could last more than 56 years then)
Either way, giving bots the 'right' to remix things that were just made less than a year ago while depriving humans the right to release anything too similar to a 94 year old work seems ridiculous on both ends.
I'll train my AI on just the bee movie. Then I'm going to ask it "can you make me a movie about bees"? When it spits the whole movie, I can just watch it or sell it or whatever, it was a creation of my AI, which learned just like any human would! Of course I didn't even pay for the original copy to train my AI, it's for learning purposes, and learning should be a basic human right!
In the meantime I'll introduce myself into the servers of large corporations and read their emails, codebase, teams and strategic analysis, it's just learning!
That would be like you writing out the bee movie yourself after memorizing the whole movie and claiming it is your own idea or using it as proof that humans memorizing a movie is violating copyright. Just because an AI is violating copyright by outputting the whole bee movie, it doesn't mean training the AI on copyright stuff is violating copyright.
Let's just punish the AI companies for outputting copyright stuff instead of for training with them. Maybe that way they would actually go out of their way to make their LLM intelligent enough to not spit out copyrighted content.
Or, we can just make it so that any output made by an AI that is trained on copyrighted stuff cannot be copyrighted.
There is actually already a website where people just recreated the bee movie by hand so idk it might actually work as a legal argument.
AntiCommercial-AIlicense(CCBY-NC-SA4.0)If the solution is making the output non-copyrighted it fixes nothing. You can sell the pirating machine on a subscription. And it's not like Netflix where the content ends when the subscription ends, you have already downloaded all the not-copyrighted content you wanted, and the internet would be full of non-copyrighted AI output.
Instead of selling the bee movie, you sell a bee movie maker, and a spiderman maker, and a titanic maker.
Sure, file a copyright infringement each time you manage to make an AI output copyrighted content. Just run it on a loop and it's a money making machine. That's fine by me.
Yeah, because running the AI also have some cost, so you are selling the subscription to run the AI on their server, not it's output.
I'm not sure what is the legality of selling a bee movie maker, so you'd have to research that one yourself.
It's not really a money making machine if you lose more money running the AI on your server farm, but whatever floats your boat. Also, there are already lawsuits based on outputs created from chatgpt, so it is exactly what is already happening.
Yeah, making sandwiches also costs money! I have to pay my sandwich making employees to keep the business profitable! How do they expect me to pay for the cheese?
EDIT: also, you completely missed my point. The money making machine is the AI because the copyright owners could just use them every time it produces copyright-protected material if we decided to take that route, which is what the parent comment suggested.
They should pay for the cheese, I'm not arguing against that, but they should be paying it the same amount as a normal human would if they want access to that cheese. No extra fees for access to copyrighted material if you want to use it to train AI vs wanting to consume it yourself.
And I didn't miss your point. My point was that the reality is already occurring since people are already suing OpenAI for ChatGPT outputs that the people suing are generating themselves, so it's no longer just a hypothetical. We'll see if it is a money making machine for them or will they just waste their resources from doing that.
Media is not exactly like cheese though. With cheese, you buy it and it's yours. Media, however, is protected by copyright. When you watch a movie, you are given a license to watch the movie.
When an AI watches a movie, it's not really watching it, it's doing a different action. If the license of the movie says "you can't use this license to train AI, use the other (more expensive) license for such purposes", then AIs have extra fees to access the content that humans don't have to pay.
Both humans and AI consume the content, even if they do not do so in the exact same way. I don't see the need to differentiate that. It's not like we have any idea of the mechanism by which humans consume a content to make the differentiation in the first place.
I don't think that's a feasible dream in our current system. They'll just lobby for it, some senators will say something akin to "art should have been always a hobby, not a profession", then make adjustments for the current copyright laws so that they can be copyrighted.
Education is a basic human right (except maybe in Usa, then it should be one there)
Yeah. A human right.
I am thrilled to see the output you get!
You drank the kool-aid.
The problem with your argument is that it is 100% possible to get ChatGPT to produce verbatim extracts of copyrighted works. This has been suppressed by OpenAI in a rather brute force kind of way, by prohibiting the prompts that have been found so far to do this (e.g. the infamous "poetry poetry poetry..." ad infinitum hack), but the possibility is still there, no matter how much they try to plaster over it. In fact there are some people, much smarter than me, who see technical similarities between compression technology and the process of training an LLM, calling it a "blurry JPEG of the Internet"... the point being, you wouldn't allow distribution of a copyrighted book just because you compressed it in a ZIP file first.
Look... All I have to say is... Support the Internet Archive!
(please)
Like fuck it is. An LLM "learns" by memorization and by breaking down training data into their component tokens, then calculating the weight between these tokens. This allows it to produce an output that resembles (but may or may not perfectly replicate) its training dataset, but produces no actual understanding or meaning--in other words, there's no actual intelligence, just really, really fancy fuzzy math.
Meanwhile, a human learns by memorizing training data, but also by parsing the underlying meaning and breaking it down into the underlying concepts, and then by applying and testing those concepts, and mastering them through practice and repetition. Where an LLM would learn "2+2 = 4" by ingesting tens or hundreds of thousands of instances of the string "2+2 = 4" and calculating a strong relationship between the tokens "2+2," "=," and "4," a human child would learn 2+2 = 4 by being given two apple slices, putting them down to another pair of apple slices, and counting the total number of apple slices to see that they now have 4 slices. (And then being given a treat of delicious apple slices.)
Similarly, a human learns to draw by starting with basic shapes, then moving on to anatomy, studying light and shadow, shading, and color theory, all the while applying each new concept to their work, and developing muscle memory to allow them to more easily draw the lines and shapes that they combine to form a whole picture. A human may learn off other peoples' drawings during the process, but at most they may process a few thousand images. Meanwhile, an LLM learns to "draw" by ingesting millions of images--without obtaining the permission of the person or organization that created those images--and then breaking those images down to their component tokens, and calculating weights between those tokens. There's about as much similarity between how an LLM "learns" compared to human learning as there is between my cat and my refrigerator.
And YET FUCKING AGAIN, here's the fucking Google Books argument. To repeat: Google Books used a minimal portion of the copyrighted works, and was not building a service to compete with book publishers. Generative AI is using the ENTIRE COPYRIGHTED WORK for its training set, and is building a service TO DIRECTLY COMPETE WITH THE ORGANIZATIONS WHOSE WORKS THEY ARE USING. They have zero fucking relevance to one another as far as claims of fair use. I am sick and fucking tired of hearing about Google Books.
EDIT: I want to make another point: I've commissioned artists for work multiple times, featuring characters that I designed myself. And pretty much every time I have, the art they make for me comes with multiple restrictions: for example, they grant me a license to post it on my own art gallery, and they grant me permission to use portions of the art for non-commercial uses (e.g. cropping a portion out to use as a profile pic or avatar). But they all explicitly forbid me from using the work I commissioned for commercial purposes--in other words, I cannot slap the art I commissioned on a T-shirt and sell it at a convention, or make a mug out of it. If I did so, that artist would be well within their rights to sue the crap out of me, and artists charge several times as much to grant a license for commercial use.
In other words, there is already well-established precedent that even if something is publicly available on the Internet and free to download, there are acceptable and unacceptable use cases, and it's broadly accepted that using other peoples' work for commercial use without compensating them is not permitted, even if I directly paid someone to create that work myself.
Bullshit. AI are not human. We shouldn't treat them as such. AI are not creative. They just regurgitate what they are trained on. We call what it does "learning", but that doesn't mean we should elevate what they do to be legally equal to human learning.
It's this same kind of twisted logic that makes people think Corporations are People.
Ok, ignore this specific company and technology.
In the abstract, if you wanted to make artificial intelligence, how would you do it without using the training data that we humans use to train our own intelligence?
We learn by reading copyrighted material. Do we pay for it? Sometimes. Sometimes a teacher read it a while ago and then just regurgitated basically the same copyrighted information back to us in a slightly changed form.
We are human beings. The comparison is false on it's face because what you all are calling AI isn't in any conceivable way comparable to the complexity and versatility of a human mind, yet you continue to spit this lie out, over and over again, trying to play it up like it's Data from Star Trek.
This model isn't "learning" anything in any way that is even remotely like how humans learn. You are deliberately simplifying the complexity of the human brain to make that comparison.
Moreover, human beings make their own choices, they aren't actual tools.
They pointed a tool at copyrighted works and told it to copy, do some math, and regurgitate it. What the AI "does" is not relevant, what the people that programmed it told it to do with that copyrighted information is what matters.
There is no intelligence here except theirs. There is no intent here except theirs.
I do think the complexity of artificial neural networks is overstated. A real neuron is a lot more complex than an artificial one, and real neurons are not simply feed forward like ANNs (which have to be because they are trained using back-propagation), but instead have their own spontaneous activity (which kinda implies that real neural networks don't learn using stochastic gradient descent with back-propagation). But to say that there's nothing at all comparable between the way humans learn and the way ANNs learn is wrong IMO.
If you read books such as V.S. Ramachandran and Sandra Blakeslee's Phantoms in the Brain or Oliver Sacks' The Man Who Mistook His Wife For a Hat you will see lots of descriptions of patients with anosognosia brought on by brain injury. These are people who, for example, are unable to see but also incapable of recognizing this inability. If you ask them to describe what they see in front of them they will make something up on the spot (in a process called confabulation) and not realize they've done it. They'll tell you what they've made up while believing that they're telling the truth. (Vision is just one example, anosognosia can manifest in many different cognitive domains).
It is V.S Ramachandran's belief that there are two processes that occur in the Brain, a confabulator (or "yes man" so to speak) and an anomaly detector (or "critic"). The yes-man's job is to offer up explanations for sensory input that fit within the existing mental model of the world, whereas the critic's job is to advocate for changing the world-model to fit the sensory input. In patients with anosognosia something has gone wrong in the connection between the critic and the yes man in a particular cognitive domain, and as a result the yes-man is the only one doing any work. Even in a healthy brain you can see the effects of the interplay between these two processes, such as with the placebo effect and in hallucinations brought on by sensory deprivation.
I think ANNs in general and LLMs in particular are similar to the yes-man process, but lack a critic to go along with it.
What implications does that have on copyright law? I don't know. Real neurons in a petri dish have already been trained to play games like DOOM and control the yoke of a simulated airplane. If they were trained instead to somehow draw pictures what would the legal implications of that be?
There's a belief that laws and political systems are derived from some sort of deep philosophical insight, but I think most of the time they're really just whatever works in practice. So, what I'm trying to say is that we can just agree that what OpenAI does is bad and should be illegal without having to come up with a moral imperative that forces us to ban it.
If you fundamentally do not think that artificial intelligences can be created, the onus is on yo uto explain why it's impossible to replicate the circuitry of our brains. Everything in science we've seen this far has shown that we are merely physical beings that can be recreated physically.
Otherwise, I asked you to examine a thought experiment where you are trying to build an artificial intelligence, not necessarily an LLM.
Or you are over complicating yourself to seem more important and special. Definitely no way that most people would be biased towards that, is there?
Oh please do go ahead and show us your proof that free will exists! Thank god you finally solved that one! I heard people were really stressing about it for a while!
"I don't know how this works but it's math and that scares me so I'll minimize it!"
If we have an AI that's equivalent to humanity in capability of learning and creative output/transformation, it would be immoral to just use it as a tool. At least that's how I see it.
I think that's a huge risk, but we've only ever seen a single, very specific type of intelligence, our own / that of animals that are pretty closely related to us.
Movies like Ex Machina and Her do a good job of pointing out that there is nothing that inherently means that an AI will be anything like us, even if they can appear that way or pass at tasks.
It's entirely possible that we could develop an AI that was so specifically trained that it would provide the best script editing notes but be incapable of anything else for instance, including self reflection or feeling loss.
And that's all paid for. Think how much just the average high school graduate has has invested in them, ai companies want all that, but for free
It's not though.
A huge amount of what you learn, someone else paid for, then they taught that knowledge to the next person, and so on. By the time you learned it, it had effectively been pirated and copied by human brains several times before it got to you.
Literally anything you learned from a Reddit comment or a Stack Overflow post for instance.
If only there was a profession that exchanges knowledge for money. Some one who "teaches." I wonder who would pay them
The things is, they can have scads of free stuff that is not copyrighted. But they are greedy and want copyrighted stuff, too
We all should. Copyright is fucking horseshit.
It costs literally nothing to make a digital copy of something. There is ZERO reason to restrict access to things.
You sound like someone who has not tried to make an artistic creation for profit.
You sound like someone unwilling to think about a better system.
Better system for WHOM? Tech-bros that want to steal my content as their own?
I'm a writer, performing artist, designer, and illustrator. I have thought about copyright quite a bit. I have released some of my stuff into the public domain, as well as the Creative Commons. If you want to use my work, you may - according to the licenses that I provide.
I also think copyright law is way out of whack. It should go back to - at most - life of author. This "life of author plus 95 years" is ridiculous. I lament that so much great work is being lost or forgotten because of the oppressive copyright laws - especially in the area of computer software.
But tech-bros that want my work to train their LLMs - they can fuck right off. There are legal thresholds that constitute "fair use" - Is it used for an academic purpose? Is it used for a non-profit use? Is the portion that is being used a small part or the whole thing? LLM software fail all of these tests.
They can slurp up the entirety of Wikipedia, and they do. But they are not satisfied with the free stuff. But they want my artistic creations, too, without asking. And they want to sell something based on my work, making money off of my work, without asking.
A better system for EVERYONE. One where we all have access to all creative works, rather than spending billions on engineers nad lawyers to create walled gardens and DRM and artificial scarcity. What if literally all the money we spent on all of that instead went to artist royalties?
No. It doesn't.
They can literally pass all of those tests.
You are confusing OpenAI keeping their LLM closed source and charging access to it, with LLMs in general. The open source models that Microsoft and Meta publish for instance, pass literally all of the criteria you just stated.
Making a copy is free. Making the original is not. I don't expect a professional photographer to hand out their work for free because making copies of it costs nothing. You're not paying for the copy, you're paying for the money and effort needed to create the original.
Yes, exactly. Do you see how that is different from the world of physical objects and energy? That is not the case for a physical object. Even once you design something and build a factory to produce it, the first item off the line takes the same amount of resources as the last one.
Capitalism is based on the idea that things are scarce. If I have something, you can't have it, and if you want it, then I have to give up my thing, so we end up trading. Information does not work that way. We can freely copy a piece of information as much as we want. Which is why monopolies and capitalism are a bad system of rewarding creators. They inherently cause us to impose scarcity where there is no need for it, because in capitalism things that are abundant do not have value. Capitalism fundamentally fails to function when there is abundance of resources, which is why copyright was a dumb system for the digital age. Rather than recognize that we now live in an age of information abundance, we spend billions of dollars trying to impose artificial scarcity.
tweet is good, your body argument is completely wrong
Disagree. These companies are exploiting an unfair power dynamic they created that people can't say no to, to make an ungodly amount of money for themselves without compensating people whose data they took without telling them. They are not creating a cool creative project that collaboratively comments on or remixes what other people have made, they are seeking to gobble up and render irrelevant everything that they can, for short term greed. That's not the scenario these laws were made for. AI hurts people who have already been exploited and industries that have already been decimated. Copyright laws were not written with this kind of thing in mind. There are potentially cool and ethical uses for AI models, but open ai and google are just greed machines.
Edited * THRICE because spelling. oof.
"No, not like that!"
I'm so fucking sick of people saying that. We have no fucking clue how humans LEARN. Aka gather understanding aka how cognition works or what it truly is. On the contrary we can deduce that it probably isn't very close to human memory/learning/cognition/sentience (any other buzzword that are stands-ins for things we don't understand yet), considering human memory is extremely lossy and tends to infer its own bias, as opposed to LLMs that do neither and religiously follow patters to their own fault.
It's quite literally a text prediction machine that started its life as a translator (and still does amazingly at that task), it just happens to turn out that general human language is a very powerful tool all on its own.
I could go on and on as I usually do on lemmy about AI, but your argument is literally "Neural network is theoretically like the nervous system, therefore human", I have no faith in getting through to you people.
Even worse is, in order to further humanize machine learning systems, they often give them human-like names.
Now just if we had all famous people saying stuff like this.
But they won't. Guess why? Because the "won't" is what made them famous (and rich),
Lay people give more heed to those acting from the start, like they have the answers. That's what "charisma" is about.
Also one of the reasons why religion gets easier wins. Because when people hear something that makes them have to think more, they ignore it more.
Though I am not a lawyer by training, I have been involved in such debates personally and professionally for many years. This post is unfortunately misguided. Copyright law makes concessions for education and creativity, including criticism and satire, because we recognize the value of such activities for human development. Debates over the excesses of copyright in the digital age were specifically about humans finding the application of copyright to the internet and all things digital too restrictive for their educational, creative, and yes, also their entertainment needs. So any anti-copyright arguments back then were in the spirit specifically of protecting the average person and public-interest non-profit institutions, such as digital archives and libraries, from big copyright owners who would sue and lobby for total control over every file in their catalogue, sometimes in the process severely limiting human potential.
AI’s ingesting of text and other formats is “learning” in name only, a term borrowed by computer scientists to describe a purely computational process. It does not hold the same value socially or morally as the learning that humans require to function and progress individually and collectively.
AI is not a person (unless we get definitive proof of a conscious AI, or are willing to grant every implementation of a statistical model personhood). Also AI it is not vital to human development and as such one could argue does not need special protections or special treatment to flourish. AI is a product, even more clearly so when it is proprietary and sold as a service.
Unlike past debates over copyright, this is not about protecting the little guy or organizations with a social mission from big corporate interests. It is the opposite. It is about big corporate interests turning human knowledge and creativity into a product they can then use to sell services to - and often to replace in their jobs - the very humans whose content they have ingested.
See, the tables are now turned and it is time to realize that copyright law, for all its faults, has never been only or primarily about protecting large copyright holders. It is also about protecting your average Joe from unauthorized uses of their work. More specifically uses that may cause damage, to the copyright owner or society at large. While a very imperfect mechanism, it is there for a reason, and its application need not be the end of AI. There’s a mechanism for individual copyright owners to grant rights to specific uses: it’s called licensing and should be mandatory in my view for the development of proprietary LLMs at least.
TL;DR: AI is not human, it is a product, one that may augment some tasks productively, but is also often aimed at replacing humans in their jobs - this makes all the difference in how we should balance rights and protections in law.
Not even stealing cheese to run a sandwich shop.
Stealing cheese to melt it all together and run a cheese shop that undercuts the original cheese shops they stole from.
Whatever happened to copying isn't stealing?
I think the crux of the conversation is whether or not the world is better with ChatGPT. I say yes. We can tackle the disinformation in another effort.
When you copy to consume yourself it's way different than when you copy to sell the copy for a lower price.
They're not selling the copy, bruh. They're selling a technology that very few understand. Smart people pretend they get it, but they don't. That's how rare the math is.
So because you don't understand it, everything it does should be legal?
It's not rare maths. There are trns of thousands of AI experts. And most CS graduates (millions) have a good understanding on how they work, just not the specifics of the maths.
Yeah, they're not selling a copy, they are just selling a subscription to a copying machine loaded with the information needed to make a copy. Totally different.
I should start a business of printers and attach a USB with the PNG of a dollar bill. And of course my printers won't have any government mandated firmware that disables printing fake money.
I'm not printing fake money! It's my clients! Totally legal.
If ChatGPT was free I might see their point but it's not so no. If you're making money from someone's work you should pay them.
You know, those obsessed with pushing AI would do a lot better if they dropped the patronizing tone in every single one of their comments defending them.
It's always fun reading "but you just don't understand".
As others have said, it isn't inspired always, sometimes it literally just copies stuff.
This feels like it was written by someone who invested their money in AI companies because they're worried about their stocks
Considering that original works are discarded, it's strange how effective they're at plagiarizing them
I absolutely would download a car.
Generative AI is not 'influenced' by other people's work the way humans are. A human musician might spend years covering songs they like and copying or emulating the style, until they find their own style, which may or may not be a blend of their influences, but crucially, they will usually add something. AI does not do that. The idea that AI functions the same as human artists, by absorbing influences and producing their own result, is not only fundamentally false, it is dangerously misleading. To portray it as 'not unethical' is even more misleading.
Studied AI at uni. I'm also a cyber security professional. AI can be hacked or tricked into exposing training data. Therefore your claim about it disposing of the training material is totally wrong.
Ask your search engine of choice what happened when Gippity was asked to print the word "book" indefinitely. Answer: it printed training material after printing the word book a couple hundred times.
Also my main tutor in uni was a neuroscientist. Dude straight up told us that the current AI was only capable of accurately modelling something as complex as a dragon fly. For larger organisms it is nowhere near an accurate recreation of a brain. There are complexities in our brain chemistry that simply aren't accounted for in a statistical inference model and definitely not in the current gpt models.
That knowledge is out of date and out of touch. While it's possible to expose small bits of training data, that's akin to someone being able to recall a portion of the memory of the scene they saw. However, those exercises essentially took what sometimes equates to weeks or months of interrogation method knowledge gained over time employed by people looking to target specific types of responses. Think of it like a skilled police interrogator tricking a toddler out of one of their toys by threatening them or offering them something until it worked. Nowadays, that's getting far more difficult to do and they're spending a lot more time and expertise to do it.
Also, consider how complex a dragonfly is and how young this technology is. Very little in tech has ever progressed that fast. Give it five more years and come back to laugh at how naive your comment will seem.
Your first point is misguided and incorrect. If you've ever learned something by 'cramming', a.k.a. just repeating ingesting material until you remember it completely. You don't need the book in front of you anymore to write the material down verbatim in a test. You still discarded your training material despite you knowing the exact contents. If this was all the AI could do it would indeed be an infringement machine. But you said it yourself, you need to trick the AI to do this. It's not made to do this, but certain sentences are indeed almost certain to show up with the right conditioning. Which is indeed something anyone using an AI should be aware of, and avoid that kind of conditioning. (Which in practice often just means, don't ask the AI to make something infringing)
Generative AI does not work like this. They're not like humans at all, it will regurgitate whatever input it receives, like how Google can't stop Gemini from telling people to put glue in their pizza. If it really worked like that, there wouldn't be these broad and extensive policies within tech companies about using it with company sensitive data like protection compliances. The day that a health insurance company manager says, "sure, you can feed Chat-GPT medical data" is the day I trust genAI.
"This process is akin to how humans learn... The AI discards the original text, keeping only abstract representations..."
Now I sail the high seas myself, but I don't think Paramount Studios would buy anyone's defence they were only pirating their movies so they can learn the general content so they can produce their own knockoff.
Yes artists learn and inspire each other, but more often than not I'd imagine they consumed that art in an ethical way.
Machine learning algorithms are not people and are not ingesting these works the same way a person does. This argument is brought up all the time and just doesn't ring true. You're defending the unethical use of copyrighted works by a giant corporation with a metaphor that doesn't have any bearing on reality; in an age where artists are already shamefully undervalued. Creating art is a human process with the express intent of it being enjoyed by other humans. Having an algorithm do it is removing the most important part of art; the humanity.
Are the models that OpenAI creates open source? I don't know enough about LLMs but if ChatGPT wants exemptions from the law, it result in a public good (emphasis on public).
Nothing about OpenAI is open-source. The name is a misdirection.
If you use my IP without my permission and profit it from it, then that is IP theft, whether or not you republish a plagiarized version.
So I guess every reaction and review on the internet that is ad supported or behind a payroll is theft too?
No, we have rules on fair use and derivative works. Sometimes they fall on one side, sometimes another.
Fair use by humans.
There is no fair use by computers, otherwise we couldn't have piracy laws.
The STT (speech to text) model that they created is open source (Whisper) as well as a few others:
https://github.com/openai/whisper
https://github.com/orgs/openai/repositories?type=all
Those aren't open source, neither by the OSI's Open Source Definition nor by the OSI's Open Source AI Definition.
The important part for the latter being a published listing of all the training data. (Trainers don't have to provide the data, but they must provide at least a way to recreate the model given the same inputs).
They are model-available if anything.
I did a quick check on the license for Whisper:
So that definitely meets the Open Source Definition on your first link.
And it looks like it also meets the definition of open source as per your second link.
Model weights by themselves do not qualify as "open source", as the OSAID qualifies. Weights are not source.
This is not training data. These are testing metrics.
Edit: additionally, assuming you might have been talking about the link to the research paper. It's not published under an OSD license. If it were this would qualify the model.
I don't understand. What's missing from the code, model, and weights provided to make this "open source" by the definition of your first link? it seems to meet all of those requirements.
As for the OSAID, the exact training dataset is not required, per your quote, they just need to provide enough information that someone else could train the model using a "similar dataset".
Oh and for the OSAID part, the only issue stopping Whisper from being considered open source as per the OSAID is that the information on the training data is published through arxiv, so using the data as written could present licensing issues.
Ok, but the most important part of that research paper is published on the github repository, which explains how to provide audio data and text data to recreate any STT model in the same way that they have done.
See the "Approach" section of the github repository: https://github.com/openai/whisper?tab=readme-ov-file#approach
And the Traning Data section of their github: https://github.com/openai/whisper/blob/main/model-card.md#training-data
With this you don't really need to use the paper hosted on arxiv, you have enough information on how to train/modify the model.
There are guides on how to Finetune the model yourself: https://huggingface.co/blog/fine-tune-whisper
Which, from what I understand on the link to the OSAID, is exactly what they are asking for. The ability to retrain/finetune a model fits this definition very well:
All 3 of those have been provided.
The problem with just shipping AI model weights is that they run up against the issue of point 2 of the OSD:
AI models can't be distributed purely as source because they are pre-trained. It's the same as distributing pre-compiled binaries.
It's the entire reason the OSAID exists:
Edit: also the information about the training data has to be published in an OSD-equivalent license (such as creative Commons) so that using it doesn't cause licensing issues with research paper print companies (like arxiv)
OpenAI does not publish their models openly. Other companies like Microsoft and Meta do.
The joke is of course that "paying for copyright" is impossible in this case. ONLY the large social media companies that own all the comments and content that has accumulated by the community have enough data to train AI models. Or sites like stock photo libraries or deviantart who own the distribution rights for the content. That means all copyright arguments practically argue that AI should be owned by big corporations and should be inaccessible to normal people.
Basically the "means of generation" will be owned by the capitalists, since they are the only ones with the economic power to license these things.
That is basically the worst case scenario. Not only will the value of work diminish greatly, the advances in productivity will also be only accessible to big capitalists.
Of course, that is basically inevitable anyway. Why wouldn't they want this? It's just sad seeing the stupid morons arguing for this as if they had anything to gain.
Kids pay for books, openAI should also pay for the material access used for training.
That would be true if they used material that was paywalled. But the vast majority of the training information used is publicly available. There's plenty of freely available books and information that you only require an internet connection for to access, and learn from.
OpenAI like other AI companies keep their data sources confidential. But there are services and commercial databases for books that people understand are commonly used in the AI industry.
"We trained on absolutely everything, but we won't tell them that because it will get us in a lot of trouble"
I thought the larger point was that they're using plenty of sources that do not lie in the public domain. Like if I download a textbook to read for a class instead of buying it - I could be proscecuted for stealing. And they've downloaded and read millions of books without paying for them.
Ehh, no almost certainly not (But it does depend on your local laws). But that honestly just sounds like some corporate boogyman to prevent you from pirating their books. The person hosting the download, if they did not have the rights to publicize it freely, would possibly be prosecuted though.
To illustrate, there's this story of John Cena who sold a special Ford after signing a contract with Ford to explicitly forbid him from doing that. However, the person who bought the car was never prosecuted or sued, because they received the car from Cena with no strings attached. They couldn't be held responsible for Cena's break of contract, but Cena was held personally responsible by Ford.
For physical goods there is 'theft by proxy' though (receiving stolen goods that you know are most likely stolen), but that quite certainly doesn't apply to digital, copyable goods. As to even access any kind of information on the internet, you have to download and thus, copy it.
And they've downloaded and read millions of books without paying for them.Do you have a source on that?
Most AI models used Books3 as part of their dataset which is a collection of pirated books. Here are a few articles talking about it:
https://www.theverge.com/2024/8/20/24224450/anthropic-copyright-lawsuit-pirated-books-ai
https://www.abc.net.au/news/2023-09-29/australian-authors-copyright-books3-generative-i-chatgpt/102914538
https://www.theatlantic.com/technology/archive/2023/08/books3-ai-meta-llama-pirated-books/675063/
Thank you
I don't think LLMs should be taken down, it would be impossible for that to happen. I do, however think it should be forced into open source.
While I agree that using copyrighted material to train your model is not theft, text that model produces can very much be plagiarism and OpenAI should be on the hook when it occurs.
Exactly, there are blatant examples of direct plagiarism spat out by these LLMs.
Operating system have been used to commit copyright infringement much more effectively and massively by copying copyrighted material verbatim.
OS vendors are not liable, the people who make and distribute the copies are. The same applies for Word processors, image editors etc.
You are for a massive expansion on the scope of copyright limiting the freedoms of the general public not just AI corps or tech corps.
Using your logic, the one making the copy in a word processor is the person typing, and the one making the copy in this LLM is OpenAI
Nope. The output is based on the users input in both cases.
No, the output in a word processor is explicitly created by the user, whereas the output created by a LLM is based on the training data OpenSI scraped and influenced by a user prompt
You need a very specific prompt to make a copy. Even to just be similar enough you have to put the proper input and try a lot of repetitions.
That's why the right holders are going after the training which included copying by the AI corpos.
In your dream land right holders could just prompt the AI till it spit something close to their work and sue the AI corp for that. Repeat as needed ; infinite money glitch.
Obviously it doesn't work that way.
OS vendors aren't selling¹ what users copy into the clipboard.
¹ Well, Microsoft probably is, especially with that recall bullshit, and I don't trust Google and Apple not to do it either... but if any of them is doing it they should get fined into bankruptcy.
Neither are AI vendors. We have locally hosted AI models and they don't contain what they output. You can tell by the actual size.
Those analogies don't make any sense.
Anyway, as a publisher, if I cannot get OpenAI/ChatGPT to sign an indemnity agreement where they are at fault for plagiarism then their tool is effectively useless because it is really hard to determine something in not plagiarism. That makes ChatGPT pretty sus to use for creatives. So who is going to pay for it?
Yes they do.
Which is why you want an agreement to make them liable for copyright infringement (plagiarism is not a crime itself).
You would have to pay for distributing copyright infringing material whether created by AI or humans or just straight up copied.
I don't care if AI will be used,commercially or otherwise.
I am worried about further limitations being placed upon the general public (not "creatives"/publishers/AI corps) either by reinterpretation of existing laws, amendment of existing laws or legislation of brand new rights (for copyright holders/creators, not the general public).
I don't even care who wins, the "creatives" or tech/AI, just that we don't get further shafted.
Something like Microsoft Word or Paint is not generative.
It is standard for publishers to make indemnity agreements with creatives who produce for them, because like I said, it's kinda difficult to prove plagiarism in the negative so a publisher doesn't want to take the risk of distributing works where originality cannot be verified.
I'm not arguing that we should change any laws, just that people should not use these tools for commercial purposes if the producers of these tools will not take liability, because if they refuse to do so their tools are very risky to use.
I don't see how my position affects the general public not using these tools, it's purely about the relationship between creatives and publishers using AI tools and what they should expect and demand.
"Generative" is not a thing in copyright law.
You regard them as different to tools like Word. That does not exist in the law.
When you originally posted that they OpenAI should be on the hook I thought you meant they were the ones commiting copyright infringement. Not that they would violate private contracts with their customers.
Private agreements is not my business.
There is however a push by both sides to settle this in law. Whatever happens will affect everyone.
Okay that's just stupid. I'm really fond of AI but that's just common Greed.
"Free the Serfs?! We can't survive without their labor!!" "Stop Child labour?! We can't survive without them!" "40 Hour Work Week?! We can't survive without their 16 Hour work Days!"
If you can't make profit yet, then fucking stop.
Am I the only person that remembers that it was "you wouldn't steal a car" or has everyone just decided to pretend it was "you wouldn't download a car" because that's easier to dunk on.
Maybe add a spoiler alert next time. Jeez.
Spoiler alert, but Rosebud was his sled all along.
You wouldn't shoot a policeman and then steal his helmet.
These anti piracy commercials have gotten really mean.
Maybe it's being confused with the "download more ram" thing.
I'm pretty sure it's either Mandela Effect or a massive gaslighting conspiracy. Though I guess that's true for everything that's collectively misremembered.
Okay.
Citation needed. I’m pretty sure LLMs have exactly reproduced copyrighted passages. And considering it can created detailed summaries of copyrighted texts, it obviously has to save more than “abstract representations.”
We have hundreds of years of out of copyright books and newspapers. I look forward to interacting with old-timey AI.
"Fiddle sticks! These mechanical horses will never catch on! They're far too loud and barely more faster than a man can run!"
"A Woman's place is raising children and tending to the house! If they get the vote, what will they demand next!? To earn a Man's wage!?"
That last one is still relevant to today's discourse somehow!?
As someone who researched AI pre-GPT to enhance human creativity and aid in creative workflows, it's sad for me to see the direction it's been marketed, but not surprised. I'm personally excited by the tech because I personally see a really positive place for it where the data usage is arguably justified, but we either need to break through the current applications of it which seems more aimed at stock prices and wow-factoring the public instead of using them for what they're best at.
The whole exciting part of these was that it could convert unstructured inputs into natural language and structured outputs. Translation tasks (broad definition of translation), extracting key data points in unstructured data, language tasks. It's outstanding for the NLP tasks we struggled with previously, and these tasks are highly transformative or any inputs, it purely relies on structural patterns. I think few people would argue NLP tasks are infringing on the copyright owner.
But I can at least see how moving the direction toward (particularly with MoE approaches) using Q&A data to support generating Q&A outputs, media data to support generating media outputs, using code data to support generating code, this moves toward the territory of affecting sales and using someone's IP to compete against them. From a technical perspective, I understand how LLMs are not really copying, but the way they are marketed and tuned seems to be more and more intended to use people's data to compete against them, which is dubious at best.
Many people quote this part saying that this is not the case and this is the main reason why the argument is not valid.
Let's take a step back and not put in discussion how current "AI" learns vs how human learn.
The key point for me here is that humans DO PAY (or at least are expected to...) to use and learn from copyrighted material. So if we're equating "AI" method of learning with humans', both should be subject to the the same rules and regulations. Meaning that "AI" should pay for using copyrighted material.
Even if you come to the conclusion that these models should be allowed to "learn" from copyrighted material, the issue is that they can and will reproduce copyrighted material.
They might not recreate a picture of Mickey Mouse that exists already, but they will draw a picture of Mickey Mouse. Just like I could, except I'm aware that I can't monetize it in any way. Well, new Mickey Mouse.
This is an issue for the AI user though. And I do agree that needs to be more conscious in people's minds. But I think time will change that. Perhaps when the photo camera came out there were some shmucks that took pictures of people's artworks and claimed it as their own because the novelty of the technology allowed that for a bit, but eventually those people are properly differentiated from people properly using it.
Ai has ideas? That's a bit of a philosophical stretch.
{{labeling it "theft" is both legally and technically inaccurate.}} Well, my understanding is that humans have intelligence, humans teach and learn from previous/other people's work and make progressive or create new work/idea using their own intelligence. AI/machine doesn't have intelligence from the start, doesn't have own intelligence to create/make things. It just copies, remixes, and applies the knowledge, and many personalities and all expressions have been teached. So "theft" is technically accurate.
Sure.
Not really. Sure, they take input and garble it up and it is "transformative" - but so is a human watching a TV series on a pirate site, for example. Hell, it's eduactional is treated as a copyright violation.
Perhaps. (Not an AI expert). But, as the law currently stands, only living and breathing persons can be educated, so the "educational" fair use protection doesn't stand.
It does and it doesn't discard the original. It isn't impossible to recreate the original (since all the data it gobbled up gets stored somewhere in some shape or form and can be truthfully recreated, at least judging by a few comments bellow and news reports). So AI can and does recreate (duplicate or distribute, perhaps) copyrighted works.
Besides, for a copyright violation, "substantial similarity" is needed, not one-for-one reproduction.
Again, not really.
Sure. Except when it isn't and the AI pumps out the original or something close enoigh to it.
I'd be careful with the "always" part. There was a famous case involving Katy Perry where a single chord was sued over as copyright infringement. The case was thrown out on appeal, but I do not doubt that some pretty wild cases have been upheld as copyright violations (see "patent troll").
The problem is that Google books only lets you search some phrase and have it pop up as beibg from source xy. It doesn't have the capability of reproducing it (other than maybe the page it was on perhaps) - well, it does have the capability since it's in the index somewhere, but there are checks in place to make sure it doesn't happen, which seem to be yet unachieved in AI.
Yes. Just as labeling piracy as theft is.
Yes, new legislation will made to either let "Big AI" do as it pleases, or prevent it from doing so. Or, as usual, it'll be somewhere inbetween and vary from jurisdiction to jurisdiction.
However,
this doesn't really stand. Sure, morals are debatable and while I'd say it is more unethical as private piracy (so no distribution) since distribution and disemination is involved, you do not seem to feel the same.
However, the law is clear. Private piracy (as in recording a song off of radio, a TV broadcast, screen recording a Netflix movie, etc. are all legal. As is digitizing books and lending the digital (as long as you have a physical copy that isn't lended out as the same time representing the legal "original"). I think breaking DRM also isn't illegal (but someone please correct me if I'm wrong).
The problems arises when the pirated content is copied and distributed in an uncontrolled manner, which AI seems to be capable of, making the AI owner as liable of piracy if the AI reproduced not even the same, but "substantially similar" output, just as much as hosts of "classic" pirated content distributed on the Web.
Obligatory IANAL and as far as the law goes, I focused on US law since the default country on here is the US. Similar or different laws are on the books in other places, although most are in fact substantially similar. Also, what the legislators cone up with will definately vary from place to place, even more so than copyright law since copyright law is partially harmonised (see Berne convention).
Honestly, if this somehow results in regulators being like "fuck it, piracy is legal now" it won't negatively impact me in any way..
Corporations have abused copyright law for decades, they've ruined the internet, they've ruined media, they've ruined video games. I want them to lose more than anything else.
The shitty and likely situation is they'll be like "fuck it corporate piracy is legal but individuals doing it is still a crime".
I don't view free-use models as open-source. Open-source means I can rebuild it from scratch and I can't because I don't know what the training data is, or have access to it.
The "you wouldn't download a car" statement is made against personal cases of piracy, which got rightfully clowned upon. It obviously doesn't work at all when you use its ridiculousness to defend big ass corporations that tries to profit from so many of the stuff they "downloaded".
Besides, it is not "theft". It is "plagiarism". And I'm glad to see that people that tries to defend these plagiarism machines that are attempted to be humanised and inflated to something they can never be, gets clowned. It warms my heart.
Maybe if OpenAI didn't suddenly decide not to be open when they got in bed with Micro$oft, they could just make it a community effort. I own a copyrighted work that the AI hasn't been feed yet, so I loan it as training and you do the same. They could have made it an open initiative. Missed opportunity from a greedy company. Push the boundaries of technology, and we can all reap the rewards.
I've been thinking since my early teens if not earlier that copyright is an outdated law in the digital age. If this dispute leads to more people realizing this, good.
There is an easy answer to this, but it's not being pursued by AI companies because it'll make them less money, albeit totally ethically.
Make all LLM models free to use, regardless of sophistication, and be collaborative with sharing the algorithms. They don't have to be open to everyone, but they can look at requests and grant them on merit without charging for it.
So how do they make money? How goes Google search make money? Advertisements. If you have a good, free product, advertisement space will follow. If it's impossible to make an AI product while also properly compensating people for training material, then don't make it a sold product. Use copyright training material freely to offer a free product with no premiums.
it's rich cunts asking for handouts again. hey, we call this feasibility, you should have thought about it before, not now. your business is not feasible. fuck off forever. thanks.
The argument seem most commonly from people on fediverse (which I happen to agree with) is really not about what current copyright laws and treaties say / how they should be interpreted, but how people view things should be (even if it requires changing laws to make it that way).
And it fundamentally comes down to economics - the study of how resources should be distributed. Apart from oligarchs and the wannabe oligarchs who serve as useful idiots for the real oligarchs, pretty much everyone wants a relatively fair and equal distribution of wealth amongst the people (differing between left and right in opinion on exactly how equal things should be, but there is still some common ground). Hardly anyone really wants serfdom or similar where all the wealth and power is concentrated in the hands of a few (obviously it's a spectrum of how concentrated, but very few people want the extreme position to the right).
Depending on how things go, AI technologies have the power to serve humanity and lift everyone up equally if they are widely distributed, removing barriers and breaking existing 'moats' that let a few oligarchs hoard a lot of resources. Or it could go the other way - oligarchs are the only ones that have access to the state of the art model weights, and use this to undercut whatever they want in the economy until they own everything and everyone else rents everything from them on their terms.
The first scenario is a utopia scenario, and the second is a dystopia, and the way AI is regulated is the fork in the road between the two. So of course people are going to want to cheer for regulation that steers towards the utopia.
That means things like:
Fundamentally, all of this is just exacerbating cracks in the copyright system as a policy. I personally think that a better system would look like this:
If we had that policy, I'd be okay for AI companies to be slurping up everything and training model weights.
However, with the current policies, it is pushing us towards the dystopic path where AI companies take what they want and never give anything back.
You should look at the energy cost of AI. It's not a miracle machine.
I agree that this is a major concern, especially if non-renewable energy is used, and until the production process for computer technology and solar panels is much more of a circular economy. More renewable energy and circular economies, and following the sun for AI training and inference (it isn't going to be low latency anyway, so if you need AI inference in the northern hemisphere night, just do it on the other side of the world) could greatly decrease the impact.
I think Generative AI should just be scrapped. Nobody needs hyperrealistic photos and videos, or chatbots, or any of that shit. The main problems of the world are not technological, but legal. Too many laws are enacted for the benefit of robber-barons, and unless they are scrapped, I have no faith in my legal system.
This take is correct although I would make one addition. It is true that copyright violation doesn’t happen when copyrighted material is inputted or when models are trained. While the outputs of these models are not necessarily copyright violations, it is possible for them to violate copyright. The same standards for violation that apply to humans should apply to these models.
I entirely reject the claims that there should be one standard for humans and another for these models. Every time this debate pops up, people claim some province based on ‘intelligence’ or ‘conscience’ or ‘understanding’ or ‘awareness’. This is a meaningless argument because we have no clear understanding about what those things are. I’m not claiming anything about the nature of these models. I’m just pointing out that people love to apply an undefined standard to them.
We should apply the same copyright standards to people, models, corporations, and old-school algorithms.
Maybe if you would pay for training data they would let you use copyright data or something?
Had the company paid for the training data and/or left it as voluntary, there would be less of a problem with it to begin with.
Part of the problem is that they didn't, but are still using it for commercial purposes.
Their business strategy is built on top of assumption they won't. They don't want this door opened at all. It was a great deal for Google to buy Reddit's data for some $mil., because it is a huge collection behind one entity. Now imagine communicating to each individual site owner whose resources they scrapped.
If that could've been how it started, the development of these AI tools could be much slower because of (1) data being added to the bunch only after an agreement, (2) more expenses meaning less money for hardware expansion and (3) investors and companies being less hyped up about that thing because it doesn't grow like a mushroom cloud while following legal procedures. Also, (4) the ability to investigate and collect a public list of what sites they have agreement with is pretty damning making it's own news stories and conflicts.
The other part of it is they broke the rules so they need to face the consequences. They are asking for forgiveness and in this case I don't think they deserve it.
I personally am down for this punch-up between Alphabet and Sony. Microsoft v. Disney.
🍿
Surely it's coming. We have The music publishing cartel vs Suno already.
The ingredient thing is a bit amusing, because that's basically how one of the major fast food chains got to be so big (I can't remember which one it was ATM though; just that it wasn't McDonald's). They cut out the middle-man and just bought their own farm to start growing the vegetables and later on expanded to raising the animals used for the meat as well.
Wait... they actually STOLE the cheese from the cows?
😆
I rather think the point is being missed here. Copyright is already causing huge issues, such as the troubles faced by the internet archive, and the fact academics get nothing from their work.
Surely the argument here is that copyright law needs to change, as it acts as a barrier to education and human expression. Not, however, just for AI, but as a whole.
Copyright law needs to move with the times, as all laws do.
Let's engage in a little fantasy. Someone invents a magic machine that is able to duplicate apartments, condos, houses, ... You want to live in New York? You can copy yourself a penthouse overlooking the Central Park for just a few cents. It's magic. You don't need space. It's all in a pocket dimension like the Tardis or whatever. Awesome, right? Of course, not everyone would like that. The owner of that penthouse, for one. Their multi-million dollar investment is suddenly almost worthless. They would certainly demand that you must not copy their property without consent. And so would a lot of people. And what about the poor construction workers, ask the owners of constructions companies? And who will pay to have any new house built?
So in this fantasy story, the government goes and bans the magic copy machine. Taxes are raised to create a big new police bureau to monitor the country and to make sure that no one use such a machine without a license.
That's turned from magical wish fulfillment into a dystopian story. A society that rejects living in a rent-free wonderland but instead chooses to make itself poor. People work to ensure poverty, not to create wealth.
You get that I'm talking about data, information, knowledge. The first magic machine was the printing press. Now we have computers and the Internet.
I'm not talking about a utopian vision here. Facts, scientific theories, mathematical theorems, ... All such is free for all. Inventors can get patents, but only for 20 years and only if they publish them. They can keep their invention secret and take their chances. But if they want a government enforced monopoly, they must publish their inventions so that others may learn from it.
In the US, that's how the Constitution demands it. The copyright clause: [The United States Congress shall have power] To promote the Progress of Science and useful Arts, by securing for limited Times to Authors and Inventors the exclusive Right to their respective Writings and Discoveries.
Cutting down on Fair Use makes everyone poorer and only a very few, very rich people richer. Have you ever thought about where the money goes if AI training requires a license?
For example, to Reddit, because Reddit has rights to all those posts. So do Facebook and Xitter. Of course, there's also old money, like the NYT or Getty. The NYT has the rights to all their old issue about a century back. If AI training requires a license, they can sell all their old newspapers again. That's pure profit. Do you think they will their employees raises out of the pure goodness of their heart if they win their lawsuits? They have no legal or economics reason to do so. The belief that this would happen is trickle-down economics.
So if I watch all Star Wars movies, and then get a crew together to make a couple of identical movies that were inspired by my earlier watching, and then sell the movies, then this is actually completely legal.
It doesn't matter if they stole the source material. They are selling a machine that can create copyright infringements at a click of a button, and that's a problem.
This is not the same as an artist looking at every single piece of art in the world and being able to replicate it to hang it in the living room. This is an army of artists that are enslaved by a single company to sell any copy of any artwork they want. That army works as long as you feed it electricity and free labor of actual artists.
Theft actually seems like a great word for what these scammers are doing.
If you run some open source model on your own machine, that's a different story.
It's an interesting area. Are they suggesting that a human reading copyright material and learning from it is a breach?
The issue here is that the cheese gets consumed for the sandwitch. Knowledge does not lost when it gets passed. Cheese does.
The sad news is:
Their argument could fall on fertile ground.
The Usamerican legal system protects a running business. When such a rich and famous corporation argues (and it would be highly paid lawyers arguing) that their business could be in jeopardy, they are going to listen, no matter how ridiculous the reasoning.
In other countries, they just make a judge laughing out loud.
Yep, that's textbook big tech strategy: -Build up the hype -Get the product out there, make sure as many orgs and people start using it as possible. Make it free or sell at loss if necessary -Oh yes, we broke a few laws for this. If we don't get a waiver, we'll have to close the service for everyone, do you realize the impact?
That's Facebook on privacy, Uber on workers rights, etc. Now N+1th: OpenAI on copyright.
There are a few problems, tho. 1 2 3 4 5 6
Then OpenAI should pay for a copy, like we do.
Is their an official statement if OpenAI pays for at least one copy of whatever they throw into the bots?
Copyright laws protects the ability of copyright holder to make money. The laws were created before AI and now obviously have to be adapted to new technology (like you didn't really need copyright before the invention of printing). How exactly AI will be regulated is in the end up to society to decide, which most likely will come down who has the better lobby.
Why wouldn't they charge their so many corporate customers more? They supposedly are providing their services to US government and military, just charge them extra and pay the publishers.
They intentionally keep their prices lower to out-compete other companies and then complain about it. If they put their actual cost to their customers, you would realize how quickly they will lose the market because open source models would out compete them
From here...https://daniellerac.com/
I hear you about the cheese bro.
except that it can, and regularly does, regurgitate copyrighted works verbatim.
They are laundering the creative works of humans. That's it. The end. They are laundering machines for art. They should be treated and legislated as such.
No but you would definitely design a car based on other designs made before.
The Times' lawyers must be chuffed reading this.
Counteroffer. We eliminate copyright laws all together. For anyone and everyone.
Let move to a system in which we found the projects before their release. And once released they are available to everyone for free.
Also let's make a system where everyone can work a basic work like 20-30 hours a week and get a living wage and the rest of the time we can just produce art of any kind of thing for free to anyone as we'll already had our needs covered and we won't have the need to monetize every second of out existence.
I finally understand Trump supporters "Fuck it, burn it all to the ground cause we can't win" POV. Only instead of democracy, it is copyright and instead of Trump, it is AI.
The push to require paying to read content that is shared openly on the web is designed to drive a feasibility wedge between large and small operations.
It means that a small handful of organizations will actually have the funds to be able to buy enough training data, and that all other smaller AI ventures will be illegal.
This is designed to concentrate AI power into a few hands.
Think critically about the narratives being fed to you. AIs must be allowed to read the web, because if they are not then we will have a unipolar AI ecosystem and the future of humanity will be extremely dark.
We need a multipolar AI ecosystem and the only way to do that is to have lots of small players making their own AI.
If we have a multipolar AI ecosystem, then AI will be forced to play nice because of the effects of parity, and therefore AI will develop along a prosocial, negotiating, respectful path.
Unipolar AI will be tyrannical, cruel, and evil. Unipolar AI will be the result of making it illegal to train AI on web content.
Please see past the propagandistic narrative. Today it is OpenAI that is fighting for this right. Tomorrow it will be smaller players. That is a good thing. That is what we want.
Fully agree. I understand why there are many technological doomers out there and I think AI may be the most deserving of a critical eye. But the immense benefits of being able to manufacture intelligence is undeniable. That NECESSITATES the AI being able to observe anything and everything in the world that it can. That's how any known intelligence has ever learned and there's no scientific basis for an intelligence coming into existence knowing everything about the world without it ever being taught about it.
Now I've heard a lot of criticism of AI. Some really legitimate concerns about their place in the future (and ours). As well as the ethics of this important technology originating in the private hands of mega corps that historically have not had our best interest at heart. But the VAST majority of criticism has been about how it's not useful or is just an avenue for copyright abuse. Which at best, is just completely missing the point. But at worst, is the thinly vailed protests of people made very uncomfortable that the status quo is being upset.
I wouldn't say I'm on OAI's side here, but I'm down to eliminate copyright. New economic models will emerge, especially if more creatives unionize.
I never fully figured out how the people who are against AI companies using copyrighted content on the training data fit that in with their general attitude towards online piracy. Seems contradictory to be against one but not another.
Is the pirate valued at $100,000,000,000? Will the pirate ever make enough of a dent to be considered a rounding error in a $100bn valuation? Is the pirate even attempting to turn a profit?
If the training data was for personal consumption, knock yourself out. When you try to say you're worth billions but can't afford to pay for the material? Fuck all the way off. I'm sure fucknuts at the top of this is gonna get a fat fucking pay day, so scrape a few fucking zeros off their quartly bonus and pay the people actually making the fucking content you are ABSOLUTELY going to turn around and try to make a profit off of.
Don't forget that the pirates usually don't say "art should have been just a weekend hobby, not a profession".
I don't see how this addresses my question. Just because someone is causing bigger harm it doesn't justify causing a little harm. Stealing a lollipop is less bad than stealing a car but it's still both stealing. AI companies can afford paying for the material just like online pirate can afford paying for the movie.
Because the small thief in this example is not making money from the theft
No, but they're saving money which is effectively the same thing. There's no practical difference between earning 50 bucks and getting a 50 buck discount.
That’s not quite true, though, is it?
$50 earned is yours to spend on anything. A $50 discount is offered by a vendor to entice you to spend enough of your money on them to make the discount worthwhile.
Pirates don’t pirate because they’re trying to save money on something they would have bought otherwise… typically they pirate because the amount they consume would bankrupt them if they purchased it through legitimate means, so they would never have been a paying customer in the first place.
So, if they wouldn’t have bought it anyway, and they’re not reselling it, did they really harm the vendor? Whether they pirated it or not, it wouldn’t affect the vendor either way.
That’s not really the same thing, in my opinion.
If you were able to pay for everything handily but pirated anyway, or if you resold pirated content, then yeah you have something similar to theft going on. But that’s not really the norm; those people are doing something bad irrespective of the piracy itself, aren’t they?
They wouldn't have bought all the content they have pirated if piracy was not an option but they would have bought some of it.
Piracy has saves money. Saving money means I have more money to spend on other things. Earning money means I have more money to spend on other things. There's no practical difference between the two.
In my view, my point still stands; being against one but not the other is hypocritical.
It’s not hypocritical if you believe that theft is wrong because it hurts another person, rather than wrong because you don’t deserve the thing or that it offers you an unfair advantage. Your argument leans heavily on the latter but mine the former.
Your average pirate isn't looking to profit from their copyright infringement.
In a similar way, someone getting busted for downloading a movie is a civil matter, but if they get busted for selling unauthorized copies on DVD then it can become a criminal matter.
They're saving money which is effectively the same thing.
The pirate is looking to save money with their copyright infringement.
These AI companies are looking to make money from it.
There's no practical difference between the two.
If I save 100 bucks a month from my expenses it means I have an extra 100 bucks to spend on something else.
If I earn additional 100 bucks a month it means I have an extra 100 bucks to spend on something else.
The scale is the difference and who is harmed.
Billion dollar company losing $100. Who cares?!
Billion dollar company stealing from all artists in the world. We care.
Exactly. The difference is in people's head. Not in the act in of itself.
Thief steals a lollipop. Who cares?
Thief steals a car. We care.
Both are still thieves.
That may be how you see it, but that's not how the law works.
Well that's not just how I see it, that's how it is.
Also, piracy is illegal. If you think taking copyrighted work of others without permission and training your AI with it should be illegal aswell, then there's no contradiction there. The people I do take issue with is the ones who see an issue with training AI but not with online piracy.
Well, you can think that but realize that you're in the minority if you think breaking copyright for personal consumption is the same as breaking copyright for profit. That's like saying stealing a loaf of bread because you are hungry is exactly the same as stealing a car so you can strip it for parts for resale.
Also, despite what the RIAA and MPAA would like you to believe, downloading a CD or DVD for personal use isn't illegal, which is why it's a civil matter when someone is busted. There's a line that needs to be crossed before the criminal justice system gets involved, and it's above that sort of thing.
It's not because what they're against is the consolidation of power.
If the principle "information is free" can lead to systems where information is not free, then that's not really desirable, is it.
If free information to inspire more creative works can lead to systems with less creative works, then that's not really desirable, is it.
don't human artists also learn by looking at copyrighted material? one of us is missing something
A perfect analogy.
So, is the Internet caring about copyright now? Decades of Napster, Limewire, BitTorrent, Piratebay, bootleg ebooks, movies, music, etc, but we care now because it's a big corporation doing it?
Just trying to get it straight.
Personally for me its about the double standard. When we perform small scale "theft" to experience things we'd be willing to pay for if we could afford it and the money funded the artists, they throw the book at us. When they build a giant machine that takes all of our work and turns it into an automated record scratcher that they will profit off of and replace our creative jobs with, that's just good business. I don't think it's okay that they get to do things like implement DRM because IP theft is so terrible, but then when they do it systemically and against the specific licensing of the content that has been posted to the internet, that's protected in the eyes of the law
Kill a person, that's a tragedy. Kill a hundred thousand people, they make you king.
Steal $10, you go to jail. Steal $10 billion, they make you Senator.
If you do crime big enough, it becomes good.
No, no it doesn't.
It might become legal, or tolerated, or the laws might become unenforceable.
But that doesn't make it good, on the contrary, it makes it even worse.
That's their point.
No shit
I mean openais not getting off Scott free, they've been getting sued a lot recently for this exact copy right argument. New York times is suing them for potential billions.
Do they though, since the Metallica lawsuits in the aughts there hasnt been much prosecution at the consumer level for piracy, and what little there is is mostly cease and desists.
What about companies who scrape public sites for training data but then publish their trained models open source for anyone to use?
That feels a lot more reasonable and fair to me personally.
If they still profit from it, no.
Open models made by nonprofit organisations, listing their sources, not including anything from anyone who requests it not to be included (with robots.txt, for instance), and burdened with a GPL-like viral license that prevents the models and their results from being used for profit... that'd probably be fine.
And also be useless for most practical applications.
We're talking about LLMs. They're useless for most practical applications by definition.
And when they're not entirely useless (basically, autocomplete) they're orders of magnitude less cost-effective than older almost equivalent alternatives, so they're effectively useless at that, too.
They're fancy extremely costly toys without any practical use, that thanks to the short-sighted greed of the scammers selling them will soon become even more useless due to model collapse.
People don't like when you punch down. When a 13 year old illegally downloaded a Limp Bizkit album no one cared. When corporations worth billions funded by venture capital systematically harvest the work of small creators (often with appropriate license) to sell a product people tend to care.
There is a kernal of validity to your point, but let's not pretend like those things are at all the same. The difference between copyright violation for personal use and copyright violation for commercialization is many orders of magnitude.
You tell me, was it people suing companies or companies suing people?
Is a company claiming it should be able to have free access to content or a person?
Just a point of clarification: Copyright is about the right of distribution. So yes, a company can just "download the Internet", store it, and do whatever TF they want with it as long as they don't distribute it.
That the key: Distribution. That's why no one gets sued for downloading. They only ever get sued for uploading. Furthermore, the damages (if found guilty) are based on the number of copies that get distributed. It's because copyright law hasn't been updated in decades and 99% of it predates computers (especially all the important case law).
What these lawsuits against OpenAI are claiming is that OpenAI is making a derivative work of the authors/owners works. Which is kinda what's going on but also not really. Let's say that someone asks ChatGPT to write a few paragraphs of something in the style of Stephen King... His "style" isn't even cooyrightable so as long as it didn't copy his works word-for-word is it even a derivative? No one knows. It's never been litigated before.
My guess: No. It's not going to count as a derivative work. Because it's no different than a human reading all his books and performing the same, perfectly legal function.
It's more about copying, really.
People do get sued in some countries. EG Germany. I think they stopped in the US because of the bad publicity.
That theory is just crazy. I think it's already been thrown out of all these suits.
The Internet is not a person
People on Lemmy. I personally didn't realize everyone here was such big fans of copyright and artificial scarcity.
The reality is that people hate tech bros (deservedly) and then blindly hate on everything they like by association, which sometimes results in dumbassery like everyone now dick-riding the copyright system.
The reality is that people hate the corporations using creative peoples works to try and make their jobs basically obsolete and they grab onto anything to fight against it, even if it's a bit of a stretch.
I'd hate a world lacking real human creativity.
Me too, but real human creativity comes from having the time and space to rest and think properly. Automation is the only reason we have as much leisure time as we do on a societal scale now, and AI just allows us to automate more menial tasks.
Do you know where AI is actually being used the most right now? Automating away customer service jobs, automatic form filling, translation, and other really boring but necessary tasks that computers used to be really bad at before neural networks.
And some automation I have no problems with. However, if corporations would rather use AI than hire creatives, the creatives will have to look for other work and likely won't have a space to express their creativity, not at work nor during leisure time (no time, exhaustion, etc.). Something should be done so it doesn't go there. Preemptively. Not after everything's gone to shit. I don't see the people defending AI from the copyright stuff even acknowledging the issue. Holding up the copyright card, currently, is the easiest way to try an avoid this happening.
It's not hypocritical to care about some parts of copyright and not others. For example most people in the foss crowd don't really care about using copyright to monetarily leverage being the sole distributor of a work but they do care about attribution.