AIToday
Open-Source AIHacker NewsPublished: Jun 14, 2026, 04:00 JST1 min read

A software engineer transcribed ten hours of archived podcast interviews overnight on his laptop using free open-source AI models, a task that would have been impractical in 2016.

A software engineer transcribed ten hours of archived podcast interviews overnight on his laptop using free open-source AI models, a task that would have been impractical in 2016.

3 Key Points

  1. What happened

    The author used WhisperX (which wraps OpenAI's Whisper large-v3 model) and pyannote.audio (for speaker diarization — splitting audio by speaker) running locally on his Apple Silicon laptop to transcribe and label a ten-episode podcast archive. The work took roughly twice real-time per episode (about 14 hours of compute total) and produced searchable, timestamped transcripts with speaker labels for each conversation.

  2. Why it matters

    In 2016, decent speech-to-text was a paid cloud service and speaker identification was a research-level challenge; transcribing ten hours of interviews yourself was not realistic. The same end-to-end task now runs locally, without API bills or leaving the machine, requiring only a free Hugging Face account and an evening of time. This marks a concrete shift in what one person can do with open-source AI tools on consumer hardware.

  3. What to watch

    Both WhisperX and pyannote.audio run on CPU with int8 quantization and require no GPU, though performance on Apple Silicon is slow (roughly twice real-time). The diarization models are gated on Hugging Face and require accepting license terms before download. The final transcripts are now published on episode pages with clickable timestamps linking to the audio.

Ask the AI about this article →

Get the latest Open-Source AI news every morning

For example, today's edition would include:

  • DataAgent launches with $10M to auto-fix Kubernetes faultsSiliconANGLE AI · 5h ago
  • Z.ai runs GLM on 100,000 Chinese AI chipsDIGITIMES Asia · 8h ago
  • Broadcom Unveils VMware AI Factory for Faster Private AITop Companies AI · 17h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleResearchers have built a single AI model called Count Anything that reliably counts objects across wildly different image types—crowds, cells, vehicles, bacteria—a task that has until now required separate specialized systems.