this post was submitted on 26 Jul 2026
283 points (99.3% liked)

Technology

87550 readers
3146 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] DJKJuicy@sh.itjust.works 39 points 1 month ago (24 children)

I ran DeepSeek and Llama and Mistral at home on my consumer grade gaming PC.

With a little tweaking of the system prompts and configuring web search, I was running a local LLM that felt pretty darn close to the commercial LLMs.

With this technology out in the open internet where you can download the models in a few hours I don't see how the commercial AI companies are going to last. If selling "Artificial Intelligence" subscriptions is all your company does for revenue, you're screwed.

I downloaded and ran an LLM that I could have a conversation with and feed basic coding problems to for basically zero dollars and ran it on my puny gaming machine...puny compared to enterprise-class hardware. It would be trivial for a company with a very moderate budget to buy some servers and start running their own LLMs that they can use to feed all the PII and HIPPA data they want.

[–] stankmut@lemmy.world 6 points 1 month ago (2 children)

Since you mention using Ollama, you probably aren't running actual deepseek on your pc. Ollama took a Qwen model that was finetuned using deepseek output and named it deepseek.

Those are pretty out of date models at this point. Right now, the model most people would recommend for consumer gaming hardware is Qwen 3.6 27b.

[–] DJKJuicy@sh.itjust.works 3 points 1 month ago (1 children)

I actually tried Qwen 3.6 27B but it wouldn't quite fit in my 6900XT so I had to go down to the 14B. I don't have the tools or the skillset to really test the capabilities of an LLM but with some very rudimentary system prompts it felt quite natural to me. Shockingly natural considering that talking to a real LLM running on my own PC felt like it was smarter than the Majel Barrett computer on Star Trek:TNG...

[–] stankmut@lemmy.world 2 points 1 month ago

Oh yeah, 16 GB of VRAM is a strange spot to be in. Most of the focus goes onto the models that fit in 24 GB cards.

Qwen 3.6 35b-a3b is pretty solid when you don't have enough VRAM for a dense model. Most of the weights can be left in RAM and it still runs really quickly.

load more comments (21 replies)