Home / Google DeepMind: The Podcast
Join mathematician and broadcaster Professor Hannah Fry as she goes behind the scenes of the world-leading research lab to uncover the extraordinary ways AI is transforming our world. No hype. No spin, just compelling discussions and grand scientific ambition.
Topics: Science , Technology
Transcribe the entire archive
Fetch every episode as speaker-labeled Markdown in one script:
curl -s -H "x-api-key: YOUR_KEY" \
https://spoken.md/podcasts/1476316441/episodes \
| jq -r '.episodes[] | "\(.id) \(.title)"' \
| while IFS=' ' read -r id title; do
slug=$(echo "$title" | tr '[:upper:]' '[:lower:]' | tr -cs 'a-z0-9' '-' | sed 's/-*$//')
[ -f "${id}-${slug}.md" ] && continue
curl -s -H "x-api-key: YOUR_KEY" \
-o "${id}-${slug}.md" \
https://spoken.md/transcripts/$id
sleep 0.34
done
Each episode costs 1 credit. Already-saved files are skipped — safe to re-run after a top-up.
Example Transcripts
Understanding the inner thoughts of AI July 10, 2026
When millions of AI agents meet June 23, 2026
10 Years of AlphaGo: The Turning Point for AI | Thore Graepel & Pushmeet Kohli March 10, 2026
The Future of Intelligence with Demis Hassabis (Co-founder and CEO of DeepMind) December 16, 2025
The Arrival of AGI with Shane Legg (co-founder of DeepMind) December 11, 2025
AlphaFold: Grand Challenge to Nobel Prize with John Jumper November 28, 2025
Waymo: The future of autonomous driving with Vincent Vanhoucke November 6, 2025
Pt.2 Beyond Phishing: Cyber Threats in the Age of AI with Four Flynn October 16, 2025
Pt.1 Beyond Phishing: Cyber Threats in the Age of AI with Four Flynn October 9, 2025
Genie 3: An Infinite World Model with Shlomi Fruchter and Jack Parker-Holder August 22, 2025
A Whistle Stop Tour of AI Creation with Paige Bailey July 10, 2025
The Nature of AI: Solving the Planet's Data Gap with Drew Purves June 19, 2025
Any episode from this podcast is available via the API — get started .
Get any Google DeepMind: The Podcast episode as clean, speaker-labeled Markdown — ready for your AI agent.
curl -H "x-api-key: pt_demo" \
https://spoken.md/transcripts/{episodeId}
No subscription. Credits never expire. Try free with pt_demo.