Ben Holmes @bholmes.dev · Jan 12

I wanted to add transcription to my notes app, but I wanted to do it differently. What if while you're talking, an agent can answer your questions as they come up? In this UI, we transcribe on the bottom and answer your questions on the top. At the end, we format it all as one nice note ✏️

13 likes 2 replies

?

Replies

Nmn · Jan 14

👏

Ben Holmes · Jan 12

The approach is pretty cool: - Transcribe using an on-device model (I'm using nvidia parakeet v3 via FluidAudio library) - When a ? is detected, ask the agent. Not perfect, but enough to capture the magic - When done, send both your transcript and the answers to make a formatted note with Gemini v3