Click any tag below to further narrow down your results
Links
FreeFlow is a free, open-source dictation app for Mac that transcribes speech and cleans up the output using AI, then pastes it directly into any text field. It works with Groq's API by default but lets you plug in any compatible transcription or LLM service.
- Transcription completes in under 1 second using Groq, with optional local model support despite higher latency
- Cleans up filler words and uses app context to spell names and technical terms correctly, with customizable vocabulary lists
- Fully open source under MIT license with no server component—all API calls stay between your Mac and your chosen provider
- Supports both hold-to-talk (Fn key) and tap-to-toggle (Command-Fn) modes, plus custom text-paste commands
After six months and over 44,000 dictated words with Wispr Flow at 161 wpm, the author tried FluidVoice. It’s an open-source, local Mac app that corrects in real time without an API key and handles slang better. They canceled their paid plan in favor of FluidVoice.
- After 44,414 dictated words at 161 wpm (top 0.1% of Wispr users), the author switched from Wispr Flow to FluidVoice
- FluidVoice is open-source, runs entirely locally on Mac with no API key or cloud dependency, and corrects mistakes in real time
- It handled slang better than expected and matched or beat Wispr Flow's performance, prompting cancellation of the paid Wispr subscription
Garry Tan introduces gstack, a toolset designed to streamline software development using AI. By simulating a team of specialized roles, it enables solo developers to ship code faster and more efficiently. The article outlines its features and how it transforms the development process.
- Garry Tan claims he shipped 600,000+ lines of code in 60 days while running Y Combinator, using this workflow
- gstack packages 15 Claude Code tools that simulate a full team (CEO, Designer, Eng Manager, Release Manager, Doc Engineer, QA) so one person can run a solo "software factory"
- The toolset is open-source and installable, giving solo developers a structured command-based workflow from planning through shipping