Three prevalent themes in the discussion
1. Performance trade‑offs of local LLMs
Many commenters stress that running models locally is only viable with sufficient hardware; otherwise token generation speeds are unusably slow.
- “I’m able to load a bunch of different models on my little mini‑PC with 16GB RAM, but the performance is terrible.” – amanzi
- “I run Gemma 4 26b a4b at 52 tok/s and Qwen 3.5b a3b at 72 tok/s. Both 4‑bit quantized. These are enough for my needs and the performance is more than good enough.” – argee
- “GLM‑5.3‑Flash … 18.7 tokens/s generation, 35 tokens/s prompt …” – taylorhou (showing that high‑end Macs can reach useful speeds)
2. Cost analysis: local hardware vs. hosted APIs
The debate centers on whether the capital expense, electricity, and maintenance of local rigs outweigh the per‑token cost of cloud services.
- “With an 8x MI355x cluster at full tilt … your monthly token limit is the time in a month. … Two billing cycles, and realistically it's more like two weeks. In 4 quarters you've wasted over a million.” – ux266478
- “Pretty expensive is an understatement. You couldn’t buy one of these if you wanted to right now.” – Aurornis
- “It usually boils down to people trying to convince themselves that keeping their macs hot … is worth it.” – bel8 (questioning the economics of local setups)
3. Privacy, control, and autonomy motivations
Beyond raw speed or price, many users value running models locally for data sovereignty, avoiding vendor lock‑in, and the ability to fine‑tune or customize.
- “The main reason should be privacy.” – amelius
- “I talk about it in the blog post - knowing what's being run, knowing where it's being run, and not having anyone else control it.” – lwsio
- “Agents require at least DeepSeek pro …” – whatsThisBtn4 (highlighting reliance on external APIs as a drawback)