Of course, I’m not in favor of this “AI slop” that we’re having in this century (although I admit that it has some good legitimate uses but greed always speaks louder) but I wonder if it will suffer some kind of piracy, if it is already suffering or people simple are not interested in “pirated AI”
Not pirated. But my country, Spain, released an open AI model completely for free. Everything is open. The training data the models and everything. It’s supposedly ethically trained with open data(I have not personally dig in the training data but it’s there published).
It’s focused on spanish and regional languages of spain. But I think it can also do things in English.
Not piracy per se, as it’s completely legal. But there’s something you don’t depend on any bussiness to run.
First i hear about it, any links?
Of course.
Thanks! Need to see if they have documented their datasets AND are actually public
I’m not sure what you’re asking, but it seems you’re not aware of the huge AI model field where various AI models are already being publicly shared and adjusted? It doesn’t need piracy to see or have alternatives.
The key to hosted services like ChatGPT is that they offer an API, a service, they never distribute the AI software/model.
Other kinds of AI gets distributed and will be pirated like any software.
Considering piracy “around” them, there’s an intransparent issue of models being trained on pirated content. But I assume that’s not what you were asking.
I’m pretty sure those things are trained on content which was obtained without paying royalties to the creators, hence by definition pirated content - so that would count as “piracy around them”.
On the opposite side, as far as I know the things created with Generative AI so far can’t be copyrighted, hence by definition can’t be pirated as they’ve always belonged to the Public Domain.
As for the engines themselves, there are good fully open source options out there which can be locally installed (if you have enough memory in your graphics card) and there seem to be thriving communities around it (at least it looks like it from what bit I dipped into that stuff so far). I’m not sure if it’s at all possible to pirate the closed source engines since I expect those things are designed to be deployed to very specific server farm architectures.
There are quite a few options for running your own LLM. Ollama makes it fairly easy to run (with a big selection of models - there’s also Hugging Face with even more models to suit various use cases) and OpenWebUI makes it easy to operate.
Some self-hosting experience doesn’t hurt, but it’s pretty straightforward to configure if you follow along with Networkchuck in this video.
I mean they stole people’s actual work already, so they’re the bad kind of pirates.
Just like people steal movies from the high seas? I hope this is sarcasm.
Nope, there’s a difference there in that they aren’t taking something from ordinary people who need the money in order to survive. Actors, producers, directors etc have already been paid and besides, hollywood etc aren’t exactly using that money to give back to society in any meaningful way most of the time.
They did not take money from anyone. Are ‘t we on the priacy community? What is with the double standards? It’s theft if it’s against the Little Guy™ but it’s civil copyright violation if it’s against the Corpos?
I’m against corporations. Not actual people. I don’t see how that’s double standards at all.
Weight leaks for semi-open models have been fairly common in the past. Meta’s LLaMa1.0 model was originally closed source, but the weights were leaked and spread pretty rapidly (effectively laundered through finetunes and merges), leading to Meta embracing quasi-open source post-hoc. Similarly, most of the anime-style Stable Diffusion 1.5 models were based on NovelAI’s custom finetune, and the weights were similarly laundered and became ubiquitous.
Those incidents were both in 2023. Aside from some of the biggest players (OpenAI, Google, Anthropic, and I guess Apple kinda), open weight releases (usually not open source) have been become the norm (even for frontier models like DeepSeek-V3, Qwen 2.5 and Llama 3.1), so piracy in that case is moot (although it’s easy to assume that use non-compliant with licenses is also ubiquitous). Leakage of currently closed frontier models would be interesting from an academic and journalistic perspective, for being able to dig into the architecture and assess things like safety and regurgitation outside of the online service shell, but those frontier models would require so much compute that they’d be unusable by individual actors.
There already is. You can download copies of AI that are similar or better than ChatGPT from hugging face. I run different models locally to create my own useless AI slop without paying for anything.
Are you referring to ollama?
No because that is just an API that can run LLMs locally. GPT4All is an all in one solution that can run the .gguf file. Same with kobold ai.