research / prior-art

evidence review

Prior Art: What the Local AI Ecosystem Already Does, and What It Doesn't

Reviewers always ask the right question: if this matters, why haven't the incumbents done it? Here is our honest answer, including the parts that are inconvenient for us.

The local inference ecosystem in 2026 is genuinely excellent. We build on it, we depend on it, and we have no interest in pretending otherwise. What follows is what each layer does well and what specifically none of them provide.

The runtimes: llama.cpp, MLX, Ollama

These are the foundation, and they are good. llama.cpp remains the broadest in model support. MLX, Apple's array framework, has won the Apple Silicon performance race — when Ollama switched its Metal backend to MLX in version 0.19 (March 2026), decode speed on identical hardware roughly doubled, with larger gains on some models. Ollama is the distribution story: 52 million monthly downloads, airgapped deployment support, and metadata logging that enterprises can wire into monitoring.

What they provide: fast, private-by-default inference on hardware you own, with no telemetry once models are downloaded.

What none of them provide, per the published comparative literature and their own documentation:

Apple's on-device features and Private Cloud Compute

Apple deserves specific credit here, because Private Cloud Compute is the most important prior art for our attestation work — and it is genuinely impressive. PCC publishes the measurements of all code running on its nodes to an append-only, cryptographically tamper-proof transparency log, makes those logs and the associated binary images publicly available for inspection, and has user devices refuse to send request payloads to any node whose attested measurements don't match a published release.

That is the correct shape of the idea. Our work differs in where it points:

Confidential computing broadly

Trusted execution environments and confidential-computing approaches solve a real and adjacent problem: protecting workloads from the infrastructure they run on. They are largely oriented toward the datacenter, where the threat model is a hostile or curious host. Our threat model is the inverse and simpler: the user owns the machine and trusts it — what they need is proof to show a third party that the data stayed there.

So what's actually missing

Assembling the honest list: nobody publishes a reproducible methodology for comparing cloud and local energy per unit of completed work (Objective 1). Nobody orchestrates inference across all three accelerators under unified memory (Objective 2). Nobody produces a portable, hardware-backed artifact proving an inference session had zero data egress on consumer hardware (Objective 3). Each gap is individually plausible to close. Together they are the difference between "local AI works" and "local AI is adoptable by an institution that must prove what it did."

We would be glad to be wrong about any of this. If you know of work that closes one of these gaps, tell us and we will cite it here: support@yforest.ai.

Last reviewed: July 2026 · maintained as a living document.