Technology

WWDC25: Apple Rolls Out Liquid Glass Design, Expanded Apple Intelligence, and iOS 26 Across Its Entire Platform

Martin HollowayPublished 2w ago7 min readBased on 7 sources
Reading level
WWDC25: Apple Rolls Out Liquid Glass Design, Expanded Apple Intelligence, and iOS 26 Across Its Entire Platform

WWDC25: Apple Rolls Out Liquid Glass Design, Expanded Apple Intelligence, and iOS 26 Across Its Entire Platform

Apple opened its Worldwide Developers Conference on June 9, 2025, with a keynote that covered three distinct but interlocking threads: a sweeping visual design overhaul branded "Liquid Glass," a new generation of Apple Intelligence features rolling out across every major device category, and a slate of platform-level additions in iOS 26 that extend from CarPlay to a brand-new gaming destination.

The conference runs online through June 13, with the full keynote and session videos available on the Apple Developer portal.


Liquid Glass: A New Design Language

The most immediately visible change arriving this cycle is what Apple is calling Liquid Glass — a redesigned software aesthetic that the company says applies coherently across iOS, iPadOS, macOS, watchOS, and visionOS. The approach leans into translucency, depth, and material-like rendering, using the GPU to simulate light refraction and surface properties in real time rather than relying on static blur kernels or flat fills.

For developers, this is non-trivial. A design system refresh at this scope means revisiting component hierarchies, checking how custom UI elements interact with the new material layer, and validating accessibility — particularly contrast ratios under dynamic translucency conditions. Apple has historically provided migration tooling alongside design shifts of this magnitude, and the developer tools announcement suggests that pattern holds here.

The timing carries some historical resonance. We have been through this before: the iOS 7 flat design pivot in 2013 was similarly described as the broadest visual overhaul since the original iPhone, and it created a roughly 12–18-month tail of inconsistency as third-party apps caught up. Whether Liquid Glass triggers a comparable adoption curve will depend partly on how deeply Apple bakes the new system into SwiftUI's default component set, and how much of the heaviest lifting it abstracts away from developers.


Apple Intelligence: Broader Device Coverage, New Capabilities

Apple Intelligence is expanding in both scope and capability at WWDC25. The on-device and Private Cloud Compute features are now extending to Apple Watch and Apple Vision Pro, joining iPhone, iPad, and Mac — which means the full device matrix now supports some tier of Apple's ML-powered feature set.

The architecture here matters to practitioners. Apple Intelligence is not a single inference stack but a tiered system: lightweight, on-device models handle tasks where latency, privacy, and power efficiency are paramount; more complex requests are routed to Private Cloud Compute nodes running Apple Silicon, where Apple has made verifiable privacy attestations a design constraint rather than an afterthought. Expanding that system to watchOS and visionOS implies either that the on-device model tiers have been compressed further to fit tighter power envelopes, or that the routing logic has become more aggressive about offloading — or both.

New capabilities announced span writing tools, image generation, Siri's contextual awareness, and cross-app action chains. The emphasis on in-context reasoning across apps — letting the system understand state in one application and act meaningfully in another — is where the practical productivity delta lives for power users. Whether the latency profile for those cross-app chains is acceptable on-device or requires a Private Cloud hop will be a key thing to benchmark once developer betas ship.

Having watched my own children navigate successive waves of voice assistant promises — from early Siri through the various Alexa and Google Assistant iterations — I'm conscious of how often "smarter assistant" announcements outpace the lived experience. The Apple Intelligence architecture, with its explicit privacy model and tight hardware-software integration, at least addresses some of the systemic reasons those earlier iterations underdelivered. Execution remains to be proven at scale.


iOS 26: Platform-Level Additions

iOS 26 moves the version numbering to calendar-year alignment — a cosmetic but clarifying change — and bundles a meaningful set of functional updates across system apps and frameworks.

CarPlay receives enhancements that Apple has not fully detailed publicly yet, but the direction is toward deeper integration with vehicle systems and richer ambient display modes. Maps and Wallet also see feature additions, with Wallet updates likely touching the expanding tap-to-pay and digital credential surface area that has been building since the introduction of driver's license support.

Apple Music updates are in the mix, though the specifics disclosed at the keynote level were light — that detail typically surfaces in the session track across the conference week.

The item worth watching for game developers is Apple Games, a brand-new standalone app introduced in iOS 26. Apple has not historically had a single, unified games destination on iOS in the way that, say, Xbox or PlayStation maintain a platform hub experience. Apple Games appears to be a step toward consolidating discovery, achievement tracking, and social features — territory that Game Center nominally occupied but never fully delivered on. For studios already in the App Store ecosystem, the question is how Apple Games intersects with existing Game Center APIs and whether it creates new discoverability surfaces or primarily reorganizes existing ones.


Developer Tools and Technologies

Apple's developer tools announcement covers new APIs, Xcode enhancements, and framework additions across the stack. Details from the session track will take the week to fully unpack, but the headline direction is consistent with recent years: deeper Swift concurrency integration, expanded SwiftUI component coverage (presumably updated for Liquid Glass), and additional on-device ML primitives via Core ML and the broader Apple Intelligence SDK surface.

For teams running CI/CD pipelines against Apple platforms, Xcode changes are operationally significant even when they look minor on paper — build system changes, new compiler diagnostics, and simulator behavior updates can all surface latency in existing automation. The recommendation, as always: run your test suites against the first developer beta before assuming green.


What This Adds Up To

The WWDC25 keynote is not a single product launch but a platform-wide statement of direction. Liquid Glass resets the visual baseline across all Apple surfaces simultaneously — an ambition that, if executed cleanly, reduces the fragmentation that has historically made cross-platform Apple development more complicated than it needed to be. Apple Intelligence moving to Apple Watch and visionOS rounds out the device coverage and signals that the company views on-device ML as a table-stakes platform feature rather than an iPhone-specific differentiator.

iOS 26's additions — CarPlay, Maps, Wallet, Music, and Apple Games — are each incremental in isolation, but the aggregate is a platform that is filling in structural gaps that have existed for several years.

For developers, the immediate priority is the same as every WWDC: get on the beta, exercise your critical paths, and engage with the new design system early enough to have a shipping-quality response by fall. The Liquid Glass transition, in particular, is the kind of change where early adopters who get it right will stand out, and late movers will look dated by comparison.

The full session schedule and technical documentation are available at developer.apple.com/videos/wwdc2025/.