← Back to Free Stuff

Free Guide — June 2026

Own Your AI:
The Local Models
Survival Guide

A frontier model just got banned. Anyone who built their whole workflow on it woke up to a dead tool. Here is how to run AI on your own machine, where nobody can ban it, throttle it, price-hike it, or shut it off. No coding background required.

Own It · No Subscription · Can't Be Banned

The Insurance Play

Why I'm writing this

A frontier model just got banned. The government sent a letter, and the company pulled it down. Gone. Anyone who had built their entire workflow around it woke up to a dead tool and nothing to do about it.

If that sounds familiar, it should. It is the same thing that happened when people realized they don't own their social media accounts. One algorithm change and your reach is gone. One policy update and your account is suspended. Greg Isenberg tells a story about a startup where organic Facebook was his biggest traffic source, until the algorithm shifted overnight and 99% of that traffic vanished. The smart people in that era learned the lesson and built email lists, because you own your list. Nobody can take it.

This is the AI version of that exact moment. And it is bigger.

Here is the insurance play: a model running on your own computer cannot be taken away from you. No ban. No subscription that disappears. No "we've deprecated that model." No outage. You downloaded it, it lives on your hard drive, and it runs whether the internet is up or not. You own it the way you own a wrench.

Are local models as smart as the absolute best cloud models? No, and I am going to be straight with you about exactly how far behind they are (it is measurable, and smaller than you'd think). But for the overwhelming majority of what you do, that gap doesn't matter. And the upside is total control. This guide is the whole thing. Let's build your insurance policy.

Start Here

First, what even is a "local model"?

Imagine the AI you use in the cloud is like ordering food from a restaurant. It is great, the chef is world-class, but you don't own the kitchen. They can change the menu, raise prices, or close. You're a guest.

A local model is owning the kitchen. The "recipe" (the model) is a file you download once. The "stove" (a small free app called a runtime) runs it on your machine. After that, you can cook anytime, offline, in private, forever. Nobody can repossess your stove.

That is it. That is the whole idea. Everything below is just learning to set up your kitchen.

Step 1

Get the runtime (the thing that actually runs the model)

A model is just a giant file full of numbers. By itself it does nothing. You need a runtime, a small free program that loads that file and lets you chat with it. Pick one of these two and you're done:

LM Studio

Start here

A normal app with buttons and a chat window. Search for a model, click download, start talking. Zero terminal. Best for almost everyone reading this.

Ollama

Runs quietly in the background. A little more technical, but it is what most other AI tools plug into, so it is worth knowing it exists.

My honest recommendation: start with LM Studio. You'll be talking to a model on your own computer about ten minutes after you download it. Go to lmstudio.ai, install it like any other app, and open it. Done.

One nerd fact that is actually useful: nearly every one of these tools is built on the same open-source engine underneath, called llama.cpp, and they all use the same model file format, called GGUF. So when you hear "GGUF," just think "the standard file type for a local model," the same way MP3 is the standard for a song.

Step 2

Match the model to your hardware (the "B" number)

Every model has a size measured in billions of parameters. You'll see it written as 7B, 32B, 70B. Think of parameters as the number of brain cells. More brain cells means a smarter model, but it also needs more memory to hold all of them.

The memory that matters is your RAM (on a Mac it is called unified memory, and it does double duty as graphics memory, which is why Macs are secretly amazing at this). The rule of thumb:

Model size How smart it feels Memory needed* Runs comfortably on
1B – 4B Quick and simple. Basic tasks. 2 – 4 GB Almost anything. Some run on a phone.
7B – 8B Your daily driver. Genuinely useful. ~6 – 8 GB Almost any modern laptop. A 16GB Mac handles it easily.
13B – 14B Noticeably sharper. ~10 GB A 16GB machine.
30B – 32B Seriously capable. Real work. ~20 GB+ A good 32GB+ Mac, or one big graphics card.
70B Approaching the big leagues. ~40 – 43 GB A 64GB Mac, two graphics cards, or a maxed-out Mac Studio.

*These numbers assume the model is "shrunk" using a trick called quantization, which is Step 4. That trick is doing a lot of the heavy lifting here, so don't skip it.

The move: find out how much RAM your computer has (on a Mac: Apple menu → About This Mac). Then pick the biggest model your memory can hold. If you have a 16GB laptop, a 7B or 8B model is your sweet spot and it'll genuinely impress you. Don't try to run a 70B on a 16GB machine. It won't fit, and your computer will choke.

If you want to go big: this is the whole reason maxed-out Macs and dedicated boxes like NVIDIA's DGX Spark exist. The DGX Spark ships with 128GB of memory and can run models up to around 200 billion parameters at home. Most people don't need this. But it is the ceiling, and the ceiling is now in a desktop box.

Step 3

Which model for which job

There are thousands of models, but they come from a handful of "families," and each family is known for something. Here is the honest, current shortlist (mid-2026). All of these are free and open.

Qwen

Qwen 3 / 3.5 / 3.6 by Alibaba
Apache 2.0

Your default. Best all-around for most tasks. Strong at everything, sizes from tiny to huge, no usage restrictions.

DeepSeek

R1 / V3 by DeepSeek
MIT

You need real reasoning, math, or coding. R1 thinks out loud before answering and it is excellent.

Llama

Llama 4 / 3.3 by Meta
Llama Community

You want the biggest community and the most tutorials and fine-tunes. Llama 4 Scout also handles absurdly long documents.

Gemma

Gemma 4 / 3 by Google
Gemma Terms

You need something tiny and fast for a weak laptop or even a phone. Gemma 4 12B fits in 16GB of RAM (June 2026).

Mistral

Small / Large 3 / Devstral by Mistral (France)
Apache 2.0

You want a clean, permissively licensed European option. Devstral is their coding specialist.

Phi

Phi-4-mini by Microsoft
MIT

Your hardware is really limited. 3.8B, punches above its weight.

The simple version: download Qwen 3 first. It is the best all-around pick and it'll cover 90% of what you do. Add DeepSeek R1 when you need it to really think, and grab a small Gemma for when you want something light and instant. That three-model kit handles almost everything.

A quick note on those license names: Apache 2.0 and MIT mean "do whatever you want, including make money with it, no strings." That is the gold standard, and it is another piece of the ownership story. You're not borrowing these. You're keeping them.

Step 4

Quantization (the one concept that changes everything)

This is the magic trick. Learn this one thing and big models suddenly fit on normal computers.

A model stores all its "brain cells" as numbers. By default, each number is stored at high precision, which is accurate but takes up a ton of space. A 70B model at full precision needs about 140 GB of memory. No normal computer has that.

Quantization is rounding those numbers off to use way less space. Picture a photo: a massive RAW file and a high-quality JPEG look basically identical to your eye, but the JPEG is a fraction of the size. Quantization is the JPEG of AI models. You shrink the file dramatically and lose almost nothing you'd actually notice.

You'll see labels like Q4, Q5, Q8. That is how aggressively the model was shrunk. Here is the only cheat sheet you need:

Q8

Barely shrunk. Essentially identical to the original.

If you have memory to spare.

Q5 / Q6

Shrunk more. Quality loss is barely measurable.

Great if it fits.

Q4_K_M

The sweet spot. Keeps ~95% of the quality at roughly a quarter of the size.

Start here. Almost always the right answer.

Q3 and below

Shrunk hard. Now it is getting noticeably dumber.

Only if you are desperate for memory.

The headline: that same 70B model that "needed" 140 GB? At Q4_K_M it drops to about 42 GB and keeps almost all its smarts. That is the difference between "needs a server" and "runs on a nice Mac." When you download a model in LM Studio, you'll often see several versions. Pick the Q4_K_M one. That is the whole skill. You just learned the single most important concept in running local AI.

Step 5

Context window (the constraint nobody warns you about)

Here is the thing that trips people up, because cloud AI hides it from you.

The context window is the model's short-term memory: how much of your conversation and documents it can hold in its head at once. In the cloud, you get a giant context window for free because someone else is paying for the memory. On your own machine, you pay for it in RAM, and it adds up fast.

To put real numbers on it: a popular 8B model uses about half a gig of memory for a short chat, but stretch it to a giant 128,000-token conversation and that memory balloons to around 16 GB. At that point the conversation is eating more than three times the memory of the model itself.

You don't need to memorize that. You need one habit: keep your sessions tight and your prompts lean. Don't paste a 200-page PDF into a local model on a laptop and expect it to stay happy. Start fresh chats often. If your computer suddenly slows to a crawl mid-conversation, this is almost always why. Long context is a luxury locally, not a freebie. Respect it and everything stays fast.

Step 6

Give your model tools (the engine vs. the wheels)

Here is a truth that surprises people: a smaller local model with tools beats a giant model with none.

The model is the engine. Tools are the wheels. A raw model, no matter how big, can only talk. It can't look anything up, it can't read your files, it can't run code. Bolt on the right tools and a modest 8B model suddenly punches way above its weight, because now it can actually do things instead of just guessing from memory.

The good news, and this is genuinely new in 2026: giving local models tools went from "developer-only" to "click a button." The thing that made it easy is a standard called MCP (Model Context Protocol). Think of MCP as a USB port for AI. Anyone can build a "plug" (a web-search tool, a file-reader, a calendar connector), and any app that speaks MCP can use it.

What's real right now

  • LM Studio added native MCP support. You can plug in tools like web search and file access right inside the app you installed in Step 1.
  • AnythingLLM and Open WebUI are free apps built around exactly this: point them at your local model, switch on web search, document reading, even image generation, and you've basically rebuilt a private ChatGPT that runs on your own machine and answers to no one.
  • Ollama connects into all of these, which is why it is worth having installed even if LM Studio is your main face.

The move: once you're comfortable chatting with a local model, install AnythingLLM or Open WebUI, point it at your model, and turn on web search and "chat with your documents." That one step turns "a chatbot on my laptop" into "a private assistant that actually works." The capability gap with cloud AI closes shockingly fast the moment you add wheels to the engine.

One small heads-up: tool use is the area where bigger and less-shrunk models pull ahead. If you wire up tools and the model fumbles them, bump up to a larger model (32B+) or a less-aggressive quant (Q5 or Q6). And only switch on the tools you actually need. Twenty tools at once confuses a small model.

Step 7

Fine-tuning (yes, you can train it on your own stuff)

You don't need this on day one. Maybe not ever. But you should know it exists, because it is the deepest level of ownership: taking an open model and teaching it your specific world.

Fine-tuning means feeding a model a pile of your own examples (your writing, your company's docs, your way of answering questions) so it gets genuinely good at your thing, not just general knowledge. The model that comes out the other side is yours, trained on your data, running on your machine. Nobody else has it.

The myth is that this requires a research lab. It doesn't anymore. A free tool called Unsloth made this accessible enough that you can do it in a free Google Colab notebook, or locally on a surprisingly weak graphics card. The standard method is called LoRA (and its memory-friendly cousin QLoRA): instead of retraining the entire giant model, you train a tiny "add-on" that clips onto it. Way faster, way cheaper, almost as good. A small model can be fine-tuned in a couple of hours, and Unsloth even has a no-code version now.

When to care about this: when general models keep getting your specific domain slightly wrong, and you have a stack of examples of "right." That is the signal. Until then, file it under "I know this is possible," and move on. Tools (Step 6) solve most problems before fine-tuning is ever worth it.

Straight Talk

How far behind ARE local models?

I promised you straight talk, so here it is.

There is an independent research group (Epoch AI, not a company selling anything) that actually measures this. Their finding as of 2026: the best open models you can run yourself lag the absolute best locked-down cloud models by about four months. And that gap recently widened slightly, from three months. So no, open models are not "catching up and about to pass" the frontier. That is hype. The frontier labs are still ahead, and probably staying ahead.

But read that number again. Four months. The model on your hard drive is roughly as good as the best thing in the world was one season ago. For writing, summarizing, coding help, brainstorming, research, running your private assistant? Four months ago was incredible. You will not feel that gap in 95% of your actual work.

What you give up

The last sliver of raw capability on the hardest tasks. Some setup effort up front. And you're the IT department now: it runs on your machine, so when something's weird, it's on you.

What you get

Total privacy. No subscription. No usage limits. Works offline, on a plane, during an outage. Can't be banned, deprecated, throttled, or yanked. And it is genuinely yours.

For a lot of work, that is not a downgrade. That is a better deal.

The Wake-Up Call

Don't build your life on something that can disappear with a letter

A model got banned this week. People who built everything on it are scrambling. The lesson isn't "AI is risky." It is the same one the smartest people learn in every platform shift.

You don't own your social accounts. You found that out, or you will. You don't own the frontier cloud models either, and a government just proved it in the most public way possible. But a model running on your own machine? That one is yours. Forever. It is insurance against the exact thing that just happened.

You don't have to go all-in on local. I haven't. The cloud models are still better for the hardest stuff and I use them every day. But owning part of your stack, having a capable AI that lives on your hardware and answers to nobody, is the move that lets you sleep at night no matter what the next letter says.

So this weekend, do the thing:

1

Install LM Studio.

Ten minutes. It looks and feels like a normal chat app.

2

Download Qwen 3 in a Q4_K_M version that fits your RAM.

The best all-around pick, sized to your machine.

3

Have a real conversation with it.

Notice it is running with your wifi off.

4

Install AnythingLLM or Open WebUI.

Point it at your model. Turn on web search and your documents.

5

You now own a piece of your AI stack.

Nobody can take it.

That is the whole insurance policy. The frontier will keep moving and the cloud will keep being great. But you've got your own kitchen now. Cook anytime.

Go set it up. Future you, the one reading the next "it got banned" headline completely unbothered, will be glad you did.

Work with Me

Want me on your problem for an hour?

Book a 1:1 call and we build the fix live — the workflow you want automated, the tool you can’t crack, whatever’s stuck. Direct, hands-on, no pitch waiting at the end.

$749 $249 credited back if we keep working together
See how it works

Work with Me

Want me on your problem for an hour?

Book a 1:1 call and we build the fix live — the workflow you want automated, the tool you can’t crack, whatever’s stuck. No pitch waiting at the end.

See how it works