Home / Joe Lonsdale: American Optimist
American Optimist, hosted by Joe Lonsdale: entrepreneur, investor, and founder of four multi-billion dollar companies and other mission-driven organizations. American Optimist is an alternative to the fear, cynicism, and zero-sum thinking in mainstream media.
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/1573141757/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
Ep 159: Aaron Cannon Is Building the Leading AI Customer Research Platform; It's About to Upend a $140B Industry July 2, 2026
Ep 158: Nima Ghamsari on Blend's Comeback & the Power of AI Agents and Infinite Workforce June 18, 2026
Ep 157: Scott Nolan on the AI Energy Crisis & America's Nuclear Renaissance June 5, 2026
Ep 153: Palantir CTO Shyam Sankar on Heretics, AI Weapons, and Rebuilding the Arsenal of Democracy May 8, 2026
Ep 151: The Myth of Michael Milken with Richard Sandler April 24, 2026
Ep 150: How AI Is Transforming Diligence, Decision-Making & the Future of Investing with John Melas-Kyriazi April 17, 2026
Ep 148: JoeBen Bevirt, Founder & CEO of Joby Aviation — Flying Cars Have Arrived April 3, 2026
Ep 114: Flying Cars Are About to Change the World — Joby CEO JoeBen Bevirt June 4, 2025
How the Renaissance Sparked an Entrepreneurial Explosion with Jeannette zu Fürstenberg March 16, 2022
Any episode from this podcast is available via the API — get started .
Get any Joe Lonsdale: American Optimist 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.