xhillman/wisp ? reverse-engineered prompt
Reverse engineered prompt
Build me a small macOS app called Wisp that lets me hold a key, speak, and then release to paste clean text into whatever app my cursor is in. It should feel like a simple push to talk dictation tool for the Mac, with a floating voice indicator near the notch while I’m talking, and it should work globally so I can use it in any text field.
I want it to stay fully on device, so transcription and text cleanup happen locally and nothing gets sent to the cloud. If Apple Intelligence is available, clean up filler words and punctuation before pasting, but if not, just paste the raw transcript. Make it use the microphone and accessibility permissions properly, and add a basic menu bar control so I can turn the cleanup on or off.
If you need to check anything about the latest macOS speech or on device AI APIs, look up the current docs online.
Are you gonna build this?
make sure you review the code using coderabbit