Home Podcasts How I AI
How I AI

How I AI

Claire Vo 80 Episodes Jul 24, 2026

How I AI, hosted by Claire Vo, is a podcast for anyone wondering how to actually use AI tools to improve the quality and efficiency of their work. Each episode features a guest sharing a specific, practical, and impactful way they've learned to use AI in their work or life. Episodes are 30 minutes long, include live screen sharing, and provide tips, tricks, and workflows that listeners can copy immediately. The podcast aims to demystify AI and help listeners learn the skills needed to thrive in this new world.

Episodes

Claude Opus 5 review: this model is brilliant (but annoying)
Claude Opus 5 review: this model is brilliant (but annoying) Jul 24, 2026 00:24:51 I’m tired of new models. Every week there’s a new benchmark, a new frontier intelligence claim, a new thing to test. But here we are, because Opus 5 just dropped and I’ve had real hands-on time with it, so you’re getting the honest version.This is my full Opus 5 review: personality analysis, live benchmark results from my 7-model How I AI eval, and an actual verdict on whether I’m swapping it in.
Computer & browser use in Codex (5 real examples)
Computer & browser use in Codex (5 real examples) Jul 22, 2026 00:27:40 Today I’m walking you through one of my absolute favorite AI features right now: browser and computer use via Codex (the ChatGPT desktop app). I use this every single day, personally and professionally, and I wanted to share the specific workflows I’ve built, the moments that surprised me, and the mental model that makes it actually click.What you’ll learn:How browser use and computer use work, an
How the founder of Morning Brew built a Claude content machine that never runs out of ideas and never sounds like slop | Alex Lieberman
How the founder of Morning Brew built a Claude content machine that never runs out of ideas and never sounds like slop | Alex Lieberman Jul 20, 2026 00:42:58 Alex Lieberman co-founded Morning Brew in college and grew it into one of the most-read business newsletters in the world before selling it to Business Insider. Now he’s the co-founder and co-managing partner of Tenex. In this episode, Alex explains why distribution is becoming a durable moat, why founders and teams need to “climb Cringe Mountain,” and how he rebuilt his content process around AI
This solo builder runs 24/7 local AI on his own hardware | Alex Finn
This solo builder runs 24/7 local AI on his own hardware | Alex Finn Jul 13, 2026 00:35:50 Alex Finn is an AI builder, YouTuber, and the creator of Vibe Code Academy, a community for people learning to build with AI tools. He runs one of the most ambitious local AI setups I’ve come across: three Mac Studio 512 GB machines, a DGX Spark, and a custom RTX 5090 build, all coordinated through a fleet dashboard he built himself. He’s spent five months figuring out which local models belong on
GPT-5.6 Sol vs. Claude Fable: Why OpenAI’s new model crushes my benchmark
GPT-5.6 Sol vs. Claude Fable: Why OpenAI’s new model crushes my benchmark Jul 9, 2026 00:36:40 GPT-5.6 Sol is back, and I ran it through my full How I AI vibe benchmark against GPT-5.6 Terra, Luna, Claude Fable 5, and Sonnet 5 across five categories: PRDs, prototypes, wireframes, debugging, and agentic voice. Sol won by a meaningful margin on my Claire Weighted Index (70% my taste, 30% Terminal Bench 2.1), and I also tested two use cases I can't stop thinking about: building a gamified
What a harness is and how to build one with Claude Agent SDK
What a harness is and how to build one with Claude Agent SDK Jul 8, 2026 00:24:35 Everybody is saying, “It’s not the model, it’s the harness,” but almost nobody stops to explain what a harness actually is. So I did. I built one live on the show: a Sentry bug-debugging harness for my company ChatPRD, using the Claude Agent SDK, a custom terminal UI built with the Ink library, and opinionated adapters for Sentry, Linear, GitHub, and Vercel. The harness handles evidence gathering,
How I run autonomous coding agents from my phone with OpenAI Symphony + Linear | Alessio Fanelli (Kernel Labs)
How I run autonomous coding agents from my phone with OpenAI Symphony + Linear | Alessio Fanelli (Kernel Labs) Jul 6, 2026 00:35:54 Alessio Fanelli, founder of Kernel Labs and co-host of Latent Space podcast, walks us through two very different AI workflows: (1) a fully autonomous coding setup using OpenAI Symphony + Linear, where Linear acts as a state machine and Symphony manages agents through the whole dev lifecycle with zero babysitting; (2) Codex with browser access searching eBay for underpriced Pokémon cards—autonomous
Sonnet 5 review: I ran 64 generations to find out if it's worth it
Sonnet 5 review: I ran 64 generations to find out if it's worth it Jun 30, 2026 00:25:56 I’ve been testing every major frontier model release since the start of the year, and when Anthropic dropped Sonnet 5, I wanted more than a vibe check. I got tired of one-off tests I couldn’t repeat or compare over time, so I built something better: the How I AI Bench, a repeatable eval harness I constructed live using Claude Code while recording this episode. I ran Sonnet 5 blind against four oth
No Figma. No Jira. No docs. How Gusto built a new product line with Claude Code | Eddie Kim (CTO)
No Figma. No Jira. No docs. How Gusto built a new product line with Claude Code | Eddie Kim (CTO) Jun 29, 2026 00:51:51 Eddie Kim is the co-founder and CTO of the payroll and HR platform Gusto, which just crossed $1 billion in revenue and serves more than 500,000 small businesses. Recently he did something most CTOs don’t: he went back to writing code. With three other engineers and one designer, Eddie built Gusto Cofounder, a net-new AI product, from zero code to a tier-one launch in 10 weeks. He walks through how
GLM 5.2: why I’m replacing Opus in Claude Code with this new model
GLM 5.2: why I’m replacing Opus in Claude Code with this new model Jun 24, 2026 00:27:13 I put GLM 5.2, the open-weight coding model from Z.AI, through four real tasks inside my actual codebase: a codebase architecture audit, a UI redesign, and a 45-minute autonomous bug-hunting session pulling from Sentry and Vercel logs. Total cost: $3.36 for roughly 6 million tokens, a prioritized bug-fix dashboard I’m actually shipping from, and a landing page redesign that matched Chat PRD’s desi
How Claude Mythos found a 15-year-old bug in Mozilla Firefox | Brian Grinstead
How Claude Mythos found a 15-year-old bug in Mozilla Firefox | Brian Grinstead Jun 22, 2026 00:48:28 Brian Grinstead is a distinguished engineer at Mozilla, where he’s worked on Firefox and the web platform since 2013 (he joined to help launch Firefox DevTools). Recently he and his team pointed an agentic bug-finding pipeline at Firefox—a codebase with tens of thousands of files and tens of millions of lines of code—and shipped a record month of security fixes. The viral chart everyone saw gave t
How to design AI agent loops: schedules, goals, and subagents in Claude Code and Codex
How to design AI agent loops: schedules, goals, and subagents in Claude Code and Codex Jun 17, 2026 00:29:06 I break down every loop type from scratch—what a heartbeat, cron, hook, and goal loop actually are, when each one fits, and the five things any effective loop needs before it touches production. Then I build two live loops: a daily aging-PR reviewer in Claude Code that schedules itself at 10:15 a.m. and spins off its own subagents, and a weekly skills-identification loop in Codex that spawns goal-

Recommended