IA al Día
the efficient way to stay informed
Tools June 19, 2026 news 5 min read

Apple WWDC 2026: Siri Gets Real AI Intelligence and Developers Get New Tools

Apple announced significant AI upgrades at WWDC 2026: a context-aware Siri with on-device and cloud models, Describe a Shortcut for natural language automations, visual intelligence in the camera app, and Spotlight AI search on Mac. Apple foundation models and Google Gemini power the experience.

By IA al Día

Apple WWDC 2026: Siri Gets Real AI Intelligence and Developers Get New Tools

Published June 19, 2026 — Apple’s Worldwide Developers Conference kicked off with a barrage of AI announcements that finally deliver on the promise of an intelligent assistant.

CUPERTINO, Calif. — After years as an also-ran in the smart assistant race, Siri has finally received the AI overhaul users have been waiting for. At WWDC 2026, Apple unveiled a deeply rearchitected Siri powered by on-device and cloud foundation models, alongside developer tools that bring AI into every corner of iOS 20, macOS 17, watchOS 11, and visionOS 3.


Siri Becomes Context-Aware

The headline feature is a context-aware Siri that understands relationships across apps. Ask “When is my concert and what’s the fastest route there?” and Siri surfaces the ticket confirmation from Mail, cross-references the venue in Maps, checks live traffic, and delivers a unified answer with a suggested departure time.

Siri can also recognize people, objects, and places in photos. In one demo, pointing an iPhone at a concert poster triggered Siri to identify the band, pull up their latest album in Apple Music, and offer to add the tour date to the calendar. “This is Siri as it was always meant to work,” said Craig Federighi, Apple’s senior vice president of software engineering.


Describe a Shortcut: Automations in Plain English

Shortcuts has long been a power-user tool requiring familiarity with its visual action builder. WWDC 2026 introduces Describe a Shortcut, a natural language interface that lets anyone build automations by typing or speaking what they want.

“Every morning, tell me the weather, open my garage door, and play NPR in the kitchen” — Shortcuts parses the intent using Apple’s on-device language model, maps it to available actions, and assembles the complete workflow. Power users can still tweak generated shortcuts, but the barrier to entry has vanished.


Camera App Gains Visual Intelligence Mode

The iPhone Camera app now includes a dedicated Visual Intelligence mode alongside photo, video, and portrait controls. Point the camera at a real-world object and ask questions aloud — Siri identifies the subject, retrieves relevant information, and reads a summary without leaving the viewfinder. Common objects are recognized entirely on device; complex queries fall back to Apple’s Private Cloud Compute.


Spotlight AI Search on Mac

macOS 17 brings deep document understanding to Spotlight. The system-wide search tool now analyzes the contents of PDFs, Word files, and presentations, answering natural-language queries like “Find the slide about Q3 revenue” or “Show the email where Sarah discussed the budget revision.” Results are precise rather than filename-based. Local indexing uses Apple’s on-device model, keeping data on the machine; web queries consult Apple’s cloud models with privacy guarantees.


Apple Foundation Models: Built from the Ground Up

All these features are powered by Apple’s family of foundation models, detailed in a research paper published alongside the keynote. The on-device model runs approximately 3 billion parameters — efficient on A18 and M5-series chips — trained using AXLearn, Apple’s open-source framework built on JAX and XLA.

The model uses a LoRA-style adapter architecture that swaps task-specific adapters (one for Siri, another for Spotlight, another for Shortcuts) without loading separate models, keeping memory footprint low. When a request exceeds the on-device model’s capacity, Apple’s Private Cloud Compute (PCC) infrastructure — a dedicated fleet of Apple Silicon servers — handles it in a privacy-preserving, cryptographically attestable environment. PCC, first announced at WWDC 2024, is now production-ready and handling millions of daily requests.


Google Gemini Integration

In a pragmatic move, Apple announced that Siri can route certain requests to Google Gemini when neither Apple’s on-device nor cloud model delivers the best answer. Users must explicitly opt into third-party model access, and Apple’s privacy architecture ensures Gemini processes queries without linking to any Apple ID.

A “model router” within Siri selects the optimal engine per query. Apple’s models handle the vast majority of requests; Gemini is invoked only for especially complex or knowledge-intensive queries where Google’s larger parameter count provides a measurable quality advantage. Users can disable third-party access entirely in Settings.


Developer Implications: App Intents API and View Annotations

For the developer audience at WWDC, Apple shipped two key APIs extending these AI capabilities to third-party apps.

The expanded App Intents API lets apps expose functionality to Siri and Describe a Shortcut with typed parameters, natural language examples, and dynamic responses. Apple’s foundation model uses these intent definitions to route requests to the correct app — even chaining multiple apps in a single Siri utterance.

The new View Annotations framework lets developers mark up SwiftUI views with semantic metadata — “this is a contact’s phone number” or “this text contains a flight departure time.” Siri and Spotlight index these annotations system-wide, enabling cross-app search and direct actions. “If your app shows a reservation, a tracking number, or an event, annotate the view and Siri will find it,” Apple’s developer tools team explained. Both APIs are available in beta today, with production SDKs shipping this fall alongside iOS 20 and macOS 17.


The Big Picture

Apple’s WWDC 2026 AI strategy is notable for what it avoids: there is no standalone chatbot, no race to the largest parameter count, and no single AI app. Instead, intelligence is embedded throughout the OS — Siri, Camera, Shortcuts, Spotlight — with privacy as the differentiator. The combination of on-device models, Private Cloud Compute, and selective third-party integration (Google Gemini) gives Apple flexibility without compromising its stated values. For developers, the App Intents API and View Annotations framework offer a clear path to make apps discoverable and actionable through system-level AI — no separate AI SDK required. Whether this marks the moment Apple leapfrogs its AI competitors remains to be seen, but one thing is certain: after WWDC 2026, Siri is no longer an afterthought.


Source: Apple Developer / Apple Machine Learning Research