Megatrend · Artificial Intelligence

When AI moves out of the cloud — into your phone, your laptop, and your car

Every time we ask ChatGPT something, the question races across the world to a giant chip in a data center and races back — but there's another kind of AI that never goes anywhere. It runs right in the device in our hand, on a tiny chip called an NPU. This node is the story of the silicon that lets AI run "on the device" — instant, working even with no internet, with your private data never leaving the device, and no cloud bill every time you ask. This is the new wave turning every phone, computer, and car into something that can "think for itself."

Category Artificial Intelligence Level Specific topic Layer infrastructure Read time ~12 min
A phone, a laptop, and a car lined up, each with a small glowing chip inside, suggesting that AI is working inside the device itself — without connecting to a big cloud floating far away.
ภาพประกอบ (hero.webp)
AI in your pocket. Instead of racing to a data center every time, a new generation of AI is moving into the tiny chip inside the device you're holding.

01What it is (the AI chip on the device — the NPU)

Think of two worlds of AI. The first is AI in the "cloud" — we type a question into ChatGPT, it races across the world to a giant chip in a data center, finishes the math, and races back to us. The second world — which is what this node is about — is AI that runs inside the device we're holding, never going anywhere. When your phone blurs the background on a video call, translates offline, or summarizes text for you while the plane is still in airplane mode — that's AI running on the device.

Its heart is a tiny chip called an NPU (Neural Processing Unit). It's not the giant GPU in a data center, but a small block embedded in the SoC (System-on-Chip — a single chip combining CPU, GPU, and NPU) of a phone, laptop, or the control box in a car. The NPU has just one job: to run AI work (especially inference, or "using a model that's already been trained") as fast and as power-efficiently as possible.

On the megatrend map, this node is a sub-branch under AI Compute & Accelerator Silicon within the big trend Artificial Intelligence. Its siblings next door are the "cloud" chips — GPU & Merchant Accelerators (the giant chips in data centers) and Inference-Optimized Silicon (chips focused on running models in the cloud). The difference is clear: the cloud side is the AI that's biggest and most powerful but far away, while this node is the AI that's small enough to fit in our hand and closest of all.

Key terms
NPU · TOPS · SoC

NPU = a specialized chip designed to run AI work on the device, good at doing small matrix multiplications over and over at low power · TOPS (Tera Operations Per Second) = the unit that measures an NPU's speed, "how many trillion calculations per second" — the more, the bigger the model you can run on the device · SoC = a single chip that combines CPU + GPU + NPU, like the Snapdragon in phones or the M-series chip in a Mac

02Why it matters — four reasons to run on the device

The straightforward question is: if the cloud is so much more powerful, why bother running AI on small, battery-powered devices? The answer is that running on the device beats the cloud on four things users feel right away — and these four are exactly why the NPU has become a standard part of modern devices.

  • Privacy: the most sensitive data — photos, messages, voice, health — never has to leave the device to sit on someone's server. Process it on the device, and that's it. This is the main selling point of Apple Intelligence, which touts "your data stays on the device"
  • Low latency: no waiting for data to round-trip to the cloud. On-device inference on a modern phone runs as fast as under 20 milliseconds — fast enough for real-time tasks like blurring a video background, or a car's emergency-brake assist that can't wait "a fraction of a second"
  • Offline: it works with no internet. On a plane, underground, or in a weak-signal area, translation, document summaries, and voice commands all work normally
  • Lower cloud cost: every answer that runs in the cloud has a real electricity and GPU cost. The more people use AI, the more the cloud bill swells. Moving the small, frequent tasks onto users' devices spares companies from carrying the enormous inference cost in the data center

When these four forces combine, the edge AI-hardware market is growing very fast. It's estimated to climb from about $26 billion in 2025 to ~$59 billion in 2030, at an average of roughly 17–18% a year. And that doesn't even count it gradually becoming a "standard freebie" in nearly every phone and laptop chip.

The edge AI-hardware market keeps growing
value ($ billions) — 2030 is a projection, the median across several firms (the estimate range is wide depending on what's counted)
Source: MarketsandMarkets — Edge AI Hardware Market (CAGR ~17.6%, reaching $58.9B in 2030)
under 20 milliseconds the response time of an AI model running "on the device" on a modern phone — faster than a blink, and impossible if you had to round-trip data to the cloud every time. This is why real-time tasks have to live on the device.
A phone surrounded by a transparent wall or shield. Personal data — photos, messages, voice — is processed inside that shield and doesn't flow out to an external cloud, conveying the privacy of running AI on the device.
ภาพประกอบ (privacy.webp)
Data never leaves the device. When AI runs on the device, the most sensitive photos, messages, and voice are processed inside the device itself — no need to send them to anyone's server.

03How it works (the question never leaves the device)

The simplest way to understand this node is to compare the two paths the same question takes — the cloud path that races across the world, and the on-device path that finishes inside the device itself.

The cloud path vs the on-device path Top path the question races from the device to the data center and back — slow, and data leaves the device. Bottom path the question stays in the device, the NPU runs a shrunken model and answers instantly, without leaving the device. The cloud path — racing across the world our device 1 send the question out data center (giant GPU) racing back → slow + data leaves the device The on-device path — going nowhere 1 prompt 2 NPU in the chip run the shrunken model 3 answer instantly data never leaves the device · no internet needed · no cloud bill
The question doesn't go anywhere. The cloud path round-trips data to the data center, while on the on-device path the NPU runs a shrunken model and answers right there — faster, more private, and no internet needed.

The trick that makes on-device possible is the "shrunken model." A cloud model might have trillions of parameters, too many to fit in a phone. The way out is techniques like quantization (lowering the precision of the numbers in a model, say from 16-bit to 4-bit) and small language models (SLMs) — like Microsoft's Phi family or Google's Gemini Nano, squeezed small enough to run on the NPU in a phone. You trade away some of the very top-end smarts in exchange for it being "in our device" at all times.

The NPU itself is good at this job because it's purpose-built — instead of a general-purpose chip, it's packed with lots of small matrix multiply-add units that work all at once at very low power. Its speed is measured in TOPS, and that number has become the "new spec" every brand races to show off at phone and laptop launches.

04Where it sits in the ecosystem

This node isn't in a fight to the death with the cloud — it's a partner that splits the work. In the new AI architecture, work that's small, frequent, and privacy-sensitive comes down to the device, while the biggest and most complex work still relies on the cloud. Let's look at who it connects to.

  • Complements (doesn't replace) Inference-Optimized Silicon in the cloud: when the on-device model meets work too big to handle, it "hands it off" to the cloud — the idea called hybrid AI. The tiny model on the device handles 80% of everyday work, while the inference chip in the data center takes the heavy remainder. These two layers work seamlessly together
  • Uses the same technology as the most advanced Logic Chips: the NPU in a flagship phone is built on a 3nm process, on par with high-end computer chips — so this node is a key customer pulling demand into Semiconductors across the board, especially the advanced-logic side
  • Directly unlocks Robotics & Physical AI: robots, drones, and autonomous machines have to "think" on the spot in real time and can't wait for the cloud — the NPU at the edge is the brain that lets them decide for themselves instantly
  • Is the heart of the AI that's "closest to people": the AI models and apps in the layer above only truly go mainstream when they run in the device people are holding — this node is the layer that carries AI out of the data center and into the hands of billions of users
Perspective An easy way to remember it: the cloud side (GPU + inference silicon) is the "central brain" — big and powerful but far away · this node is the "edge brain" — smaller but right in our hand and able to decide instantly. The good AI of the future isn't picking one side over the other; it's these two brains working together.

05Where it stands now

The wave changing the game fastest right now is the "AI PC." In 2024, Microsoft set a new standard called the Copilot+ PC, drawing a line that a machine must have an NPU of at least 40 TOPS to run Windows' on-device AI features — and that 40-TOPS line became the "bar" every chip brand had to clear immediately. The result: Intel (Core Ultra ~48 TOPS), AMD (Ryzen AI 300 ~50 TOPS), and Qualcomm (Snapdragon X Elite ~45 TOPS) raced to pack powerful NPUs into laptop chips.

The effect of this bar shows clearly in the sales numbers. Gartner estimates that AI PCs' share of the whole computer market jumped from ~16% in 2024 to ~31% in 2025 (about 78 million units) and will reach ~55% in 2026 (about 143 million units) — meaning that by 2026, more than half of all computers sold will ship with an NPU.

AI PCs become standard fast
AI PCs' share of global computer sales (%) — 2026 is a projection
Source: Gartner (AI PC share 2024–2026, 77.8M units in 2025, 143M units in 2026)

The phone side is accelerating just as fast. NPUs in flagship chips are growing at a startling rate — the Hexagon NPU in Qualcomm's Snapdragon 8 Elite Gen 5 (launched late 2025) hits ~100 TOPS, powerful enough to run a language model on the device without draining the battery. Apple puts a 38-TOPS Neural Engine in its A18 Pro and M4 chips, the foundation of Apple Intelligence and its on-device processing pitch. And MediaTek puts a ~50-TOPS NPU in the Dimensity 9400 — the TOPS number is becoming a spec consumers watch about as much as the camera and the battery.

NPUs in 2025 flagship chips — measured in TOPS
approximate NPU speed (trillion calculations per second) in the latest generation of chips
Source: manufacturer specs (Qualcomm, AMD, MediaTek, Intel, Apple) — NPU TOPS values for 2025

What's worth watching is that the lineup of players is completely different from the cloud side. In the data center, NVIDIA holds the market in a near-monopoly. But the edge is a fragmented, open battlefield — the phone players (Qualcomm, MediaTek, Apple), the IP player that sells NPUs as designable blocks (Arm), and specialized edge experts (Ambarella in cameras/cars, Synaptics in IoT) each have their own foothold.

Key players in this field
QualcommQCOM · US
United States · mobile / AI-PC leader
Owner of the Hexagon NPU family and the Oryon CPU in Snapdragon chips — hitting ~100 TOPS in flagship phones, and leading the AI PC wave with the Snapdragon X, one of the first to clear Copilot+'s 40-TOPS bar.
core · mobile leader
AppleAAPL · US
United States · on-device AI leader
Puts a Neural Engine (38 TOPS in the A18 Pro/M4) at the root of Apple Intelligence and its "your data stays on the device" pitch — controlling the chip, the OS, and the AI software all in one hand, so it can tune on-device execution the tightest of anyone.
core · on-device leader
MediaTek2454 · TW
Taiwan · major mobile-chip maker
Puts a ~50-TOPS NPU in the Dimensity 9400 and teams up with Google to push on-device AI through NeuroPilot/LiteRT — holding one of the world's largest mobile-chip shares, so it brings the NPU to affordable devices broadly.
core · mobile chips
Arm HoldingsARM · US
UK · IP owner
Doesn't sell chips itself, but licenses the architecture and NPU blocks (the Ethos family) as IP that almost every chipmaker builds on — the "shared foundation" hidden inside nearly every mobile and edge chip in the world.
core · chip IP
AmbarellaAMBA · US
United States · edge / car-camera specialist
Focuses on edge AI chips for cameras, cars, and driver assistance (ADAS) — running AI vision inside the device in real time. An example of a specialized player growing with the car-and-robot wave more than with phones.
core · edge / car
SynapticsSYNA · US
United States · IoT / edge specialist
Makes chips and SoCs with NPUs for IoT and edge devices — smart sensors, home devices, and industrial uses that need small, low-power AI running on the device.
core · IoT / edge
Rockchip603893 · CN
China · SoCs for the edge
A Chinese SoC maker that puts NPUs into chips for a wide range of edge devices — TV boxes, industrial IoT gear, and smart appliances. It shows how the edge battlefield leaves room for regional players to find a foothold.
core · SoC edge

06The road ahead — AI PCs, tiny models, robots

The first direction is the NPU becoming "standard equipment" in every device — the way cameras and Wi-Fi once went from special to something every device must have. Once more than half of computers ship with an NPU in 2026, and every flagship phone has an NPU at its heart, having AI on the device stops being a selling point and becomes something everyone simply expects.

A massive AI model in the cloud is gradually compressed until it's small enough to fit into a phone resting in a person's hand, conveying a small language model designed to run on the device.
ภาพประกอบ (slm.webp)
The better we get at shrinking models, the more powerful the edge. Small language models squeezed small enough to run on the device are the key to making AI on phones smarter and smarter.

The second direction is shrunken models getting smart faster than expected. Research on small language models (SLMs) and model-compression techniques advances almost every month. The tiny models running on NPUs today already work close to last year's cloud models. The more this gap narrows, the more work flows down onto the device — and that's the structural tailwind for this node.

The third direction is expansion beyond phones and PCs, into cars and robots. A modern car is a "data center on wheels" that has to process camera footage from all around the vehicle in real time — work that absolutely cannot wait for the cloud. The same goes for the robots and drones in Robotics & Physical AI, which need a brain at the edge to decide for themselves. These new markets are the arena where specialized edge players like Ambarella and Nvidia (on the car-chip side) compete fiercely.

07Challenges & risks

The first risk here is that the biggest, smartest models still live in the cloud. The NPU on the device is good at the small, frequent tasks, but work that needs complex reasoning, very long context, or the latest knowledge still relies on the giant models in the data center. If users keep feeling that on-device AI is clearly "dumber" than the cloud, the willingness to pay extra for a powerful NPU may not be as high as the chip brands hope.

The second risk is fierce, fragmented competition. Unlike the cloud, which has a clear market leader, the edge is an open battlefield crowded enough to elbow each other — Qualcomm, Apple, MediaTek, Intel, AMD, Arm, and many specialized edge players all fighting for the same space. Once the NPU becomes a "standard part" every chip must have, it risks becoming a feature competed on by price rather than by juicy profit.

The third risk is the "software fragmentation" problem. Each brand's NPU has its own toolkit — Qualcomm has QNN, Apple has Core ML, MediaTek has NeuroPilot. Developers who want their AI app to run well on every device have to tune it again and again. This hassle makes real-world adoption of on-device AI lag behind what the hardware is ready for — no matter how fast the chip is, if the software can't keep up, the power goes unused.

The bottom line for beginners Edge & On-device AI Silicon is the layer that carries AI out of the data center and into our phones, laptops, and cars, with a tiny chip called the NPU as its star. Three keys: (1) it beats the cloud on four things users feel — privacy, speed, offline, and cost · (2) the AI PC wave (the 40-TOPS bar) makes the NPU standard in more than half of devices by 2026 · (3) it doesn't replace the cloud, it "splits the work" with it — and the value flows to whoever makes the shrunken model smart enough and the software easy enough, not just whoever has the most TOPS.

In short: this node is the story of AI "moving house" from a far-away data center into the tiny chip of the device we're holding. It makes artificial intelligence faster, more private, and genuinely reachable for billions of people — and the better shrunken models get, the more the line between "AI on the device" and "AI in the cloud" fades away.

Explore this theme — live data, stocks & news →