this post was submitted on 25 Jun 2026
74 points (94.0% liked)
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ
69588 readers
103 users here now
⚓ Dedicated to the discussion of digital piracy, including ethical problems and legal advancements.
Rules • Full Version
1. Posts must be related to the discussion of digital piracy
2. Don't request invites, trade, sell, or self-promote
3. Don't request or link to specific pirated titles, including DMs
4. Don't submit low-quality posts, be entitled, or harass others
Loot, Pillage, & Plunder
We heartily recommend visiting the free port of freemediaheckyeah (aka FMHY) while you sail the high seas, for all the freshest links the ocean has to offer.
📜 c/Piracy Wiki (Community Edition):
🏴☠️ Other communities
FUCK ADOBE!
Torrenting/P2P:
- !seedboxes@lemmy.dbzer0.com
- !trackers@lemmy.dbzer0.com
- !qbittorrent@lemmy.dbzer0.com
- !libretorrent@lemmy.dbzer0.com
- !soulseek@lemmy.dbzer0.com
Gaming:
- !steamdeckpirates@lemmy.dbzer0.com
- !newyuzupiracy@lemmy.dbzer0.com
- !switchpirates@lemmy.dbzer0.com
- !3dspiracy@lemmy.dbzer0.com
- !retropirates@lemmy.dbzer0.com
💰 Please help cover server costs.
![]() |
![]() |
|---|---|
| Ko-fi | Liberapay |
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments




It's not like the Chinese are any better. I want both sides to lose.
They're a little better. Many of their models are open-source and can be run offline.
there are no open source models. There are open weight models.
No models make available the way in which they were produced, aka the source.
There is one: Apertus by ETH Zürich.
Weights are basically algorithm. It is not even obfuscated. Companies successfully produce derivative works from them, what is the problem?
One does not require git history for any Foss project, the exact way the code was produced IA not the requirement, it is the reproducibility that matters.
When I can train the ai on my own in the same way I can compile a program (yes I understand the huge difference in computing power necessary, that's not what I'm talking about) then I'll consider it equivalent.
As far as I'm concerned open weights are effectively compiled code. I can technically modify it, but I cannot rearrange the base components that were used to create it.
Even AI developers themselves cannot train AI in the same way as one compiles a program. Storing all the necessary data is just not feasible. To achieve results comparable to modern flagship models, one needs to obtain data in real time, use large amounts of generated data that is deleted after single use. And the training algorithm itself is not deterministic.
And I still fail to see how this is any different from requiring a git commit history. There is an algorithm present - that's it. It has no other forms in which it can be presented.