Executive Summary

The real news at WWDC 2026 was not the conversational Siri. It was that Apple laid down a sovereign AI data infrastructure across 2.5 billion consumer devices — a fresh design for where data is created, where it is stored, and who controls it. Rather than building a frontier assistant from its own models, Apple licensed Google's Gemini technology (per reports), and it runs that model not on a general-purpose cloud but in isolation inside Private Cloud Compute, a server tier engineered to not retain data. This report redraws the WWDC 2026 feature announcements as a map of data infrastructure.

The choice looks like a contradiction. Apple borrows someone else's model because its own capability fell short, yet it refuses to surrender an inch of control over its data. But that contradiction is precisely the core design principle of consumer AI in 2026. As trust in cloud AI erodes and demands for data sovereignty grow, the split — "borrow the model, but keep the data inside my device" — is becoming the Big Tech standard. An on-device 3-billion-parameter model compressed to 2 bits handles the baseline, and an "on-device first" routing scheme delegates only the requests that exceed its limits to the server.

The same logic runs through everything else. Binding personal context — messages, photos, calendar, mail — into an on-device semantic index to turn Siri into a "real assistant," and Spatial Reframing reconstructing a photo in 3D right on the device, are branches of one trunk: intelligence has to travel to where the data already lives. This report reads the data architecture beneath the flashy features so that data practitioners can answer a concrete question — how do we shape our own product's AI data strategy next quarter?

Reduced to numbers, the heart of this report compresses into four figures. They show how many devices there are, how small the model that runs on top of them is, and why Apple goes to such lengths to cage the data.

2.5B

Apple's total active devices — the potential footprint for on-device AI (Apple official)

2-bit / 3B

Compression and parameter count of the on-device AFM 3 Core — "the triumph of compression" (Apple official)

70%

Share of Americans who trust AI companies little or not at all — the market case for "no-retention" (Pew)

~940M

Estimated devices with Apple Intelligence active (≈3.4× year-over-year, Presenc AI estimate)

1

Redrawing the Feature List as a Data Map

Transcribe the WWDC 2026 keynote and you get a feature list. The new macOS is called macOS Golden Gate; Liquid Glass has been tuned for readability and gains a slider to dial its glass intensity up and down. App launches are up to 30% faster, new-photo loading 70% faster, AirDrop 80% faster, and external-drive transfer on iPad is five times quicker. The Spotlight, Photos, and Mail search engines were rebuilt to index freshly created content on the spot. TechCrunch has already tallied that list; we read it back with a different question. What is all this refinement for?

Aerial view of Apple Park, the stage where WWDC 2026 was announced
▲ The stage for WWDC 2026 — Apple Park in Cupertino. On the surface it is a feature list; underneath lies a redesign of the data infrastructure. | Source: Wikimedia Commons — Daniel L. Lu (CC BY-SA 4.0)

The answer is the data pipeline. To run AI on-device, the data the model will reference has to be read, indexed, and moved quickly inside the device. To the user, 70% faster photo loading, 5× external-drive transfer, and a rebuilt search engine with instant indexing simply read as "it got faster." From a systems point of view they are a tune-up of the pipeline that feeds the model its data on time. Behind the flashy percentages, what Apple really worked on is the speed at which data flows inside the device.

First, let's nail down the point that gets misread most often: device support. iOS 27 supports the same models as iOS 26 — all the way back to the iPhone 11 (A13), released in 2019 — and the performance gains reach that far too. It is the first OS in years to drop no older hardware. But the new Siri and next-generation Apple Intelligence run only on the iPhone 15 Pro (A17 Pro) and newer. "The line where OS performance reaches" and "the line where AI intelligence reaches" are two different lines. Apple chose a dual strategy: widen the infrastructure base to seven-year-old hardware, while pinning real intelligence to the latest silicon.

Seen through a data lens, the feature announcements converge on one message. The performance numbers aren't a victory lap for new features — they are a refinement of the data pipeline that will run on-device AI — and the dual support strategy is a line drawn around data-processing capacity: how far Apple is willing to take responsibility for running AI.

2

The Era of "Borrowing" Models: The Apple–Gemini Deal

There is urgency behind this redesign. A full year after launch, consumer perception of Apple Intelligence had barely come alive. One survey found that 80% had tried it at least once, but another tally showed that more than half left the features switched off entirely, and willingness to pay slid from about $9.11 to roughly $8 a month. The direct trigger for the redesign was a plan that couldn't keep its schedule: building a frontier assistant on Apple's own models alone.

Overlay the competitive picture and the urgency sharpens. ChatGPT passed 800 million weekly active users (crossing 900 million in early 2026, per reports), and the Gemini app reaches 750 million monthly active users (Alphabet earnings). Siri, meanwhile, sits atop an unmatched reach of 2.5 billion devices, yet its actual adoption as a generative AI assistant fell far short of that scale. The player with the widest stage was the one that couldn't use it. If Apple couldn't meet the timeline on its own, it had to bring the capability in — even borrowed — to bring that stage to life.

So Apple changed course. According to Bloomberg's Mark Gurman (unconfirmed by Apple), Apple licensed a custom Gemini model of roughly 1.2 trillion parameters for around $1 billion a year, putting it to work on high-difficulty reasoning on the cloud side. Every figure here is a report-based estimate, and the multi-year total could be larger. What matters is not the amount but the structure. Apple borrowed the model's capability from the outside, but it did not lend out control of its data. Contractually, Google cannot train its own models on Apple user data, and inference happens inside an environment Apple controls.

Google Gemini logo — the model Apple reportedly licensed for high-difficulty cloud reasoning
▲ Google Gemini, reportedly borrowed for high-difficulty reasoning on the cloud side. Apple borrowed the capability from the outside — but did not lend out control of its data. | Source: Wikimedia Commons — Google LLC (Public Domain)

It's a signal that the terrain of model sourcing is shifting. Train it yourself, or borrow one and align it with your own data — that is now a strategic choice for consumer products. The table below lays out the split.

Layer What was borrowed from outside What was caged inside
Model capability Custom Gemini license for high-difficulty cloud reasoning (reported estimate) On-device 3B model and server PT-MoE are Apple's own AFM
Data (None) — training on user data prohibited (by contract) Personal context and inference inputs all isolated inside an Apple-controlled environment
Execution environment Google Cloud and NVIDIA GPUs in part of the scale-out infrastructure Apple Silicon-based PCC + Confidential Computing

Capability is borrowed from the outside; data is kept locked within. That separation is the new grammar of model sourcing WWDC 2026 put on display. Even Big Tech doesn't build every model itself. But when it comes to data, it borrows from no one.

3

The "No-Retention" Architecture: On-Device + Private Cloud Compute

For the promise of internalizing data to be more than a slogan, two things are needed: a model small and fast enough to handle a lot of work on the device, and a server that leaves no data behind even when it takes in requests that leave the device. Apple delivered both.

3.1On-Device-First Routing and "the Triumph of Compression"

The on-device model, AFM 3 Core, compresses 3 billion parameters to 2 bits per weight (QAT, quantization-aware training) — about one-eighth of the typical 16 bits. It is the result of squeezing the model down to fit in phone memory while still producing usable quality, and it is the foundation that makes "on-device first" possible. The server model uses a Parallel-Track MoE design that activates only some of its 2–4 billion parameters, taking on only the requests that demand the capacity. The device handles the baseline; only requests beyond its limits are delegated to the server.

That said, Apple has never disclosed the split — exactly which tasks run locally and which run on the server. Figures like "on-device X% / cloud Y%" are not credible; what's confirmed is only the qualitative "on-device first" policy. The routing flow is as follows.

Stage Where it's processed Fate of the data
1. Baseline request Device — AFM 3 Core (3B, 2-bit) Never leaves the device
2. Over capacity Private Cloud Compute — server AFM (PT-MoE) Encrypted in transit, not retained after processing
3. High-difficulty reasoning PCC scale-out infrastructure — custom Gemini (reported estimate) No logs or sessions, training prohibited

3.2"No-Retention" Is a Verifiable Design

The difference between general cloud AI and PCC is that PCC enforces the promise of "leaving no data behind" through its structure. PCC is built on five requirements: statelessness (it retains no state after computation), enforceability (its guarantees can be compelled by design), no privileged access (not even operators can peer inside), non-targetability (it cannot single out a specific user), and verifiable transparency (outsiders can audit it).

These five are implemented through Confidential Computing — combining NVIDIA Confidential Computing, Intel TDX, Google Titan security chips, and an immutable append-only ledger. Decisively, in June 2026 an ACM conference paper independently verified PCC's core privacy claims. That means it is an architecture that passed external verification, not corporate self-assertion. Not leaving logs and sessions behind the way a general cloud does is the structural difference.

"We don't store your data" is a common marketing line. What's rare is turning it into a design outsiders can verify. PCC is, in effect, the consumer version of sovereign AI. Even when data leaves your control, you can prove how it is handled.

3.3Why the Device: The Economics Beyond Privacy

If you think privacy is the only reason to keep data on the device, you've seen only half of it. The other half is economics. Cloud inference is billed linearly per query, and that burden scales right alongside your user count. On-device inference, by contrast, drops the marginal cost of an additional query to essentially zero once the up-front investment in the chip is made. For a company with 2.5 billion devices, pushing inference onto the device is both a privacy promise and a vast choice about cost structure.

Apple Silicon processor — the up-front investment that drives the marginal cost of on-device inference toward zero
▲ Apple Silicon. Once the up-front investment in the chip is made, the marginal cost of an additional query drops toward zero — which is why caging data on the device is rational in inference economics, too. | Source: Wikimedia Commons — Henriok (CC0)

The energy axis tells the same story. One analysis finds that a single general AI query uses roughly 10× the power of a Google search, and that a reasoning-specialized model can consume 7–40 Wh per query — up to 100× the baseline (arXiv:2505.09598). More important is the share: 80–90% of AI's total energy comes not from training but from inference. In a transition where inference is moving from one-third to two-thirds of AI computing (Deloitte estimate), distributing that inference across Apple Silicon running at 30–70 W under load is a move that presses on three axes at once — cost, power, and trust. The decision to cage data on the device turns out to be rational in inference economics too.

4

Personal Context as Data: Siri's Semantic Index

The new Siri looks like a "real assistant" not because of natural conversation, but because it cross-references personal context scattered across messages, photos, calendar, and mail. To answer requests like "find that concert ticket I got last week" or "share the family photo from the beach last summer," Siri has to hold the user's data in a searchable form. As impressive as the demos were, the data work beneath them is just as demanding.

This is exactly what Apple worked on. Spotlight, Photos, and Mail share a single search engine and index newly created data on the spot. Above Siri sits a System Orchestrator that binds context across messages, photos, calendar, and mail and coordinates app actions. Add On-screen awareness, which reads the screen, and Visual Intelligence through the camera, and the personal data inside the device, the screen, and web knowledge are all connected into one.

iPhone 15 Pro and Pro Max — the baseline devices that run the new Siri and next-generation Apple Intelligence
▲ The new Siri and next-generation Apple Intelligence run only on iPhone 15 Pro (A17 Pro) and above. The semantic index of personal context is built on-device, on the latest silicon. | Source: Wikimedia Commons (CC BY-SA 4.0)

To a data practitioner, this is a familiar problem. Binding scattered personal data into a single searchable representation is RAG at consumer scale — building a semantic index. The work of creating embeddings, indexing them, and pulling out the chunks that match a query happens on-device across hundreds of millions of phones. Only requests that leave the device pass through no-retention PCC. "Siri got smarter" ultimately amounts to "personal data was refined and structured into a form the model can use."

An assistant's intelligence comes not from model size but from the state of the data's organization. Turning Siri into a "real assistant" is, in essence, a question of personal-data quality. How well messages, photos, and mail are indexed, and how safely that index is handled, is what decides the assistant's usefulness.

5

On-Device AI "Creates" Data: Spatial Reframing and Physical AI

Image features are usually treated as the garnish of a keynote. But this time, Spatial Reframing is the most interesting item from a data perspective. It takes a photo you've already shot and re-sets its composition and perspective as if you had moved the camera after the fact. This is no simple 2D crop. An on-device 3D spatial model reconstructs the scene, and a generative model in PCC restores the regions that were occluded. The foreground subject and the background move independently, and the parts that were hidden are revealed naturally.

Beyond this, Image Playground supports targeted partial edits and generation based on your own photos, Photos' Cleanup quality improved, and image Extend was added. The common thread is clear. The device generates data that wasn't in the original. Pixels that were occluded and never captured are filled in "plausibly" by the model.

Here a question familiar from Physical AI arises. Do the restored and generated data guarantee not just "plausibility" but "correctness"? Robots and VLA (Vision-Language-Action) models carry the very same problem as they augment training data with synthetic data. A generated label is not automatically correct. If the result of filling in an occluded region differs from the actual scene, in a consumer photo it ends as one awkward picture — but in a robot it leads to a wrong action. Same principle, different stakes.

On-device generation is a shift from "AI that processes data" to "AI that creates data." And the problem of guaranteeing the reliability of created data is shared by consumer photos and industrial robots alike. Is synthetic, reconstructed data actually correct? That question is the common data-quality challenge linking Physical AI and the consumer camera.

6

The Geopolitics of Data Sovereignty: Child Safety, and the EU and China

On-device processing is a choice of governance before it is a choice of technology. The child- and teen-safety features WWDC 2026 sharply strengthened are the proof. Existing accounts can be converted to a Child Account that applies age-appropriate protection automatically, and alongside purchase approval (Ask to Buy) there is now a new website-access approval (Ask to Browse). It blocks not only nudity but also violent and gory content, and it applies to live FaceTime as well. Apple says the design is grounded in expert research, including from the American Academy of Pediatrics (AAP).

The key point is that this sensitive judgment — age estimation, harmful-content detection — happens inside the device as much as possible. Instead of sending a child's images to a server to be checked, the device handles it directly. Keeping the most sensitive data from ever leaving the device is the regulatory meaning of on-device processing.

The regulatory terrain shows plainly in the rollout scope of the new Siri. It opens to developers on announcement day, but the general-user beta comes later this year, and the languages start with English before expanding. And the EU is excluded from the initial rollout (the platform-regulation environment of the Digital Markets Act and the like), while Apple Intelligence does not operate on mainland China accounts due to regulation. Here is the paradox. "On-device processing, no data retention" was originally a privacy design, but it can simultaneously become a compliance tool in markets where regulation is strict. If the data goes nowhere, much of the law that regulates data transfer loses its target.

Editor's Note. Pebblous is not an Apple-analysis firm. We pay attention to this announcement because the design principle that became standard here is exactly what we've worked on as vendor-neutral, device-aware, sovereign AI. Pebblous has tracked the move toward in-house silicon and local inference by reproducing DataClinic on Apple Silicon. WWDC 2026 is external evidence that the trend is being validated on the world's largest consumer platform. The split of "borrow the model, internalize the data," on-device-first routing, and no-retention compliance — these three patterns are a reference you can map directly onto your own product's AI data strategy. This is observation, not a boast: the industry is moving in the direction of data sovereignty.

7

Conclusion: You Can Borrow Capability, but You Can't Borrow Data

Redraw WWDC 2026 as a map of data infrastructure and the features that looked scattered converge on a single design principle. The macOS performance gains were a refinement of the data pipeline; the Gemini deal was an outsourcing of capability and an internalization of data at once; PCC was a verifiable no-retention structure. The new Siri was a semantic index of personal data; Spatial Reframing was data generation that demands reliability; and child safety and regulatory response were the governing face of data sovereignty.

The grammar of consumer AI in 2026 has become clear. When capability falls short, you can borrow a model. But data you borrow from no one, and you keep it inside the device as much as possible. As cloud trust erodes and regulation grows stricter, this split is becoming not a choice but a standard. The questions a data practitioner will ask next quarter come from here too: what do we keep local, which model do we source, and how do we prove where the data resides?

One-sentence summary: The real announcement at WWDC 2026 was not the conversational Siri but the sovereign AI data infrastructure laid down across 2.5 billion devices. Borrow the model; cage the data.

R

References

Sources cited in the text are organized into three strands: Apple first-party and official, policy and surveys, and market, industry, and press. All figures related to the Gemini license are report-based estimates and have not been officially confirmed by Apple.

R.1Apple First-Party & Official

  • 1.Apple Newsroom. (2026). "Apple unveils next generation of Apple Intelligence, Siri AI, and more." apple.com/newsroom
  • 2.Apple Machine Learning Research. (2026). "Introducing the Third Generation of Apple Foundation Models." On-device 3B / 2-bpw QAT; server Parallel-Track MoE. machinelearning.apple.com
  • 3.Apple Security Research. "Private Cloud Compute." The five PCC requirements and verifiable transparency. security.apple.com
  • 4.Apple Security Research. "Expanding Private Cloud Compute." Confidential Computing across Google Cloud and NVIDIA scale-out infrastructure. security.apple.com

R.2Policy, Surveys & Academic

  • 5.Pew Research Center. (2023). "How Americans View Data Privacy." About 70% of Americans trust AI companies little or not at all. pewresearch.org
  • 6.arXiv:2505.09598. (2025). Analysis of AI inference energy consumption. Inference accounts for 80–90% of AI energy. arXiv:2505.09598
  • 7.Ranking Digital Rights. (2025). Big Tech Edition — Apple assessment. rankingdigitalrights.org
  • 8.American Academy of Pediatrics. Recommendations on children's and teens' media use (basis for the Child Safety design). aap.org

R.3Market, Industry & Press

  • 9.Counterpoint Research. (2026). Active Installed Base — nearly 1 in 4 is an iPhone. counterpointresearch.com
  • 10.AppleInsider. (2026). "Apple reaches 2.5 billion active devices." 2026-01-29. appleinsider.com
  • 11.Deloitte. (2026). TMT Predictions 2026. Inference share moving 1/3 → 2/3; inference-chip market $50B+. deloitte.com
  • 12.Gurman, M. / Bloomberg. (2026). Reporting on the Apple–Google Gemini license — roughly 1.2 trillion parameters, ~$1B per year (unconfirmed by Apple). bloomberg.com