All news
9 articles · updated weekly See our Tools
All news
Technology

Apple Brings Private Cloud Compute to Google Cloud on NVIDIA GPUs — What About Verifiable Privacy?

At WWDC 2026 Apple confirmed part of Private Cloud Compute will run on Google Cloud on NVIDIA Blackwell GPUs. What does that do to the verifiable-privacy promise — attestation, secure enclave, and no retention?

Technology

For years Apple sold a simple idea: what leaves your iPhone for its cloud stays private, and that isn't a marketing promise — it's something you can technically verify. Private Cloud Compute (PCC), announced in 2024, was the piece that turned that pitch into reality for the AI era. Now, at WWDC 2026, the company confirmed something that seemed unlikely: part of that PCC will run inside Google Cloud, on NVIDIA Blackwell GPUs. If you trust Apple's privacy — or you evaluate AI vendors and have to defend that choice to a compliance team — it's worth understanding exactly what changes and what doesn't.

What PCC is and why it was different

Most cloud AI services ask you to take the vendor at its word. You send the data, it promises not to keep it, not to train on it, not to peek — and you have no way to check. Private Cloud Compute was built to break that "trust me" model.

The original architecture had three pillars that matter here:

  • Apple hardware with Secure Enclave and Secure Boot. PCC servers ran on Apple silicon, with the same root of trust as the iPhone. Only code signed by Apple and approved for that specific node could run, loaded by the Secure Enclave so it cannot be altered at runtime.
  • Attestation (remote attestation). Before sending any data, your iPhone cryptographically verifies that the PCC node is running exactly the expected software. If attestation fails, the data never leaves the device. It isn't "Apple said it's fine" — it's your device checking.
  • Statelessness and verifiable transparency. PCC is designed to retain no data after processing a request, and every production build is published for security researchers to audit. The idea: what researchers inspect is provably what actually runs.

That combination — enclave + attestation + no retention + public builds — is what set PCC apart from any competing "private AI." Privacy didn't rest on Apple's goodwill; it rested on math and auditable hardware.

What changes when it runs on Google Cloud with NVIDIA

The WWDC 2026 news is straightforward: server-side inference for part of the Apple Foundation Models now happens on NVIDIA Blackwell GPUs hosted on Google Cloud. Those models, notably, were built jointly with Google and use technology from the Gemini family — which ties this story directly to the Siri↔Gemini partnership announced at the same WWDC.

The obvious question: how do you keep "verifiable privacy" when the server is no longer Apple hardware inside an Apple datacenter?

The answer from Apple, NVIDIA and Google is a three-layer hardware trust stack:

  • NVIDIA Confidential Computing on Blackwell GPUs — isolates the workload in a trusted execution environment (TEE) and lets you cryptographically verify the GPU is genuine and untampered before any sensitive data is sent.
  • Intel CPUs with Trust Domain Extensions (TDX) — extends confidential isolation to the CPU side.
  • Google's Titan security chip — the root of trust for Google Cloud's own infrastructure.

The principle that anchored the original PCC — attest before processing, isolate during processing, retain nothing afterward — is what NVIDIA and Google claim to reproduce in this new environment. NVIDIA describes "hardware-rooted trust," "encrypted communication paths," and "remote attestation before releasing sensitive data." The stateless design is preserved: neither Apple nor its partners should store or access user data.

Does the privacy still hold?

This is where it's worth separating fact from prudent analysis.

What's true: confidential computing is a real, mature technology. A TEE with remote attestation provides substantially stronger guarantees than a "we promise not to look." If attestation works as advertised, data is only decrypted inside an enclave the client verified beforehand, and the cloud operator — Google, here — cannot, in principle, read the plaintext.

What deserves caution: the original PCC's privacy guarantee wasn't just "there's an enclave." It was a package: Apple-designed hardware, builds published for public audit, and a trust surface that ended at Apple. Moving to a third party's GPU in a third party's cloud expands the trust base. You now trust not only Apple, but also NVIDIA's confidential computing implementation, Intel's TDX, Google's Titan chip, and the attestation chain stitching it all together. Each new layer is one more layer that has to be correct — and that needs to be auditable to the same standard PCC's builds were.

There's also a difference between "the code Apple publishes" and "the full execution environment on an NVIDIA GPU inside Google Cloud." Attesting that the GPU is genuine and runs the expected software is not the same as having the whole stack published for outside inspection, as Apple promised with its own silicon. The offering is being described as evolving — a "gradual ramp toward the complete set of protections" — meaning: this isn't the final state yet.

None of this means privacy broke. It means verifiability — PCC's real differentiator — now depends on more parties, and the phrase "verifiable privacy" earns a follow-up question: verifiable by whom, and down to which layer?

What this signals for anyone choosing AI vendors

If you pick AI vendors for a company, this news carries three practical lessons that go beyond Apple.

First, confidential computing is becoming table stakes, not an exotic differentiator. When the company loudest about privacy adopts NVIDIA/Intel TEEs on public cloud, it gets harder for any vendor to justify inference without hardware isolation. Use it as an RFP criterion.

Second, "private" and "on our own hardware" are no longer synonyms. Even Apple outsources compute when AI demand scales. For your vendor, the right question isn't "is it your hardware?" but "what's the attestation chain, who are the subprocessors, and can I verify what runs?"

Third, attestation and retention are the two clauses that matter in the contract. A no-retention (statelessness) guarantee and proof of attestation are what separate verifiable privacy from promised privacy. That's the same axis that comes up when discussing prompt and data retention in generative AI models — who keeps what, for how long, and how you can prove it.

In practice, part of that verification lives in small, concrete things. Attestation chains and software transparency rest on hashes and fingerprints — comparing the digest of what was published against what actually runs is a trivial generate-and-check operation. If you need to manually confirm that an artifact matches its expected value, a hash generator in the browser handles it without sending anything to any server — fitting for the topic.

Closing

Private Cloud Compute's expansion to Google Cloud is, at once, a vote of confidence in the maturity of confidential computing and a reminder that cloud privacy is always a matter of trust layers, not a binary switch. Apple hasn't abandoned its guarantees — it has redistributed them across more vendors, and now it falls to auditors and researchers to confirm that each layer delivers what it promises. For anyone who trusts Apple's privacy, the message is the usual one, just more literal: don't trust, verify. Only now there's more to verify.