Prompt Engineering 3 min read

iOS 27 Adds Natural Language Prompting to Apple Shortcuts

Apple's iOS 27 update introduces Describe a Shortcut, allowing users to build and modify complex automation workflows using natural language prompts.

On June 8, 2026, Apple announced a major AI-driven update to its automation ecosystem with the release of iOS 27, introducing a natural language workflow generation feature called Describe a Shortcut. The update shifts the Shortcuts app from a manual visual scripting interface to an AI companion that builds complex sequences from conversational prompts.

Natural Language Workflow Generation

The Describe a Shortcut feature allows users to type or speak their desired automation sequence. Apple Intelligence parses the text, maps the intent to available system and third-party APIs, and automatically assembles the logic tree.

If a user requests a routine to send an estimated time of arrival via Maps and Messages while simultaneously starting a specific podcast upon leaving a geofenced location, the system wires those discrete components together. It bypasses the traditional requirement for users to understand variables, loops, and parameter passing.

Users can modify generated workflows through conversational editing rather than manual node adjustment. A follow-up prompt instructing the system to also set a HomeKit thermostat to 72 degrees will automatically append the new action to the existing sequence. Industry observers have compared this interaction model to vibe coding for consumer software, transforming a niche power-user tool into an accessible interface.

System Architecture and Processing

The automation engine relies on a tiered processing architecture. Simple workflow generation and editing execute entirely on-device to minimize latency and ensure data privacy. When users request highly complex multi-step reasoning tasks, the system routes the workload to Apple’s Private Cloud Compute infrastructure.

To support workflows requiring deep world knowledge or advanced conversational depth, Apple integrates Google Gemini into the execution pipeline. This matches the broader system overhaul seen across Apple’s platforms, where core automation functionality relies increasingly on a Gemini-powered agent architecture to handle cross-app orchestration.

Platform Availability

Describe a Shortcut is currently available in the developer betas for iOS 27, iPadOS 27, and macOS 27, codenamed Golden Gate. A public beta will launch later in the summer, with the official public rollout scheduled for Fall 2026. The new capabilities represent a central pillar of the overarching Siri AI era, which introduces a dedicated Siri app and broad onscreen awareness.

The introduction of native generative automation has sparked immediate Sherlocking concerns within the Apple developer community. Independent developers who previously built natural language wrappers or templating tools for the Shortcuts app face direct platform competition. If you build automation tooling for Apple operating systems, your development focus must now shift toward specialized integrations and custom actions rather than prompt-based workflow generation.

Get Insanely Good at AI

Get Insanely Good at AI

The book for developers who want to understand how AI actually works. LLMs, prompt engineering, RAG, AI agents, and production systems.

Keep Reading