- 2 Posts
- 26 Comments
“They” is the copyright industry. The same people, who are suing AI companies for money, want the Internet Archive gone for more money.
I share the fear that the copyrightists reach a happy compromise with the bigger AI companies and monopolize knowledge. But for now, AI companies are fighting for Fair Use. The Internet Archive is already benefitting from those precedents.
In the US, copyright is limited by Fair Use. It is still IP. Eventually, you’d just be changing how Fair Use works. Not all for the better, I think.
Maybe one could compare it to a right of way over someone’s physical property. The public may use it for a certain purpose, in a limited way, which lowers its value. But what value it has, belongs to the owner.
What kind of person owned a computer as a hobby in 1976?
That’s true in the same way that Trump’s tariffs are paid by other countries. Which is to say: Not at all.
Bill Gates was no billionaire at the time. His background was probably shared by almost all computer hobbyists at the time.
the caveats that commercializing someone else’s work or taking credit for someone else’s work should be illegal.
So, not actually abolishing IP, then.
It’s a bit of a split among libertarians. Some very notable figures like Ayn Rand were strong believers in IP. In fact, Ayn Rand’s dogmas very much align with what is falsely represented as left-wing thought in the context of AI.
It’s really irritating for me how much conservative capitalist ideals are passed off as left-wing. Like, attitudes on corporations channel Adam Smith. I think of myself as pragmatic and find that Smith or even Hayek had some good points (not Rand, though). But it’s absolutely grating how uneducated that all is. Worst of all, it makes me realize that for all the anti-capitalist rhetoric, the favored policies are all about making everything worse.
I really don’t get how opinions on intellectual property and its “theft” turn 180 whenever AI is mentioned.
General_Effort@lemmy.worldto
Open Source@lemmy.ml•Switzerland government release full FOSS LLM under Apache 2.0, argue for AI as Public Utility
3·4 months agoI find it very unexpected. It used to be understood that IP laws favor monopolies. EG I don’t remember the OS community being on the side of Oracle in https://en.wikipedia.org/wiki/Google_LLC_v._Oracle_America,_Inc.
Maybe it just passed me by.
General_Effort@lemmy.worldto
Open Source@lemmy.ml•Switzerland government release full FOSS LLM under Apache 2.0, argue for AI as Public Utility
9·4 months agoFor fastest inference, you want to fit the entire model in VRAM. Plus, you need a few GB extra for context.
Context means the text (+images, etc) it works on. That’s the chat log, in the case of a chatbot, plus any texts you might want summarized/translated/ask questions about.
Models can be quantized, which is a kind of lossy compression. They get smaller but also dumber. As with JPGs, the quality loss is insignificant at first and absolutely worth it.
Inference can be split between GPU and CPU, substituting VRAM with normal RAM. Makes it slower, but you’ll probably will still feel that it’s smooth.
Basically, it’s all trade-offs between quality, context size, and speed.
General_Effort@lemmy.worldto
Open Source@lemmy.ml•Mindustry: an extremely high quality (and difficulty) FOSS tower defense game
141·1 year agoThat gives 30% to Steam though. Better use Itch.io as linked on the github page.

via https://duckduckgo.com/?q=DuckDuckGo+AI+Chat&ia=chat&duckai=1 with GPT-4o mini
Ahh. TV shows before everything became political. Just two guys hating each other for very silly reasons completely unconnected to anything on earth.
Text explaining why the neural network representation of common features (typically with weighted proportionality to their occurrence) does not meet the definition of a mathematical average. Does it not favor common response patterns?
Hmm. I’m not really sure why anyone would write such a text. There is no “weighted proportionality” (or pathways). Is this a common conception?
You don’t need it to be an average of the real world to be an average. I can calculate as many average values as I want from entirely fictional worlds. It’s still a type of model which favors what it sees often over what it sees rarely. That’s a form of probability embedded, corresponding to a form of average.
I guess you picked up on the fact that transformers output a probability distribution. I don’t think anyone calls those an average, though you could have an average distribution. Come to think of it, before you use that to pick the next token, you usually mess with it a little to make it more or less “creative”. That’s certainly no longer an average.
You can see a neural net as a kind of regression analysis. I don’t think I have ever heard someone calling that a kind of average, though. I’m also skeptical if you can see a transformer as a regression but I don’t know this stuff well enough. When you train on some data more often than on other data, that is not how you would do a regression. Certainly, once you start RLHF training, you have left regression territory for good.
The GPTisms might be because they are overrepresented in the finetuning data. It might also be from the RLHF and/or brought out by the system prompt.
I accidentally clicked reply, sorry.
B) you do know there’s a lot of different definitions of average, right?
I don’t think that any definition applies to this. But I’m no expert on averages. In any case, the training data is not representative of the internet or anything. It’s also not training equally on all data and not only on such text. What you get out is not representative of anything.
A) I’ve not yet seen evidence to the contrary
You should worry more about whether you have seen evidence that supports what you are saying. So, what kind of evidence do you want? A tutorial on coding neural nets? The math? Video or text?
That’s a) not how it works and b) not averaging.
Who exactly creates the image is not the only issue and maybe I gave it too much prominence. Another factor is that the use of copyrighted training data is still being negotiated/litigated in the US. It will help if they tread lightly.
My opinion is that it has to be legal on first amendment grounds, or more generally freedom of expression. Fair use (a US thing) derives from the 1st amendment, though not exclusively. If AI services can’t be used for creating protected speech, like parody, then this severely limits what the average person can express.
What worries me is that the major lawsuits involve Big Tech companies. They have an interest in far-reaching IP laws; just not quite far-reaching enough to cut off their R&D.


Yeah, one would think so. And those were the hobbyists that Gates was addressing in that open letter.