I built a dictation app so my voice never leaves my Mac
Every cloud dictation tool sends your voice to a server you do not own. I dictate client names, half-formed ideas, things I would never want sitting in a log I cannot see. So I built my own. It is called Pushing Talk_. Hold a key, speak, release, and your words land as text wherever you are typing. The speech-to-text runs on-device with a local Whisper model. No cloud, no account, nothing leaves the Mac. It is free. Privacy is not a feature I bolted on at the end. It is the whole reason it exists. Your voice is data, and I wanted mine to stay on the box I own. This is the part worth stealing. I did not type it out by hand. 1. I brainstormed the outcome, then turned it into a plan. 2. Codex sessions ran in parallel, each building a tight slice. 3. Claude held the spec, handed out the slices, and reviewed what came back. 4. I made the calls. BUILD WITH CODEX, SHIP WITH CLAUDE. The models are the hands. I keep the judgment. This is not "AI built my app." I decided what "done" meant, I reviewed every slice, and I am the one who shipped it. The models accelerate the middle. They do not get to define the outcome. The system around the AI is the intelligence, not the model. Define the outcome, let the build run in parallel, and keep the taste human. It was not smooth. I declared it finished three times before it actually worked, and the worst bug was one I caused myself. That story is the deep-dive. Read the deep-dive: https://aris-space.com/documents/debugging/pushing-talk-finished-three-times What would you build if the models did the hands and you kept the judgment? Stop prompting, start defining outcomes. // A<3