Cover photo

Crypto 101 | e32: The AI in your pocket

Powerful AI is moving off the cloud and onto your device. Here is what that means, how far we have come, and where the honest limits still are.

For most of the last decade, "AI" meant the cloud. You typed a question, your words left your phone, travelled to a data centre somewhere, were processed by a server the size of a shipping container, and came back to you as an answer. Fast, impressive, but never quite yours. Your words, your context, your habits all made a round trip through someone else's infrastructure every single time.

That model is changing. In 2026, 42 percent of flagship smartphones ship with a built-in language model that runs entirely on the device. The first token of a response arrives in under 100 milliseconds. No network required. The data never leaves. This shift, from cloud-first to device-first AI, is one of the most consequential changes in how technology works, and most people have not noticed it yet.

Crypto 101 is an educational series designed to make complex blockchain and decentralized infrastructure concepts accessible to everyone. Each edition explores a specific topic in depth, combining foundational knowledge with practical examples from the real world and from the Nodle ecosystem.


The basics: what a model actually is

When people say "AI model," they mean a very large mathematical function. It takes text as input and predicts, one piece at a time, what the most useful next piece of text would be. That process of prediction is called inference, and each piece of predicted text is called a token.

post image

A token is not exactly a word. It is more like a word fragment: a common syllable, a short word, or a punctuation mark that the model has learned to treat as a unit. The word "running" might be one token. The word "unbelievable" might be two. Most English text averages roughly 0.75 words per token, so a paragraph of 150 words is roughly 200 tokens. When you see a model described as having a "context window" of 8,000 tokens, that means it can hold and reason over roughly 6,000 words at once before it starts to forget earlier content.

The number before the "B" in a model name, 1B, 4B, 7B, 13B, refers to how many parameters the model has, measured in billions. A parameter is a single number stored inside the model, a tiny weight that, combined with billions of others, determines how the model responds to any given input. A 4-billion parameter model contains 4,000,000,000 of these numbers. More parameters generally means more capable, but also more memory to load, more compute to run, and more battery to sustain.

The practical question for on-device AI is always: how small can the model be while still being genuinely useful for this specific task?

At full precision, every parameter in a 4B model is stored as a detailed decimal number, like recording a measurement to ten decimal places. A simpler approach stores each number as a rough integer instead, like rounding to the nearest whole number. That rounding introduces tiny errors, but for most practical tasks those errors are small enough not to matter. The payoff is dramatic: a 4B model stored at full precision requires roughly 16GB of memory. The same model stored as rounded integers requires around 2GB, the difference between something that cannot run on any phone and something that runs comfortably on a mid-range device today.

Understanding this is what makes local AI genuinely useful rather than frustrating. A small model on your device is not a weaker version of ChatGPT. It is a different tool, optimised for a different job.

What is a token?
A token is the basic unit an AI model works with. Think of it as a word fragment or a short word. "Hello" is one token. "Unbelievable" is two. Every response an AI generates is built one token at a time, each one predicted based on everything that came before it.


What changed in the hardware

The reason AI could not run on your phone five years ago is not complicated: the models were simply too large and too hungry. What changed is not that the models shrank in ambition. What changed is that engineers found ways to compress and run them more efficiently. Three advances arrived at roughly the same time.

post image

First, compression: a model that stored every parameter as a precise decimal number can often be compressed to use rough rounded integers instead, with surprisingly small accuracy losses, cutting memory requirements by 75 percent.

Second, purpose-built silicon: Apple's Neural Engine in the A18 chip, Qualcomm's Hexagon NPU in the Snapdragon 8 Gen 4, and Google's Tensor G4 are all designed specifically to run the core operations of neural network inference efficiently and at low power. Your phone has a dedicated AI chip, and it has had one for several years.

Third, better model architectures: Mixture-of-Experts designs can deliver quality comparable to a 7-billion parameter model while consuming the energy of a 1-2 billion parameter model, because only the relevant subset of the model activates for any given task.

The result: sub-20ms AI inference is now measurable on a mid-range Android device costing $400. Apple's latest AI framework, shipping with iOS 19 in early 2026, allows a model to quietly learn from how you use an app over time, adjusting to your habits, your vocabulary, your preferences, without any of that learning ever leaving your device. Google's Gemini Nano runs natively on Pixel devices and is licensed to Samsung, which is targeting 800 million Galaxy AI-enabled devices in 2026 alone.

The chip your phone already has
Every flagship smartphone sold in the last three years includes a dedicated AI chip called an NPU (Neural Processing Unit). It exists for one purpose: running AI operations quickly and efficiently without draining your battery. Most people have never heard of it. It has been there the whole time.


What local AI is actually good at today

Not all tasks are equal. Some things that feel like they need a powerful cloud model actually run well on a device-scale model. Others genuinely need the full capability that only a large cloud model can provide.

On-device AI handles well: summarising text you are reading, translating a message offline, transcribing speech in real time, classifying an image without uploading it, checking the grammar of something you have written, extracting structured data from a photo of a receipt or document, and answering questions about content already on your device such as notes, emails, or your calendar. These are tasks where a small model with good context about what you are doing produces useful output, fast, without a round trip.

Where local models still fall short: complex multi-step reasoning, coding assistance for non-trivial problems, tasks requiring broad world knowledge that was not in the training data, and long-context tasks requiring the model to hold and reason over tens of thousands of tokens simultaneously. A benchmark comparison from mid-2026 found a 30-50 point quality gap between on-device models and frontier cloud models on standard reasoning tasks. For daily tasks, that gap often does not matter. For demanding analytical work, it still does.

post image

The honest framing is that on-device AI and cloud AI are complements, not substitutes. The best current implementations use a hybrid approach: simple, frequent, privacy-sensitive tasks run locally; complex, infrequent, latency-tolerant tasks go to the cloud. Most users never see the boundary because the system chooses for them.

The 80/20 rule for local AI
Roughly 80 percent of what most people use AI for every day, quick summaries, translations, transcriptions, short answers, can run entirely on a modern smartphone. The 20 percent that genuinely needs a cloud model is real, but it is the exception, not the rule.


App-specific local agents

One of the most practical developments in 2026 is the emergence of app-specific local agents: small AI models tuned for one application's context that run entirely on the device.

A notes app that knows your writing style and can draft a reply in your voice, with none of your notes leaving your phone. A health app that analyses your sleep and activity patterns on-device and surfaces insights without uploading biometric data. A language learning app that adapts to your weaknesses in real time based on your session history, with no profile stored in the cloud. A navigation app that answers spoken questions about your route while offline in a tunnel.

These are not hypothetical. Apple and Google both now allow apps to use models that learn from your behaviour over time, entirely locally. Privacy regulations in the EU, India, and several US states are accelerating adoption: any feature that processes audio, health data, financial information, or content involving minors faces increasing legal scrutiny if it involves cloud transmission. On-device processing sidesteps most of that complexity. Data that never leaves the device does not trigger most data protection obligations.

The design principle behind app-specific agents is intentional narrowness. A model tuned for one app does not need to know everything. It needs to know the grammar of that app's data well enough to be useful in context. That constraint is actually an advantage: a smaller, narrower model runs faster, uses less battery, and is easier to update than a general-purpose model.

Narrow is powerful
The most useful on-device AI models are not the ones that know everything. They are the ones that know one thing extremely well: your notes, your calendar, your health data, your inbox. A small, focused model running privately on your device often outperforms a large, generic cloud model on the specific tasks you actually need.


The honest limits of hardware

Memory is the primary constraint. Most smartphones in 2026 ship with 8-12GB of RAM. A 7-billion parameter model compressed to rounded integers requires roughly 3.5-4GB of memory just to load, leaving limited room for the operating system, other apps, and the working memory the model needs during inference. A 13-billion parameter model at the same compression requires around 7GB, feasible on premium devices, borderline on mid-range ones. Anything larger does not currently fit.

Battery is the secondary constraint. Running a 7-billion parameter model for 10 minutes on a Samsung Galaxy S25 Ultra consumed approximately 8 percent of battery life, rising toward 15 percent for less efficient architectures. Sustained on-device AI inference is a meaningful drain. Optimised small models bring this down significantly, but there is no free lunch. On-device AI costs energy.

Thermal throttling is the third constraint and the least discussed. When a chip gets too hot, it slows itself down to protect the hardware. A model that responds in 85ms when cold may take much longer after several minutes of heavy use as the chip throttles. Real-world performance is often lower than benchmark performance for exactly this reason.

post image

The memory bandwidth gap is architectural: mobile phone memory delivers data at roughly 50-90 GB per second. Datacenter memory delivers data at 2,000-3,000 GB per second. That is a 30-50x gap that cannot be closed by software alone. It sets a hard ceiling on how fast a given model size can run on mobile hardware, regardless of how good the dedicated AI chip is.

None of this means on-device AI is not useful. It means: use the right tool for the right task. Small, focused, fast, private. Large, capable, slower, via a round trip.

The honest ceiling
The most powerful phone sold today can run a model with about 7 billion parameters comfortably. The most powerful cloud AI runs models with hundreds of billions of parameters. That gap is real. The question is not whether on-device matches the cloud. It is whether on-device is good enough for the task at hand, and for most daily tasks, it already is.


Not everything needs a cloud

The cloud-first model of the last decade made sense when device hardware was genuinely too weak to do anything useful. It created network effects: centralise the compute, centralise the data, build moats from scale. The result was an internet where your camera roll is on Apple's servers, your messages pass through Meta's infrastructure, your productivity documents live on Microsoft's cloud, and your AI queries are processed by Anthropic or Google or OpenAI.

None of that is wrong in itself. But the assumption baked into every one of those choices was that the device could not do it. That assumption is eroding quickly. And as it erodes, the question shifts from "can this run on-device?" to "should this data leave the device at all?"

For many daily tasks, the answer is no. A message summary does not need to go to a data centre to come back as a shorter message. A receipt scan does not need to upload your financial data to be converted into structured text. A voice note does not need to traverse a server farm to be transcribed. An app knowing which words you struggle with does not require building a profile of you on a remote server.

The shift to local AI is, at its core, a shift in who holds the data and who benefits from it. The cloud model concentrates data and intelligence in a small number of infrastructure providers. The edge model distributes both back toward the person generating the data in the first place.


Where Nodle fits

Nodle is built on a premise that the smartphone in your pocket is underutilised infrastructure. Most of the time, most of its sensors, connectivity, and compute are idle. The Nodle Network turns that idle capacity into a contribution to physical infrastructure: Bluetooth scanning, location sensing, connectivity relay.

The rise of on-device AI makes that premise even more relevant. A device that can run useful AI inference locally can also participate in distributed sensing and data tasks that do not require sending raw data to the cloud. The Nodle vision of a trust network built on the edges of the physical world aligns directly with the direction hardware and software are moving.

But the most powerful argument is simpler than architecture. The most capable personal technology stack available today is three things working together: a local AI model that thinks with you without sending your thoughts anywhere, a decentralised messaging protocol that carries your conversations without a platform reading them, and a self-custodial wallet that holds your assets without a bank's permission. Private intelligence, private communication, private ownership. Each layer is independent. None of them can be taken away by a policy change, a corporate acquisition, or a government order directed at a single company.

post image

Nodle users already have all three in their pocket. The Nodle app runs on a self-custodial wallet where only you hold your keys. XMTP messaging means your conversations travel peer-to-peer, not through a platform's servers. And as on-device AI continues to mature, the intelligence layer of that stack will follow the same pattern: local, private, and yours. The future people are still describing as coming is already running on the device in your hand.


A framework for thinking about it

On-device AI is not a replacement for cloud AI. It is a new layer in a stack that already includes local hardware, local networks, regional infrastructure, and global data centres. The useful question for any AI feature is not "cloud or device?" but "what is the minimum infrastructure this task actually requires?"

For tasks that are private, frequent, latency-sensitive, or specific to one person's device, local is better. For tasks that require broad world knowledge, multi-step reasoning across large contexts, or the kind of capability that requires a model trained on the world's data, cloud is still the right answer.

The devices in our pockets are becoming genuinely capable computers in a way they were not five years ago. That capability, used thoughtfully, shifts some meaningful fraction of the intelligence that currently lives in centralised infrastructure back toward the people who generate the data it runs on. In that sense, it connects directly to everything this series has explored: self-custody, decentralisation, verifiable data, and the idea that infrastructure works better when it is distributed closer to the people it serves.

Stay curious, stay in control, keep Clicking and Nodle on 🧠

This content is for educational purposes only and does not constitute financial, investment or legal advice. Always conduct your own research and consult with qualified professionals before making any financial decisions.

Subscribe

Glossary

On-device AI: Artificial intelligence inference that runs entirely on a local device without sending data to a remote server.

Inference: The process of running a trained AI model to produce an output. Training is when a model learns; inference is when it is used.

Token: The basic unit an AI model works with. Roughly equivalent to a word fragment or short word. Models generate responses one token at a time.

Context window: The maximum number of tokens a model can hold in its working memory at once. An 8,000-token context window holds roughly 6,000 words.

Parameter: A single number stored inside a model that, combined with billions of others, determines how the model responds to input. Model size is measured in billions of parameters (1B, 4B, 7B, etc.).

Model compression: Reducing the memory and compute requirements of a model by storing parameters with less precision. A compressed 4B model can require as little as 2GB of memory.

NPU (Neural Processing Unit): A chip designed specifically to run the operations of neural network inference efficiently. Found in Apple's Neural Engine, Qualcomm's Hexagon, and Google's Tensor chips.

Mixture-of-Experts (MoE): A model architecture where only a relevant subset of the model activates for any given input, delivering high capability at lower compute cost.

Thermal throttling: The automatic reduction of a chip's clock speed when it reaches a temperature threshold under sustained load.

Hybrid AI: Simple, private, frequent tasks run on-device; complex, latency-tolerant tasks route to cloud models.

Edge AI: AI inference run at or near the source of data rather than in a centralised cloud data centre.

XMTP: A decentralised messaging protocol. Messages travel peer-to-peer without passing through a platform's servers.

DePIN: Decentralised Physical Infrastructure Network. Physical infrastructure built and operated using a distributed network of participant devices rather than centralised hardware owned by a single company.