Home / Everyday AI Podcast – An AI and ChatGPT Podcast
The Everyday AI podcast is a daily livestream, podcast and free newsletter where we help everyday people grow their careers with AI. The Everyday AI podcast is hosted by Jordan Wilson, a former journalist who's now the owner of a boutique digital strategy company with 20 years of martech experience.
Topics: Technology , Business , Entrepreneurship
Transcribe the entire archive
804 episodes of Everyday AI Podcast – An AI and ChatGPT Podcast have transcripts. Fetch them all as speaker-labeled Markdown in one script — 1 credit each, and re-fetching one you already have is free:
curl -s -H "x-api-key: YOUR_KEY" \
https://spoken.md/podcasts/1683401861/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 -sf -H "x-api-key: YOUR_KEY" \
-o "${id}-${slug}.md" \
https://spoken.md/transcripts/$id || rm -f "${id}-${slug}.md"
sleep 0.34
done
Already-saved files are skipped — safe to re-run after a top-up.
804 credits. Credits never expire. Excludes VAT, added at checkout for EU customers.
Example Transcripts
Ep 808: OpenAI’s limited release of GPT-5.6, Mythos starts slow reinstatement, OpenAI gets spicy and more AI news June 29, 2026
Ep 806: Desktop Agent Lingo Simplified: Goals, Loops, Plans, Subagents and how it works in Codex and Claude Code June 25, 2026
Ep 805: Codex Record and Replay: How to Teach an Agent Once Your Most Time-Consuming Workflows June 24, 2026
Ep 804: Open Source Surge? Does GLM-5.2 Make Open Source an Enterprise Priority? (Start Here Series Vol 29) June 23, 2026
Ep 803: Anthropic Continues Fable Fight, Microsoft Goes Open Source, Midjourney’s Big Pivot and More AI News That Matters June 22, 2026
Ep 802: ChatGPT’s Task Comeback, Claude’s Design upgrade, Codex Copies your workflow and 7 other Fresh AI features you’ll Want to use Today June 19, 2026
Ep 801: Fable 5 Drama Updates: The latest Between Trump vs. Anthropic and How it Impacts You June 18, 2026
Ep 800: Celebrating our 800th Episode: 8 AI Truths, 10 Smart AI Moves and 10 Questions You Must ask June 17, 2026
Ep 799: AI SuperApps: Why Every Company is Racing to Create One and What They are June 16, 2026
Ep 798: SpaceX goes public, OpenAI declares pricing war, Microsoft stops Claude Fable use and more AI news June 15, 2026
Ep 797: Claude's Mythos and Fable 5, Google’s New Live AI, ChatGPT’s New Powers and 7 Other AI Features You Can’t Afford To Not Use June 12, 2026
Ep 796: New Claude Fable 5 and Mythos 5: Anthropic's Boldest, Riskiest Launch June 11, 2026
Ep 795: Codex Sites: The Lovable and Replit Killer? A hands-on Guide to Codex Sites June 10, 2026
Ep 794: Apple’s New Siri AI: Productivity Gamechanger or More Apple Intelligence Marketing Fluff? June 9, 2026
Ep 793: Apple’s WWDC AI plans, U.S. Gov wants equity in Big Tech, OpenAI’s business moves and more June 8, 2026
Ep 792: Autonomous Copilot agents, new Codex tools, Github CoPilot app and 7 more AI updates you should be using June 5, 2026
Ep 791: Microsoft Build Recap: 4 New AI Features That Stood Out June 4, 2026
Ep 790: How To Make Slides with AI: Hands on Comparison With the 9 Most Popular Options June 3, 2026
EP 458: AI News That Matters - February 10th, 2025 February 10, 2025
These are examples, not the full list — see everything available from this show via the API, get started .
Thousands of transcripts fetched by people building searchable podcast archives
Get any Everyday AI Podcast – An AI and ChatGPT Podcast episode as clean, speaker-labeled Markdown — ready for your AI agent.
curl -H "x-api-key: YOUR_KEY" \
https://spoken.md/transcripts/1000774704040
No subscription. Credits never expire. Prices exclude VAT, added at checkout for EU customers. Try free with pt_demo .