Home / Gartner ThinkCast
Gartner ThinkCast puts you at the intersection of business and technology with insights from the top experts on how to build a more successful organization, team and career in the Digital Era. Join us every Tuesday to get your competitive advantage.
Topics: Technology , 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/1144653856/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
Start With AI Literacy: Why Most Leaders Are Missing the Point July 23, 2026
AI Needs People: Why CIOs Are Rethinking the Productivity Play July 9, 2026
How Executives Actually Talk About AI June 25, 2026
The 3 Practices for Leading Through Uncertainty June 18, 2026
Get AI ROI Unstuck: From Productivity to True Business Value June 11, 2026
The AI Services Split: From Digital to Phygital June 4, 2026
The 2026 Hype Cycle for Agentic AI: What Leaders Need to Know May 28, 2026
Turn AI Risk Into a Resilience Advantage May 21, 2026
Scaling Agentic AI: Why CIOs Can't Go It Alone May 14, 2026
Inside the Top Cybersecurity Trends for 2026 May 7, 2026
The 4 Cs of Manager Communication: How to Build Trust, Clarity and Engagement April 28, 2026
AI After the Hype: Why Scaling Value Means Quitting More April 21, 2026
The "AI-Free" Trust Disruption: Backlash or the Future of Responsible AI? April 14, 2026
The AI Upskill Most Teams Are Overlooking April 7, 2026
Human Moments That Matter in an AI‑Driven Customer Experience March 31, 2026
How AI Really Thinks — and Why It Hallucinates March 24, 2026
AI Is Ready, Your Workforce Isn't: Why AI ROI Falls Short March 17, 2026
No APIs, No AI: Organizing Software Engineering for Today's AI Reality March 10, 2026
Mastering the Hype Cycle: How Cybersecurity Leaders Win With AI March 3, 2026
A World Without Truth: Building TrustOps for the AI Era February 24, 2026
IT Operations Are Not Ready for AI Agents: How to Respond Today February 17, 2026
Nail Your Next Board Presentation: The Framework Every CIO Needs February 10, 2026
Your CEO's Priorities for 2026: The New Executive Playbook February 3, 2026
The Disruptions That Will Reshape Everything by 2030 January 27, 2026
HR's New Mandate: Redesign Work for the AI Era January 20, 2026
The Truth Behind AI Layoffs and the Future of Work Trends for 2026 January 13, 2026
Gartner's CIO Agenda for 2026: The A.R.T. of Effective Execution January 6, 2026
Any episode from this podcast is available via the API — get started .
Get any Gartner ThinkCast 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.