What is on-device AI?
On-device AI runs inference locally — on your phone, laptop or a dedicated appliance — instead of sending data to a cloud API. The model executes on the device's NPU, GPU or unified memory, and the input never leaves the hardware.
Why it is growing
| Driver | Detail |
|---|---|
| Privacy | Sensitive data (health, documents, audio) is processed without a network round-trip |
| Latency | No network hop — sub-100 ms for small models |
| Cost | Zero marginal cost per request once the hardware is bought |
| Offline | Works on a plane, in the field, during an outage |
| Regulation | Data-residency rules are satisfied by construction |
The limit
On-device hardware has a memory ceiling. A phone or thin laptop comfortably runs small language models and vision models; it does not run a 70B model. The 2026 pattern is a hybrid: the device handles routine requests locally and escalates the hard ones to the cloud, ideally to an attested private tier rather than a general API.
END OF ANALYSIS
