Home / a16z crypto show
The a16z crypto show explores how decentralized networks are reshaping money, ownership, and the architecture of the internet. We go beyond the hype to look at what’s actually working, what isn’t, and what comes next as crypto continues to go mainstream and blockchains become core infrastructure.
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/1622312549/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
Why auction design matters (ft. Nobel economist Paul Milgrom) July 17, 2026
Why markets fail — and how to fix them (ft. Nobel economist Alvin Roth) July 14, 2026
Leslie Lamport on the Science of Distributed Systems June 25, 2026
Before Blockchains, There Was State Machine Replication (ft. Barbara Liskov and Tim Roughgarden) June 22, 2026
How Bitcoin Rewired a Classic Computer Science Problem (ft. Tim Roughgarden and Ittai Abraham) June 22, 2026
Eddy Deep Dive June 12, 2026
The end of ads? AI agents are about to change how we buy April 27, 2026
How Bots, Deepfakes and AI Agents Are Forcing a New Internet Identity Layer April 17, 2026
Why Solana keeps getting faster — and what's next (ft. Jito Labs CEO Lucas Bruder) April 3, 2026
Vitalik Buterin vs Beff Jezos: AI Acceleration Debate (E/acc vs D/acc) March 25, 2026
AI Is Changing the Internet. What Does It Mean for Creators? (with Justin and Michael Blau) March 17, 2026
The Emmy Built on ETH: Emily Yang aka pplpleasr on the Future of Storytelling March 13, 2026
AI Just Gave You Superpowers — Now What? March 5, 2026
Why Tokenize? Fidelity on Onchain Assets and the Next Phase of Adoption March 4, 2026
When Bots Have Bank Accounts: The Rise of the Agent Economy (With Sean Neville, Catena Labs) March 3, 2026
From Eater to Blackbird: Ben Leventhal on Restaurants, Loyalty, and Rebuilding Payments February 11, 2026
Bridge CEO Zach Abrams: Stablecoins Are The Next Platform for Money February 2, 2026
Why Privacy Will Be the Biggest Moat in Crypto January 30, 2026
Any episode from this podcast is available via the API — get started .
Get any a16z crypto show 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.