Apple’s AI direction is easiest to understand through product constraints. The company is not trying to make every interaction look like chat. It is trying to make intelligence feel native to the device, private by default, and useful inside existing app workflows.
Important grounding: Liquid Glass arrived as a major design language direction around WWDC 2025 (WWDC25). For WWDC 2026, I am not inventing a keynote transcript. This field note frames Liquid Glass maturation plus the continuing Apple Intelligence / Siri trajectory—what developers should build either way.
Reader promise: You will see what developers should expose to Apple Intelligence: structured actions, clear permissions, and calm automation—without inventing fake keynote claims.
Fast Context
Two threads matter for builders:
1. Visual system maturity — Liquid Glass is a materials and hierarchy language (depth, specular response, legibility under translucency). Year-two work is usually about consistency, accessibility, performance, and reducing demo-only glitter. 2. Intelligence system contract — on-device models for private low-latency tasks, private cloud patterns for heavier lifts, and App Intents so the system can take structured actions instead of free-form chaos.
TL;DR
The Apple Intelligence opportunity for developers is not another assistant panel. It is App Intent design, privacy-aware context, system-level actions, and small automations that feel like part of the OS. On-device execution is strong for private tasks. Private cloud patterns can extend capability without turning every interaction into a generic server chat. Siri improvements need reliability more than novelty. Liquid Glass maturation should improve legibility and performance, not only shine.
Liquid Glass: Year-Two Engineering Questions
When a design language ships, the second year is where craft shows:
- Do translucent materials preserve contrast for accessibility?
- Do animations stay within energy and thermal budgets on older devices?
- Are component kits consistent across system apps and third parties?
- Does the language help hierarchy, or does everything compete for specular attention?
My read: Liquid Glass succeeds if it becomes quiet infrastructure—something users feel as clarity—not a permanent keynote aesthetic demo.
Maturation is mostly systems quality, not more chrome.
Apple Intelligence: Product Constraints as Features
On-device first
Private, low-latency tasks belong on device: summarization of local content, proofreading, categorization, smart replies with limited context. This is not only a privacy slogan. It is a latency and offline reliability strategy.
Private cloud as extension, not default
When tasks need larger models, the product promise depends on technical boundaries users can believe: what is sent, how it is processed, what is retained. Messaging must match architecture.
App Intents as the real API for assistants
If Siri (or system intelligence) can only generate text about your app, you built a brochure. If it can perform structured actions—create item, search entity, start workflow—you built a platform citizen.
What Developers Should Expose
Start with five high-confidence intents:
1. Search projects / records 2. Summarize recent work 3. Create a reminder or follow-up 4. Open a canonical detail view 5. Prepare a draft (email, message) without auto-send
Each action needs:
- Predictable input schema
- Reversible output where possible
- Confirmation when user data changes
- Clear permission copy
What I Would Watch
- Siri reliability regressions that train users to avoid voice
- Developers shipping one giant "do anything" intent
- Translucent UI that fails WCAG contrast
- Privacy claims without observable boundaries
- AI features that break Focus modes, offline mode, or enterprise MDM constraints
The Workflow I Would Use
1. Inventory user tasks already completed by taps. 2. Promote the top tasks to App Intents with strict parameters. 3. Decide on-device vs cloud per task with a written data boundary. 4. Add confirmation for create/update/delete. 5. Test failure modes: no network, denied permissions, partial results. 6. Verify Liquid Glass/UI states for light, dark, high contrast, and Dynamic Type.
Things I Learned
- The best AI feature on Apple platforms may look like a normal button, shortcut, or suggestion.
- Structured app actions are easier to trust than open-ended automation.
- A premium AI experience should feel calm, reversible, and explainable.
- Design language maturation is an engineering project, not only a branding project.
How I Would Apply This
For an iOS or portfolio companion, I would expose small, high-quality intents instead of one broad assistant. The system should know exactly what it can do and when it must ask first. Visually, I would implement Apple-like materials with accessibility budgets, not uncritical glass everywhere.
Apple Developer — WWDCBottom Line
Apple’s AI strategy is about making intelligence part of the system contract. Developers who expose high-quality actions will get more value than those who simply add a chat box. Liquid Glass should mature into clarity. Apple Intelligence should mature into trustworthy verbs.
Sources
- Apple Developer WWDC
- Apple Human Interface and Apple Intelligence developer documentation (current year)
- Liquid Glass introduced in WWDC 2025 timeframe — confirm details against Apple’s official session pages before citing specific APIs