The 28% problem
Salesforce's State of Sales report has been making the same uncomfortable point for three years running: the average sales rep spends about 28–30% of their week actually selling. The rest is admin — logging calls, updating deal stages, dragging cards across columns, typing "left voicemail, will follow up Tuesday" into a comment field that nobody reads.
Voice notes are supposed to fix that. And as a workflow they actually do: speaking is roughly 3× faster than typing, and the friction-to-capture for "what just happened in that meeting" drops to about ten seconds. Voice-to-CRM adoption grew 340% in 2025, the fastest-growing CRM automation category of the year.
The pitch is simple. Walk back to the car after a meeting. Open the lead. Hold a button and talk. The system transcribes the audio, parses out the structured actions — stage changes, deal value updates, follow-up tasks — and applies them. You're done before you've put the key in the ignition.
The catch is in step three. Most tools that do this ship your audio to a cloud server first.
Where every major voice-to-CRM tool sends your audio
The standalone voice-AI middleware vendors — Otter, Fathom, Fireflies, Gong — built their stack around cloud transcription because that was the only option in 2020. The CRM-native voice features that arrived later (Salesforce Einstein Voice, HubSpot Breeze voice, Close's notetaking, monday AI) followed the same architecture: capture audio on the phone, upload to a transcription endpoint, return the transcript and a structured summary, store the audio in the vendor's storage layer.
The architecture is fine for desk-bound inside sales on a stable Wi-Fi connection. It creates four problems for everyone else.
The audio file becomes a record. Your customer's voice — name, statements, sometimes confidential business detail — is now in a third-party storage system. The vendor's DPA covers retention; the practical question is whether the customer knew they were being captured into someone else's archive. In healthcare, financial advisory, and insurance, this is a meaningful exposure.
It depends on connectivity. Field reps live in parking garages, basements, rural client sites, and elevators. The voice note that's supposed to capture the meeting before you forget the details is gated by whether you have signal in the moment.
It's metered. Every transcription minute costs the vendor money. They pass it back as either a per-seat tier upgrade ($30–$125/user/month is typical) or a usage cap on the cheap tier.
It moves through more hands than you think. Your audio file, your transcript, the model output, and the structured action extraction can pass through three or four different sub-processors before it lands in your CRM. Most reps have never read the chain.
What changes when transcription happens on the device
Two things happened in 2024–2025 that made the cloud step optional for the first time.
The iOS Speech framework got materially better. It runs entirely on the device, supports 60+ languages, and produces transcripts that are good enough for sales notes — which don't need broadcast-quality accuracy. It works on iPhone XS and later. There's no API key, no quota, no latency penalty for distance to a data center.
Apple Foundation Models shipped in iOS 18 and got an on-device structured-output API in the updates that followed. That's the part that matters for CRM: the transcript becomes a list of typed actions you can review and apply. Stage changes, deal value updates, new tasks with due dates, contact properties. The model that does this extraction lives on the device's Neural Engine. The same silicon that already does Face ID.
Together, the two pieces close the workflow without a round trip:
1. You hold the button and dictate. The Speech framework transcribes in real time.
2. Foundation Models parse the transcript into a structured list of actions.
3. You review the actions on screen, tap accept, and the CRM applies them to the lead.
The verifiable test takes 30 seconds: turn on Airplane Mode, open Yuzen, dictate a voice note, watch the transcript and the structured actions appear. The audio file never touched a server because there is no server in the loop.
The Yuzen workflow, concretely
The voice-note flow inside Yuzen looks like this. Open the lead. Tap the microphone in the lead detail view. Talk:
"Met with Sarah at Acme. Strong fit. They want a 50K pilot starting in June. Move to Proposal. Send the contract draft by Friday."
Two screens later you see:
- Transcript saved to the lead.
- Stage → Proposal.
- Deal value → $50,000.
- New task → "Send contract draft", due Friday.
You review the parsed actions, untoggle anything you didn't actually mean, and tap apply. The whole interaction takes about 30 seconds and runs without internet.
The audio file is a separate decision. By default, Yuzen keeps it locally so you can replay it later. If you'd rather not retain audio at all, the setting to discard it after transcription is one toggle. Either way, the file is not uploaded.
Quick comparison
Public docs and product pages, as of mid-2026. Verify against your current vendor before relying on it — voice-AI architectures change quickly.
| Tool | Audio sent to cloud? | Transcription runs on | Structured action extraction runs on |
|---|---|---|---|
| Otter | Yes | Cloud | Cloud |
| Fathom | Yes | Cloud | Cloud |
| Fireflies | Yes | Cloud | Cloud |
| Gong | Yes | Cloud | Cloud, proprietary |
| Close (Notetaking) | Yes | Cloud | Cloud |
| Salesforce Einstein Voice | Yes | Cloud | Cloud, OpenAI / Anthropic |
| HubSpot Breeze voice | Yes | Cloud | Cloud, OpenAI |
| Yuzen | No | Device (Speech framework) | Device (Foundation Models) |
If everything in your sales day happens at a desk on a stable connection, the cloud column doesn't really matter to you. If it doesn't — if you spend half your week in the field, in cars, in regulated client environments — the cloud column is the difference between a tool that works in the moment and one that doesn't.
Why this matters more for field sales
Inside sales has the easiest CRM workflow in the industry. Two screens, a stable network, a desk, infinite time to type. The tools that get celebrated in CRM marketing — long meeting summaries, post-call analysis, AI follow-up email drafts — are designed for that environment.
Field sales is the opposite shape. The capture window is 30 seconds long, between a meeting and the next thing. The connection is whatever the parking garage has. The user has one hand free and is walking. The tool that helps in this context is one that works the way the user already works — speaking instead of typing, on the device they already have, without depending on a network round trip.
Regulated verticals — insurance, financial advisory, healthcare adjacent — have an additional constraint. Recording a client conversation into a third-party server is a different compliance question than writing a note about it. Most field reps in those industries have never quite worked out where the line is, because the tools never made the distinction obvious. On-device transcription removes the question entirely: nothing was recorded into a third party's system because the system isn't there.
The five-second test
If you're shopping voice-to-CRM right now, the test that separates the architectures is this: turn on Airplane Mode and try to dictate a note. If transcription stops, the audio was going to a server. If it keeps working, the model is on the device.
Everything else — speaker accuracy, language support, integration depth — is a tier-two question. The connectivity question is the one that determines whether the workflow survives contact with a real field-sales day.
The short version
Voice-to-CRM is genuinely the right answer. Speaking is faster, the capture friction is lower, and the parsed actions land on the right lead more reliably than manual logging.
The architecture question — cloud or device — is what decides whether the workflow holds up in the field. For desk-bound inside sales, either works. For field reps and anyone in a regulated vertical, on-device is the version that doesn't fail in the moments that matter.
Yuzen does on-device transcription with the iOS Speech framework, on-device structured action extraction with Apple Foundation Models, and bills it at $7.99/month with no separate AI tier — because there's no metered cloud cost behind it.