Home / The Logan Bartlett Show
Startups grow faster and avoid costly mistakes when they learn from those who came before them. In each episode, we sit down with the people behind today’s most important startups and extract the tactics, lessons, and frameworks they’ve learned the hard way.
Topics: Technology , Business , Investing
Transcribe the entire archive
163 episodes of The Logan Bartlett Show have transcripts. Fetch them all as speaker-labeled Markdown in one script — 1 credit each, and re-fetching one you already have is free:
curl -s -H "x-api-key: YOUR_KEY" \
https://spoken.md/podcasts/1606770839/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 -sf -H "x-api-key: YOUR_KEY" \
-o "${id}-${slug}.md" \
https://spoken.md/transcripts/$id || rm -f "${id}-${slug}.md"
sleep 0.34
done
Already-saved files are skipped — safe to re-run after a top-up.
163 credits. Credits never expire. Excludes VAT, added at checkout for EU customers.
Example Transcripts
EP 145: Rick Smith (CEO, Axon): The Wild Ride From Near-Bankruptcy to $50B+ May 30, 2025
EP 127: Marc Benioff (CEO, Salesforce): the Future of Digital Labor & the Agentic Era January 10, 2025
EP 108: Olivier Pomel (CEO, Datadog) Shares Every Lesson From Scaling to $40B June 14, 2024
EP 102: Armon Dadgar (Co-Founder, HashiCorp) Reflects 48-Hours After Selling to IBM May 3, 2024
EP 92: Mike Volpi (Partner, Index Ventures) Top AI Investor Predicts How The AI Wave Will Play Out January 26, 2024
EP 90: Eric Vishria (General Partner, Benchmark Capital) Behind The Scenes of Benchmark’s Boldest Bets January 12, 2024
Peter Fenton (Partner, Benchmark) on VC and Founder Mindsets, Inflation, and the Current Market State July 14, 2023
EP 62: Keith Rabois (Partner, Founders Fund) Lessons from Peter Thiel & Reid Hoffman, and Why He'd Never Invest in a Remote-First Company April 28, 2023
EP 60: Scott Raney and Satish Dharmaraj (Investors, Redpoint) Breakdown Venture Capital and Why AI Will Be Bigger Than Mobile April 14, 2023
EP 58: Annie Lamont (Co-founder, Oak HC/FT) - The State of the Market and Being a VC in the 90s March 31, 2023
EP 43: Semil Shah (Partner, Haystack) - The State of Venture, Investing in Figma, Hashicorp, Doordash and Almost Investing in Coinbase December 9, 2022
EP 30: Conversation with Plaid & Column Founder William Hockey, Covering Adam Neumann with Author Maureen Farrell and Common Founder Brad Hargreaves August 19, 2022
These are examples, not the full list — see everything available from this show via the API, get started .
Thousands of transcripts fetched by people building searchable podcast archives
Get any The Logan Bartlett Show episode as clean, speaker-labeled Markdown — ready for your AI agent.
curl -H "x-api-key: YOUR_KEY" \
https://spoken.md/transcripts/1000710552169
No subscription. Credits never expire. Prices exclude VAT, added at checkout for EU customers. Try free with pt_demo .