Home / How I AI
How I AI, hosted by Claire Vo, is for anyone wondering how to actually use these magical new tools to improve the quality and efficiency of their work. In each episode, guests will share a specific, practical, and impactful way they’ve learned to use AI in their work or life.
Topics: Technology
Transcribe the entire archive
100 episodes of How I AI 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/1809663079/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.
100 credits. Credits never expire. Excludes VAT, added at checkout for EU customers.
Example Transcripts
Build an AI code review bot in 30 minutes with Vercel Eve August 5, 2026
From zero coding background to hardware hacker: How Cursor + a Raspberry Pi makes AI fun July 27, 2026
Claude Opus 5 review: this model is brilliant (but annoying) July 24, 2026
How the founder of Morning Brew built a Claude content machine that never runs out of ideas and never sounds like slop | Alex Lieberman July 20, 2026
This solo builder runs 24/7 local AI on his own hardware | Alex Finn July 13, 2026
GPT-5.6 Sol vs. Claude Fable: Why OpenAI’s new model crushes my benchmark July 9, 2026
What a harness is and how to build one with Claude Agent SDK July 8, 2026
How I run autonomous coding agents from my phone with OpenAI Symphony + Linear | Alessio Fanelli (Kernel Labs) July 6, 2026
Sonnet 5 review: I ran 64 generations to find out if it's worth it June 30, 2026
No Figma. No Jira. No docs. How Gusto built a new product line with Claude Code | Eddie Kim (CTO) June 29, 2026
GLM 5.2: why I’m replacing Opus in Claude Code with this new model June 24, 2026
How Claude Mythos found a 15-year-old bug in Mozilla Firefox | Brian Grinstead June 22, 2026
How to design AI agent loops: schedules, goals, and subagents in Claude Code and Codex June 17, 2026
How Braintrust uses AI agents, evals, and CI to ship better software | Ankur Goyal June 15, 2026
Claude Fable 5 review: what the new Mythos model gets right (and very wrong) June 9, 2026
Shopping with Claude: How to find quality brands, automate returns, and buy things that last 100 years | Nicole Ruiz June 8, 2026
Gemini Omni: Clone yourself with AI in under 15 minutes June 3, 2026
HTML is the new Markdown: How Anthropic engineers are building with Claude Code | Thariq Shihipar May 18, 2026
From a $6.90 newsletter to $3M API: How a non-coder built Memelord | Jason Levin April 27, 2026
GPT 5.5 just did what no other model could April 23, 2026
What Claude Design is actually good for (and why Figma isn’t dead, yet) April 22, 2026
How Intercom 2x’d their engineering velocity in 9 months with Claude Code | Brian Scanlan April 20, 2026
Claude Cowork 101: How to automate your workday without touching code | JJ Englert (Tenex) April 13, 2026
I built a custom Slack inbox. It was easier than you’d think. | Yash Tekriwal (Clay) April 8, 2026
I gave Claude Code our entire codebase. Our customers noticed. | Al Chen (Galileo) April 6, 2026
How to turn Claude Code into your personal life operating system | Hilary Gridley March 30, 2026
How Stripe built “minions”—AI coding agents that ship 1,300 PRs weekly from Slack reactions | Steve Kaliski (Stripe engineer) March 25, 2026
“I haven’t written a single line of front-end code in 3 months”: How Notion’s design team uses Claude Code to prototype February 23, 2026
How this visually impaired engineer uses Claude Code to make his life more accessible | Joe McCormick February 16, 2026
Claude Opus 4.6 vs. GPT-5.3 Codex: How I shipped 93,000 lines of code in 5 days February 11, 2026
How to build your own AI developer tools with Claude Code | CJ Hess (Tenex) February 9, 2026
Guillermo Rauch: Vercel CEO on how v0 hit 3,200 PRs merged per day (and lets anyone ship) February 4, 2026
Gumroad CEO's playbook to 40x his team's productivity with v0, Cursor, and Devin | Sahil Lavingia April 22, 2025
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 How I AI episode as clean, speaker-labeled Markdown — ready for your AI agent.
curl -H "x-api-key: YOUR_KEY" \
https://spoken.md/transcripts/1000780042283
No subscription. Credits never expire. Prices exclude VAT, added at checkout for EU customers. Try free with pt_demo .