Where small models genuinely struggle
Broad, open-ended questions are the clearest weak spot. Ask a small local model something vague or wide-ranging, and the results are often noticeably worse than the same question put to a large cloud model. This isn't a bug or a bad quantization choice, it's a direct consequence of scale: cloud-scale models are trained on vastly more data and have far more parameters to draw on when a question doesn't have a narrow, well-defined answer.
Why cloud models still win at this specific thing
Large hosted models are also shaped by the sheer volume of real questions they see: millions of queries a day, across every kind of ambiguous phrasing, feed back into how well they handle the next ambiguous question. A model running on your own hardware doesn't have that advantage, and no amount of local hardware upgrades changes that; it's a training-scale gap, not a memory or speed problem the hardware calculator can help with.
What actually works well locally
The flip side matters just as much: local models do well on narrow, clearly-scoped tasks. Summarizing a specific document, drafting a focused email, triaging a bug with a clear description, answering a question about something you've already given the model as context, these play to a small model's strengths instead of exposing its weaknesses. The tighter and more specific the job, the smaller the gap between local and cloud tends to be.
A practical rule that actually helps
Being specific matters more than being detailed. A short, narrow prompt with a clear boundary usually outperforms a long, elaborately-detailed prompt about something broad. If you're not sure your task is narrow enough, one genuinely useful trick is instructing the model to ask clarifying questions before attempting anything non-trivial, rather than guessing at what you meant:
This alone won't close the gap on genuinely broad questions, but it prevents a local model from confidently guessing wrong on something that needed more context, which is often where the frustration actually comes from.