Free path complete

Free
0/6 steps visited

Step 2 of 6

Prove offline inference

Do it · ~10 min

Prove offline inference

The receipt that separates local from cloud tab.

Step 1 — Turn off Wi‑Fi

  • Laptop: disable Wi‑Fi (airplane mode is fine if that's easier).
  • Desktop: unplug Ethernet or disable the adapter.

Don't close Ollama — if it's running from earlier, leave it.

Step 2 — Run your model again

Open terminal and run your tag:

ollama run llama3.2

(Use your model name from ollama list.)

Step 3 — Ask something simple

What is 17 × 23? Reply in one short sentence.

Wait for the answer. It may be slow on CPU — that's normal.

Step 4 — Turn Wi‑Fi back on

When you're satisfied, re-enable network.

You should see: a sensible answer while offline — proof inference ran on your machine, not a remote API.

If it fails offline

ProblemLikely cause
"connection" error on ollama runOllama service stopped — restart tray app or ollama serve
Hangs foreverCPU-only first token — wait 30–60s once
Can't run at all offlineModel not fully pulled — redo Lesson 3 pull

I still run this exact test after every reinstall. Boring maths prompt, Wi‑Fi off — if it answers, I trust the stack again. It takes ten seconds and saves a lot of second-guessing.

Continue — what's next.

Warning

Real power. Educational use only.

What we teach you to build is genuinely powerful — uncensored assistants, agents, and automations on your own hardware. In the wrong hands, that is as dangerous as malicious code in the wrong hands. We do not teach illegal, malicious, or harmful use. You are responsible for what you deploy.

See what we mean →