Apple adds on-device generative UI suggestions to App Intents in the latest developer beta
Design ยท 5 min read
At WWDC-adjacent betas released this week, Apple shipped an update to the App Intents framework that exposes on-device generative UI suggestions for supported apps. The API analyzes declared intents and sample content to propose adaptive layouts, component alternatives, and accessibility enhancements that developers can accept, modify, or reject.
Apple says all processing happens on-device using the Neural Engine, so suggested UI variants never leave the device. The system returns annotated SwiftUI snippets and accessibility metadata, which can be integrated into Xcode's Previews panel for quick iteration.
Early reactions from developers are mixed: teams appreciate the time savings for basic screens and localized accessibility fixes, but larger apps reported that suggestions are conservative and sometimes conflict with brand guidelines. Apple plans to refine suggestion models over the next minor betas and will open an opt-in telemetry channel for developers who want to provide unlabeled usage patterns to improve recommendations.