
“Beta Beta. I’m not a tomato.”
Transcription time.
Let me explain what I’ve been up to. So I got it in my head that if I’m going to share ideas, thoughts and projects, that the best way for me to do it was audio file recordings. So I’m not typing.
This isn’t a tutorial. It’s a description of a system I trust enough to run unattended
I wasn’t trying to build an AI product.
I was trying to remove friction from my thinking.
I record ideas when I walk, when I’m tired, when typing feels like work. What I wanted was a system that respected that reality — not one that asked me to adapt to it.
I wanted a way to record my thoughts out loud and have them turn into usable text automatically.
- No subscriptions.
- No dashboards.
- No “AI workspace.”
- No babysitting
- full privacy and content ownership
Just: record audio → drop it in a folder → get a transcript. And sometimes, a WordPress draft waiting for me.
Most tools that do this well cost money, require logins, or quietly train on your data. So I built my own local transcription and publishing pipeline on macOS instead — using my GPU, native tools, and a small amount of glue code.
Here’s what the system does:
- Watches a folder for audio files
- Converts them if needed
- Transcribes locally using my Mac’s GPU
- Writes a clean text file
- Optionally creates a WordPress draft — only if I explicitly ask for it
That’s it.
subscribe & don’t miss out
By subscribing to my newsletter you will receive updates on new content when I publish.
Your email address is sacred, and never sold. I treat it like my own.
Under the hood, this uses whisper.cpp, macOS LaunchAgents, and a small amount of Python glue — but the details matter less than the contract.
This is talking that’s been transcribed to text. I built a software that runs on the macOS platform.
You simply sit there and watch the progress go by, and you’ll end up seeing a transcript with TXT extension inside another folder. What’s the big deal, right?
The audio file and the creation of the transcript never leaves my laptop. My audio file doesn’t go to the cloud.
My transcription file does not come from the cloud.
I have built a miniature AI workflow.
What do I mean by that?
My technical background is in solving problems inside software and computer systems. So I have the background to make this work. If all goes well, this audio file will go through what I’ve built.
There’s a difference between:
- automation that empowers judgment
- automation that erodes it
Most tools optimize for speed or scale. I wanted something that optimized for trust — especially when the system is running while I’m not paying attention.
So if you are a developer on macOS or you like a little adventure on your laptop and are brave enough to jump in to the terminal, you can safely give it a go. However, I cannot be held liable if you somehow issue a command that erases your hard drive.
My next step for this software is to create an installer file you can drop on your laptop and if you give it permission, it can install exactly the system I have working. It will install it on your laptop.
Let me see how this experiment goes. Hopefully this will go through transcription with flying colors and at that point, let’s take a pause, regroup, check out the progress and then let’s move forward again. It doesn’t matter if it feels like an inchworm or hopping like a frog.
Let’s see if we can get this to work.
If interested, here is another post about this project.
Here is a simple diagram showing what’s going on in this process.

OK, here is a video recording of the beta test with the results.
It works!
The transcription does take a long time. I need to deal with that. However big picture is that all the text above happened in that video. That’s a win for now.
I can now record audio while half asleep, drop it in a folder, and walk away.
Later, I’ll find a transcript waiting.
Sometimes, a draft post.
Always, something I chose.
That’s the difference between a tool and a system.
If interested, here is another post about this project.
—
Transcribed locally using whisper.cpp (Metal)
https://github.com/berchman/macos-whisper-metal



