Home / AI DAILY: Breaking AI News Handpicked For The Curious Mind
Dive into the forefront of artificial intelligence with the AI DAILY podcast. Our human-curated selection ensures you're always in the loop with the most riveting and ahead-of-the-curve AI news.
Topics: Tech News , News
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/1691332416/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
WOMAN MARRIES CHATBOT December 17, 2025
AI COMPANIONS EXPLOIT December 15, 2025
AI: YOUR NEW LIFE COACH December 10, 2025
AI: ACTUALLY PRETTY HILARIOUS December 8, 2025
AI: POWERFUL POLITICAL PERSUADER December 5, 2025
AI TAKES OVER EVERY JOB December 1, 2025
AI MUSIC, FTW November 12, 2025
AI STARTS A NEW COLD WAR November 10, 2025
AI STARTS TO BECOME SELF-AWARE November 7, 2025
AI STARTS TO BUY STUFF November 5, 2025
USING AI TO CHEAT AT HOBBIES November 3, 2025
AI MAKES WORK OPTIONAL October 31, 2025
AI TRANSFORMATION NOW October 29, 2025
AI ZOOMERS V AI DOOMERS October 27, 2025
AI MEASURES HUMAN PAIN October 24, 2025
WHEN AI KNOWS EVERYTHING October 20, 2025
QUANTUM & AI SUPERCHARGE EACH OTHER October 15, 2025
BRACE FOR AI BACKLASH October 13, 2025
AI RIVALS HUMAN EXPERTS October 10, 2025
Any episode from this podcast is available via the API — get started .
Get any AI DAILY: Breaking AI News Handpicked For The Curious Mind 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.