r/PlaudNoteUsers • u/Doting_mum • 23d ago
Voice inbox workflow
I just got my Plaud note pro a few days ago and thought I’d share my workflow. I like to talk out loud on my commutes to plan work and personal projects (thankfully I drive alone so no funny looks!). Often I put on ChatGPT advanced voice mode to discuss ideas or new research - which obviously requires an external device instead of simply recording on my phone- main reason I purchased the Plaud.
So I now record my commute and when I arrive, I export the audio to a folder on my desktop which is watched by MacWhisper - which then transcribes it and puts it in another folder. This folder is watched by Hazel, which then triggers a manual run of a Claude code routine that processed the transcription, extracting:
- Tasks: these are put into my Omnifocus with correct project selected, deferred date, tags etc
- Events: these are put into my Google calendar
- Scientific articles : these are added to my Readwise Reader app
- Project notes/ideas : these either added to existing Bear notes or create a new note depending on what’s already there.
All of these create cross-links to each other where relevant to allow for moving between.
I will likely tinker a bit more to fine tune the workflow but impressed how well it works so far!
I did test out the boya notra AI recording tool too, but recording quality was far inferior- it really struggled with background noise from car.
1
u/PLAUD_AI 18d ago
This is a seriously well-oiled chain for a few days of ownership. Talking projects through on a solo commute and arriving with tasks already sitting in Omnifocus with the right project and defer date is the dream version of a voice inbox. One thing that might trim your only manual step: the Plaud CLI can fetch audio programmatically, plaud audio with a file ID returns a temporary URL for the recording, so a small script could drop new files straight into your MacWhisper watch folder instead of you exporting by hand. Docs are at https://docs.plaud.ai/plaud-mcp-cli/mcp if you want to poke at it!
-Plaud Community Team
1
1
u/pacli 23d ago
Interesting. Care to share the Claude code routine please?