惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
The GitHub Blog
The GitHub Blog
J
Java Code Geeks
Engineering at Meta
Engineering at Meta
N
Netflix TechBlog - Medium
A
About on SuperTechFans
博客园 - 三生石上(FineUI控件)
罗磊的独立博客
MongoDB | Blog
MongoDB | Blog
B
Blog RSS Feed
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
有赞技术团队
有赞技术团队
T
Tailwind CSS Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Vercel News
Vercel News
腾讯CDC
博客园 - 聂微东
The Cloudflare Blog
F
Fortinet All Blogs
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
Visual Studio Blog
Last Week in AI
Last Week in AI
B
Blog

WIRED

‘Avatar: Aang, The Last Airbender’ Leaked Online. Some Fans Say Paramount Deserves the Fallout NASA Wants to Put Nuclear Reactors on the Moon AI Could Democratize One of Tech's Most Valuable Resources Microsoft Surface PCs Are Getting Big Price Hikes, and the Cheaper Models Are Going Away Why Amazon Is Buying Globalstar—and What It Means for Your iPhone The US Government Will Ask Data Centers How Much Power They Use MAGA Is Starting to Look Beyond Trump Allbirds Is Pivoting to AI Compute. Sure, Why Not Best Smart Smoke Detector (and Why You Still Need a Dumb One) 12 Best Standing Desks of 2026, Tested and Reviewed Best Wi-Fi Routers of 2026 for Working, Gaming, and Streaming Best GoPro Camera (2026): Compact, Budget, Accessories The Caves That Could Help Us Find, or Become, Aliens AI Slop Is Making the Internet Fake-Happy The Deepfake Nudes Crisis in Schools Is Much Worse Than You Thought In the Wake of Anthropic’s Mythos, OpenAI Has a New Cybersecurity Model—and Strategy Telegram Is Still Hosting a Sanctioned $21 Billion Crypto Scammer Black Market The FCC Has a Fast Lane for Complaints About Trump’s Media Critics Top iRestore Deals for Hair Growth and LED Therapy Devices Meta Is Warned That Facial Recognition Glasses Will Arm Sexual Predators You Should Be More Freaked Out by Shingles BYD’s Fastest-Charging Car in the World Is Astonishing—in Good and Bad Ways The 4 Best Water Filter Pitchers (2026): PFAS, Microplastics The Internet's Most Powerful Archiving Tool Is in Peril The Dumbest Hack of the Year Exposed a Very Real Problem AI Agents Are Coming for Your Dating Life ‘The Audacity’ Is the Broligarchy Takedown You Were Waiting For Why Is It So Hard to Fix an Electric Bike? (2026) Best 2-in-1 Laptops (2026): Microsoft, Lenovo, and the iPad There’s a Secret Ingredient to Making Luxury Ice at Home
Try One of macOS 27’s Best Features Right Now
Justin Pot · 2026-06-19 · via WIRED

Buried deep inside everything announced at WWDC this year was something I, an Apple Shortcuts enthusiast, can't wait to try: the ability to make Apple Shortcuts using generative artificial intelligence. In macOS 27, you’ll be able to just type what you want a shortcut to do, and the app will build it.

Anyone who builds shortcuts regularly knows the process of doing so can be tedious, even if the end results save you a lot of time. So I'm excited about the idea of describing what you want in plain language and ending up with a working shortcut. Even if it doesn't work perfectly (let's face it, AI-built things rarely do), it's a starting point that you can tweak to meet your needs.

The only downside: This feature doesn't launch until autumn, when version 27 of Apple's operating systems come out.

What if you want to try it now? It turns out that Federico Viticci, who founded and runs the fantastic blog MacStories, also couldn't wait—so much so that he went and built his own version. It's called Shortcuts Playground, which runs in either Claude Code or OpenAI's Codex. (OpenAI's Codex is free for now; Claude Code requires at least a Pro plan, which starts at $20 per month.)

To get started you first need to install the Shortcuts Playground agent; there are instructions on GitHub. Basically you will need to copy and paste a command into the Terminal. (I am not going to include the command here in case it changes.)

I tested this in Claude Code, but the tool works the same way in Codex. Once you've installed Shortcuts Playground you can trigger it by typing / followed by “shortcuts.” You'll see a list of options pop up:

Image may contain Page Text and Blackboard

The different options for using the agent.

Courtesy of Justin Pot

If you're starting from scratch, I recommend using the shortcuts-playground:build option, followed by a rough description of what you want the shortcut to do. (The other option, shortcuts-playground:remix, is for making changes to existing shortcuts.)

The agent will get to work building a shortcut for you. Sometimes it will stop to ask you for more information, or to explain what is and isn't possible to build in Apple Shortcuts.

While exploring this tool, I asked for a shortcut that compiled today's weather, my calendar appointments, and my to-do list for the day, then read the entire thing out loud. The agent happily went to work.

Image may contain Page Text and Letter

You can see my prompt at the top, and the agent’s detailed output below.

Courtesy of Justin Pot

When everything is done, the agent builds a .shortcut file and tells me where to find it. It also gave a few details, offering to tweak things if necessary. I went ahead and found the .shortcut file and opened it.

Image may contain Text

Courtesy of Justin Pot

A pop-up offers to add the shortcut. Click it, then open the Shortcuts app, and you'll find your new shortcut waiting for you. There are generally comments in the shortcut explaining to you what each step does.

Image may contain Page and Text

In the Shortcuts app, you can fine-tune the shortcut’s steps.

Courtesy of Justin Pot

My Morning Briefing shortcut worked well, though I had to tweak it to show only today's tasks (not tasks with no due dates). Even with that imperfection, I had a working shortcut a lot faster than I would have by building it myself. This shortcut included looping, a way of processing multiple items that’s necessary to include but annoying to set up.

It's not perfect. From what I can tell this tool doesn't know about actions offered by apps I've installed, only the actions provided by the OS. That shortcoming aside, this is a very quick way to build a shortcut (or at least, get to a starting point).

So this is going to be how I build shortcuts now—at least until Apple launches its official tool in a few months. I can't wait to see how it compares, and to share my thoughts with you here.