
If you take one tool from this whole site, take this one. Listening instead of reading removes the tax on almost every text-heavy part of ops work.
Where TTS pays off most
- Long documentation - vendor docs, RFCs, design documents
- Ticket queues - triage by ear while your eyes rest
- Email - especially long threads you've been cc'd into
- Your own writing - hearing your draft read back catches errors spellcheck misses. This is the killer feature most people skip.
Built-in options (start here, they're free)
- Windows: Narrator is heavyweight; Edge's Read Aloud is the hidden gem - works on any web page and any PDF opened in Edge, with good voices.
- macOS: System Settings → Accessibility → Spoken Content. Select any text, press the shortcut.
- Linux:
speech-dispatcherwithspd-sayfor quick use; Firefox Reader View has Read Aloud built in. - Phones: both iOS (Spoken Content) and Android (Select to Speak) will read anything on screen - useful for docs at the datacentre.
Speed is a skill
Everyone starts at 1.0x and finds it painfully slow within a week. Typical settled speeds:
- Dense/unfamiliar material: 1.1–1.3x
- Routine tickets and email: 1.5–1.8x
- Re-listening to something you wrote: 1.3x (slow enough to catch errors)
Increase by 0.1 every few days. Your comprehension at 1.5x after a month will beat your reading comprehension at any speed.
Reading code and configs aloud
TTS is poor at code but good at comments and commit messages. For configs, don't listen - diff. diff, vimdiff and side-by-side compare tools turn 'read this 400-line config' into 'look at 6 changed lines', which is a bigger accessibility win than any voice.
One workflow to steal
Morning triage: queue → TTS at 1.6x → flag by ear into three buckets (now / today / batch) → only then read the 'now' bucket with eyes. Cuts the highest-friction reading of the day by about two thirds.
Tried it? Improved it?
Tell the forum what worked and what didn’t: real experience beats recommendations, and the best answers get folded back into this guide with credit.
Related guides

Dictation-first writing: tickets, emails and docs by voice
Most dyslexic engineers explain brilliantly out loud and painfully in text. Dictation closes that gap - here's a working setup and the editing pass that makes it professional.
5 min read

A runbook template that works at 3am (for every brain)
Diagram first, one action per step, commands in blocks, explicit success criteria. Copy this template and stop writing prose runbooks.
5 min read