Cloud vs Local AI · For Regulated Firms

Where should your AI run?

For a regulated business, the real question is not which model is smartest. It is: where does your data go, who can see it, and what happens if you suddenly lose access?

More sharedMore controlled
Public cloudconsumer
Enterprise APIunder DPA
Private VPCyour tenant
On deviceone machine
On-premyour server
Air-gappedno network

Most guides about cloud versus local AI compare speed and price. For a firm that handles confidential client data or regulated data, these are rarely the deciding factors. Two questions matter more: where is the data legally located, and how exposed are you if a single provider raises prices, limits your usage, or removes your access. The second question became very real in June 2026, when a US export-control order forced Anthropic to suspend Fable 5 — a frontier model used by hundreds of millions of people — for every customer worldwide, on the same evening. Access came back nineteen days later, when the government decided — not the vendor, and not you. If that model had been part of one of your critical processes, those nineteen days would have been your downtime.

Why it matters now

Three reasons why firms are rethinking cloud-only

Cost

You pay for every single request. For a team doing repetitive work every day, the monthly bill grows quickly.

Control

Keep one fixed model version and train it on your own data. The model stops changing without warning.

Resilience

Nobody outside your company can switch off a critical workflow. You control access and uptime yourself.

The comparison

Cloud vs local, on the dimensions that matter

This comparison is written for a regulated firm, not a general audience — capability and convenience on one side, data control and independence on the other.

Dimension Cloud LLM Local LLM
Data location Leaves your organisation → processed by a third party Never leaves your machine or your network
Cost Pay per token; the cost grows with usage Hardware cost at the start, then almost free per use
Capability Frontier-level reasoning and long context Limited by GPU memory (VRAM); strong on narrow tasks
Resilience The vendor can raise prices, limit usage, or remove access You control uptime; nobody outside can switch it off
Control The model can change without warning; limited tuning Keep a fixed version; fine-tune on your own data
Operations Managed by the vendor, with a service agreement (SLA) You handle setup, updates and monitoring
Best for Difficult, varied, low-volume work Sensitive, repetitive, high-volume work
The 60-second check

Where should this workload run?

Choose one specific use case and answer three questions — the recommendation appears automatically. Like everything on this site, this check runs entirely in your browser: nothing you click is sent anywhere.

1 · What is the most sensitive data it touches?
2 · What kind of task is it?
3 · How much volume, and how important?
The decision

When to choose local

Choose a local model when one or more of these is true:

The data cannot leave your organisation

Professional secrecy, confidential client data, or regulated data — and the task is simple enough for a smaller model to do well.

The task is narrow and repetitive

Classification, extraction, tagging, redaction, drafting from templates. A small model fine-tuned on your domain often performs better than a general frontier model here — and it is faster and cheaper. This is where local AI is strongest.

The volume is high

Batch jobs where pay-per-token cloud bills grow very fast. A fixed hardware cost wins once usage is steady and large.

The process is mission-critical and cannot depend on one vendor

Even running a local model only as a continuity fallback answers two questions that DORA already requires financial entities to document: ICT concentration risk (Art. 29) and an exit strategy (Art. 28(8)). These are not hypothetical future questions — they are current obligations.

Offline or air-gapped operation is a strict requirement

If the system must work with no network connection at all, the only option is a model running entirely on hardware you control.

When cloud still wins

Stay on an enterprise cloud service — with a data processing agreement (DPA) and a guarantee that your data is not used for training — when you need frontier-level reasoning, when volumes are low or irregular, or when you simply do not want the extra work of running your own infrastructure.

The full spectrum

The deployment options, from most shared to most controlled

"Local" is not one single thing. It ranges from a single laptop to a server with no network connection at all — each step gives you more control, and more operational responsibility.

Option Where it runs Data leaves your control? Best fit
Public cloud
consumer
The vendor's servers Yes — may be used for training Never use for regulated data
Enterprise cloud API The vendor's servers, under a DPA Protected by contract, still a third party Frontier reasoning; low or variable volume
Private cloud / VPC Your own cloud environment Stays in your environment Open-weight models with cloud scale and isolation
Local — on the machine A laptop or workstation Stays on the device One user; testing and sensitive one-time tasks
Local — on-prem server A GPU server on your network Stays on your network A whole team; centralised and managed by IT
Local — air-gapped An isolated server, no network Physically isolated Highly sensitive or offline work
LocalOn the machine
Consumer tools such as Ollama or LM Studio on a single device. A GPU with 8–16GB of memory, or an Apple M-series Mac, runs 7–14B models well; 24GB of GPU memory (VRAM) reaches ~32B models that match cloud quality on narrow tasks. No infrastructure, one user.
LocalOn-prem server
A server with several GPUs, serving the whole team through an internal, OpenAI-compatible endpoint. This is the realistic "enterprise local" option for a firm — but someone in IT must be responsible for updates, monitoring and access control.
LocalAir-gapped
The same as on-prem, but completely disconnected from any network — and you must install model updates manually. Maximum control, maximum effort.
Bottom line

The strongest setup is rarely 100% cloud or 100% local. Use enterprise cloud for the difficult, varied work; use local for sensitive and routine work; and let local also serve as your continuity plan if a vendor removes access.

And the point to bring into any committee: going local does not remove model risk — it moves the risk inside your organisation. You exchange vendor dependency for operational and model-governance work that you now own. That is not a reason to avoid it. It is simply a new entry in your risk assessment.