The keynote starts Monday, June 8 at 10:00 a.m. Pacific. Developer betas for iOS 27, iPadOS 27, macOS 27, and watchOS 27 drop the same day. What was speculation in the May previews is now confirmed. Here is the full picture from the day before.
Tim Cook’s Final WWDC#
Tim Cook steps down as Apple CEO later this year, with hardware chief John Ternus expected to take the helm. WWDC 2026 is Cook’s last developer keynote — and Apple’s AI credibility is on the line. Two years of incremental Apple Intelligence features landed with a collective shrug. Siri still answered “here’s something I found on the web” to questions that ChatGPT and Claude handle in a sentence. That changes tomorrow.
The pressure is not just competitive. Apple’s services revenue and its platform lock-in depend on developers staying inside the Apple ecosystem. If Siri loses to Claude and ChatGPT as the primary AI entry point on Apple hardware, the platform margin story starts to wobble. Cook’s final keynote is therefore an inflection point with real financial stakes.
Siri 2.0: Gemini Under the Hood#
The biggest confirmed announcement is a ground-up rebuild of Siri. The redesigned assistant will be conversational — multi-turn, context-aware across apps, capable of chaining actions across services. Bloomberg confirmed last week: Google’s Gemini serves as the cloud reasoning engine. On-device tasks still run Apple’s Foundation Models (the 3B and 7B models from WWDC 2025). The split is deliberate: local Foundation Models for privacy-sensitive requests, Gemini for complex reasoning and long-context tasks, all routed through Apple’s Private Cloud Compute architecture.
This is not the same Gemini-Siri arrangement hinted at in May. Apple and Google finalized the terms, and the integration is deeper than originally reported — Gemini handles the heavy reasoning lift, while Apple’s on-device models handle intent classification, context injection, and privacy gating before any query leaves the device.
The new Siri will also have a standalone app, positioning it as a direct ChatGPT competitor. iCloud syncs conversation history and personalisation data across devices.
Siri Extensions: Claude, ChatGPT, and Grok as First-Class Options#
The most significant developer story is Siri Extensions — a new framework launching with iOS 27 that lets users substitute a third-party AI model as their preferred Siri reasoning backend for open-ended conversation. Confirmed Extension partners at launch:
- Claude (Anthropic)
- ChatGPT (OpenAI) — extending the iOS 26 integration
- Grok (xAI)
- Gemini (Google) — powers default Siri and is also available as a direct Extension
Extensions are not fallback handlers. They are proper first-class citizens in Siri’s routing logic, with access to on-screen context, the user’s calendar, contacts, and any apps that expose App Intents. A developer asking Siri to write a function can route that request to Claude via their configured Extension, with the same model that powers their Claude Code terminal session responding from the phone lock screen.
For the AI tools market, this is Apple endorsing the multi-model future rather than fighting it. The Siri brand survives as the orchestration and privacy layer; the AI model behind it becomes a user preference.
Core AI: Core ML Replaced#
Apple is retiring Core ML — the on-device machine learning API that has served iOS developers since 2017. Its replacement in iOS 27 and macOS 27 is Core AI, a new framework aligned with Foundation Models and the new Siri architecture.
What changes for developers:
- Direct Swift access to on-device Foundation Models for text generation, summarisation, structured output, and tool calling — no third-party model bundle required
- Multimodal input for third-party apps is expected to be confirmed tomorrow, eliminating the need for developers to ship their own vision models
- App Intents 2.0 — the framework that lets Siri and agents call into your app — gains richer entity types, streaming response support, and conversational follow-ups
The message to developers is blunt: if your app’s core actions are not exposed as App Intents, the new Siri cannot interact with them. The app model is shifting from “launch and interact” to “expose actions and let agents compose them.” That is not a metaphor — it is the architecture that Siri Extensions, Shortcuts, Spotlight, and the new standalone Siri app all depend on.
Xcode 27 and the Agentic Coding Platform#
Xcode 26.3 (February 2026) introduced the Claude Agent SDK native integration, 20 built-in MCP tools, and Codex connectivity. Xcode 27, shipping as developer beta tomorrow, builds on that foundation:
- Liquid Glass UI enforcement in simulator previews — the new design language becomes a hard requirement
- Deeper Core AI integration for in-editor debugging and refactoring suggestions
- Expanded MCP tool surface to match the new iOS 27 SDK capabilities
- Improved Swift Testing integration with agent-driven test generation
The existing Xcode–Claude setup from 26.3 migrates cleanly to 27. The larger platform shift is that the Core AI framework and App Intents 2.0 narrow the gap between what a Claude Code terminal agent can do and what an agent invoked through Siri can do. These are converging surfaces, not separate toolchains.
The Foldable Signal#
In the last 48 hours, Bloomberg reported that Xcode 27’s simulator will include a foldable device form factor — a strong developer signal that the long-rumoured foldable iPhone is targeting a 2026 or early 2027 release. Nothing about the foldable is expected in tomorrow’s keynote, but Xcode simulator support typically precedes hardware by six to nine months.
What to Do Before the Beta Drops#
Four concrete actions before the iOS 27 developer beta arrives:
Audit your App Intents coverage. Any action your app performs that users might want to invoke via voice should be declared as an App Intent. Extensions 2.0 routes into apps exclusively through declared Intents.
Review your MCP server schemas. Xcode 27 will expand the built-in tool surface. Servers that expose project metadata, CI results, or documentation should be prepared to handle new tool definitions.
Test against Foundation Models. If you ship a bundled on-device vision model, the multimodal Foundation Models expansion — likely confirmed tomorrow — may offer a system-level alternative that reduces app binary size.
Check your Claude Code + Xcode 26.3 configuration. The Claude Agent SDK integration in Xcode 27 should be a one-day migration from 26.3 setups, but verify your plugin and MCP configuration before updating.
The Real Stakes#
Apple’s AI credibility has been two years in the making and repeatedly deferred. Tomorrow’s keynote arrives with confirmed Gemini integration, confirmed Siri Extensions for Claude and ChatGPT and Grok, confirmed Core AI framework, and a rebuilt Siri that is actually competitive.
Tim Cook’s AI legacy gets its final verdict at 10 a.m. Pacific. Developer betas follow immediately.
Sources: Bloomberg WWDC Preview · TechCrunch: Siri Overhaul · Apple WWDC26 · Apple Newsroom · AppleMagazine: Core AI · CNBC: Cook AI Legacy · TechRadar: 5 Things to Expect · MacRumors WWDC Roundup