How to Convert Notes into Tasks Using Apple Intelligence
Converting Notes to Reminders with Apple Intelligence uses the writing tools menu or Shortcuts action to extract action items from a note and push them into a chosen Reminders list.
If you take meeting notes in Apple Notes (which a lot of people do, including me, on a 2024 MacBook Pro), the gap between "I have notes" and "I have tasks" is brutal. You highlight, copy, switch apps, paste, edit. Multiply by 6 meetings a week. That's a ridiculous amount of friction.
Apple Intelligence on iOS 18+ and macOS 15+ added a writing-tools shortcut that scans selected text for action items and offers to send them to Reminders. It works. It's not perfect. The output needs editing maybe 30% of the time. Compared to manual copy-paste, it's a 5x speedup.
This is part of The AI-Native Mac To-Do Stack.
What you'll achieve
A repeatable 30-second flow that takes any Apple Notes note (or any selected text on your Mac) and produces a clean list of reminders in your chosen list, with optional dates and tags.
What you'll need
- A Mac with M1 or newer chip, or iPhone 15 Pro or newer (Apple Intelligence requires Apple Silicon and 8GB+ RAM)
- macOS 15 Sequoia or later (15.4+ for the most stable Reminders integration)
- Apple Intelligence enabled (Settings > Apple Intelligence > on)
- iCloud signed in with both Notes and Reminders enabled
- About 5 minutes for setup
If you're on an Intel Mac or older iPhone, jump to Step 6 for the Shortcuts fallback.
Step 1: Enable Apple Intelligence and writing tools
Apple Intelligence ships off by default. You have to turn it on and wait for the model download (about 5GB).
The steps:
- Open System Settings on Mac (or Settings on iPhone).
- Go to Apple Intelligence and Siri.
- Toggle Apple Intelligence on.
- Wait. The first download takes 10 to 30 minutes depending on your connection.
- Once enabled, Writing Tools appears in the right-click menu on any text field.
For a deeper look at what Apple Intelligence does inside Reminders, see How Does Apple Intelligence Work in Reminders? and How to Use Auto-Categorize in Apple Intelligence.
Step 2: Take a note that's loaded with action items
Apple Intelligence is best when you give it text that looks like meeting notes: bulleted, with sentences that start with verbs, with names attached.
A real example. Last Tuesday's Q4 planning standup, I typed this into Notes:
Q4 standup, May 6
- Sundeep to send the revenue forecast by Friday
- Maya needs to review the marketing plan, deadline next Wed
- Block 2 hours next week for engineering review
- Vimal's contract expires June 1, renew or replace
- Buy domain for the new project before pricing call Thursday
- Standup moved to 9:15am from next Monday
Six bullets. Five clear action items. One meta-note about a meeting time.
The cleaner the bullets, the better the extraction. If you write paragraphs, Apple Intelligence still extracts but the accuracy drops to maybe 60%.
Step 3: Trigger the writing tools menu
On Mac:
- Select the bullets (or the whole note).
- Right-click.
- Hover Writing Tools.
- Click "Create Reminders" (or "Summarize" then look for the action item option).
On iPhone:
- Tap and hold to select.
- Tap "Writing Tools" in the popover.
- Tap "Create Reminders".
Apple Intelligence parses the selection. About 2 to 4 seconds on an M2 Mac. Slower on M1 (5 to 7 seconds). It produces a popover with a list of detected action items, each with an editable title and an optional date if it could detect one.
Step 4: Review the extracted reminders
This is where you save time but also where you have to pay attention.
From our example bullets, Apple Intelligence on macOS 26.1 in May 2026 produced:
| Original | Extracted reminder | Date detected |
|---|---|---|
| "Sundeep to send the revenue forecast by Friday" | "Send revenue forecast" | Friday |
| "Maya needs to review the marketing plan, deadline next Wed" | "Review marketing plan" | next Wed |
| "Block 2 hours next week for engineering review" | "Block 2 hours for engineering review" | next week (vague) |
| "Vimal's contract expires June 1, renew or replace" | "Renew or replace Vimal's contract" | June 1 |
| "Buy domain for the new project before pricing call Thursday" | "Buy domain for new project" | Thursday |
| "Standup moved to 9:15am from next Monday" | (skipped, not an action) | none |
Five out of six extracted cleanly. The sixth was correctly identified as a meta-note and skipped. The dates are mostly right. "Next week" is too vague; you'd want to set that manually.
Apple Intelligence does NOT preserve the assignee (Sundeep, Maya, Vimal). It rewrites tasks from the second-person perspective. If you need the assignee preserved, you have to add it manually after.
"Apple Intelligence's extraction is good. Not great. About a 70% accuracy rate where it nails the title and date. The other 30% needs a 5-second edit. Still way faster than manual."
paraphrased from r/macapps, April 2026
Step 5: Pick the destination list and confirm
The popover has a list picker. Default is your default Reminders list (usually Inbox or whatever you set in Reminders settings).
For meeting notes, I send to a list called "Meeting Tasks" so I can review them as a batch on Friday afternoon. Some people send straight to Inbox and triage from there.
After picking the list, click Add. The reminders land in that list with the detected dates. The popover closes. The note in Apple Notes is unchanged (Apple Intelligence does not modify the source note).
Time elapsed from "open note, select all" to "reminders are in Reminders": about 20 seconds for a 6-bullet note. Manual would be 90+ seconds.
Step 6: Build the Shortcuts fallback for Intel Macs and older iPhones
If you don't have Apple Intelligence, you can build a Shortcut that does most of the same work. It won't have the AI extraction (it'll just turn each bullet into a reminder) but for most clean notes that's enough.
The build:
- Open Shortcuts.
- New shortcut. Add to share sheet for Notes.
- Action: "Get text from input".
- Action: "Split text" by line.
- Action: "Filter" to keep only lines starting with "-" or "*".
- Action: "Repeat with each".
- Inside loop: "Replace text" to remove leading "- " and "*".
- "Add new reminder". Title: cleaned text. List: your choice.
- Save as "Notes to Tasks".
Now in Notes, share the note (top right share button), pick "Notes to Tasks", and every bulleted line becomes a reminder. No date detection, but for clean meeting notes, this is plenty.
For more Shortcuts patterns, see How to Use Shortcuts to Automate Apple Reminders.
Step 7: Use Ultra Reminders for the AI-clustered version
If you want better extraction quality and clustering (group related action items, deduplicate similar ones, infer priority), Ultra Reminders has a paste flow that runs an on-device Qwen 3 LLM on the input.
You paste the note. The LLM extracts action items, deduplicates ("Send forecast" and "Email Sundeep about forecast" merge), assigns priority based on language ("urgent", "ASAP" set high; "when you get a chance" sets low), and groups by inferred project. The output is a structured list ready to commit.
Quality difference vs Apple Intelligence: roughly 90% vs 70% on our test set of 50 meeting notes. The Ultra Reminders parser also preserves assignee names ("Send forecast to Sundeep") which Apple's flow drops.
Both run on-device. Neither sends data to a server.
For the broader picture of where AI fits in a Mac task workflow, see 7 Best Reminder Apps with AI in 2026.
Common pitfalls
- Apple Intelligence is not enabled. Most common cause of "the menu item is missing". Settings > Apple Intelligence > on.
- Selected text is too long. Apple Intelligence has a soft limit around 5000 characters. Beyond that, extraction silently degrades. Break long notes into sections.
- Vague dates. "Next week" extracts as "next week" and you get a reminder with no concrete date. Edit before confirming.
- Assignees dropped. Apple Intelligence rewrites in second person. If "Sundeep to send forecast" matters, edit the title back.
- Wrong list. Default list is sticky. Change it intentionally each time or set per-note destination habit.
Verification
You know the flow is working when:
- You stop copy-pasting from Notes to Reminders. The writing tools or Shortcut becomes muscle memory.
- Post-meeting friction drops. You leave the meeting with a note, hit one menu item, and 30 seconds later your tasks are in your queue.
- The "Meeting Tasks" list (or wherever you send them) is your Friday review surface.
For the related comparison, see Apple Reminders vs Apple Notes: Where Tasks Belong.
"I take notes in a meeting, three taps after, my tasks are in Reminders. The friction was the whole reason I never followed up on action items. Now I do."
paraphrased from r/productivity, February 2026
FAQ
Q: Does Apple Intelligence work for non-English meeting notes?
A: As of macOS 26.1, May 2026, Apple Intelligence supports English (US, UK, AU), French, German, Italian, Japanese, Korean, Portuguese, Spanish, and Chinese (simplified). Hindi is not supported. For Hinglish or Hindi notes, use Ultra Reminders which has on-device Hindi/Hinglish support.
Q: What if Apple Intelligence extracts the wrong action items?
A: You can edit each item in the popover before confirming. If the extraction is fundamentally off, cancel, rewrite the source note with clearer bullets (verb-first, one action per line), and re-run. The cleaner the input, the better the output.
Q: Does this work with handwritten notes (Apple Pencil)?
A: Yes, if the handwriting is converted to text first. Notes' "Scribble to Text" feature handles this. Then run Writing Tools on the converted text.
Q: Can I automate this for every new note?
A: Sort of. You can build a Shortcut that watches a Notes folder and runs the extraction whenever a new note appears. It's brittle (the watcher fires unreliably) and most people end up with a manual trigger. For a recurring meeting, save a Shortcut bound to a hotkey and run it post-meeting.
Q: How does Ultra Reminders handle this differently?
A: Ultra Reminders runs a more capable on-device LLM (Qwen 3 1.7B) that handles assignee preservation, deduplication, priority inference, and Hindi/Hinglish input. The flow is the same: paste, review, commit. Free 14-day trial.
Ultra Reminders solves turning a note dump into actual tasks without manual copy-paste. Free 14-day trial at ultrareminders.com.