As an organizational psychologist, Adam Grant believes that great minds don't think alike; they challenge each other to think differently.
Topics: Society & Culture
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/1554567118/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
- How to challenge your self-limiting beliefs with Shawn Achor August 4, 2026
- The science of the cold plunge with Chris Ballard July 28, 2026
- Why we need friction in relationships with Dana Suskind July 21, 2026
- How to prevent corporate corruption with Eric Ries July 14, 2026
- The craft of storytelling with Ann Patchett July 7, 2026
- What Finnish president Alexander Stubb learned from golfing with Trump June 30, 2026
- Creative anxiety, self-doubt, and procrastination with Fredrik Backman June 23, 2026
- The one skill you need to succeed in your career in a turbulent world - by Adam Grant | from Radio Davos May 26, 2026
- How Adam Grant uses data and intuition to make life decisions | from WorkLife with Molly Graham May 21, 2026
- Brené and Adam on What They Will Never Agree On | from The Curiosity Shop with Brené Brown and Adam Grant March 24, 2026
Any episode from this podcast is available via the API — get started.
Get any ReThinking 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.