Reddit's AI reads posts aloud. The lesson is the curation
Reddit is turning text posts into AI-voiced videos, but it picks the posts by hand. That split — automated render, human selection — is the part worth copying.

Reddit's AI is now turning text posts into video, with synthetic voices reading the original post and a handful of comments out loud. The Verge's Jay Peters reported the experiment on 17 August 2026, and one detail in it matters far more than the AI voices do.
Reddit is choosing the posts by hand.
That single sentence is the whole product decision. Everyone will talk about the text-to-speech. The interesting engineering is the part that isn't automated.
🎙️ What Reddit actually shipped
The mechanics are modest, and that's fine:
- Selected text posts get a video version. AI voices read the main post plus some of the comments.
- The on-screen text highlights as it's read, karaoke style.
- A label under the video reads "Real conversation voiced by AI."
- A toggle at the top switches between Read (the normal thread) and Play (the video).
- The Verge cites a live example: an eight-year-old r/boardgames thread with 101 replies about road-trip games, rendered as a three-minute video.
Reddit spokesperson Rosa Kim told The Verge the rollout hits iOS and Android starting Tuesday, and framed the scope narrowly:
"This is an early, limited experiment to understand whether people find these formats useful and how we can deliver them in a way that feels authentic to Reddit."
CEO Steve Huffman had already hinted at it on an earnings call, noting an "emerging content type" of channels that are just AI voices reading Reddit threads. Reddit is insourcing a format other people were already monetising with Reddit's own content.
🛠️ The AI does the render. A human does the picking
Look at where Reddit spent its judgement. Text-to-speech is a solved, cheap, commodity step. Deciding which of a decade's threads is worth three minutes of someone's attention is not solved, and Reddit did not try to automate it.
Key takeaway: Automate the rendering, not the selection. The render is the cheap part; picking what deserves rendering is where the quality lives, and it's the last thing you should hand to a model.
This inverts how most small teams approach AI content. The usual pattern is: let the model choose the topic, let the model write it, then have a human polish the output. Reddit did the opposite. A human chose, the model executed, and the output carries a visible label saying a machine voiced it.
If you're a two-person team here shipping a product with a content archive behind it, that ordering is the cheaper one to run. Curating fifty of your best existing pages costs a couple of afternoons. Generating five hundred new ones costs API money forever and buys you a moderation problem.
📊 One archive, four renders
Reddit didn't create content. It re-rendered content it already had, and that's the reusable idea. Your last two years of documentation, tutorials, or support answers are already an archive.
| Render | Cost to produce | Data cost to the reader | Best for |
|---|---|---|---|
| Original text | Already paid for | Kilobytes | Search, scanning, copy-paste |
| Audio narration | Minutes per item, free tier available | ~1.5 MB per 3 min at 64 kbps | Commutes, background listening |
| Text-highlight video | Same TTS plus a render step | ~20 MB+ per 3 min at 1 Mbps | Social feeds, short attention |
| Summary card | One model call | Kilobytes | Sharing, previews |
Those data figures are arithmetic from stated bitrates, not measurements of Reddit's own encode. But the order of magnitude is the point: a video render of a thread is roughly a thousand times heavier than the thread. On a metered Sri Lankan mobile data pack, that difference is real money, and it is why the Read/Play toggle is the most respectful thing in Reddit's design. Text stays canonical. Video is opt-in.
If you build anything similar, copy the toggle before you copy the AI.
⚡ Trying the same pipeline this week, for free
You do not need Reddit's budget to test whether an audio render of your content is worth anything. The whole loop is four steps:
- Pick five pieces by hand. Your five most-read pages, not five random ones. This is the step you don't delegate.
- Generate narration. Our free text-to-speech tool runs entirely in your browser, and the AI voice generator gives you a downloadable MP3 if you want something more natural-sounding.
- Listen to all five yourself, end to end. This is where you'll find out that your writing has three-line sentences that are unlistenable.
- Ship them alongside the text, never instead of it. Label the voice as synthetic. Reddit does.
If nobody plays them after a fortnight, you've spent an afternoon and learned something. That's a better trade than committing to an automated content pipeline you then have to maintain.
🔍 Where this breaks, and it will
The Verge names two failure modes directly: mispronunciation and citing incorrect comments. Both get worse in our context, not better.
- Names. English TTS engines mangle Sinhala and Tamil names with cheerful confidence. If your content is full of place names, personal names, or Sinhala loan words, listen before you publish. Every time.
- Attribution. When a voice reads a comment aloud without visible authorship, the quote gets detached from the person who wrote it. In text you can see who said what. In audio, you're trusting the pipeline's ordering.
- Sarcasm. Reddit runs on tone. A flat synthetic voice reading a sarcastic reply produces the opposite meaning, and there is no fix for this at the TTS layer.
- Old threads. The example post is eight years old. Advice ages. A slick video render makes stale information feel current, which is a trust problem dressed up as a format upgrade.
None of these are reasons not to try it. They're reasons the human stays in the selection loop permanently, not just during the pilot.
💡 What this means for you
The takeaway isn't "add AI voices to your site." It's that format, not content, is the constraint most small teams are actually hitting. You probably have more good material than you have ways for people to consume it.
So: keep text as the source of truth, add a render or two on top, label anything synthetic plainly, and keep a person deciding what's worth rendering. Reddit, with a great deal more engineering available to it than either of us has, chose exactly that division of labour. Worth noticing why.
Original source
Reddit’s AI is turning posts into podcasts and short videos