Clarity
Voice transcription · LiveRecord in the browser and get a verbatim Whisper transcript. A Claude pass then removes filler words, and you can toggle between Clean and Verbatim views, with removed words marked rather than lost.
The clean pass can only delete. Claude returns the exact spans to cut, and the server removes only text it finds verbatim, so no word is ever rewritten or added.
The repo also has its own coding agent. A GitHub Actions pipeline built on the Claude Agent SDK triages each issue and posts a plan. Once the plan is approved, it writes the change and opens a PR after CI passes. A person always does the merge.