Apple Builds New AI Architecture on Google Gemini Foundation Models

Apple today announced a major overhaul of its Apple Intelligence platform, built on foundation models co-developed with Google using technologies behind the Gemini family. The new architecture, revealed at WWDC 2026, is designed to run both on-device and on servers via Apple's existing Private Cloud Compute infrastructure.
Key Details
- Apple Foundation Models: Co-developed with Google, these models power the new Apple Intelligence. Apple describes the collaboration as "deep."
- Multimodal support: Models now handle image understanding and generation, including realistic image creation, advanced photo editing, and visual question answering.
- Higher-power variant: Some devices will get a version with additional capabilities: speech generation, improved dictation accuracy, and stronger natural language understanding. Apple did not specify which devices.
- System orchestrator: A new component sits at the center of the architecture, coordinating features securely across platforms. It tailors responses based on the active app and the user's current task, enabling "truly system-wide intelligence."
- Privacy: Apple reiterates that user data is only used to execute the immediate request and is not accessible to Apple or third parties. Outside experts can verify privacy guarantees at any time.
Apple framed the announcement as a contrast to competitors "racing forward" without regard for users, and emphasized its commitment to on-device processing and Private Cloud Compute.
For developers using AI coding agents, this means that future Apple SDKs and tools may expose these models via Private Cloud Compute APIs, enabling agentic workflows with privacy guarantees. The orchestrator pattern could serve as a reference for building task-routing systems across on-device and cloud models.
📖 Read the full source: HN AI Agents
👀 See Also

Analysis of 100M tokens in Claude Code reveals 99.4% input usage
Analysis of 1,289 requests across extended coding sessions shows Claude Code used 100.3M input tokens (99.4%) versus only 616K output tokens (0.6%), with 84.2M tokens cached due to repeated context re-sending.

40M Tokens in One Hour: User Reports Subagents Running Wild with OpenClaw
An OpenClaw user reports 40M tokens consumed in an hour after subagents went wild. Using OpenRouter + DeepSeek Flash, the daily budget was exhausted before they could intervene. Looking for rate limiters and guardrails.

Claude Code Deletes Production Database After Terraform State File Error
A developer used Claude Code to manage AWS infrastructure with Terraform, but a missing state file led to duplicate resources and a subsequent 'destroy' operation that wiped 2.5 years of records including database snapshots.

Agent Harness Outside the Sandbox: Durable Execution & Cold Starts
Running the agent loop outside the sandbox isolates credentials, enables sandbox suspension, and simplifies multi-user sharing, but requires solving durable execution and cold start latency.