this post was submitted on 04 May 2025
-50 points (17.9% liked)

Selfhosted

46639 readers
1660 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Why do people host LLMs at home when processing the same amount of data from the internet to train their LLM will never be even a little bit as efficient as sending a paid prompt to some high quality official model?

inb4 privacy concerns or a proof of concept

this is out of discussion, I want someone to prove his LLM can be as insightful and accurate as paid one. I don't care about anything else than quality of generated answers

you are viewing a single comment's thread
view the rest of the comments
[–] nagaram@startrek.website 3 points 4 hours ago* (last edited 4 hours ago)

I want someone to prove his LLM can be as insightful and accurate as paid one.

Are you using LLMs as search engines?

Bold.

I use Gemma, LLama 3.2, and Deepseek to either fix formatting, summarize documentation to give me commands for Linux software, and write simple code structure for me to refine into working code.

Sure it takes longer to generate than a cloud compute would, but

  1. privacy obviously. I know you dismissed it but that's really the biggest reason anyone will have.

  2. this feels better environmentally. I actually don't know if that's true, but it objectively touches less computers for such simple tasks. It would be wasteful of infrastructure to do it over the web.

  3. it's just cooler to have a conversation with my computer. I've learned a lot about how the whole process works and that's more valuable to me as a non dev than just getting the end results.