Loading lesson…
Your data can live in someone's data center or on your own laptop. Both are real options in 2026. Understand what you gain and lose with each.
When you use ChatGPT Agents, Claude Code, or Devin, the model that powers the agent lives in a data center owned by OpenAI, Anthropic, or Cognition. Your prompts, your files (if you share them), your commands — all go over the internet to be processed. That's cloud.
When you use Ollama, LM Studio, or OpenClaw on your own machine, the model runs on your hardware. Your data never leaves your laptop. That's local.
| Cloud agents | Local agents |
|---|---|
| Most powerful models (Opus 4.7, GPT-5). | Smaller models (Llama 4, Qwen 3.5, Gemma 4). |
| Per-token or per-month pricing. | Free after hardware + electricity. |
| Your data travels to a vendor. | Your data stays with you. |
| Always up-to-date. | You choose when to update. |
| Needs internet. | Works offline. |
| Strong tool ecosystems. | MCP support now native (llama.cpp, Ollama). |
| Model size | Works on | Rough quality |
|---|---|---|
| 3B parameters (Llama 4 3B, Gemma 4 3B) | Any M-series Mac, modest PC GPU. | Decent for chat, weak at multi-step. |
| 8B-12B (Qwen 3.5 8B, Llama 4 8B) | 16 GB RAM, mid-tier GPU. | Good at reasoning and tool use. |
| 30B-40B (Gemma 4 27B, Qwen 3.5 32B) | 32 GB+ unified memory (M3 Max, M4). | Near-frontier on focused tasks. |
| 70B+ (Llama 4 70B) | Dedicated workstation, Mac Studio M4 Ultra. | Close to cloud frontier a year behind. |
In the next two lessons, we'll look at OpenClaw — a specific open-source local orchestrator — and how Ollama makes self-hosting a model as easy as `ollama run`.
8 questions · take it digitally for instant feedback at tendril.neural-forge.io/learn/quiz/end-agentic-cloud-vs-local-builders
What is the main idea of "Cloud Agents vs. Local Agents: The Privacy Tradeoff"?
Which concept is most central to "Cloud Agents vs. Local Agents: The Privacy Tradeoff"?
Which use of AI fits this topic best?
What should a careful learner remember about "Hybrid is normal"?
You want to use AI after this lesson. What is the safest next step?
How should AI output about cloud agents be treated?
Name one way to verify an AI answer about cloud agents.
Which action would help you apply "Cloud Agents vs. Local Agents: The Privacy Tradeoff" responsibly?