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.
Read if. Skip if.
- 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.
- 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.
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.
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 →Where the time goes.

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

02 · The free tool nobody uses
iPhone Shortcuts: built-in, free, and completely ignored by most people.

03 · Build the shortcut
Create myPKA folder in Shortcuts, add Record Audio action set to start immediately.

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

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

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

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

08 · Control Center tile
Adds shortcut to Control Center as a second trigger point.

09 · Audio lands on Mac instantly
Opens Finder: audio files appear in Audio Captures via Dropbox sync in real-time.

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

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

12 · Self-organization
Claude creates a transcript MD file in Deliverables, reports what it found and what it did. No manual linking.

13 · Wrap and CTA
Three free tools. One personal knowledge assistant. Soft subscribe ask.
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.
Steal the pipeline.
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.
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.
Things they pointed at.
Lines you could clip.
“I never need to link things again manually.”
“You can have it all for free just using your iPhone if you have one.”
“I want to have it in the final destination, in my local folder, on my MacBook, ready for my AI to pick up.”
Word for word.
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.
Named ideas worth stealing.
Inbox-to-PKA Pipeline
- Record via iPhone Shortcut into Audio Captures folder
- Dropbox syncs to Mac local folder automatically
- Claude picks up folder via terminal session
- Whisper.cpp and ffmpeg transcribe audio locally
- Claude routes transcripts to Deliverables
- myPKA self-organizes from there
Six-step fully local, fully free voice-to-organized-knowledge pipeline using only built-in and open-source tools.
Three Free Tools Stack
- iPhone Shortcuts (capture)
- Whisper.cpp + ffmpeg (transcription)
- Claude Code (organization)
The minimum viable local AI productivity stack. All free, no subscriptions.
How they asked for the click.
“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.



































































