Home / Hard Fork
“Hard Fork” is a show about the future that’s already here. Each week, journalists Kevin Roose and Casey Newton explore and make sense of the latest in the rapidly changing world of tech.
Subscribe today at nytimes.com/podcasts or on Apple Podcasts and Spotify.
Topics: 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/1528594034/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
The A.I. Trade Secrets War + Economists Say ‘We Must Act Now’ + HatGPT July 17, 2026
Do Social Media Bans Work? + A Conversation About A.I. Consciousness + Tool Time July 10, 2026
Fable Ban Reversed + Dr. Dana Suskind on Parenting With A.I. + Prediction Market Drama July 3, 2026
‘The Daily’ and ‘The Opinions’: How A.I. Is Changing Loneliness and Taste June 26, 2026
‘Hard Fork’ Live, Part 3: Differing Visions of an A.I. Future June 19, 2026
‘Hard Fork’ Live Part 2: Dylan Field on Standing Out in the A.I. Era June 17, 2026
‘Hard Fork’ Live, Part 1: Satya Nadella and Cindy Cohn June 12, 2026
Hot I.P.O Summer + What Is A.I. Doing to Math? + HatGPT June 5, 2026
Our Field Trip to Google I/O + A Sit-Down With Sundar Pichai + System Update May 22, 2026
A.I. Safety Is So Back + Mythos Mayhem with Nikesh Arora + Hot Mess Express May 15, 2026
The Future of Addictive Design + Going Deep at DeepMind + HatGPT April 3, 2026
Any episode from this podcast is available via the API — get started .
Get any Hard Fork 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.