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
Fetch every episode as speaker-labeled Markdown in one script:
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 -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
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
Any episode from this podcast is available via the API — get started .
Get any Leveraging AI 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.