Home / Embracing Digital Transformation
Dr. Darren Pulsipher, Chief Enterprise Architect for Public Sector, author and professor, investigates effective change leveraging people, process, and technology. Which digital trends are a flash in the pan—and which will form the foundations of lasting change?
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/1501881754/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
#367 How Mid-Sized Companies Can Beat the Giants with AI July 14, 2026
#366 Why Cultural Intelligence Is the Hidden Advantage in Global Business and AI July 8, 2026
#365 How to Successfully Lead AI Transformation in Your Organization July 2, 2026
#364 How AI Is Transforming Small Business and Entrepreneurship June 30, 2026
#363 Making Industry 4.0 Viable: When the Real World Meets Digital Transformation June 25, 2026
#362 Why Most Mergers Fail: Culture, Technology, and Leadership Lessons June 23, 2026
#361 How AI is Reshaping Education and College Admissions June 23, 2026
#360 The Power of Resilience: Why Emotional Regulation Matters in the Age of AI June 23, 2026
#359 Unlocking Data Potential: Insights from Data Pioneer June 11, 2026
#358 Why 95% of AI Projects Fail and How to Succeed June 11, 2026
#357 The Future of HR: Navigating Disruption and AI June 4, 2026
#356 How Human-Centric Leadership Transforms Business June 4, 2026
#355 From Mars to Data Centers: AI that Prevents Cloud Outages. June 4, 2026
#353 AI Leadership in the Real World: Accountability, Decisions, and Transformation June 4, 2026
#349 Overcoming Transformation Fatigue in the Age of AI June 4, 2026
#327 AI Workflow Automation Augmenting Marketing Teams June 4, 2026
Any episode from this podcast is available via the API — get started .
Get any Embracing Digital Transformation 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.