macOS 27 Is Bringing Natural Language Shortcuts — And You Can Try the Concept Today
Every year, Apple's fall software announcements generate a wave of excitement about features that won't arrive for months. This year, one of the most talked-about additions to macOS 27 is a revamped Shortcuts experience that lets users build automations simply by typing what they want to happen in plain English. No dragging actions. No hunting through menus. Just describe your workflow, and your Mac builds it for you.
It's a genuinely compelling idea. But if you're already using AI-powered development tools like Claude Code or OpenAI Codex, you don't have to sit on your hands until autumn. The core concept — using natural language to generate functional automation scripts — is available to you right now, and in many ways it's even more powerful than what Apple has previewed.
What Apple Is Promising in macOS 27
According to Apple's announcements, macOS 27 will introduce a major upgrade to the Shortcuts app. The headline capability is straightforward: instead of manually assembling a chain of actions from a library of blocks, users will be able to type a description of what they want — something like "every Monday morning, move last week's downloads folder to an archive and send me a summary" — and the system will generate a working shortcut automatically.
This lowers the barrier to automation enormously. Right now, building a non-trivial Shortcut requires patience, familiarity with the app's logic, and a willingness to debug when actions don't chain together cleanly. Most everyday Mac users never get past the simplest examples. A natural language interface changes that dynamic completely, putting real automation within reach of anyone who can describe what they need.
Apple has also hinted at tighter integration with system apps, smarter suggestions based on your usage patterns, and better handling of multi-step workflows that span multiple apps. In short, it's the most meaningful Shortcuts update in years — but it's still months away from a public release.
Why Claude Code and Codex Users Already Have This Power
Here's the thing: the underlying technology that makes Apple's upcoming feature feel magical — a large language model that understands your intent and produces executable instructions — is already baked into tools that developers and power users have access to today.
Claude Code, Anthropic's command-line and desktop coding agent, is designed to take natural language instructions and turn them into functional code, scripts, and automated workflows. If you tell it "write a shell script that monitors my Downloads folder and moves files older than seven days into a dated archive subfolder," it doesn't just outline the logic — it writes the script, explains it, and helps you deploy it. That's the same core capability Apple is building into Shortcuts, available right now.
OpenAI's Codex works along similar lines, generating code from natural language prompts across a wide range of languages and use cases. Both tools are well-suited to producing the kinds of automations that macOS 27's Shortcuts interface will eventually support, but with the added flexibility of working at the script level rather than within a constrained app-based framework.
How to Build Your Own Natural Language Shortcuts Today
You don't need to wait for a fall OS update to start automating your Mac with plain English instructions. Here are practical ways to get started right now.
Using Claude Code for macOS Automation
Claude Code works from the command line or as a desktop tool, making it a natural fit for macOS power users. To replicate the spirit of macOS 27's Shortcuts feature, simply describe the automation you want in conversational terms. Be specific about triggers, inputs, and desired outputs. For example, you might prompt it with a description of a file organization task, a batch renaming workflow, or a scheduled backup routine.
Claude Code will generate AppleScript, shell scripts, or Python scripts depending on what makes sense for your use case. It can also help you wrap these into launchd jobs for scheduling, or even package them as proper macOS Shortcuts using the Shortcuts scripting dictionary. The result is a custom automation built to your exact specifications — no menu-hunting required.
Turning AI-Generated Scripts into Shortcuts
One underused trick is to take scripts generated by Claude Code or Codex and import them directly into the existing macOS Shortcuts app via the "Run Shell Script" or "Run AppleScript" actions. This means you get the best of both worlds: the natural language interface of an AI coding tool and the native integration and ease of triggering that Shortcuts provides. You can pin these to your menu bar, assign keyboard shortcuts, or invoke them via Siri — all without waiting for macOS 27.
What Makes a Good Automation Prompt
Be specific about the trigger: does it run on a schedule, in response to a file change, or manually?
Describe the input clearly: which folder, which app, which type of file is involved?
State the desired output: what should exist or happen after the script runs?
Mention any edge cases: what should happen if the folder is empty, or the file already exists?
The more context you provide, the more accurate and robust the generated script will be. Think of it less like issuing a command and more like briefing a capable colleague on a task.
The Bigger Picture: AI Is Redefining What "Power User" Means
Apple's move to bring natural language to Shortcuts is significant not just as a product feature, but as a signal. Automation — once the domain of developers and enthusiasts who were willing to learn scripting languages or wrestle with complex visual builders — is becoming accessible to everyone. The barrier between "I wish my computer did this automatically" and "my computer does this automatically" is collapsing.
Tools like Claude Code and Codex are already on the other side of that barrier. They represent a new kind of power user workflow, one where the skill isn't knowing AppleScript syntax but knowing how to describe what you want clearly and precisely. That's a much more transferable skill — and one worth developing now, before the rest of the world catches up in macOS 27.
Should You Wait for macOS 27 or Start Now?
If your goal is seamless, polished integration with the macOS ecosystem and you're comfortable waiting, macOS 27's Shortcuts upgrade will likely deliver a smoother out-of-the-box experience for non-technical users. Apple's native implementation will probably handle edge cases gracefully and require zero setup.
But if you want to automate your workflow today — and potentially with more flexibility and depth than a sandboxed app can offer — Claude Code and Codex are ready to go. The learning curve is gentle, the results are immediate, and the experience will make you appreciate exactly what Apple is building toward when fall finally arrives.
Either way, the era of typing what you want your computer to do and having it actually happen is here. You might as well start now.
