Short answer
Local AI performs the main inference on a phone, computer or user-controlled device, so inputs do not normally need to reach an external server. Cloud AI sends a request to a provider's data centre for processing. Local execution can provide a clearer data boundary, offline operation and predictable marginal cost, but is constrained by memory, compute, energy and model maintenance. Cloud execution offers larger models, central updates and access from modest devices, while adding network, account, logging and provider-policy dependencies. The real decision is not simply privacy versus capability; it is what leaves the device, where it persists, which model and tools process it, and who owns each failure.
“Local” first describes where inference occurs
When model weights, runtime and input remain on a device, generating text, recognising an image or transcribing audio can proceed without uploading the content. Disconnecting the network and repeating the task is a useful practical test. Short requests avoid an internet round trip, and ordinary inference does not automatically create a provider-side copy of every prompt.
A local application is not necessarily offline. It may download models, verify a licence, send diagnostics, synchronise history, invoke web search or fall back to a cloud model when a task is difficult. “On-device” marketing may describe one feature in a larger workflow. Inspect documented data flow, network controls and an execution indicator rather than inferring behaviour from the product category.
The device boundary also needs definition. A model running on an employer-managed workstation is local to the hardware but not private from the organisation's administration, monitoring and backups. A model running on a home server is remote from a laptop while still under household control. Location, ownership and administrative authority are separate dimensions.
Cloud execution delegates compute and operations
A cloud service can pool expensive accelerators, large memory and current models. Users avoid downloading tens of gigabytes, configuring drivers and keeping a machine awake. Providers can patch vulnerabilities, improve safety systems, scale bursts and deliver similar capabilities to phones and low-specification computers. For long documents, large multimodal models and concurrent team use, these are substantial benefits.
The input must cross a network and be processed remotely. Transport encryption protects the route, but a model server needs computational access to the request in some form. Whether prompts are logged, how long they are retained, whether they improve models, which administrators or contractors can gain access, and where processing occurs depend on the exact product, account tier, configuration and contract. “Cloud AI” cannot answer those questions as a category.
Cloud systems also mediate through accounts and policy engines. That enables central revocation, usage limits and audit, while creating dependence on identity recovery and correct tenant configuration. A secure enterprise offering can behave differently from a free consumer interface operated by the same brand.
Privacy cannot be ranked from location alone
Local processing reduces central collection and the service-side breach surface. The device can still be stolen, shared, compromised by malware or backed up insecurely. Plaintext local chat history, temporary files, retrieved documents and generated output remain sensitive. A downloaded model may also come from an untrusted source or execute through a vulnerable runtime.
Cloud services may have mature identity controls, auditing, managed keys and enterprise retention settings that exceed the protection on an unpatched personal computer. Their centralisation creates a valuable target and requires trust in technical controls and organisational commitments. The relevant comparison is between two actual deployments, not idealised local privacy and worst-case cloud collection.
Apple's Private Cloud Compute illustrates a specialised cloud architecture: Apple says its system processes locally when possible, sends more complex requests to dedicated cloud nodes, requires personal request data not to persist after response, and removes ordinary privileged runtime access. Apple: Private Cloud Compute Security Guide The example demonstrates variation within “cloud”. Its guarantees cannot be generalised to another provider; each architecture and product commitment must be examined on its own evidence.
Capability differences arise from resources, not parameter count alone
Local models must fit device memory, storage bandwidth, thermal limits and energy budget. Quantisation and smaller parameter counts make them practical. They may be excellent for classification, drafting summaries, code completion, private retrieval and repetitive domain tasks, yet weaker on complex reasoning, long contexts, uncommon languages and large visual workloads. A model merely loading does not mean its latency and quality fit daily use.
Cloud models can spread work across accelerators and connect to search, code execution, corporate records and other tools. Those capabilities change risk. An agent authorised to read mail, modify files or call a business system has a larger impact than a model that returns text. Evaluate the model together with credentials, connectors, confirmation steps and tool logs.
Model size is an unreliable shortcut for usefulness. A smaller model tuned for one controlled task can outperform a general model while being cheaper and easier to validate. Conversely, a local model selected only because it fits may produce errors that create more review work than a cloud service. Test on representative inputs and score the failure modes that matter.
The cost structures differ
Local cost is concentrated in hardware, electricity, storage and maintenance. If suitable equipment is already owned and use is frequent, the marginal cost can be low. Buying a high-end GPU for one workload can exceed years of service subscription. Configuration, updates, failures and operator time belong in the calculation; “open model” does not mean zero-cost operation.
Cloud services commonly charge by subscription, request, token, image or compute time. They are easy to begin and elastic for bursts. Long-running or high-volume processing can accumulate cost, while price, rate limits and available models can change. Organisations should model real monthly volume, peaks, required quality, human review and retries rather than comparing one demonstration.
Data-transfer and migration costs also matter. A local workflow may require buying backup capacity. A cloud workflow may create egress fees, proprietary histories or application dependencies. The least expensive first month is not necessarily the least expensive lifecycle.
Version control and reproducibility are different
A local model file can be pinned, hashed and stored with a runtime. That assists research, testing and archival workflows that need a stable baseline. The operator must patch libraries, preserve compatible hardware and decide when to migrate. An environment frozen forever can accumulate security problems and become impossible to repair.
A cloud provider owns deployment and can improve a model without user effort. Behaviour, limits and safety policies may change under the same product name. A professional process should record date, available model identifier, important settings, prompt, source material and human decision. Where version pinning and change notices exist, use them in proportion to consequence. Probabilistic output should never be treated as a permanently reproducible calculation without testing.
Local execution is not perfectly deterministic either. Sampling, library changes, accelerator kernels and retrieved context can alter output. Reproducibility is an engineering property to build and measure, not an automatic benefit of owning model weights.
Offline operation and availability cut both ways
A local system can continue without internet or provider uptime, which is valuable in travel, remote environments and sensitive sites. It still depends on power, disk, device health and supported software. If the only model, configuration and source collection vanish with a laptop failure, nominal autonomy has not produced resilience.
Cloud services enable cross-device access, central backups and team administration. Network failure, account suspension, regional outage, product closure or policy change can interrupt work. Important workflows need exportable formats, an alternative provider or a limited manual fallback rather than making the business depend on one successful API call.
Availability requirements should be concrete. A personal writing assistant can wait for a service to recover. A clinical or industrial workflow may need tested offline degradation, although AI may not be appropriate for its safety-critical decision at all. Consequence determines redundancy.
Hybrid designs are often more useful than slogans
Many products process wake words, sensitive detection or small tasks on device and send only selected context to a larger cloud model. An organisation may redact locally before cloud processing, generate with a cloud model and validate with local rules, or keep retrieval data inside its network while sending constrained prompts.
Hybrid does not automatically mean safe. Redaction can miss names, rare case combinations and document metadata. Routing can silently change after an update. A plug-in can transmit local context. Interfaces should reveal where each request executed, administrators should be able to control fallback, and users should be able to inspect relevant processing records.
Minimisation is more reliable when structural. Send the required paragraph rather than a whole drive; use synthetic examples during design; separate identifiers from content; and restrict tools to the smallest data scope. A policy telling users to “be careful” is weaker than a system that cannot attach unrelated files.
My assessment: the key asset is an explainable data flow
Discussion often collapses into “local is private” and “cloud is powerful”. In actual deployments, the hardest risk is an opaque boundary: a user assumes local operation while one feature uploads an attachment; a company purchases a no-training commitment but leaves retention defaults unchanged; a disconnected local tool writes plaintext history into a directory readable by everyone.
I place more trust in a system that can explain one request end to end. Where did the input originate? Which portions were sent? What model and tools processed them? What was logged? Where did output go? Who can delete it? How is an error investigated? The questions apply to local, cloud and hybrid systems and can be converted into procurement requirements and operating procedures.
For personal work, I prefer keeping highly sensitive, moderate-sized tasks local when the quality is sufficient. I use a reviewed cloud service when a current large model, complex tools or temporary compute materially improves the outcome, while minimising the uploaded context. In either location, consequential AI output needs verification. Geography does not turn a probabilistic answer into a fact.
Checklist before choosing
- Does inference actually occur on the device, a privately controlled server or the provider's cloud?
- Does the feature work offline, and can it fall back to cloud without a clear prompt?
- How long are prompts, attachments, output, diagnostics and feedback retained?
- Are data used for training or improvement, and can the relevant account or contract disable that use?
- Is the local device encrypted, patched, backed up and protected from other users?
- Do model quality, speed and context support representative tasks?
- Which email, files, websites and business systems can connected tools read or modify?
- Can data be exported, versions recorded and core work continued during service loss?
Conclusion
Local AI brings computation and control closer to the user. Cloud AI concentrates larger compute and operational capability with a provider. Location changes privacy, capability, cost, availability and responsibility, but does not determine quality or trust by itself. Begin with a real task and real data, map the complete flow, and prepare recovery and exit. The most trustworthy AI is not necessarily in one fixed place; it is the system that makes each step visible, constrained and controllable.
Related reading
- What Does It Mean When an App Requests Photos, Contacts or Microphone Access?
- Why Can Cloud Files Still Be Lost?
Continue reading: All articles in How Digital Life Actually Works
Discover more from Geoffrey Chen
Subscribe to get the latest posts sent to your email.