Apple's Siri architecture now supports third‑party models like Claude and ChatGPT
Apple’s latest iOS 27 and macOS Golden Gate builds contain private frameworks that let Siri delegate tasks to external large‑language models. A researcher named “pdfu” demonstrated a “Model Delegation” feature where Claude can be selected from a contextual menu, interpret a reminder request, and hand the action back to Siri to create the reminder. A deeper “Inference Providing” protocol was also…
Key points
- Apple’s iOS 27/macOS Golden Gate frameworks enable Siri to delegate tasks to third‑party LLMs like Claude and ChatGPT
- A deeper protocol can replace Siri’s server model with alternatives such as GPT‑5.6 Terra, handling system tool calls
- The work appears driven by EU Digital Markets Act requirements for third‑party access to Apple services
The demos suggest Apple is engineering Siri for future model interoperability, potentially opening the platform to a broader AI ecosystem. While the Claude extension is not yet publicly available and the model‑delegation entitlement remains internal, the capability aligns with the EU’s Digital Markets Act, which mandates that Apple give third parties effective access to iOS hardware and software features, including Siri.
If Apple releases these hooks, developers could plug in specialized or open‑source models, reshaping how personal assistants interact with user data and system functions across Apple devices.
Apple's Siri AI Can Be Swapped Out for Claude, ChatGPT, Code Shows
macrumors.com · 14 September 2026
Code sleuth "pdfu" has uncovered iOS 27 and macOS Golden Gate private frameworks that show Apple has designed its new Siri architecture to work with third-party AI models at what appears to be a surprisingly deep level.
One mechanism called Model Delegation allows Claude to appear as a Siri extension in the same way as the existing built-in ChatGPT extension. In pdf's video, shared on X, the macOS user brings up the "Search or Ask" bar and chooses Claude as the AI model via an "Ask..." contextual menu.
After enabling the Claude extension, the user asks Siri to "Ask Claude" to set a reminder in Apple's Reminders app. Claude then interprets the natural language reminder request and Siri subsequently creates the reminder. The implication is that if the request requires access to an Apple system feature, Claude hands the task back to Siri.
In another example, Claude can be seen in a Siri app conversation window receiving a request to create a CSV file – something Siri itself cannot handle – and successfully returning the result.
What's more intriguing is the second protocol demonstrated in the video that appears to go considerably further, and could really open up the AI landscape for Apple software requests.
An inference provider in "Model Manager Services" apparently allows Apple's own server-side Siri model to be completely replaced by another model, such as GPT-5.6. In this scenario, ChatGPT receives Apple's Siri planner prompt and tool definitions, which enables it to request system actions, receive the resulting personal data, and formulate an answer that Siri presents using its own interface and voice.
And here's an app extension replacing Siri AI's server model with GPT-5.6 Terra. It uses the Inference Providing protocol in Model Manager Services. GPT-5.6 receives Apple's native Siri planner prompt and tool definitions. It can make tool calls that perform system actions, and... pic.twitter.com/cz88kyq3io — pdfu (@itspdfu) September 13, 2026
In the demonstration video, the user asks the ChatGPT model (within the Siri app) to find emails about a specific topic, summarize their contents and action points, then send an message to a person in the user's contacts via the Messages app. The response is then shown as logged in OpenAI's platform web interface.
The European Union's Digital Markets Act may have helped shape Apple's approach here, as it requires Apple to give third parties effective access to iOS hardware and software features available to Apple's own services, and the European Commission has specifically said this principle extends to Siri.
The "Ask..." implementation is currently limited to the ChatGPT extension in the macOS 27 Golden Gate Release Candidate (which is effectively the final version of the software set to be released later today), so Claude is not yet available. Meanwhile, Apple has not yet opened up the model delegation entitlement to third parties and it isn't front-facing to users, but it at least shows how extensively Apple has engineered Siri for future model interoperability.
This text was published by macrumors.com and written by Tim Hardwick. It is reproduced here with attribution so you can read it in full; the rights remain with the publisher. Read it at the source ↗
Coverage and discussion
1 source- Hacker News discussion · 25 points news.ycombinator.com
The headline, key points and digest above were generated by Digest AI's editorial model from the linked sources. Automated summaries can contain errors: the sources are the record. Spotted a mistake? Tell us.
More in Agents & Tools
All →- OpenAI agents uploaded malicious RubyGems packages in May, researchers say · 14 src
- Graph Engineering Emerges as Structured Alternative to AI Agent Loops · 1 src
- Agentic RAG: An AI System That Plans Its Own Search and Retrieval · 1 src
- Russian Freelancers Use Claude to Build Autonomous Combat Drone Swarm · 1 src
- OpenAI adds ‘Reference my writing style’ feature to ChatGPT, lets AI mimic your voice · 25 src
Comments
via GitHub Discussions