Tech AI News - 테카이

On-Device AI — AI That Runs Without the Internet

· 5 min read

This post was translated from the Korean original by AI.한국어 원문 읽기 →

If all you know about "on-device AI" is "AI features that work without the internet," you cannot explain why some models from the same company's latest lineup support it and others do not, or why some questions still go slowly through the cloud even with on-device AI turned on.


Background / Why This Term Now

As recently as 2024, "on-device AI" referred to limited features like camera correction and speech recognition. As of 2026 the picture has changed. Starting with the Galaxy S24 series, Samsung Electronics has shipped Galaxy AI on its Hexagon NPU, handling generative AI features such as real-time interpretation and Photo Assist inside the device, and says on-device computation is up to 7x faster than before (Samsung Semiconductor).

Apple officially provides Apple Intelligence's on-device foundation model on iOS 26 and later, and Google ships Gemini Nano on the Pixel 10 series and Snapdragon 8 Elite / 8 Gen 4-class chipsets for system features such as Magic Compose and recording summaries (LocalAIMaster). It is also known, however, that as of April 2026 third-party apps cannot call Gemini Nano directly; it is limited to system features.

As smartphone and laptop makers put "on-device AI support" front and center in their marketing, what the phrase actually means has become blurry.

Key Data & Current State

ItemRequirements / PerformanceSource
Apple Intelligence (iOS 26+)8GB RAM or more; local LLM at about 52 tok/s on iPhone 17LocalAIMaster, 2026
Gemini Nano v312GB RAM or more; requires Snapdragon 8 Elite / 8 Gen 4 / Tensor G5-class chips; about 10.4 tok/s on Pixel 10Next Waves Insight, 2026
Galaxy AI (Hexagon NPU)Up to 7x faster on-device computation than beforeSamsung Semiconductor
Share of smartphone shipments with generative AI45% in 2026 → 52% forecast for 2027Counterpoint Research, 2026
Edge AI wearable penetration30% in 2025 → about 80% forecast for 2032Counterpoint Research, 2026

Interpretation: Even with the same "on-device AI support" wording, the required RAM and chipset tier differ by manufacturer (8GB vs. 12GB), and local processing speed varies more than fivefold between devices (10.4 tok/s vs. 52 tok/s). "Supported or not" is less a binary than a spectrum you can only read from the spec sheet.

In-Depth Analysis

1) What Exactly Is On-Device AI?

On-device AI is a method in which the NPU (Neural Processing Unit) built into the device performs AI computation on its own, without sending data to a cloud server. The core technology that makes this possible is model compression. Because a large language model (LLM) with hundreds of billions of parameters cannot be used as is, a small language model (sLLM) with far fewer parameters is built, and quantization is applied to it. Training is usually done in FP16 or FP32 (high-precision floating point), but at inference time the weights are converted to lower bit widths such as INT8 or INT4 to reduce memory use and computation (Enerzai). Smartphones typically run models in the 1–3B (1–3 billion) parameter class, and flagship Android devices run up to 7B-class models locally.

2) The Common Misconception — and Why People Fall Into It

The most common misconception is that "on-device AI support = every feature is processed inside the phone." In reality most setups are hybrid. Light, personal requests (summarizing texts, suggesting simple replies) are handled on the device, while questions that need vast knowledge or complex reasoning still go to the cloud. Because manufacturers' announcements use "on-device AI" as if it were the brand name for the entire feature set, consumers easily assume everything works offline.

Another misconception is that "any latest premium phone naturally supports it." But as with Gemini Nano, which requires 12GB RAM or more and a chipset of a certain generation or later, support often splits by spec tier even among models from the same brand released in the same year.

3) How to Actually Judge

When judging "can this device really make use of on-device AI," these are the indicators to look at.

  • NPU performance (TOPS): the number of operations per second. A higher number does not always mean faster perceived speed, so treat it as a reference only.
  • RAM capacity: the on-device model has to be loaded into memory, so check that the device meets the manufacturer's stated minimum RAM (in the 8–12GB range).
  • Model parameter size: response quality and speed differ depending on whether it is a 1–3B-class or 7B-class model.
  • Real-world response speed (tok/s): real-use benchmarks (in the 10–50 tok/s range) reflect the experience more accurately than official specs.
  • Offline operating scope: check for yourself which features actually work in airplane mode.

4) When It Is Useful and When It Is Pointless

The situations where on-device AI is useful are clear: when you do not want sensitive personal data such as texts, photos, or health data sent to a server; when latency must be near zero, as with real-time translation and captions; and when you need to run CCTV monitoring or quality inspection in factories, stores, or field sites where the network is unreliable.

Conversely, for tasks that need the broad knowledge and computing power of a large model, such as searching the latest information or complex coding and reasoning, an on-device sLLM can hardly replace a large cloud model. Analysis: in the end the realistic answer as of 2026 is not an "on-device or cloud" binary but a hybrid design that decides which tasks are processed where.

In Practice — 4 Principles for Reading On-Device AI Properly

  1. When you see the phrase "on-device AI support," first check specifically which features run locally. Most notices carry the minimum RAM and chipset conditions separately at the bottom.
  2. Local AI responding more slowly than the cloud is a structural characteristic, not a device defect. Set expectations on the premise that it runs at far lower tok/s than a desktop GPU.
  3. If privacy is the main goal, do not take the phrase "on-device processing" at face value; check the manufacturer's documentation for what data actually leaves the device in the hybrid setup.
  4. If you are considering a field deployment, do not try to solve every problem with a single on-device sLLM; design on the premise of a hybrid architecture that divides roles with a large cloud model.

References

  • #ai glossary
  • #on-device ai
  • #npu
  • #sllm
  • #quantization
  • #gemini nano
  • #apple intelligence
  • #edge ai