Home / The Artificial Intelligence Show
The Artificial Intelligence Show (formerly The Marketing AI Show) is the podcast that helps your business grow smarter by making AI approachable and actionable.
Topics: Marketing , Business , 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/1548733275/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
#225: GPT-5.6, ChatGPT Work, Enterprise Agents, AI 2040 & Apple Sues OpenAI July 14, 2026
#224: Fable 5 Is Back, Palantir CEO’s Explosive Interview, the Pillars of Business AI Transformation & OpenAI Offers 5% of Company to US Government July 7, 2026
#223: AI Answers - AI Washing, Flatter Org Charts, Advice for Students, Agent Security & the AI Writing Gap July 2, 2026
#222: GPT-5.6, Government Staggers AI Model Releases, Agents Are Transforming Work & Growing Data Center Backlash June 30, 2026
#221: Anthropic vs. the White House, Microsoft CEO on the Future of Firms & AI’s Token Crisis June 23, 2026
#220: AI Answers - The 2026 State of AI for Business Report June 18, 2026
#219: Claude Fable 5, OpenAI IPO, Apple Siri AI Finally Unveiled & Is the Era of Affordable AI Over? June 16, 2026
#218: Anthropic IPO, Trump AI Executive Order, Rising AI Costs & OpenAI Merges Codex Into ChatGPT June 9, 2026
#200: Anthropic vs. the Pentagon, OpenAI's $110B Round, Interview with Claude Code’s Creator & Block’s AI-Driven Layoffs March 3, 2026
#189: Is Claude AGI?, AI Change Management, Nvidia-Groq Deal, Meta Acquires Manus, Yann LeCun Speaks Out & OpenAI Preps AI Device January 6, 2026
Any episode from this podcast is available via the API — get started .
Get any The Artificial Intelligence Show 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.