Home / Leveraging AI
Dive into the world of artificial intelligence with 'Leveraging AI,' a podcast tailored for forward-thinking business professionals. Each episode brings insightful discussions on how AI can ethically transform business practices, offering practical solutions to day-to-day business challenges.
Topics: Marketing , Business
Transcribe the entire archive
303 episodes of Leveraging AI 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/1676634678/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.
303 credits. Credits never expire. Excludes VAT, added at checkout for EU customers.
Example Transcripts
305 | Mastering AI Automation: Custom GPTs to Agents with Isar Meitis June 30, 2026
304 | Chat is dead... long live agents - 99.8% of tokens used by OpenAI are now agentic (Codex), Google stock down 7.2% on top researchers departure, AI is transforming healthcare, and more AI news for the week of June 26, 2026 June 27, 2026
303 | From ChatGPT to Codex: How AI Agents Are Transforming Marketing and Business Operations with Dan Sanchez June 23, 2026
302 | ChatGPT 1B user milestone but slips below 50% market share, GLM 5.2 takes the lead in coding, Microsoft CoPilot Cowork now available, and more AI news for the week ending on June 19 2026 June 20, 2026
301 | The AI That Builds Itself — And the Government Hand That Pulls the Plug, the largest IPO in History, and AI companies legally liable for hallucination outcomes, and more AI news for the week of June 12, 2026 June 16, 2026
300 |💥 AI done right - behind the scenes of the most advanced AI company I work with, with Ari Supran, CEO of Sonance June 13, 2026
191 | The craziest week in AI news history 🤯 Microsoft, Google, Anthropic and OpenAI major announcements, and more important AI news for the week ending on May 23rd, 2025 May 24, 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 Leveraging AI episode as clean, speaker-labeled Markdown — ready for your AI agent.
curl -H "x-api-key: YOUR_KEY" \
https://spoken.md/transcripts/1000774823800
No subscription. Credits never expire. Prices exclude VAT, added at checkout for EU customers. Try free with pt_demo .