DevelopmentDecision Matrix18 min readPublished August 4, 2026

Six open projects scored against two paid leaders · subscription vs one-time vs free is the real axis

Open-Source Voice Dictation vs Wispr Flow and Friends

Whisper-family engines are free and MIT-licensed. Handy is a finished, fully local dictation app that costs nothing. VoiceInk sells a lifetime licence instead of a subscription. So what exactly are you paying Wispr Flow and superwhisper for — and when is that fee still the right call?

DA
Digital Applied Team
Senior strategists · Published August 4, 2026
PublishedAugust 4, 2026
Read time18 min
SourcesRepos, vendor pages, ASR roundups
Wispr Flow Pro
$15/mo
or $12/user/mo billed annually
Vendor pricing page
VoiceInk licence
$29–69
one-time, 1 to 3 Macs
No subscription
Best open ASR result
5.33%
Granite Speech 4.1 average WER
Whisper 7.44%
Handy on GitHub
28.9k
stars, MIT, fully local
$0, no paid tier

Open-source voice dictation has quietly become good enough that the interesting question is no longer whether a free stack can transcribe your speech accurately — it can — but who does the wiring. The Whisper family is MIT-licensed and free. Finished local apps exist and are actively maintained. Yet the paid leaders keep growing, which means they are selling something the engines do not.

That something is rarely raw accuracy. It is the hotkey, the text injection into whichever app has focus, the filler-word cleanup, the punctuation, the model download manager, the crash recovery and the support address. Those are product problems, not model problems, and they are exactly where a self-hosted stack costs you hours instead of dollars.

This guide scores the open side honestly — openai/whisper, whisper.cpp, faster-whisper, Handy, VoiceInk and FreeFlow — against Wispr Flow and superwhisper on accuracy evidence, speed, formatting intelligence, privacy posture, setup time and ongoing cost. Every price is labelled by the surface it was published on, every accuracy figure is labelled with the benchmark and date it came from, and where a widely circulated number has no disclosed methodology, we say so instead of repeating it. For the paid field on its own terms, see the companion piece, the paid-tools field guide, which puts Wispr Flow, superwhisper and Aqua Voice head to head.

Key takeaways
  1. 01
    The real axis is not open vs paid.It is subscription vs one-time vs free, crossed with who does the wiring. VoiceInk sells a lifetime licence on GPLv3 source; superwhisper is paid software running an Apache-2.0 model locally. Those two do not sit on opposite sides of anything.
  2. 02
    Whisper is roughly two WER points off the open leaders.A Whisper baseline is reported at 7.44% average word error rate against 5.33% for the best open model on the same July 2026 roundup of the Hugging Face Open ASR Leaderboard — a gap of 2.11 points, and one you will notice mostly on proper nouns and jargon.
  3. 03
    Open source does not mean local.FreeFlow is genuinely open source and free, but its default path sends audio to a cloud transcription provider using a free Groq API key. Private-by-default is a separate property from source-available, and most roundups blur them.
  4. 04
    Handy is the strongest free daily driver.MIT-licensed, Windows, macOS and Linux, Whisper-family or Parakeet models, Silero voice activity detection, no cloud calls. Roughly 28,900 GitHub stars at the time of writing — about twelve times FreeFlow's count.
  5. 05
    A paid app now ships a fully open model.superwhisper added Cohere Transcribe, an Apache-2.0 two-billion-parameter model, as a bundled local option on July 28, 2026. The tidy story where open equals private and paid equals cloud no longer describes the market.

01Two LayersAn engine is not an app.

Almost every disappointing experiment with open-source dictation starts with the same category error: downloading an inference engine and expecting it to behave like a product. The Whisper family is a set of libraries and command-line tools. They turn an audio file into text. They do not listen for a global hotkey, they do not know which application has keyboard focus, and they do not paste anything anywhere.

The engine layer is genuinely excellent and genuinely free. The reference implementation from OpenAI carries roughly 106,800 GitHub stars under an MIT licence at the time of writing, and the two reimplementations most people actually deploy sit beneath it. What the layer does not contain is a dictation experience — that has to come from an app on top, which you either install or write.

Reference
openai/whisper
MIT · Python · ~106,800 stars

The original implementation both popular ports reimplement. Excellent as a baseline and for research, heavy for real-time use, and with no dictation interface of any kind.

github.com/openai/whisper
Speed port
whisper.cpp
MIT · C/C++ · ~52,600 stars

The C/C++ port that made local Whisper practical on ordinary laptops. It is the runtime a large share of open dictation apps build on, including the Whisper-family path inside Handy.

github.com/ggml-org/whisper.cpp
Throughput
faster-whisper
MIT · CTranslate2 · ~24,800 stars

A CTranslate2 reimplementation. The project states it runs up to four times faster than the original at the same accuracy with lower memory use, and that 8-bit quantization improves it further on both CPU and GPU.

github.com/SYSTRAN/faster-whisper

Star counts are a crude proxy, but the shape here is informative. The reference repository is the most starred by a wide margin because it is what everyone reads about; whisper.cpp is what a great many people actually run. If your goal is batch work rather than live typing — meeting recordings, podcast archives, call libraries — the engine layer on its own is the right answer, and we covered that build in detail in our guide to self-hosted transcription pipelines. This post is about the other job: speaking into the application you already have open.

02AccuracyWhat the open leaderboard actually says.

Word error rate is the only accuracy number in this space with a shared definition, and it is published for models, not for products. That distinction matters more than it sounds: you can find a WER for Whisper Large V3 or for Cohere Transcribe, but no vendor publishes an end-to-end WER for Wispr Flow or for superwhisper as shipped products. Any single percentage attached to a dictation app should be treated as marketing until a methodology appears next to it.

A July 2026 roundup of the Hugging Face Open ASR Leaderboard puts the current open ceiling in context. Cohere Transcribe, a two-billion-parameter Apache-2.0 model, topped the board at 5.42% average WER in March 2026, and IBM Granite Speech 4.1 — also two billion parameters and also Apache 2.0 — reached 5.33% roughly five weeks later. A Whisper baseline in the same roundup sits at 7.44%.

Average word error rate · open speech models · lower is better

Source: MarkTechPost roundup of the Hugging Face Open ASR Leaderboard, July 23, 2026. Lower is better; bar length is proportional to WER.
Granite Speech 4.1IBM · 2B params · Apache 2.0 · best result in the roundup
5.33%
Cohere Transcribe2B params · Apache 2.0 · leaderboard top spot, March 2026
5.42%
Parakeet TDT 0.6B v3NVIDIA · CC-BY-4.0 · 3,332x RTFx throughput
6.32%
Whisper baselineMIT · the family every open dictation app ships
7.44%

Read that gap carefully before you draw a conclusion from it. The distance from the Whisper baseline to the best open result is 2.11 points of WER. That is real — it shows up on proper nouns, product names, acronyms and accented speech, which is precisely the vocabulary knowledge workers dictate most. It is also not the chasm the framing sometimes implies, and it comes with a licence trade-off: the newer leaders are Apache 2.0 or CC-BY-4.0, while the Whisper family is MIT with a runtime ecosystem nothing else can match.

NVIDIA Parakeet is the interesting middle. The current TDT 0.6B v3 checkpoint posts 6.32% average WER — 1.12 points better than the Whisper baseline and within a single point of the leaderboard best — at a reported real-time factor of 3,332x, among the fastest throughput figures on the board. An earlier 1.1B Parakeet variant was benchmarked at roughly 8.0% WER in a January 2026 comparison, so the line improved by about 1.68 WER points while shedding half its parameters. That is why Handy and superwhisper both offer a Parakeet path alongside Whisper.

One number deserves a warning rather than a citation. Cohere Transcribe appears at 5.42% on the March leaderboard reading and at 5.35% in superwhisper’s own July 28 post about bundling it. Those are almost certainly different model versions or different benchmark subsets rather than a contradiction, and the honest move is to carry both with their dates rather than quietly picking the flattering one.

Why Whisper still wins deployments
A July 2026 analysis of the open ASR field notes that Whisper has been overtaken on accuracy by roughly ten open models, then explains why it keeps shipping anyway: “MIT is the least encumbered license in the field. The runtime ecosystem — whisper.cpp, faster-whisper, WhisperX — has no equivalent among the newer releases.” That is the trade every open dictation app is making: a couple of WER points, in exchange for a runtime that already runs everywhere. Source: MarkTechPost, July 23, 2026.

03The Open FieldThe self-hosted stack, scored on what matters.

Most open-source dictation roundups list projects and stop. The two columns that decide whether a project is usable are almost never filled in: whether it runs fully locally by default, and how much wiring you have to do before it types a word. Here is the field with both columns answered.

The open-source voice dictation field scored on licence, platforms, whether the tool runs fully locally by default, how much setup it needs, cost, and GitHub stars at the time of writing, split into inference engines you must wire yourself and ready-to-run dictation apps.
ProjectLicencePlatformsFully local by defaultWhat you actually getCostGitHub stars
Engines — you wire the hotkey and the typing yourself
openai/whisperMITAnywhere Python runsYes — local weightsReference implementation. No interface, no hotkey, no text injection.Free~106,800
whisper.cppMITmacOS, Linux, WindowsYes — local weightsC/C++ runtime plus CLI. The layer most open dictation apps build on, not a dictation app.Free~52,600
faster-whisperMITPython via CTranslate2Yes — local weightsReimplementation the project states is up to 4x faster than the original at equal accuracy, with lower memory use.Free~24,800
Ready-to-run dictation apps — install and speak
HandyMITWindows, macOS, LinuxYes — no cloud callsTauri app. Whisper-family GGML/GGUF models or Parakeet V3, plus Silero voice activity detection to trim silence.Free~28,900
VoiceInkGPLv3macOS only — Apple Silicon, macOS 14.4+Yes — vendor states on-device processingPolished app with filler-word removal and punctuation. Source-available, but the maintainer is not accepting pull requests.Free from source; $29 / $49 / $69 one-time for the built binary (tryvoiceink.com)~5,800
FreeFlowOpen source — check the repomacOS onlyNo — default path calls a cloud transcription APIWispr-Flow-styled client. Needs a free Groq API key; an OpenAI-compatible provider setting can point it at a self-hosted endpoint instead.Free client; provider cost applies~2,400

The column that changes decisions is the fourth one. Three of these six are engines, which means the honest cost of adopting them is not zero — it is an afternoon of wiring plus whatever maintenance the glue script needs when the operating system changes its accessibility permissions. Two are finished apps that run entirely on your machine. One is a finished app that is open source and free and still sends your audio to somebody else’s servers unless you reconfigure it.

One clarification worth making because keyword lists keep dragging it into comparisons like this one: Willow is an ESP32-based, Apache-2.0, self-hosted wake-word voice assistant — an open alternative to a smart speaker, with its own inference server — rather than a desktop dictation tool, so it is not a Wispr Flow alternative in any useful sense.

The star spread is also worth reading as a maintenance signal rather than a popularity contest. Handy sits at roughly 28,900 stars, around twelve times FreeFlow’s count, and the long tail below them contains Wispr Flow clones with double-digit or even zero star counts. Finding an open-source alternative on GitHub and finding a maintained one are different achievements, and the second is the one that matters when a macOS update breaks text injection.

"After dedicating the past 5 months to developing this app, I've decided to open source it for the greater good."— Beingpax, VoiceInk creator, project README

04The Privacy TrapOpen source does not mean local.

The single most common error in this category is treating source-available and private-by-default as the same property. They are independent. A closed binary can run entirely on your machine. An MIT-licensed client can stream every syllable you speak to a third-party inference API. If privacy is the reason you are looking at open source at all, the licence tells you almost nothing — you have to read what the default configuration does.

FreeFlow is the clean illustration. It is free, it is open source, it is explicitly positioned as an alternative to the paid dictation apps, and its own documentation is candid about the architecture: there is no FreeFlow server, so the project stores and retains nothing, and the only information leaving your computer is the API calls to your configured transcription and language-model provider. That is an honest description of a client that, out of the box, asks for a free Groq API key and sends audio to it. The OpenAI-compatible provider setting means you can point it at a self-hosted endpoint, but that is a deliberate reconfiguration, not the default path.

Read the default, not the licence
Before you adopt any dictation tool on privacy grounds, answer three questions from primary documentation: where does the audio go on first run, what has to change for it to stay on the device, and who holds the key if a cloud provider is involved. FreeFlow is open source and calls a cloud API by default. Handy is open source and makes no cloud calls at all. Both descriptions are accurate; only one of them is a privacy posture.

Handy is the counter-example, and it is the reason it earns the free-daily-driver slot in the table above. It is built with Tauri — a Rust backend with a React and TypeScript front end — and it runs transcription through either a Whisper-family GGML/GGUF path or a CPU-optimised Parakeet V3 path, with Silero voice activity detection filtering silence before anything is transcribed. All of that happens on the machine. Distribution is through GitHub releases, a community-maintained Homebrew cask and winget, and there is a community Raycast integration on top.

The project is unusually clear about what it is optimising for. Its README states plainly that Handy is not trying to be the best speech-to-text app — it is trying to be the most forkable one — and frames the motivation as accessibility tooling belonging in everyone’s hands rather than behind a paywall. That is a genuinely different product goal from Wispr Flow’s, and it explains both the strengths and the gaps you should expect.

Three pricing models are competing here, and conflating them is how most comparisons go wrong. Wispr Flow sells a per-seat subscription. superwhisper sells a subscription with a lifetime escape hatch. VoiceInk sells a one-time licence for a binary whose source is already public. All figures below come from each vendor’s own pricing surface at the time of writing.

Wispr Flow · pricing page
Per-seat subscription
15/user/mo

Flow Pro is $15 per user per month billed monthly, or $12 per user per month billed annually — $144 a year, about 20% below the $180 twelve monthly payments would cost. Pro adds unlimited dictation, command mode, prioritised support, early features and centralised team billing. Enterprise is quoted by sales.

Free tier: 2,000 words/wk desktop
superwhisper · vendor site
Subscription or lifetime
8.49/mo

Pro is $8.49 a month, with a discounted annual rate described on the site as two months free, or $249.99 once for a lifetime licence. The free tier already includes unlimited use of small local models, voice-to-text in any app, meeting recording and 100+ languages. Enterprise is custom, with SOC 2 Type II.

Lifetime pays back in ~29 months
VoiceInk · tryvoiceink.com
One-time licence, no renewal
29–69 once

Solo is $29 for one Mac, Personal $49 for two and described as the most-picked tier, Extended $69 for three — each a lifetime licence with lifetime updates and a 14-day money-back guarantee. Building the GPLv3 source yourself is free, but forgoes auto-updates and support.

Source is free; the binary is not

Run those numbers over a realistic horizon and the spread is larger than the monthly figures suggest. Three years of Wispr Flow Pro on the annual rate is $432 per seat; three years of monthly billing is $540. superwhisper’s $249.99 lifetime licence overtakes its own $8.49 monthly rate at about 29 and a half months — call it two and a half years — and costs nothing after that. VoiceInk’s $49 Personal tier is $383 less than three years of Wispr Flow Pro on the annual rate, for one Mac fewer than most teams need and macOS only.

None of which settles anything by itself, because the free tiers are more generous than the headline prices imply. Wispr Flow’s free tier allows 2,000 words a week on desktop and 1,000 a week on iPhone, with unlimited Android use described on the pricing page as a limited-time promotion. For occasional dictation that is a real product, not a trial. For heavy use it is not: one independent reviewer logged 182,718 dictated words during an extended trial, which is around 91 weeks of the free desktop allowance compressed into a single evaluation.

On speed, be careful which claim you are quoting. Wispr Flow markets dictation at roughly 220 words per minute against roughly 45 words per minute for average keyboard typing, framed as four times faster — that is a vendor comparison, not an independent benchmark. The one methodology-disclosed test we found is a single reviewer’s extended self-measurement across 182,718 words in 36 different macOS applications, which lands at a little over twice his own typing speed. Both numbers are useful; only one of them tells you what happened in someone’s real workflow.

"I'm an above-average typist at 90 WPM, but with Wispr Flow, I consistently hit 184 WPM."— Zack Proser, independent reviewer, Wispr Flow Review 2026

Platform coverage is the other thing the subscription buys. Wispr Flow runs on Mac, Windows, iOS and Android for dictation, with its Notetaker meeting-transcription feature limited to Mac; it supports 100+ languages with automatic detection, and its MCP integration feeds dictated text directly into Claude, ChatGPT and other AI tools. The same reviewer notes that Linux remains the one platform gap. superwhisper covers macOS on both Apple Silicon and Intel, plus Windows and iOS. VoiceInk is Apple Silicon only. Handy is the only finished app in this comparison that covers Windows, macOS and Linux for free.

06Boundary BlurA paid app now ships a fully open model.

The clean version of this comparison — open source is free and private, paid software is polished and cloud-based — stopped describing the market on July 28, 2026. That is the day superwhisper announced Cohere Transcribe as a bundled local model option: an Apache-2.0 licensed, two-billion-parameter open speech model that had ranked at the top of the Hugging Face Open ASR Leaderboard. superwhisper’s post reports 5.35% average WER for it, dropping to 1.25% on clean audio, across 14 languages including English, French, Spanish, Mandarin, Japanese and Arabic. The app wraps that model with its own vocabulary and jargon handling. Both companies are based in Toronto.

Read that as a structural signal rather than a product update. The model layer in speech recognition has commoditised to the point where a paid application’s best local option is a model anyone can download for free, and the vendor’s contribution is the wrapper around it — the vocabulary handling, the model management, the app integrations. That is the same value proposition Handy declines to charge for and VoiceInk charges once for. The differentiator has moved off the model entirely.

What the blur means for your decision
If the paid tools and the open tools are increasingly running the same weights, then accuracy is no longer the axis you are buying on. What is left is the wrapper: hotkey reliability, text injection into the app that has focus, formatting cleanup, model management, platform coverage and someone to email when it breaks. Price the wrapper honestly and the comparison gets much simpler.

Projecting forward, two things follow. First, per-seat dictation subscriptions will find it progressively harder to justify a model-quality story, which pushes them toward the features an open project structurally cannot match at speed: enforced enterprise controls, mobile parity, meeting capture, and integration surfaces like MCP that plug dictation into agent workflows. Second, expect more one-time licences. VoiceInk already demonstrates that a source-available app can charge for the compiled binary and the support relationship rather than for the software itself, and superwhisper’s lifetime tier is a hedge in the same direction. The subscription is the part of this market with the least defensible floor.

07Verdict FrameworkFive options, scored on six axes.

This is the load-bearing table. Every cell is either sourced from a vendor page, a project README or a dated benchmark, or it says plainly that no published figure exists — which is itself the most useful answer in three of the accuracy cells.

Six-axis comparison of do-it-yourself Whisper engines, Handy, VoiceInk, Wispr Flow and superwhisper across accuracy evidence, speed, formatting intelligence, privacy posture, setup time and ongoing cost.
AxisDIY Whisper enginesHandyVoiceInkWispr Flowsuperwhisper
Quality signals — what is actually published
Accuracy evidenceWhisper baseline 7.44% WER (July 2026 roundup); you pick the checkpointSame Whisper-family models, or Parakeet V3 at 6.32% WERNo disclosed benchmark. Vendor markets near-perfect accuracy — treat as marketing copyNo product-level WER published. Circulating accuracy percentages carry no methodologyNo product-level WER; bundled Cohere Transcribe reported at 5.35% (vendor) and 5.42% (leaderboard, March 2026)
Speedfaster-whisper states up to 4x the original at equal accuracy; 8-bit quantization helps furtherCPU-optimised Parakeet path; Silero VAD trims silence before transcriptionOn-device on Apple Silicon; bundles Parakeet and WhisperKitVendor claims ~220 WPM vs ~45 WPM typing; one independent test logged 184 WPM vs 90 WPMWhisper Tiny to large-v3-turbo and Parakeet on-device on Apple Silicon; Intel Macs steered to cloud
Formatting and AI editingNone. Raw transcript; punctuation and cleanup are yours to buildTranscription-first by design; extend it by forkingVendor lists filler-word removal, punctuation and spacing, mid-sentence self-correctionCommand mode on Pro; MCP integration feeds Claude, ChatGPT and other AI toolsVocabulary and jargon wrapper around the selected local model
Cost and control — what it takes from you
Privacy postureFully local. Nothing leaves the machineRuns entirely locally; the project states there are no cloud callsVendor states 100% on-device, voice data never leaves the MacCloud service. Enterprise adds SOC 2 Type II, ISO 27001, enforced HIPAA and Privacy Mode, SSO/SAML, SCIM, audit logs, MDMVendor states audio stays on-device in Apple Silicon local mode; Enterprise carries SOC 2 Type II
Setup cost (your time)Highest. Build or install the runtime, fetch models, then write the hotkey and text-injection glue yourselfInstall from a GitHub release, Homebrew cask or winget, pick a model, set a hotkeyBuy and install, or build the GPLv3 source free and forgo auto-updates and supportInstall and sign inInstall, then download a local model if you want on-device mode
Ongoing cost$0 plus your own hardware$0$0 after a $29 / $49 / $69 one-time licence (tryvoiceink.com)Free tier 2,000 words/week desktop; Pro $15/user/mo monthly or $12/user/mo annually (pricing page)Free tier with small local models; Pro $8.49/mo or $249.99 lifetime (vendor site)

Three patterns fall out of the grid. The accuracy row is the least differentiated — four of the five options are running models from the same small pool, and the one place a real number exists for a product is superwhisper’s bundled open model. The formatting row is the most differentiated, and it is where the subscription earns its keep. The setup row is where the free options collect their real price, denominated in your afternoons rather than your card.

Notice what the empty accuracy cells imply. If no vendor publishes an end-to-end word error rate, then nobody comparing these products — including us — can rank them on accuracy with evidence. Anyone who does is either quoting a model benchmark as though it were a product benchmark, or repeating a number whose methodology was never disclosed. That is a reasonable thing to be annoyed about, and a very good reason to run a fortnight of your own dictation through two candidates before committing a team. Structuring that kind of evidence-first tool evaluation is a standard first step in our AI and digital transformation engagements.

08DecisionWho should self-host, and who should stay paid.

The right answer depends far more on your constraints than on any model score. Four profiles cover most people asking this question.

Individual on any OS
Free, local, cross-platform

Handy is the default. MIT, Windows, macOS and Linux, no cloud calls, Whisper-family or Parakeet models, and no account to create. If it holds up over a fortnight of real work, the paid tier has to justify itself against zero rather than against a competitor.

Install Handy first
Mac-only, hates subscriptions
One-time licence

VoiceInk buys a polished on-device app for $29 to $69 once, with lifetime updates and a 14-day money-back guarantee on tryvoiceink.com. Accept two conditions: Apple Silicon only, and the maintainer is not accepting pull requests, so the GPLv3 source is a fork target rather than a contribution path.

Buy the licence once
Heavy dictator across devices
Pay the subscription

If you dictate on a phone as well as a laptop, need meeting capture, or want dictation feeding an AI tool through MCP, Wispr Flow covers ground no open project matches today. Its free tier is generous enough to test the workflow before the $15 per user per month decision.

Stay paid, start free
Regulated or engineering-led team
Wire it yourself

Where audio genuinely cannot leave your infrastructure, or you need dictation embedded in an internal tool, the engine layer is the only option that gives you full control. Budget for the glue: hotkeys, text injection, model updates and OS permission changes are ongoing work, not a one-off.

Build on whisper.cpp

For teams, the arithmetic is worth doing before the debate. Ten seats of Wispr Flow Pro on the annual rate is $1,440 a year; ten VoiceInk Personal licences is $490 once, and ten Handy installs is nothing. The subscription still wins whenever a single hour of engineering time a month would be spent maintaining the alternative — which is most of the time, in most organisations. It stops winning when the open option is already a finished app, which is exactly what has changed.

The same reasoning applies to the output side of the voice pipeline, where the open models have moved just as fast; if you are building anything that speaks back as well as listens, our guide to open-source text-to-speech covers that half. And for the broader picture of which open projects are worth a team’s attention this year, see the open-source AI project map. When the answer is to build rather than buy, our custom application work is where that wiring usually lands.

09ConclusionThe fee is for the wrapper, not the model.

Where open dictation stands, August 2026

Pick on wiring and platform coverage, not on accuracy claims.

Open-source dictation has crossed the line from project to product. Handy is a finished, cross-platform, fully local app under an MIT licence that costs nothing. VoiceInk is a polished macOS app you buy once. The engines underneath both are the same MIT-licensed Whisper family that a paid competitor is also shipping, alongside an Apache-2.0 model anyone can download.

So the honest framing is not open versus paid. It is subscription versus one-time versus free, crossed with who does the wiring. On accuracy, the published evidence puts the Whisper family about two WER points behind the open leaders and gives you nothing at all for the products themselves — which means anyone ranking dictation apps by accuracy percentage is quoting something that was never measured. On everything else, the differences are concrete: platform coverage, mobile, meeting capture, enterprise controls, and whether a human answers when it breaks.

Our practical recommendation is unglamorous. Install the free local app first and dictate real work through it for two weeks. If it holds, you have your answer and it costs nothing. If it does not — if you need Android, or a Notetaker, or SOC 2 in a procurement document — you now know exactly what the fee is buying, which is a much better position to negotiate from than assuming the paid tool simply hears you better.

Choose tooling on evidence, not marketing

When the model is free, the only thing left to buy is the wiring.

We help teams evaluate open-source and commercial AI tooling on evidence rather than marketing copy — benchmarking on your own data, costing the maintenance honestly, and building the internal wiring when self-hosting is the right call.

Free consultationExpert guidanceTailored solutions
What we work on

Open vs commercial AI tooling

  • Self-host vs subscribe evaluations with real cost models
  • Local speech and transcription pipelines on your hardware
  • Privacy and data-residency review of AI tooling defaults
  • Internal tools that embed dictation and transcription
  • Vendor claim verification against primary benchmarks
FAQ · Open-source dictation

The questions we get every week.

On the model layer, largely yes — and the comparison is impossible to make precisely, because no vendor publishes an end-to-end word error rate for Wispr Flow or superwhisper as shipped products. What is published is model-level. A July 2026 roundup of the Hugging Face Open ASR Leaderboard puts a Whisper baseline at 7.44% average WER against 5.33% for the best open model, a gap of 2.11 points that shows up mainly on proper nouns and jargon. Open apps such as Handy run those same Whisper-family models, or NVIDIA Parakeet TDT 0.6B v3 at 6.32%. Accuracy percentages you see attached to dictation products in secondary roundups generally carry no disclosed methodology, so treat them as marketing rather than evidence, and run a fortnight of your own speech through two candidates instead.
Related dispatches

Continue exploring open-source AI.

Development

Open-Source Browser Agents That Actually Work: Benchmarked

browser-use, Skyvern, Stagehand and Playwright MCP compared on control, licence and the benchmark that actually stresses logins, 2FA and real web forms.

August 4, 2026 · 14 minRead
Development

Four Open-Source Deep Research Agents, Tested Honestly

GPT-Researcher, Open Deep Research, STORM and Local Deep Research do different jobs. What each is good at, what a report costs, and where they fall short.

August 4, 2026 · 14 minRead
Development

MCP Goes Stateless July 28: What Breaks, What Gets Cheaper

An MCP spec is scheduled to finalize July 28 with a stateless core that drops sticky sessions. What the announced change breaks and where hosting gets cheaper.

July 21, 2026 · 14 minRead
Development

Cloudflare Temporary Accounts for AI Agents, Explained

Cloudflare now lets AI agents deploy Workers instantly with no signup via temporary accounts. How the claim flow works, the limits, and when to use it in 2026.

June 20, 2026 · 12 minRead
Development

API Error Handling and Resilience: 2026 Reference Guide

A 2026 engineering reference to API error handling: RFC 9457 problem details, retries with backoff and jitter, idempotency keys, and circuit breakers.

June 19, 2026 · 12 minRead
Development

Marketing Data Pipelines in 2026: An ETL-to-Activation Guide

The modern marketing data stack splits ingestion, transformation, and activation into composable layers. A 2026 build-vs-buy guide to ETL, dbt, and reverse ETL.

June 15, 2026 · 12 minRead