Running AI locally doesn't change what you know. It changes what you can keep private.
Local models protect your data but can't change what external AI systems believe about your brand. That's still a retrieval and training problem.
Ben Rees - 13 August 2026

Local models are having a moment. The Mac Mini M4 runs Llama 3 at a speed that would have required a five-figure GPU workstation two years ago. Ollama made the setup trivial. The marketing around this has predictably overclaimed: you can now run AI entirely on your own hardware, free from the cloud, free from surveillance, free from API costs.
That's true. It's also, for most of what B2B brands actually need AI to do, not very useful.
What local models are actually good for
I've been running models locally since Ollama on an ordinary laptop, when the models were smaller and the speeds were frustrating enough to make you genuinely question the exercise. The Mac Mini changed the hardware side of that equation. What it didn't change is the more fundamental constraint: a local model only knows what was baked into its weights at training time.
This matters more for B2B marketing use cases than people admit. When you're asking a model to reason about your category, your buyers, your competitive position, or what AI systems currently believe about your brand, you're asking questions that depend on current, specific, verifiable knowledge. A local model with a training cutoff can't tell you what Gartner published last quarter about your space, what a competitor announced two months ago, or what claims about you are circulating in the independent sources that actually shape AI-generated answers.
The tasks where local models genuinely deliver: drafting, summarising, formatting, restructuring text, working with confidential documents that cannot leave your infrastructure. For those, local is better than cloud in every dimension that matters, cost, latency, privacy. The mistake is assuming that because local models are now capable enough for those tasks, they're capable enough for everything.
They're not, and the reason is structural rather than a matter of scale. It's the difference between what's stored in a model's weights and what has to be retrieved from something you know is current and true.
The B2B brand implication nobody is talking about
Here's where local AI creates a genuinely interesting shift, though not the one being discussed.
Most B2B brands are still working out what AI systems believe about them, and whether those beliefs are accurate. As I've written about in a weighted sum of everything ever written about you, a generative model's picture of your brand is a compressed version of what independent sources have consistently said about you. Your own website barely moves the needle. First-party assertions carry almost no weight in a system that reasons through corroboration.
Local models change one thing in this equation: what you can do with sensitive internal material without it leaving your environment. When I compared the actual data-handling architecture behind ChatGPT, Gemini, Apple Intelligence and Microsoft Copilot in November 2024, the meaningful difference wasn't in anyone's privacy policy, it was architectural: Apple's Private Cloud Compute keeps processing on-device wherever it can, while Copilot's deep embedding inside SharePoint, Excel and Outlook means a single misconfigured permission can expose exactly the material it's meant to protect. A model you run yourself, against your own documentation, sales call transcripts, or internal research, sidesteps that whole category of risk because the data never leaves your infrastructure to begin with. For regulated industries, legal, fintech, healthcare, that's not a marginal improvement.
But it doesn't change what the external AI systems believe about you. The Llama instance running on your server cannot update ChatGPT's priors about your category. It cannot make you more legible to the models your buyers are actually using when they research a purchase. The visibility problem is Bayesian: if the model's existing associations around your brand are weak or absent, running compute locally does nothing to fix that.
The right frame
Local AI is a data governance tool that happens to run language models. Cloud AI is, for most tasks that involve reasoning about the world, still better at the thing B2B marketers actually need.
The interesting build, and the one worth investing in, is the routing layer between the two. Which questions are safe to answer with a local model against private data? Which require current knowledge from a retrieval-augmented system against sources you know are accurate? Which need to go to a frontier model with genuine training data currency?
Getting that routing right is worth more than the hardware decision underneath it.
Related reading
Why AI systems cite some SMB-to-enterprise stories and ignore others
AI systems rarely cite customer case studies that only live on the vendor's own site. Citation comes from independent corroboration, not content quality - here's what to do about it.
Security risks of various AI tools
A comparison of data privacy and security risk across ChatGPT, Gemini, Apple Intelligence and Microsoft Copilot.
My AI visibility went from zero to 26% in six weeks. The one category still at zero is the one this post is about.
Six weeks after publishing a zero-appearance rate across every AI platform, most categories moved. The one still at zero is AI Search Visibility itself.
I ran a local AI model through 179 rounds of self-refine. It collapsed. One sampler setting fixed it.
An unguarded local model collapsed into repetition after 179 rounds of self-refine. Adding one sampler setting and rerunning the identical task produced 201 clean cycles instead.