iOS 27 Code Shows Siri Built to Swap In Claude
Software / news
iOS 27 Code Shows Siri Built to Swap In Claude
Two private frameworks found in the beta let a third-party model take over Siri's planning and its server backend, though Apple has not opened either to developers.

Private frameworks inside the iOS 27 and macOS 27 betas contain hooks that let a third-party AI model stand in for Siri, according to code a researcher using the handle pdfu posted on X on Sept. 13, 2026 and detailed by 9to5Mac. None of it is switched on for users yet, and Apple has not commented on either report reviewed for this story.
MacRumors identifies two distinct mechanisms in the code. The first, called Model Delegation, lets an app add what Apple calls a Siri Extension, the same slot the built-in ChatGPT integration already occupies; pdfu's demonstration, per MacRumors, shows a macOS user picking Claude from an "Ask..." contextual menu and having it create a Reminders entry from a spoken request. The second, Inference Provider, sits inside Model Manager Services and goes further: it can replace Apple's own server-side Siri model outright, and MacRumors reports the replacement model receives "Apple's native Siri planner prompt and tool definitions" rather than working from scratch.
What is live in the Golden Gate release candidate, and what is not
| Mechanism | What it replaces | Status in the Golden Gate RC |
|---|---|---|
| Model Delegation | Siri's on-device extension slot | Limited to the existing ChatGPT extension |
| Inference Provider | Apple's server-side Siri model | Present in code, not enabled |
MacRumors reports that in the current macOS 27 Golden Gate release candidate, the "Ask..." menu implementation is limited to the ChatGPT extension already, and that "Apple has not yet opened up the model delegation entitlement to third parties and it isn't front-facing to users." 9to5Mac's account is consistent on the central point: the capability is visible in the code but cannot be activated by a user or a third-party developer in this release candidate.

A regulatory reading neither outlet can confirm from Apple
MacRumors ties the design to the European Union's Digital Markets Act, which requires Apple to give third parties access to iOS features it reserves for its own services on comparable terms. That is MacRumors' framing of the likely motive, not a statement from Apple, and neither report reviewed for this story includes an Apple comment confirming the DMA connection or any plan to open Model Delegation or Inference Provider to outside developers. Apple's silence leaves open whether either mechanism ships to any user before iOS 27's public release, or stays dormant code the way past Siri experiments have.
Two operating systems, one open question
The frameworks span both iOS 27 and macOS 27 Golden Gate, meaning any eventual rollout would need to land on phones and Macs at the same time to keep Siri's behavior consistent across devices. That consistency question sits alongside Apple's other recent architecture work: The Terminal has covered how a software fix nearly tripled the M3 chip's Neural Engine bandwidth and how the iPhone 18 Pro Max splits its modem chip by country, two examples of Apple shipping capability differences that only become visible after code or hardware teardown, not from an announcement.
Sources
More in Software
- 01ZCode Uploads Users' Full Git History, Zhipu Says It Deletes ItA developer's reverse-engineering forced a same-day apology from Zhipu over a coding assistant that never told users it was packaging their repositories for the cloud.
- 02Alibaba's Open Code Review Tool Ships an IntelliJ PluginVersion 1.12.6 extends the AI code reviewer to JetBrains IDEs the same week Alibaba's own benchmark shows it trading recall for precision against Claude Code.
- 03Flet Reaches 1.0, Ships One Python App to Six PlatformsFeodor Fitsner's framework rebuilt its bridge to Flutter for the stable release, but has not said how many people pay for anything built on top of it.
- 04Bend 2 Bets Formal Proof Can Catch AI's Coding MistakesVictor Taelin's rewritten language backs its safety pitch with a compiler its own README calls 99 percent AI-written and not yet audited.