Skip to content
CSuite
OpinionLocal AIAI ModelsJuly 22, 20269 min read

Small models are the real story of 2026

A 4B model on a plain laptop now rivals last year's 72B, and Apple, Microsoft, and Google just bet their operating systems on it.

Parameters for GPT-4-class answers · log scale
Frontier models win benchmarks. Small models win Tuesdays.
GPT-4 ~1.8TMar 2023GPT-4o ~200BMay 2024Llama 3.3 70BDec 2024Qwen3 4BApr 2025
Sizes for the closed models are outside estimates by Epoch AI; the capability equivalences are sourced in the post. 450x fewer parameters in 25 months, for the work most people actually hand an AI.

The most consequential AI story of 2026 is not the biggest model anyone shipped. It is the smallest one that turned out to be good enough. While the headlines counted gigawatts and trillion-parameter training runs, a quieter curve kept bending: the model that handles most people’s daily AI work (summarize this, rewrite that, translate, extract, draft, explain) shrank from datacenter-sized to laptop-sized, and the quality held.

This post is the case for that claim, made with receipts rather than vibes: benchmark equivalences with dates on them, the distillation pipeline that industrialized smallness, and the fact that Apple, Microsoft, and Google all chose small on-device models for the most personal layer of their operating systems. It ends with the honest part: what the frontier still wins, and why the right default is still both.

Yesterday’s frontier now fits in 4 billion parameters

Start with the chart above. In March 2023, GPT-4-class answers required GPT-4 itself, which outside researchers at Epoch AI estimate at roughly 1.8 trillion parameters. By mid-2024 the frontier labs themselves had shrunk their flagships: Epoch puts GPT-4o at around 200 billion parameters, an order of magnitude smaller than the model it replaced, because once inference costs dominate, over-training a small model beats serving a giant one. By December 2024, open models like Llama 3.3 70B were outscoring the original GPT-4 on standard benchmarks from a size you can run on a workstation.

Then the same compression reached sizes that fit in a thin laptop. Google’s Gemma 3 4B, released in March 2025, is competitive with Gemma 2 27B, the family’s flagship from nine months earlier. Alibaba’s Qwen team put it plainly in the Qwen3 release notes: “even a tiny model like Qwen3-4B can rival the performance of Qwen2.5-72B-Instruct.” That is an 18x parameter cut against its own seven-month-old sibling. Researchers at Tsinghua measured the pattern across model generations and gave it a name: the densing law, capability per parameter doubling roughly every three months. The numbers wobble by benchmark, but the direction has not wobbled once in three years.

The shrinking is not magic, and it is worth knowing why it happened, because the reasons compound. Training recipes changed: labs learned to feed small models far more data than the old scaling rules recommended, trading a bigger one-time training bill for a model that is cheap to run forever. Data changed: instead of raw internet text, small models now train heavily on curated and synthetic material generated by larger models, which packs more skill per parameter. And the economics changed: Epoch’s analysis notes that once serving answers to millions of users became the dominant cost, every lab had a direct financial reason to make the serving model as small as quality allowed. All three forces are still pushing in the same direction.

The hardware in this photo is the story. Answers that needed a datacenter in 2023 now come from a fanless laptop on a cafe table. Photo by Andrea Piacquadio on Pexels.

The practical translation: a 4-billion-parameter model quantized to a 3 GB download now delivers what needed a rented datacenter GPU in 2024. If you want to know what your own machine can hold, the memory math is one subtraction, and almost every laptop sold this decade clears the bar for a model this size.

Distillation turned small models into heirs

Small models did not get here by being trained harder from scratch. The bigger shift is that smallness became a manufacturing step: labs now build a frontier model first, then deliberately compress its behavior into small ones, a process called distillation, where the small model learns from the big model’s outputs rather than from raw internet text alone.

The mechanics are almost mundane. You take a hard problem, let the big model think through it at length, and train the small model on those worked solutions, hundreds of thousands of them. The small model never develops the frontier’s breadth, but it absorbs the specific skills the teacher demonstrated. It is the difference between reading the whole library and studying a very good tutor’s worked examples: narrower, and startlingly effective for the kinds of problems the tutor covered.

The clearest public demonstration is DeepSeek’s January 2025 R1 release. Alongside the 671-billion-parameter reasoning model came six distilled versions, and the numbers were startling: the 7B distill scored 55.5% on the AIME 2024 competition-math exam and 92.8% on MATH-500, while the 32B distill beat OpenAI’s o1-mini across most reasoning benchmarks. Step-by-step reasoning, the frontier’s signature trick of 2024, had been bottled into a download a laptop runs within months of its debut. Microsoft’s Phi family runs the same playbook with curated synthetic data, which is how a 14B Phi model ended up beating far larger models at competition math. Small models are no longer the frontier’s distant cousins. They are its direct heirs, and the inheritance arrives quarterly.

Apple, Microsoft, and Google placed the same bet

If small models were a compromise, you would expect the richest companies in computing to skip them. The opposite happened. The three vendors who control the operating systems on billions of devices each shipped a small model as the default brain of the personal layer, the part of the OS that touches your messages, photos, and screen.

The personal layer, as shipped by the three OS vendors
Each company also rents out frontier models in the cloud. For the layer that reads your messages and screen, all three chose small and local.
Apple · AFM 3 CoreThe on-device brain of Apple Intelligence and the rebuilt Siri: writing tools, summaries, dictation. Ships on current iPhones, iPads, and Macs.~3B
Microsoft · Phi SilicaRuns on the NPU of every Copilot+ PC at about 1.5 watts. Powers rewrite and summarize in Word and Outlook, plus Click to Do.3B-class
Google · Gemini NanoLives inside Android's AICore system service. Powers Pixel Recorder summaries, TalkBack image descriptions, and Pixel Screenshots, and any app can call it through ML Kit.on-device

Apple’s third-generation foundation models, announced in June 2026, keep a roughly 3-billion-parameter dense model on the device, now joined by a 20B sparse sibling that activates only 1 to 4 billion parameters per request. Microsoft’s Phi Silica, a small model from the same Phi family, runs on the neural processor of every Copilot+ PC at about 1.5 watts. Google’s Gemini Nano ships inside Android itself. These are not hedges against the frontier; all three companies also sell frontier-model access in the cloud. They are statements about where daily work happens. Apple’s rebuilt Siri made the split explicit: rent a frontier brain for the hard questions, but the model that reads your life stays on the device.

The reasons are structural, which is why all three landed in the same place. A cloud round-trip for every summarized notification would be slow, would die without connectivity, and would cost real money multiplied by a billion devices; Phi Silica’s 1.5 watts costs Microsoft nothing. Privacy stops being a promise and becomes architecture: a model that never phones home has nothing to leak in transit and nothing to subpoena from a server. When the three companies with the most complete view of what users actually ask their devices all conclude that a 3B model covers the personal layer, that is not a cost compromise. It is the most informed capability judgment in the industry.

The personal layer lives here now. On current iPhones, Pixels, and Copilot+ PCs, the model that reads your notifications never leaves the device. Photo by Sound On on Pexels.

Most AI asks were never frontier tasks

The counterargument writes itself: surely people need the smartest model available? The best evidence says mostly no, and it comes from OpenAI. In September 2025 the company published a study of over a million ChatGPT conversations with the National Bureau of Economic Research. Nearly 80% of all use fell into three categories: practical guidance, seeking information, and writing. More than 70% of messages were not about work at all.

What people actually ask, per OpenAI’s own study
Share of ChatGPT conversations by category, from over a million sampled conversations through July 2025. The three highlighted rows, nearly 80% of all use, sit comfortably inside what a good small model does.
Practical guidance29%how-to advice, tutoring, ideas
Seeking information24%questions a search box used to get
Writing24%drafting, editing, summarizing
Everything else23%including code, data, and multimedia

Look at those categories against the benchmark story above. Advice, lookups, drafting, rewriting, summarizing: this is exactly the work where a 2026 small model is indistinguishable from a frontier one for most users, because the ceiling on the task is low. Nobody needs trillion-parameter reasoning to tighten an email. NVIDIA researchers made the same argument for machine-to-machine work in a 2025 position paper: most steps inside AI agents are narrow and repetitive, and small models are “sufficiently powerful” and “necessarily more economical” for them. The daily 80% of AI use was never a frontier workload. It just ran on frontier hardware because nothing smaller was good enough yet.

The work column tells the same story. Within work-related messages, the study found writing to be the single biggest activity, around 40% of them: editing, drafting, summarizing other people’s prose. These are tasks with a quality ceiling a good small model already touches. The tasks that genuinely stretch a frontier model, hard multi-step reasoning and serious software engineering, are real but concentrated in a minority of users and a minority of their days.

Good enough and local changes who holds the bill

Why does it matter where the 80% runs? Because every property people dislike about AI services follows from the model living on someone else’s computer. Move the model, and the properties flip.

A small model is a file. Once downloaded, it costs nothing per use: no subscription, no metered tokens, no rate limits on a heavy day. Set the typical $20-a-month chatbot plan against that for the summarizing and rewriting that dominates the usage data, and the subscription is buying capability you rarely invoke. It works on a plane and in a dead zone. It cannot be deprecated out from under you, repriced, or switched off by someone else’s policy change. And what you type into it never leaves the machine, which is not a privacy slogan but a physical description of where the computation happens.

None of those properties is new technology. They are the ordinary properties of software you own, temporarily suspended while AI was too big to carry. The frontier race decides which lab tops a leaderboard. The small-model curve decides whether ordinary AI use requires a landlord at all, which is why it is the enabling technology under the whole shift back to personal compute.

A few square millimeters of consumer silicon now runs what rented datacenter GPUs ran two years ago, at single-digit watts. Photo by Tima Miroshnichenko on Pexels.

None of this required exotic hardware. The chip in a mid-range laptop runs a 4B model faster than most people read, and the open-weight catalog at that size is now deep enough to pick by task rather than take whatever fits.

The frontier still wins the hardest 20%

Now the caveats, offered as load-bearing rather than decorative. Small models are sufficient for most tasks. They are not equal to frontier models, and the gap is real where it exists.

Deep multi-step reasoning, long-horizon agentic work, and the hardest coding problems still belong to the largest models; that is precisely why Apple rents a frontier brain for complex Siri queries while keeping the personal layer local. Small models hallucinate more often, and their effective context, the amount of material they can genuinely track, is shorter than their spec sheets suggest. Benchmarks also flatter them: a 4B model matching a 72B on a test suite does not mean it matches the feel of a frontier model across a messy week, and the equivalences in this post are same-family comparisons, not claims of parity with today’s frontier. And the 80/20 split is an average, not a law. If your daily work is novel mathematics or refactoring a million-line codebase, your 80% is other people’s 20%, and the frontier subscription earns its keep.

Small models are also fussier colleagues. They follow long, complicated instructions less reliably than frontier models, so workflows built around a 2,000-token system prompt often degrade when pointed at a 4B model, and they benefit from tighter, more explicit prompts. None of these limits reverse the argument. They bound it: sufficient is not the same as equal, and this essay claims the former.

Small by default, frontier when it earns it

The realistic stance for 2026 is hybrid: a small model as the default tool for the daily 80%, a frontier model reserved for the work that genuinely needs it. That is the architecture Apple, Microsoft, and Google converged on independently, and it works just as well one person at a time. Trying it costs an afternoon: pick a 4B-class model from the current open catalog, run it on the laptop you already own, and route a normal week’s summarizing, drafting, and explaining through it before deciding what the frontier tab is still for.

The frame to keep is this: for two decades, better AI meant bigger, and bigger meant somewhere else, someone else’s hardware, someone else’s terms. The small-model curve broke that link. Capability now falls toward your hardware at a pace the densing-law researchers measure in months, and the daily majority of AI work crossed the good-enough line while the industry was watching the gigawatts. The frontier race is a story about what AI can do next. The small-model story is about who gets to run it, and in 2026 the answer quietly became: you.

More reading
Launch offer · 50% off

One-time payment. Yours forever.

No subscriptions. No seats. No renewals. Buy CSuite once, future updates included.

$98$49
Pricing

Secure checkout via Stripe. Already have a license? Download the app