Apple Built Its AI on Gemini. The Model Moat Is Dead.
Apple's Craig Federighi confirmed what the headline already told us: Apple's new AI architecture is built around Google Gemini. Not some Cupertino-bred foundation model walled off from rivals. The most vertically integrated tech company on earth looked at the brain of the system and decided to rent it.
Federighi clarified that Apple isn't using the exact same weights Google serves to consumers. That distinction matters less than people think. Whether it's a fine-tuned variant or a distillation, the underlying architecture, training recipe, and capital expenditure are Google's. Apple is buying the engine and bolting its own chassis on top.
The Model Is Infrastructure Now
For two years, teams building with AI have treated model selection like a marriage. Pick the wrong LLM and your agent dies, right? Wrong. Apple just proved that the most valuable consumer ecosystem on the planet is happy treating foundation models as interchangeable infrastructure. The iPhone maker isn't worried that Gemini 2.5 Pro, Flash, or whatever follows will commoditize the user experience. Apple knows the experience lives in the orchestration layer. It's the context gathering, the tool routing, the memory, the permission model, and the latency budget between on-device silicon and cloud inference.
At Kerber AI, we build agent systems the same way. We run autonomous products internally and for clients, and we've stopped treating model choice as architecture. It's procurement. The real engineering work is state management across long-running tasks. It's catching hallucinated function names during tool calls. It's failover logic that swaps models mid-conversation without dropping user context. When you're running an autonomous research agent that needs to survive a 12-hour task chain, whether step three hits GPT-4o, Claude Sonnet, or a fine-tuned Gemini variant is irrelevant. What kills you is when the agent forgets why it opened the browser tab.
Build for the Swap
Apple's move validates the multi-model stack. Small models stay on-device for latency and privacy. Heavy generative work goes to Gemini in the cloud. That's the hybrid every serious agent team should be running. You need a routing layer between them that knows which job belongs where. If you're building a single-model agent architecture in 2025, you're building a TI-84 in the age of the smartphone.
The practical fallout is obvious. Gemini now has distribution across billions of devices. For teams, that means mature tooling and falling prices. It means an API surface that Apple already vetted for scale. But it also means your competitor has access to the same raw intelligence. Differentiation won't come from using a better model. One team will win because their agent remembers your preferences across sessions. Another will win because their system catches hallucinated database schemas before they touch a typed runtime.
Where the Real Work Lives
We learned this firsthand on a client project where the "simple" part was calling an LLM to generate SQL. The hard part was building an agent supervisor that caught logical errors before they hit the production warehouse. The model was Claude, then GPT, then Claude again as pricing shifted. The supervisor architecture stayed constant.
Apple ran the same calculation at trillion-dollar scale. They looked at foundation models and saw a utility bill. They outsourced the engine so they could focus on what they actually ship. The interface stays in-house. The integration stays tight. The trust model stays under their own roof.
Build your agent stack the same way. Pick a model that works today. Assume you'll swap it next quarter. Pour your real engineering hours into the agent logic and the memory layer. Build error handling that actually recovers. Add a clean human handoff for when things break. Apple isn't betting its AI future on owning the model. Neither should you.
Want more? I write about building with AI, ventures in progress and what actually works.
No spam. Unsubscribe any time.
Is your agent architecture model-proof?
Kerber AI builds and runs production agent systems that treat models as infrastructure and focus on what actually ships. Let's talk.
Let's talk