For five years the consensus assumption about Apple was that the company would eventually lock the on-device model into the OS and route every Apple Intelligence call through it. The Foundation Models framework update at WWDC 2026 does the opposite. The new piece is a Swift protocol called LanguageModel. Apple Foundation Models conform to it. Anthropic Claude conforms to it. Google Gemini conforms to it. Any third-party provider that wants their model callable from iOS, macOS, iPadOS, watchOS, or visionOS writes a conformance and ships a Swift Package. The session API the developer writes against does not change. You swap the underlying model by changing one import line.

This is a meaningful posture shift. The implicit Cupertino claim has always been that Apple’s privacy framing plus a fast on-device model would be enough for “most apps,” with heavyweight work routing through Private Cloud Compute and Apple’s own stack. The new framework concedes, quietly, that “most apps” is not the market. Developers are going to pick best-of-breed per use case anyway. Code generation goes to Claude. Long-form reasoning might go to Gemini. Quick on-device summarization keeps using Apple Foundation, because it is free, fast, and runs offline. The OS layer no longer cares which one your app picked.

The companion API, Dynamic Profiles, lets the swap happen mid-session: change the model, the toolset, or the instructions on the fly without restarting the conversation. Combined with the protocol, this turns the OS into a model-routing layer. For Anthropic and Google, that is free distribution into every iOS app that opts in. For Apple, it is an admission that the value the platform captures is the framework, the privacy substrate, and the developer experience. Not the weights.

The Cupertino keynote on Monday spent ninety seconds on the LanguageModel protocol and an hour on Siri AI. That ratio is inverted from what the Foundation Models change actually means for the next twelve months of iOS development. The Siri demo will age. The protocol decides who gets to be the brain inside half a billion devices.

applefoundation-modelslanguagemodel-protocolswiftanthropicclaudegeminiwwdcdynamic-profilesios-27