Modern Creator
ICOR with Tom | AI Productivity · YouTube

I Talk to My Phone. Saved in Local Folder. Claude Links my Thoughts for Me.

How a free built-in iPhone Shortcut plus Whisper.cpp plus Claude replaced every note-taking app Tom used to pay for.

Posted
1 weeks ago
Duration
Format
Tutorial
educational
Views
20.2K
482 likes
Big Idea

The argument in one line.

You can replace all paid note-taking apps with a free iPhone Shortcut that records audio to a Dropbox folder, then use Claude with Whisper.cpp to transcribe and auto-organize the captures into a local knowledge system.

Who This Is For

Read if. Skip if.

READ IF YOU ARE…
  • You're a knowledge worker who captures voice notes on iPhone and wants them automatically synced to a local folder without paying for third-party capture apps.
  • A Mac user running Claude or similar local AI who already manages a personal knowledge base and needs a free async input layer from mobile.
  • You've tried Obsidian, Roam, Notion, or similar PKM tools but want to strip away subscriptions and build a self-organizing system from raw files instead.
SKIP IF…
  • You primarily capture notes via typing, photos, or sketches rather than voice — this workflow is audio-first and doesn't address other input modalities.
  • You use Windows or Android exclusively — the shortcut is iPhone-specific and the transcript doesn't cover cross-platform alternatives in depth.
  • You need real-time collaboration or web access to your notes — this system is local-first and designed for solo, asynchronous workflows.
TL;DR

The full version, fast.

You can replace every paid voice-capture and note-taking app with a free iPhone Shortcut, a Dropbox-synced folder, and Claude running locally on your Mac. Build a Shortcut that records audio and saves it directly to a synced folder, then bind it to the Action Button, Apple Watch, or Control Center so a single press-and-hold captures any thought to your knowledge base instantly. On the Mac, point Claude at that inbox folder and let it use Whisper.cpp and FFmpeg to transcribe and self-organize the files into your existing structure, no manual linking required. Set up trigger words and a routine so processing runs on autopilot, turning offhand voice notes into searchable, properly filed knowledge without subscriptions or third-party capture apps.

Members feature

Chat with this breakdown.

Modern Creator members can chat with any breakdown — ask for the hook, quote a framework, find the exact transcript moment. Unlocks at T2: refer 3 friends + add your own API key.

Create a free account →
Chapters

Where the time goes.

00:0000:50

01 · The premise

Local folder replaced all note apps. Problem: capturing on the go without a third-party app.

00:5001:13

02 · The free tool nobody uses

iPhone Shortcuts: built-in, free, and completely ignored by most people.

01:1301:58

03 · Build the shortcut

Create myPKA folder in Shortcuts, add Record Audio action set to start immediately.

01:5803:04

04 · Wire to Dropbox

Add Save File action, navigate to Dropbox > myPKA > Team Inbox > Audio Captures folder.

03:0403:25

05 · Live test

Runs the shortcut live, records test audio, confirms it saves and appears correctly.

03:2503:52

06 · Apple Watch trigger

Enable Show on Apple Watch in shortcut Details. One tap from wrist triggers a capture.

03:5204:27

07 · Action Button

Assigns Audio Capture shortcut to iPhone Action Button. Press and hold = instant recording.

04:2704:57

08 · Control Center tile

Adds shortcut to Control Center as a second trigger point.

04:5706:11

09 · Audio lands on Mac instantly

Opens Finder: audio files appear in Audio Captures via Dropbox sync in real-time.

05:1106:11

10 · Hand off to Claude

Right-click myPKA > New Terminal at Folder, runs Claude, types: process the audio captures in the team inbox folder.

06:0407:35

11 · Free transcription stack

Claude discovers Whisper.cpp and ffmpeg are missing, auto-installs them, converts audio, runs transcription on all files.

07:3508:07

12 · Self-organization

Claude creates a transcript MD file in Deliverables, reports what it found and what it did. No manual linking.

08:0709:02

13 · Wrap and CTA

Three free tools. One personal knowledge assistant. Soft subscribe ask.

Atomic Insights

Lines worth screenshotting.

  • An iPhone Shortcut that records audio and saves directly to a Dropbox-synced folder requires zero third-party apps and costs nothing beyond what you already own.
  • The Apple action button can be configured to trigger the audio capture shortcut — pressing and holding the side button starts recording instantly from anywhere.
  • Saving audio captures to the final destination folder instead of voice memos eliminates the extraction step that prevents people from actually using what they record.
  • Whisper.cpp and FFmpeg are free, open-source, and pre-installed by Claude Code when asked — no manual setup required.
  • Claude Code processes audio captures in a team inbox folder, transcribes them, and self-organizes them into the personal knowledge base structure automatically.
  • A Claude Code session opened directly in the team inbox folder can be triggered to process new audio captures on a scheduled interval without user presence.
  • Syncing the local folder with Dropbox means audio captures taken anywhere on the phone appear in the desktop folder within seconds of recording.
  • The Apple Watch can also trigger the audio capture shortcut — every wearable interaction routes the capture to the same local folder.
  • Adding a shortcut control to the Control Center makes the audio capture accessible from any screen without navigating to the Shortcuts app.
  • Local-first personal knowledge management eliminates subscription fees for Notion, Roam, or any cloud note-taking tool entirely.
  • Claude linking captured thoughts to related ideas in a self-organizing folder removes the manual tagging and filing step that causes most note-taking systems to fail.
  • The asynchronous capture model — record when inspired, process when available — matches how insight actually happens, not how productivity apps expect it to happen.
Takeaway

Steal the pipeline.

local-first capture playbook

The iPhone you already own is one Shortcut away from being a zero-friction voice inbox that feeds directly into Claude: no app, no subscription, no friction.

  • Build the two-step Shortcut: Record Audio (start immediately) + Save File (to Dropbox or iCloud folder).
  • Assign it to the Action Button. That is the only hardware move that makes this actually frictionless.
  • Create a Team Inbox folder in your synced drive. Claude learns its purpose from the folder name alone.
  • Let Claude install Whisper.cpp + ffmpeg on first run. It will do it unprompted if you ask it to process audio.
  • Name the pattern in your content: capture anywhere, organize automatically is the hook Joe can run with JoeFlow.
  • The real unlock: the folder IS the interface. No app UI, no login, no vendor. Joe has the same story with JoeFlow.
Glossary

Terms worth knowing.

Personal Knowledge Management (PKM)
A system and practice for capturing, organizing, and connecting personal notes, ideas, and references so they can be retrieved and reused later. Often shortened to PKM.
Personal Knowledge Assistant (PKA)
An AI-driven evolution of personal knowledge management where a model reads, organizes, and links notes inside a local folder automatically, instead of the user manually tagging or wiki-linking them.
iOS Shortcuts
A free automation app built into iPhone and Apple Watch that lets users chain actions together — record audio, save files, call APIs — and trigger them from a button, widget, or voice command.
Action Button
A configurable physical side button on newer iPhone models that can be mapped to launch a chosen shortcut or system action with a single press-and-hold.
Control Center
The iPhone panel pulled down from the top-right corner that holds quick toggles and, on newer iOS versions, custom shortcut tiles.
Local-first
A software approach where files and data live on the user's own machine as the source of truth, with cloud sync as an optional layer rather than a requirement.
Team inbox
A convention inside a knowledge folder where new, unprocessed captures land before an AI or workflow sorts them into their final home.
Deliverables folder
A convention inside a knowledge folder where finished outputs produced by an AI workflow are written, separating processed results from raw inbox captures.
Claude Code
Anthropic's command-line coding agent that runs inside a terminal opened at a folder, giving the model read and write access to the files in that directory.
Whisper.cpp
A free, open-source C++ port of OpenAI's Whisper speech-to-text model that runs locally on a computer with no API calls or subscription.
FFmpeg
A free, open-source command-line tool for converting, trimming, and re-encoding audio and video files between formats.
Markdown (.md) file
A plain-text file format that uses simple symbols for headings, lists, and links, widely used for notes because it stays readable and portable across apps.
Trigger word
A predefined keyword inside a transcript or message that tells an automation to route the content down a specific path, such as filing it in a particular folder or running a particular workflow.
Codex
OpenAI's coding agent, comparable to Claude Code, that can read and modify files in a local project directory through natural-language instructions.
Resources Mentioned

Things they pointed at.

06:09toolffmpeg
00:50tooliPhone Shortcuts
03:40toolDropbox
05:11productmyICOR
Quotables

Lines you could clip.

00:22
I never need to link things again manually.
Clean standalone sentence, zero context needed, speaks directly to PKM painTikTok hook↗ Tweet quote
00:51
You can have it all for free just using your iPhone if you have one.
Contrarian hook, undercuts every subscription app in one lineIG reel cold open↗ Tweet quote
01:35
I want to have it in the final destination, in my local folder, on my MacBook, ready for my AI to pick up.
Slow deliberate delivery, three-part build, strong local-first philosophy momentnewsletter pull-quote↗ Tweet quote
The Script

Word for word.

analogystory
00:00If you're following me on this channel, you know that a local folder just replaced all my note taking apps. And this channel was all about note taking and personal knowledge management using all the different tools in the past years. But just with their latest releases of AI that allows us to access local files, everything ended up local.
00:17To make my own personal knowledge management that we call personal knowledge assistance based on this folder structure that self organizes everything. I never need to link things again manually.
00:28So the thing is, this is all nice if you're sitting on a MacBook, but what if you're on a go? I could now connect this to my cloud and I can start typing and even talking to it, but that's maybe not something that you want, that you want to use the apps or you might want to have a much more asynchronous input. And that's where people use then third party tools just to capture information.
00:51But that's something you don't really need. You can have it all for free just using your iPhone if you have one. I'm pretty sure on Android you can do something similar, but on the iPhone, you have an app that's called shortcuts.
01:04It's for free. It's already on there, but let's open this up. And here, I just deleted all the shortcuts we can start from scratch.
01:11On top right, you can create a folder. I call this folder simply my p k a. Give it a icon.
01:17Now we have this folder, now I start creating these shortcuts in here. Something I want to do is capture audio on the go. Whenever I have some insights or inspirations, I want to quickly save it.
01:29But I don't want to have it in the voice memos that I need them to extract later. I want to have it in the final destination, in my local folder, on my MacBook, ready for my AI to pick up and to process.
01:40And this is how we do it. We just create a new shortcut. Search here for audio.
01:45We can use here record audio, and here when we use the drop down, we can change the quality. On start recording, we have on tap or immediately.
01:54I like this to happen immediately when I call the short cut. And now we would already just record the audio, but we want to have it end up in the folder. So I just simply search for save, save file.
02:05I use the drop down. You see it picked already up here, recorded audio. So save the recorded audio from the previous step.
02:11Ask where to save. No. I want to have it fully automated.
02:15So therefore, I will say here, two shortcuts. Instead, I will just tap on this shortcuts. Now I'm in the file system, and I can go into files, and the amazing thing is I can connect any external cloud services too, like Dropbox, g drive, and so on.
02:29You see here already Dropbox. I like to synchronize my local folder with Dropbox. I could also use iCloud to synchron ize this.
02:36In this case, I'm using Dropbox. Here's already the folder that I have on Dropbox. Here's my p k.
02:42That's the folder that I'm using for my knowledge base, and here's a team inbox. And I want to have it saved in here. I can create here a new folder called audio captures, and here we are, and I'm opening this up, and that's it.
02:55I don't need to use a sub path here. I just keep it as it is, and it is as simple as that. And we can give it a go by simply tapping now the play button on the bottom right.
03:04Hey, this is a test. Out of the testing of the shortcut, if this is working. I tap again and it just recorded it.
03:11It asks me now if it allows it, shows me the result. Okay? So now it's ready.
03:16Here it is, save file. We can just hold down and rename this. We just say audio capture.
03:25We can go to details, and in here, we can have it now also on Apple Watch. So I can, on my Apple Watch, trigger this shortcut and talk something to end up in the local folder. I go to edit and I can quickly here choose a different icon.
03:40Mic. Here we go. And different color.
03:43And there we go. All you capture. So I can just tap on it and run it.
03:47But obviously, this takes forever. That's why I can go now to my settings, and here I can go to the action button if you have one on the side.
03:55And here I can actually pick up a shortcut. So here, if I click here, I can go to show my shortcuts. Here's the audio capture, and there we go.
04:05And now, I'm going outside. Boom. And I just need to press and hold on the side button.
04:10Alright. This is just a test if this is working. I'm not just holding down the side button now to see if this is actually going into the folder on my local drive on my MacBook.
04:21I tap, and that's it. Nothing else. You can also get the control center, press and hold, and here you can add a control, and here you can search for shortcuts, and you tap on shortcut.
04:32Now you can choose the shortcut. I can go into here. There's the audio capture.
04:37Now I have it. Here it comes up. Now I can make this just small.
04:41And now I have it in here, and I can do exactly the same thing. Just drop down, click, hi everybody. This is a test.
04:48I just want to make a journal entry about x and y, and that's it. I tap and this is it. It recorded it and it saved it to Dropbox.
04:56And now when I go to my local folder here on the Mac, here we are. This is my folder team inbox and here we see already audio captures, and here are the things that we just recorded. It instantly appeared here.
05:09I can go through them, and the beautiful thing is now there's no title, nothing. As I show you, you can open this now simply in Claude Coburg or anything else. I always prefer to run this in a terminal or even better in code, but for the sake of demonstration, I show you just right click and then go down to services and new terminal at folder.
05:30I launch Claude, and what this does, Claude opens up now in this folder for the sake of it. Here's the folder.
05:37And all I now say is process the audio captures in the team inbox folder. And here I could have now re routines and I can even trigger this on autopilot to check every now and then there's anything in my team inbox. So this would happen automatically.
05:51So it reorganizes everything on the fly. I could even give instructions what it should do next. So I can really go wild when it comes to this to automate the things simply simply by sending audio messages this way.
06:04And the thing is you see here already, it's taking up something called Whisper CPP. It's completely for free. It's open source.
06:11FFmpeg is also something that is open source. So all these things do.
06:16It converts the audio into the right format, so it's perfect to read. Then it uses the whisper to transcribe it. Obviously, in my shortcut, I could have also added a transcription step.
06:27I trust Claude to do a better job here together with this whisper to get a right transcription, and this is what they are doing right now. Uh, we provide this as a whole expansion pack to have all out of out of the box. But if you don't know, you just ask, hey, can you transcribe the audio in my inbox?
06:44And it says, no, I can't, and gives you the resolutions. Alright? Because that's very common things that you can download, and Claude will do it for you or Gemini or Codex.
06:55They will just download these functionalities, and they can convert audio into a different version. They can transcribe it, all the things.
07:02So now it says here, the four audio captures, it recognized it, so we can go here. Tom inbox, audio captures here.
07:10All short cast tests with no content. What should I do with them? So is there really no content?
07:15Create one MD file that holds all the transcripts of all four files. So obviously, I should have used proper text to test this properly because now it says there's nothing because it's just tests. See, it even found it recognized there are two others that I did from earlier testing.
07:32So, yes, I want to have them too. So it even picked them up. Now we have this audio capture folder, so you can do this however you like.
07:40And then you train your team accordingly, so it knows next time how to process this, and that's how you streamline the process. You could have even, for example, trigger words, where you have a specific trigger word.
07:50If this is part of the transcript, then Larry and his team or your AI team will process this accordingly, and that's how you can really think forward.
08:00This is where we are so independent in a local folder using these three tools to build really use specific personal knowledge assistance system. So done.
08:10All six. It shows me now there is a transcript and where it is and where is it. It's in deliverables because our team works with a deliverables inbox that is here where it shares everything that it was working on.
08:21And here it is. Hey. This is a test.
08:24There we go. Silent. That was the quick things that I tested.
08:28Alright. This is just a test. And it's exactly what I was saying to the phone as you you can go back in the video and double check, but this perfectly worked out of the box, guys.
08:39And therefore, all I need to do next, I have an idea, hold down this button and start talking, and I can be sure it ends up in this local folder. What about you? Would you pick this up, or do you rather use a third party tool where you go to the tool and and unlock your phone first and all these things?
08:55Or are you migrating now to the solution? Let me know in the comments below. And if you haven't already, subscribe to the channel so I can catch you up in the next one.
The Hook

The bait, then the rug-pull.

Tom opens on the outcome, not the problem: a local folder replaced every note-taking app he used to run. Then he names the crack in the system: what happens when you are away from the desk and an idea hits? The answer turns out to be hiding in plain sight on every iPhone, completely free.

Frameworks

Named ideas worth stealing.

05:11model

Inbox-to-PKA Pipeline

  1. Record via iPhone Shortcut into Audio Captures folder
  2. Dropbox syncs to Mac local folder automatically
  3. Claude picks up folder via terminal session
  4. Whisper.cpp and ffmpeg transcribe audio locally
  5. Claude routes transcripts to Deliverables
  6. myPKA self-organizes from there

Six-step fully local, fully free voice-to-organized-knowledge pipeline using only built-in and open-source tools.

Steal forJoeFlow positioning: this is exactly what JoeFlow does with less friction (no terminal, no Dropbox, no manual claude launch)
08:07list

Three Free Tools Stack

  1. iPhone Shortcuts (capture)
  2. Whisper.cpp + ffmpeg (transcription)
  3. Claude Code (organization)

The minimum viable local AI productivity stack. All free, no subscriptions.

Steal forThe dollar-6 Stack narrative angle; Joe could position JoeFlow as this stack collapsed into one app
CTA Breakdown

How they asked for the click.

08:30subscribe
Subscribe to the channel so I can catch you up in the next one.

Clean and short. Zero pressure, no product pitch, ends on a community question to drive comments.

Storyboard

Visual structure at a glance.

open payoff first
hookopen payoff first00:00
myPKA folder created
promisemyPKA folder created01:13
Record Audio action
valueRecord Audio action01:43
Dropbox file browser
valueDropbox file browser02:35
live test recording
valuelive test recording03:04
Action Button settings
valueAction Button settings03:52
Mac Finder audio lands
valueMac Finder audio lands04:57
Claude terminal session
valueClaude terminal session06:11
Whisper transcription running
valueWhisper transcription running07:35
Claude self-organizes
valueClaude self-organizes08:07
wrap and CTA
ctawrap and CTA08:30
Frame Gallery

Visual moments.