繁中 →
visitors so far

Local AI models, a beginner's guide

Ollama, Gemma, censored and uncensored, all in one go

← Back to homeFree guides·About me·Threads
0
coding background needed
7
core terms
Aug 2026
latest model ranking

Why local models are worth understanding

ChatGPT, Claude and Gemini are all cloud models.
The computing happens on someone else's servers and you connect to it.
But an AI model can also run right on your own computer. That is a local model, sometimes called an on-device model.
This page clears up the basics in one pass: cloud vs local, what Ollama is, what Gemma is, and how censored differs from uncensored,
so the words stop sounding like fog next time you meet them.

1
One idea first: cloud vs local
Think of ordering delivery vs cooking at home
Analogy

Cloud model = ordering delivery, local model = cooking at home

Cloud model
ChatGPT・Claude・Gemini
delivery
vs
Local model
on your own computer
cooking at home

Cloud model: like ordering delivery.
The chef is good (the model is strong) and the menu is long (all the features are there),
but you pay, you wait (queues or rate limits), and your food passes through someone else's kitchen (your data goes to their servers).

Local model: like cooking at home.
Free, cook whenever you feel like it, ingredients (your data) never leave the house,
but you are limited by your kitchen equipment (your hardware), so the food usually does not match a five-star chef.

Put simply: a local model is not here to replace cloud models.
It takes the work that is high volume, does not need top quality, saves money, or has to run offline,
and the important work still goes to a top cloud model.

2
The terms you keep seeing
So they stop sounding like fog
Tool
What is Ollama?
Software that lets you download and run AI models on your own computer. It is not a model itself, it is the container or player that runs models.
Analogy: Ollama is like the Netflix app. The app is not a film, it is the platform that plays all kinds of films (models).
Model family
What is Gemma?
The name of a series of open-source AI language models from Google.
It is a model family, not a tool and not a company.
Llama comes from Meta, Qwen from Alibaba, and Gemma is Google's line.
Analogy: if Ollama is Netflix, Gemma is the name of one series. It is content, not the platform.
Spec
What is the parameter count (7B/32B/70B)?
It is the model's brain capacity. B is short for billion.
7B means 7 billion parameters, 32B means 32 billion.
A bigger number usually means smarter, and also hungrier for your computer's resources (memory, speed).
Analogy: like neurons in a brain. More neurons usually means smarter, and it also needs a bigger head (more memory) to fit.
Compression
What is quantization (4-bit)?
Slimming the model down so it gets smaller and runs faster, at a small cost in precision. 4-bit is the most common level of slimming today, and you usually cannot tell the difference by eye.
Analogy: like compressing a high-resolution photo to send it over LINE. Much smaller, much faster, slightly lower quality that you rarely notice.
Safety limits
What are censored and uncensored?
Censored means the model was trained to refuse certain sensitive, contested or edge-case questions
(commercial models like ChatGPT and Claude all have this layer).
Uncensored means that layer was removed or reduced, so the model refuses less often.
Uncensored does not mean it will go out of its way to teach people harm. It means fewer restrictions, and it still has limits.
Analogy: a censored version is like a TV channel with parental controls, an uncensored one is like a channel with no age rating. The content does not appear out of thin air either way, the difference is whether a sensitive topic gets the whole channel pulled.
Technique
What is abliterated (the de-censoring operation)?
One specific technique for turning a model into an uncensored version.
The community takes an existing model (Gemma, Llama) and operates on it, removing the machinery that handles refusals,
and the result is usually labelled abliterated.
Analogy: like taking the safety lock off a machine. The machine itself is unchanged, only the switch that shuts it down in certain situations is gone.
Framework
What is MLX?
Apple's own framework, which lets AI models run closer to the Mac hardware (unified memory). The same model on MLX is usually faster than on a general-purpose tool.
Analogy: like Apple's own charger, a closer fit to its own devices and usually more efficient than a third-party one.

3
Three steps from install to daily use
No coding, just follow along
Step 1

Check your memory first, it decides which tier you can run

Local models live mainly on memory (RAM). Check how much you have, then find your row:

Your memoryTier you can runWhat that means
8GB7B classEntry level on a small machine, good for trying it out
16GB12B classThe sweet spot most people are on, mainstream laptops land here
32GB and up35B classStarts to come close to cloud models
How to check your memory:
Mac → Apple menu in the top left →「About This Mac」
Windows → Settings → System → About
The GB figure in the memory row is the one you want.
Step 2

Do not agonize over it, on 16GB just take Gemma 4 12B

There are plenty of models, but your first one does not need a comparison spreadsheet:
on a computer with 16GB of memory, download Gemma 4 12B (from Google) and pick the standard build.
On 8GB take Qwen3 7B, on 32GB and up take Qwen3.6-35B.
Once you are comfortable and have a specific need (writing without getting refused, say), come back to the full comparison table below.

Step 3

Hand it these four jobs first

Local models suit work that is high volume, repetitive and does not need top quality. That part is free from now on:

  • Translating documents, throw foreign-language articles and emails at it
  • Summarizing long text, pull the key points out of long reports and video transcripts
  • Report drafts, let it write the first version and you edit
  • Sorting, hand it a pile of notes and data to categorize
Anything important, anything you deliver to other people, anything that needs the strongest reasoning, still goes to a top cloud model.
A local model makes the high-volume chores free. It does not replace everything.
Concept

Why do people call AI an 「AI employee」?

Because the division of labour looks a lot like hiring:
it is on call 24 hours a day, runs several things at once, shows up instantly, never takes leave or quits,
and the cost is a subscription or an electricity bill instead of a salary.
The difference: creativity, reading people, and carrying final responsibility still need a human.
So the sensible setup is to hand the repetitive chores to AI (a free local model already carries a big chunk of that),
and keep human time for the work only humans can do.


4
Aug 2026 local model comparison
Compiled from published sources, not from my own benchmarks
Most used

Download ranking in the official Ollama library

These are actual download counts from the official Ollama model library (checked Aug 2026), so they show the local models the most people are really running:

RankModelFamily/sourceDownloads
1Llama 3.1Metaabout 118 million
2DeepSeek-R1DeepSeekabout 79 million
5Gemma3Googleabout 39.6 million
Note: most downloaded does not mean best.
High download counts usually come from shipping early (more time to accumulate), name recognition and plenty of beginner tutorials.
That means 「most mainstream, easiest to find fixes for」, not strongest right now.
As of August 2026, newer models have passed Llama 3.1.
For real current ability, look at the recommendation table below, sorted by what you want to do.

Source: download statistics from the official Ollama model library (checked Aug 2026), see public write-ups such as Morph and BenchLM.

Current and suited to your machine

Current picks, by what you want to do

This table is compiled from public sources and community reviews. These are not numbers I benchmarked myself, so treat them as direction only.

ModelFamily/sourceParametersCensorshipBest for
Qwen3.6-35B-A3BAlibaba Qwen35B (only 3B active)standardThe best all-rounder at the 32GB memory tier, fast like a small model, capable like a big one
Gemma 4 12B beginners pick thisGoogle Gemma12BstandardA capable little assistant at the 16GB memory tier, the right first model
Qwen3 7BAlibaba Qwen7BstandardThe strongest coder in the 7-8B class
Dolphin 3.0 MistralCommunity fine-tune (based on Mistral)depends on the builduncensoredLow refusal rate, small footprint, well regarded for writing and creative work
Hermes 3 (Llama 3.3)Community fine-tune (based on Llama)depends on the builduncensoredLow refusal rate, strong at following instructions
Gemma Abliterated 9BCommunity de-censored build (based on Gemma)9BuncensoredReasoning barely drops once the refusal layer is removed, runs at the 12GB tier

Compiled from public write-ups on Hugging Face, Morph, InsiderLLM and Apidog (checked Aug 2026). What counts is how it feels when you run it yourself.

Checked against community consensus:
in the July and August 2026 roundups from r/LocalLLaMA (740,000+ members), the biggest local-model community in the world,
the two families mentioned most are Qwen3.6 and Gemma 4, which matches this table.
People with more memory (24GB and up) mostly go for Qwen3.6-27B or the larger Gemma 4 builds.
How to choose?
Start from your memory tier to get the matching parameter count, and take the standard build for general use;
only consider an uncensored build if you write, role-play, or keep running into refusals.

5
Common questions
What you might be wondering by now

Will local models replace ChatGPT and Claude?

No, not at this stage.
A local model is the cost-saving workhorse, handling volume that does not need top quality;
anything important, anything you deliver, anything needing the strongest reasoning is safer on a top cloud model.

Do I need to code to install a local model?

No. With a tool like Ollama you open the app, pick a model to download, and start chatting. It is about the same as installing any app.

Are uncensored models legal? Are they safe?

Uncensored models are public open-source technology, and downloading and using them is not illegal.
But once the refusal layer is gone, more of the responsibility for the output sits with you,
so use your own judgement about what you do with it.

Do experts all use Ollama? How do LM Studio and llama.cpp differ?

The three are different wrappers around the same core:
underneath it is all the llama.cpp open-source engine, and Ollama and LM Studio are friendlier shells on top of it.
For beginners, Ollama (simplest commands) or LM Studio (full graphical interface) are both the mainstream answer;
people chasing maximum performance drive llama.cpp directly, and advanced Mac users add Apple's MLX framework for another step up.
Start with whatever is easy. Go a layer down when it stops being enough.

My computer is not powerful. Can I still run a local model?

Yes, just pick a smaller model (7B class, for example),
and the more memory you have, the bigger and smarter the model you can run.
Any computer with 16GB of memory or more is enough to start.

Found this useful? Follow me

More AI tool guides plus what running a one-person company actually looks like

@kanisleo328

Want to learn alongside other people?

I run a free LINE learning community where you can ask AI tool questions directly

Join the LINE community

Found this useful? Cite it and pass it on