Stripe cofounder John Collison interviews founders, builders, and leaders over a pint.
Topics: Technology, Business, Entrepreneurship
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/1821055332/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
- What comes after smartphones, with Snap CEO Evan Spiegel April 27, 2026
- The economics and trends of the restaurant industry, with Tony Xu of DoorDash April 21, 2026
- The world of voice AI, with Mati Staniszewski of ElevenLabs April 14, 2026
- Creating prediction markets (and suing the CFTC) with Tarek Mansour and Luana Lopes Lara March 17, 2026
- Bret Taylor of Sierra on AI agents, outcome-based pricing, and the OpenAI board March 10, 2026
- Garrett Langley of Flock Safety on building technology to solve crime March 5, 2026
- Reiner Pope of MatX on accelerating AI with transformer-optimized chips February 26, 2026
- Stripe’s 2025 annual letter February 24, 2026
- Ramp founder Eric Glyman on the many ways AI is changing corporate spending February 17, 2026
- Ben Thompson from Stratechery on AI ads, the end of SaaS, and the future of media February 12, 2026
- Elon Musk on Space GPUs, AI, Optimus, and his manufacturing method February 5, 2026
- Serial entrepreneur Pieter Levels on building in public and living as a digital nomad July 9, 2025
- Cheeky Pint hosted by Stripe cofounder John Collison June 16, 2025
Any episode from this podcast is available via the API — get started.
Get any Cheeky Pint 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.