Win At Business And Life In An AI World

RESOURCES

  • Jabs Short insights and occassional long opinions.
  • Podcasts Jeff talks to successful entrepreneurs.
  • Guides Dive into topical guides for digital entrepreneurs.
  • Downloads Practical docs we use in our own content workflows.
  • Playbooks AI workflows that actually work.
  • Research Access original research on tools, trends, and tactics.
  • Forums Join the conversation and share insights with your peers.

MEMBERSHIP

HomeForumsAI for Personal Productivity & OrganizationCan AI Create Shortcuts and Automations for iPhone and Mac?Reply To: Can AI Create Shortcuts and Automations for iPhone and Mac?

Reply To: Can AI Create Shortcuts and Automations for iPhone and Mac?

#127866
Jeff Bullas
Keymaster

Quick answer: Yes — AI can help design, write and debug Shortcuts for iPhone and automations for Mac. It won’t press the buttons for you, but it can give you the exact steps, code snippets (AppleScript, shell), and a ready-to-paste Shortcut workflow so you can build fast, safe automations.

Why this matters

If you’re over 40 and not deeply technical, AI is like a patient coach. It translates your idea into the precise actions Shortcuts or AppleScripts need, explains permissions, and helps you test safely.

What you’ll need

  • iPhone or Mac running a recent OS with Shortcuts app (and iCloud syncing if you want it across devices)
  • Basic familiarity with the Shortcuts app and System Preferences permissions
  • A text field to copy AI-generated prompts or scripts into Shortcuts, Script Editor, or Terminal

Step-by-step: how to get an AI-created Shortcut

  1. Decide the goal (example: “When I arrive home, turn on lights, set Focus to Personal, and message my partner”).
  2. Ask an AI to draft the Shortcut or AppleScript (see prompt below).
  3. Copy the AI’s action list into the Shortcuts app: create actions one-by-one, matching names exactly.
  4. Grant permissions when the system asks (location, Home, Messages). Test with small steps first.
  5. Refine timing, notifications, or fallback steps (what to do if an action fails).

Copy-paste AI prompt (use as-is)

“Create a Shortcuts workflow for iPhone that: when I arrive home (use Location trigger), turns on the hallway lights via HomeKit, sets iPhone Focus to ‘Personal’, and sends an iMessage to my partner with the text ‘I’m home’. Describe each Shortcuts action in order, the exact labels to look for in the Shortcuts app, and list any permissions the shortcut will request. Also include a simple fallback if sending the message fails (send a notification instead).”

Worked example (short)

  1. Trigger: Arrive — choose home address.
  2. Action: Control Home — turn on Hallway Light.
  3. Action: Set Focus — Personal.
  4. Action: Send Message — recipient: Partner; text: “I’m home”.
  5. Otherwise: Show Notification — “Message failed; please notify manually.”

Common mistakes & fixes

  • Do not skip permissions — Shortcuts won’t run without Home, Location, or Messaging permission. Grant them when prompted.
  • Do not assume HomeKit names match — use exact device names from the Home app.
  • If the automation doesn’t trigger on iPhone, check Focus/Low Power/Location settings.
  • If a step fails on Mac, try AppleScript or a shell script instead; test in Script Editor first.

Action plan (this week)

  1. Pick one simple automation (like the example).
  2. Use the prompt above with an AI and get the action list.
  3. Build it in Shortcuts, grant permissions, and test once at home.
  4. Iterate: add fallback actions and logging (notifications) if needed.
  5. Save a note of exact device names and permission steps for reuse.

Small wins build confidence. Start with a simple Shortcut, test it, then let AI help scale or translate it into AppleScript for Mac. Keep privacy in mind and only give permissions you’re comfortable with.