At WWDC 2026, Apple previewed a new generation of Apple Intelligence and a more capable Siri. The pitch is not simply that Siri can write a better paragraph. Apple is aiming for an assistant that understands personal context and can take actions across the apps people already use. That is a more valuable goal—and a harder engineering problem.
From answers to actions
An assistant that only returns text can be judged by factuality and style. An assistant that changes a calendar, finds a message, or combines information from multiple apps must also understand permissions, state, and user intent. The failure mode is different: a slightly wrong paragraph is inconvenient, while a wrong action can create a real-world problem.
Apple's platform advantage is the integration of hardware, operating systems, and first-party apps. Its constraint is that trust depends on predictable boundaries. Users need to know what is processed on device, what can reach a cloud service, which apps are supported, and when a confirmation is required.
Privacy is part of the product
Apple has emphasized privacy and on-device processing throughout Apple Intelligence. That does not mean every task can run locally. The meaningful test is whether the system communicates the boundary clearly and provides a useful experience when a request cannot be completed privately or safely.
For developers, the opportunity is to expose well-defined app actions rather than build a separate chatbot shell. For users, the sensible approach during beta testing is to treat new actions as assistive features: review permissions, confirm consequential operations, and report failures with enough context to reproduce them.
