this post was submitted on 02 Mar 2025
18 points (84.6% liked)

Privacy

1717 readers
266 users here now

Protect your privacy in the digital world

Welcome! This is a community for all those who are interested in protecting their privacy.

Rules

PS: Don't be a smartass and try to game the system, we'll know if you're breaking the rules when we see it!

  1. Be nice, civil and no bigotry/prejudice
  2. Stay on topic
  3. Don't promote big-tech software
  4. No reposting of news that was already posted
  5. No crypto, blockchain, NFTs
  6. No Xitter links (if absolutely necessary, use xcancel)

Related communities:

Some of these are only vaguely related, but great communities.

founded 4 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Lazycog@sopuli.xyz 6 points 4 weeks ago (1 children)

Thanks @frightful_hobgoblin@lemmy.ml for filling OP in! I want to add a few things incase OP is unaware of more than just what you explained:

LLM = large language model, one of the types of AI. Examples: ChatGPT, DeepSeek, Meta's LLaMA

Open-Source: the program code of the AI is available to look at, in its entirety

If you are not sure if you understand these terms and what frightful_hobgoblin said, then just assume whatever AI you are using is going to share your chat with the company behind it.

[–] pupbiru@aussie.zone 5 points 3 weeks ago (1 children)

open source is also very tricky with LLMs: i’d argue if you can’t recreate it from scratch, it’s not open source… deep seek does not contain all the data necessary to recreate it from scratch: it’s open weights (the model itself can be downloaded and run) but not open source… i’d classify it as free (as in beer) software; not open source

[–] Lazycog@sopuli.xyz 3 points 3 weeks ago

Excellent addition, I agree!

That's the criteria of many FOSS catalogue repositories: they won't add any software that is not completely reproducible.