Private AI

Private AI is AI that runs where your data lives.

Models, documents, indexes and agents inside infrastructure you control, with external access that is explicit and governed. Our working definition, and how to deploy it.

Residentdata stays on named machines Pinnedmodels you choose and version Governedegress is an explicit decision Verifiableoutputs carry their evidence

Private AI is the use of AI models, and the data, indexes, agents and tools around them, inside infrastructure the organization controls, so that no input, output or derived artifact reaches a third party unless an operator explicitly allows it.

We know of no standard that defines the term, so this is the working definition LM-Kit builds against, stated as a definition rather than a product claim. The rest of this page states what it requires, how it sits beside local AI and the other labels it is confused with, and how to build it. The document-specific case is on Private Document Intelligence.

The four-property test, or it is not private.

LM-Kit's working definition in checkable form: a deployment meets it when all four hold, and each one is a fact an auditor can verify.

01 Residency

Data stays on named machines

Prompts, documents, embeddings, indexes, conversation history and outputs live on hardware you administer. Residency is a property of the deployment, not a clause.

Sovereignty by architecture

02 Model control

You choose and pin the models

Open-weight or fine-tuned models load from your storage, pinned to versions you set. Behaviour does not change because a provider shipped an update.

The model catalog

03 Governed egress

External access is explicit

Outbound calls are a decision: fully local by default, or selected results shared through governed tools. Administrators set the disclosure boundary.

The Trust Center

04 Verifiable output

Answers carry their evidence

Extracted fields carry a confidence score, answers cite the document and the page, and document changes can be checked against the original.

Extraction with confidence

Private AI beside local AI.

Local says where the computation runs. Private says who can reach the data and everything derived from it. Two questions, four combinations, all in production.

Where the computation runsPrivate: access to data and derivatives is governed and verifiableNot private
Local. On hardware you control The whole path on your infrastructure: model, embeddings, index, logs, tools. Egress is a decision you make and record. This is the cell LM-Kit is built for. A local chat model beside a hosted embedding API, a managed vector store or a tracing service. A frequent shape of a deployment described as "local AI".
Remote. On someone else's hardware Apple's Private Cloud Compute: stateless computation, no privileged runtime access, non-targetability, and verifiable transparency through published software measurements. Private by guarantees you can verify, not by location. A multi-tenant API with default retention logs and a contract about them. The contract can be overridden by a court order or a foreign statute; the location cannot.

For us, privacy is a commitment. Local is how we keep it.

For any organization that cannot audit its provider's runtime, which is nearly every organization, the equation holds: private AI = local AI for the whole data path, not just the model, + models your operators pin + egress your operators govern + output you can verify. Every term after the first is something the word "local" does not promise. The sources behind each cell are in the article below.

The other labels it is confused with.

None of these terms has a standard definition. This is what each is used to mean in practice, and the question each one leaves unanswered.

TermWhat it is used to meanWhat it leaves open
Local AI, on-device AI Inference runs on the machine at hand, with no network round trip. Local vs Cloud covers the trade-offs. Where data goes next, who governs the model, whether output is checkable
On-premises AI The hardware sits in a data centre you own or lease. Whether the software phones home, whether a vendor holds a copy
Self-hosted AI You operate the software yourself instead of consuming a managed service. Governance of egress, verification of output
Sovereign AI Jurisdiction and vendor accountability: whose law governs the data and the supplier. Sovereignty & EU states the facts. The technical mechanism that enforces residency
Cloud AI with a privacy contract A contractual promise about how the provider processes and retains your data. Residency by architecture: the file is still opened elsewhere
Private AI In wider usage, VMware's 2024 definition: an architectural approach that balances the gains from AI with the organization's privacy and compliance needs, wherever it is deployed. In LM-Kit's working definition: the four-property test above, enforced by the deployment and checkable by an auditor. Capability: the stack still has to do the work

Where private AI runs.

One engine, deployed to fit the constraint at hand: a shared server, a sealed network, a site with no reliable link, or the product you ship.

Shared

A server your applications share

One installation serves every team behind the OpenAI, Anthropic, Ollama and MCP dialects, from a single machine to a load-balanced cluster.

LM-Kit One

Sealed

Air-gapped networks

Models pre-provisioned, no account, no activation, telemetry export off until enabled, documentation shipped inside the server.

Security architecture

Remote

Edge and offline sites

Field deployments, vehicles and intermittent links. A process that stops when the connection drops was never automated.

Edge & Offline

Embedded

Inside the product you ship

One NuGet compiles the same engine into your .NET application: in process, on the customer's hardware, no sidecar service and no mandatory cloud call.

LM-Kit.NET

You need private AI when several of these are true.

One alone is often solvable another way. Three together is what the category exists for.

Policy, contract or regulation forbids sending the data to a hosted AI service Customer agreements or a DPA name who may process the data Data residency or sector rules decide where processing happens Volume makes per-token or per-page billing a material cost Sites run air-gapped, at the edge, or on links that drop Model behaviour must stay stable and reproducible over years Outputs feed another system and must be checkable, not just plausible AI assistants need controlled access without receiving the source documents

Private AI, the questions asked first.

The answers we give on evaluation calls, in the same words.

What is private AI?

No standard defines the term, so this is LM-Kit's working definition. Private AI is AI that runs inside infrastructure the organization controls: the models, the data they read, the indexes and embeddings derived from it, and the agents and tools acting on it. Nothing reaches a third party unless an operator explicitly allows it, and outputs carry evidence that can be checked.

Is private AI the same as local AI?

No. Local AI says where inference runs: on the machine at hand. Private AI adds three more properties: every derived artifact stays resident, external access is a governed decision, and outputs are verifiable. A local model whose indexes or logs leave the perimeter is local, not private.

Does private AI mean no internet access?

No. Fully local operation is one mode, and air-gapped deployment is supported. In the other mode an external assistant uses governed MCP tools: the sensitive work runs locally and only the result of an allowed tool is disclosed. External access is explicit and controlled, never implicit.

Is private AI less capable than cloud AI?

Open-weight models are smaller than the largest hosted ones, and the stack around them decides the outcome: layout-aware OCR, schema-constrained extraction with a confidence score per field, retrieval that cites its source, and abstention when the evidence is insufficient. Capability is measured on your hardware, on your documents, before you commit.

What does private AI cost?

Owned compute replaces per-token and per-page billing with capacity you plan. LM-Kit is free to build and evaluate for both products, free in production below the published company thresholds, and licensed above them; the pricing page has the exact terms and Cost & Performance the comparison.

How do we start?

Download LM-Kit One and run the installer on one machine, or add the LM-Kit.NET NuGet to a .NET project. The quickstart takes either path from install to a first result.

Private AI

Run the whole stack where your data already lives.