
Emily Lane
July 23, 2026

For years, "AI on your phone" meant a small, weak model that could autocomplete a word and not much else. Anything that mattered got shipped to a data center. In 2026 that stopped being true. Apple's latest on-device models are good enough to read, summarize, rank, and rewrite the things that land on your phone, and they do it locally, for free, all the time.
We wrote about what that means for notifications specifically. This is the layer underneath: what Apple actually built, in plain terms, and the more interesting question of how a capable model sitting on every phone changes what people do with their phones. You don't need to ship iOS apps to care. If you send email, SMS, push, or in-app messages to anyone on an iPhone, this model is now standing between you and them.
Apple calls these models Apple Foundation Models; the 2026 generation is AFM 3.
Key takeaways
New to terms like mixture-of-experts, quantization, or LoRA adapters? The key terms at the end define them in plain English, and it's a fine place to start.
At WWDC in June 2026, Apple introduced its third generation of foundation models. There are two that run on the device itself, and two that run on Apple's servers for heavier work.
| Model | Size | Where it runs | What it does |
|---|---|---|---|
| Core | ~3B params, dense | On the iPhone | Everyday language: summarizing, ranking, rewriting |
| Core Advanced | 20B params, only 1–4B active per request | On the iPhone | Bigger on-device jobs, plus understanding images |
| Cloud | Not disclosed (sparse, PT-MoE) | Apple's servers | Heavier requests that need a larger model |
| Cloud Pro | Not disclosed | Apple's servers + Google Cloud | The most capable tier; built with Google using Gemini |
One requirement up front: all of this needs an iPhone 15 Pro or newer (an A17 Pro chip or later). Every iPhone 16 and iPhone 17 model qualifies; the standard iPhone 15 and anything older does not, and no update changes that.
The on-device pair is what matters most here, because the everyday stuff, like summarizing a stack of notifications, has always run locally. By Apple's own numbers, the new on-device model is preferred over last year's roughly twice as often. Those are Apple's internal evaluations, not independent benchmarks, so take the exact figure lightly, but the direction is not in dispute: the local model got meaningfully better.
The top server tier is the newsy part. Apple built its most capable models with Google, using the technology behind Google's Gemini, and for the first time extended its private server infrastructure onto Google's cloud running NVIDIA chips. So the phrase "Apple's AI" now quietly includes some Google underneath. But the models doing the everyday work on notifications, mail, and messages still live on the phone.
A 20-billion-parameter model has no business running on a phone. The interesting engineering is how Apple makes it fit and keeps it fast. Three ideas do most of the work, and none of them need an ML background to follow. (Stuck on a term? Jump to the key terms.)
Only wake the part you need (sparse activation). A model's parameters are the numbers it uses to think, and normally all of them run for every request, which is why big models need big machines. Core Advanced doesn't work that way. It's a mixture-of-experts model: its parameters are grouped into "experts," and only the few your request needs switch on. So it stores 20 billion parameters but runs just 1 to 4 billion at a time. It knows a lot, but consults only the specialists each request calls for. Apple's method for picking them is Instruction-Following Pruning.
Squeeze the weights (quantization). Those parameters are just numbers, and numbers can be stored at different precisions. Quantization keeps each in far fewer bits, like a compressed photo that holds the picture while dropping data, and Quantization Aware Training trains the model to expect the squeeze so accuracy survives it. Apple hasn't published AFM 3's exact numbers; its 2025 models ran around 2 bits per weight on device, with lost quality clawed back by small trained add-ons (the adapters, coming up). Treat that as last year's figure, not confirmed for 2026.
Share the memory (KV-cache sharing). As a model generates text, it keeps a running cache of what it has read so far, its short-term memory (in attention terms, the "keys and values"). That cache eats memory and slows down the first word out. In its 2025 on-device model, Apple restructured the network so two parts share one cache, cutting that memory use by about 37.5% and getting the first word out faster. Another documented 2025 detail.
The server models use a bigger-scale version of the same instinct, a design Apple calls Parallel-Track Mixture-of-Experts. Instead of one enormous model, several smaller ones run side by side on a request and only compare notes at checkpoints, which cuts the coordination overhead that usually makes big models slow. Same sparse-expert idea, scaled up for the data center.
That "on the device" part is the whole point for the local models, and it shapes everything downstream:
Private, instant, and free is exactly the combination that lets Apple put a model in front of every message without asking anyone's permission or sending a bill.
Here is the part worth understanding, because it explains why some messages survive the AI and some get mangled.
Apple doesn't train a separate model for notifications, another for mail, another for messages. It trains one base model, then bolts on small, specialized add-ons for each task. Summarizing your notifications is one of those add-ons. Ranking them by importance is another. They all sit on top of the same underlying model.
Those add-ons are LoRA adapters: small low-rank matrices patched into the model's layers that nudge its behavior for one task without retraining the whole thing. They're tiny next to the base model. For reference, the adapters Apple lets developers train through its own toolkit are rank-32 and weigh around 160MB, and the same low-rank trick is what recovers quality after the aggressive quantization above. So "summarize notifications" is not a model. It's a lightweight specialization layer riding on the shared on-device model.
Two things follow from that. First, when the base model gets smarter, every task gets smarter at once, which is why 2026 felt like a step change rather than a single feature. Second, and more useful to you: a summary is not a truncation. The model reads your title and body and rewrites them into its own sentence. Give it clear, self-contained text and it represents you faithfully. Give it something vague and it fills the gap with a confident guess. The mechanism rewards clarity and punishes cleverness, everywhere it runs.
The server tier is where privacy usually gets hand-wavy, and it's where Apple has done the most work. Its server infrastructure, Private Cloud Compute, rests on a few hard commitments:
When Apple extended this onto Google's cloud in 2026, running on NVIDIA's confidential-computing GPUs, it said the same guarantees carry over. This matters for one practical reason: it is why Apple is comfortable letting AI read genuinely personal things like your messages. The privacy architecture is what makes the always-on part socially acceptable.
The model reading your users' notifications is one you can call yourself. Apple's Foundation Models framework exposes the on-device model to any app, free and offline, and it is more than a text box:
@Generable and the framework constrains the model's decoding so the output is guaranteed to match your struct. No JSON parsing, no "please respond in this format" prompting. It uses constrained (and speculative) decoding under the hood.reasoningLevel you set to .light, .moderate, or .deep, at no cloud cost until an app passes roughly 2 million downloads.The short version: on-device summarization and triage used to be something only Apple could do to your content. Now any app can do it to its own, for free, on the device. That is the hinge for where this goes next.
Here is where it gets speculative, so treat the rest as informed theory rather than fact. But the direction seems clear once the model is capable, private, and everywhere.
The glance replaces the open. People used to open an app to find out what happened. Increasingly they'll read a one-line summary on the lock screen and act or dismiss without opening anything. The summary becomes the product. The tap becomes optional, and rarer.
Users start trusting the phone's judgment. When the model reliably surfaces the account alert and buries the promo, people stop scanning everything themselves. They delegate triage to the phone. That's a big shift: low-priority senders won't just be muted, they'll be quietly filtered out of attention before the person ever decides. Being ignored used to require a choice. Now it can happen by default.
Reading shifts from messages to briefings. A stack of ten notifications becomes one summarized line. A morning of email becomes a digest. People will increasingly consume a summarized version of their day rather than the raw feed, and they'll come to expect that everywhere, in their mail client, their team chat, their banking app, because once one app does it well the rest feel broken without it.
The bar to earn a real open goes up. If the summary answers the question, the user is done. The only messages that still get a full open are the ones where the summary makes them want more, or where they need to act. Everything else gets resolved at a glance and forgotten. Users will like this, because their phones get calmer. Senders will feel it, because the easy attention they used to buy is exactly what the model is built to flatten.
Across all four, the pattern rhymes: a model reads first, and only clear, specific content comes through intact.
Step back and the pattern is bigger than any single feature. A capable model now sits on hundreds of millions of phones: private, instant, free, always on. It reads notifications, mail, and messages before the person does, and any app can now point that same model at its own content. The universal first reader used to be the human. Increasingly it's a model, and the human reads what the model hands them.
That rewires the job of anyone who sends messages. The bold subject line and the curiosity-gap push were tricks for winning a human's glance, and they are exactly what this model flattens. What survives is boring and durable: clear, specific, self-contained content that says what it means. Write for the model and the human gets what they came for too. Write for the old attention game and the model quietly edits you out.
The models got good. They're private, they're everywhere, and they're the first thing that reads what you send. The winning move is not to fight that. It's to hand the model something clean to work with, on every channel, every time. (That, for the record, is the whole reason Courier exists: one place to produce clean, structured content across push, email, and in-app, with a fallback when a channel filters you out.)

Apple Intelligence finally got smart. Here's how it changes the notifications your users see.
Apple Intelligence's on-device models got dramatically better in iOS 27, and they now summarize, rank, and filter notifications before your users ever see them. There's no API to control that, so the words you send are the only lever you have. Here's how notification summaries work and how to write for them.

The real cost of notifications at scale
The sticker price of a notification platform is never the real price. Cost scales with both message volume and user count, and the biggest expense is often the one nobody invoices: owning and running whatever you built yourself. Here's a clear way to model what notifications cost at scale and the levers that actually control it.
Email open tracking and consent: the new rules in Europe
Regulators in Europe are treating the email open-tracking pixel like a cookie, which means it needs consent before it fires. Here's what changed, who's actually in scope, what compliance requires, and how to keep sending while gating tracking on consent, including how to wire it up in Courier.
© 2026 Courier. All rights reserved.