Skip to main content
How I AI
SignalCast Library20 Summaries Available

How I AI

For anyone wondering how to actually use AI tools to improve their work. In each episode, guests share specific, practical, and impactful ways they've learned to use AI. Hosted by Claire Vo.

New summaries weekly
Latest episode
Claude Opus 5 review: this model is brilliant (but annoying)
→ WHAT IT COVERS Host Claire reviews Claude Opus 5 using the How I AI benchmark — a 70/30 host-to-AI-judge scoring system across PRD creation,...
Read this summary free →

One free sample — no spam, no commitment.

This Week's Recap

1 episode · Jul 13 – Jul 19

Latest Insights

Key takeaways from recent episodes

Claude Opus 5 review: this model is brilliant (but annoying)

  • **Model personality as evaluation signal:** When raw intelligence across frontier models becomes difficult to differentiate, analyzing behavioral personality reveals more about lab priorities than benchmarks do. Asking Opus 5 and GPT-5.6 identical questions — "who's smarter?" and "what can you do better than me?" — surfaces distinct philosophical stances on human-AI collaboration that benchmark scores cannot capture.
  • **Opus 5 autonomy gap in agentic workflows:** Opus 5 consistently defers decisions back to the human operator during agentic coding tasks — requesting human verification on TypeScript, SQL correctness, and even single-line merge conflicts. Builders using Claude Code for autonomous pipelines should explicitly instruct the model to proceed without confirmation loops to avoid repeated interruptions slowing multi-step workflows.

Computer & browser use in Codex (5 real examples)

  • **Browser Use Setup:** Enabling AI computer control requires two components installed simultaneously — the ChatGPT or Claude desktop app plus the official Chrome browser extension. Together, these allow the AI to control your full computer environment, navigate websites, click elements, fill forms, and manage Chrome tabs without further manual input from you.
  • **Underprompting Frontier Models:** With GPT-5.6 and similar frontier models, giving minimal instructions produces better browser use results than detailed step-by-step prompts. Telling Codex simply to "QA the onboarding flow" yields more thorough, organized testing than listing 25 specific test cases, because the model generates its own comprehensive plan autonomously.

How the founder of Morning Brew built a Claude content machine that never runs out of ideas and never sounds like slop | Alex Lieberman

  • **The Oracle System:** Build an AI agent that scans all internal systems — Slack, Notion, Gmail, Linear, meeting notes — plus curated external accounts daily, scoring ideas on three criteria: presence of anecdote, strength of point of view, and specificity of examples. This produces 15 ranked content spikes per day, split evenly between internal and external sources, eliminating blank-page paralysis entirely.
  • **Workflow Mapping Before AI:** Before deploying any AI, map the full content process as it would run with zero constraints — not as it currently runs. Most teams discover non-AI inefficiencies first. Then assign each step as human-led, AI-copilot, or fully automated. This constraint-free design approach applies to any business process, not just content creation.

This solo builder runs 24/7 local AI on his own hardware | Alex Finn

  • **Hardware selection framework:** Three local AI hardware tiers serve distinct purposes: Mac Studios (512GB unified memory) run frontier-level models like GLM 5.2 at slow speeds, DGX Spark ($4,000–$4,600) balances 128GB memory with NVIDIA CUDA speed for mid-size models, and RTX 5090 cards (32GB VRAM, $4,000) deliver cloud-equivalent inference speeds locally for rapid token generation.
  • **Zero-technical-setup via agent IT management:** Using OpenClaw or Hermes agent combined with Tailscale's private network, any new machine can be configured without manual technical work. The agent SSHes across devices, assesses hardware specs, selects appropriate models, and installs them automatically — making multi-machine local AI accessible without engineering knowledge.

Recent Episode Summaries

20 AI-powered summaries available

24 min episode3 min read

→ WHAT IT COVERS Host Claire reviews Claude Opus 5 using the How I AI benchmark — a 70/30 host-to-AI-judge scoring system across PRD creation, prototyping, wireframing, bug triage, and agentic coding — comparing it against GPT-5.6 Soul, Sonnet 5, Fable, Gemini 3.1 Pro, and Opus 4.8 across front-end design outputs. → KEY INSIGHTS - **Model personality as evaluation signal:** When raw intelligence across frontier models becomes difficult to differentiate, analyzing behavioral personality reveals...

27 min episode3 min read

→ WHAT IT COVERS Browser and computer use in Codex (ChatGPT desktop app) enables AI to control your mouse, keyboard, and Chrome browser to complete digital tasks autonomously. Five real-world examples span QA testing, persona-based UX research, LinkedIn inbox management, remote device control via iPhone mirroring, and personal online shopping. → KEY INSIGHTS - **Browser Use Setup:** Enabling AI computer control requires two components installed simultaneously — the ChatGPT or Claude desktop app...

42 min episode3 min read

→ WHAT IT COVERS Morning Brew founder Alex Lieberman demonstrates his Claude-powered content machine at his AI company 10x, walking through a five-step system — Oracle, research, interview panel, voice drafting, and writer's council — that generates non-generic LinkedIn and X posts by extracting the creator's own words rather than inventing AI-generated text.

35 min episode3 min read

→ WHAT IT COVERS Solo builder Alex Finn runs five to six local AI machines simultaneously — including three 512GB Mac Studios, a DGX Spark, and an RTX 5090 PC — to power 24/7 ambient AI workflows covering automated security scanning, code review, market research, and an autonomous software factory loop for his SaaS product. → KEY INSIGHTS - **Hardware selection framework:** Three local AI hardware tiers serve distinct purposes: Mac Studios (512GB unified memory) run frontier-level models like...

36 min episode3 min read

→ WHAT IT COVERS Host Claire runs a weighted benchmark — 70% personal taste, 30% LLM judge — comparing GPT-5.6 Sol, Terra, Luna, Claude Fable 5, and Sonnet 5 across PRD writing, prototyping, debugging, and agentic voice tasks, concluding that GPT-5.6 Sol outperforms Fable on practical output quality despite costing half the price. → KEY INSIGHTS - **Model pricing strategy:** GPT-5.

24 min episode3 min read

→ WHAT IT COVERS Host Christina Cacioppo demystifies the term "harness" by building a live Sentry bug-triage harness using the Claude Agent SDK, connecting it to Sentry, Vercel, Linear, and GitHub, and demonstrating how structured code around AI agents produces more consistent, controlled outcomes than general-purpose coding tools alone. → KEY INSIGHTS - **Harness definition:** A harness is simply code wrapped around an AI agent to make it more effective for a specific use case.

35 min episode3 min read

→ WHAT IT COVERS Alessio Fanelli, founder of Kernel Labs, demonstrates how he runs autonomous coding agents using OpenAI Symphony integrated with Linear as a state machine, managing engineering tasks entirely from his phone, and applies the same agentic approach to automate Pokemon card pricing and inventory sourcing for his San Carlos trading card store.

25 min episode3 min read

→ WHAT IT COVERS Host introduces the "How I AI Bench," a repeatable evaluation framework testing Claude Sonnet 5 against GPT-5.5, Gemini 2.5 Pro, Opus 4.8, and Sonnet 4.6 across 64 generations spanning PRD writing, UI prototyping, agentic coding, and voice personality tasks, revealing surprising model rankings. → KEY INSIGHTS - **Benchmark design:** Build repeatable AI evals using frozen inputs, blind scoring, and a structured rubric rather than one-off vibe checks.

51 min episode3 min read

→ WHAT IT COVERS Gusto CTO Eddie Kim describes how four engineers and one designer built Gusto Cofounder, a new AI-powered product line, in ten weeks with zero meetings, no Figma files, no Jira board, no tech specs, and no dedicated product manager — using only Claude Code and a permanent Zoom room. → KEY INSIGHTS - **Zero-documentation development:** Eliminate tech specs, Figmas, Jira boards, and stand-ups for zero-to-one builds.

27 min episode3 min read

→ WHAT IT COVERS GLM 5.2, an open-weight model from Beijing-based Z.ai, is tested as a replacement for Claude Opus 4.8 inside Claude Code and Cursor. The episode benchmarks its coding, design, and autonomous agent capabilities against frontier models, with total API costs tracked at $3.36 for 6 million tokens via OpenRouter. → KEY INSIGHTS - **Model Setup via OpenRouter:** To run GLM 5.2 in Cursor, add your OpenRouter API key to the OpenAI key field, override the base URL with `openrouter.

48 min episode3 min read

→ WHAT IT COVERS Mozilla Firefox distinguished engineer Brian Grinstead explains how his team used a custom agentic harness built on Claude's SDK to discover and fix nearly 500 security bugs in one month, including a 15-year-old vulnerability, by combining LLM-driven hypothesis loops with automated crash verification tools. → KEY INSIGHTS - **Harness architecture over raw model power:** The core unlock was not the model alone but a custom pipeline wrapping Claude's agent SDK with specific...

29 min episode3 min read

→ WHAT IT COVERS This episode demystifies AI agent loops — scheduled, goal-based, and hook-triggered automations in Claude Code and Codex — explaining how to design agents that prompt themselves autonomously, deploy sub-agents for parallel work, and validate outcomes without human input, using practical product and engineering workflow examples. → KEY INSIGHTS - **Loop Types — Three Distinct Formats:** Agent loops take three forms: heartbeats (recurring intervals like every 5 minutes), crons...

40 min episode3 min read

→ WHAT IT COVERS Ankur Goyal, CEO of Braintrust, explains how engineering teams can use coding agents to run exhaustive technical benchmarks, how evals function as modern PRDs for AI products, and why CI investment is the highest-leverage move for teams shipping AI software faster without sacrificing quality. → KEY INSIGHTS - **Agent-driven benchmarking:** Instead of running a handful of benchmarks manually, use a coding agent to exhaustively test every open-source solution across a matrix of...

17 min episode3 min read

→ WHAT IT COVERS Claude Fable 5, Anthropic's first publicly available Mythos-class model, receives a hands-on evaluation covering benchmark performance, real-world coding and design tasks, pricing at $10 per input and $50 per output tokens, and practical use-case recommendations. → KEY INSIGHTS - **Model tiering strategy:** Match model intelligence to task complexity rather than defaulting to the most powerful option.

36 min episode3 min read

→ WHAT IT COVERS Nicole Ruiz demonstrates how she uses a Claude project to purchase only high-quality, long-lasting goods for her family, filtering out drop-shipped knockoffs and trendy direct-to-consumer brands, while automating the returns process through Claude CoWork connected to Gmail, reducing household administrative overhead for busy parents.

20 min episode3 min read

→ WHAT IT COVERS Host Claire documents a live experiment using Google Flow and the Gemini Omni video model to build a one-minute AI avatar hype video for her podcast. Starting with zero tool knowledge, she completes the full workflow — avatar creation, storyboard generation, video rendering, and timeline editing — in under fifteen minutes. → KEY INSIGHTS - **Avatar capture speed:** Google Flow's mobile QR code scanning process captures a usable facial avatar in under two minutes, requiring only...

46 min episode3 min read

→ WHAT IT COVERS Bryce Rattner Keithley, a non-technical talent professional, built and shipped a fitness app called Daily Hundreds to the Apple App Store using Replit, Claude, Claude Code, Gemini, and Higgs Field — with no software engineering background — demonstrating that AI tools now enable complete beginners to build production-ready consumer applications. → KEY INSIGHTS - **Beginner's Mindset as Advantage:** Not knowing technical boundaries prevents self-limiting behavior.

13 min episode3 min read

→ WHAT IT COVERS Claire Vo shares early hands-on testing of Anthropic's Claude Opus 4.8, a coding-focused agent model priced at $5/$25 per million tokens, evaluating its performance across greenfield coding, existing codebases, and business strategy tasks. → KEY INSIGHTS - **Greenfield vs. existing code:** Opus 4.8 performs well on one-shot, net-new feature builds — it planned and autonomously coded a full prototyping tool in roughly 20 minutes — but degrades significantly when navigating...

30 min episode3 min read

→ WHAT IT COVERS Claire Vaux walks through Codex's /goal feature, which enables AI to run autonomously for hours without human prompting. She covers the six-part goal-writing framework, demonstrates three real use cases — error elimination, inbox cleanup, and task management — and explains when goal-based loops outperform standard turn-based prompting. → KEY INSIGHTS - **Goal vs. Prompt Structure:** Standard prompting is turn-based — the AI completes one step and waits.

59 min episode3 min read

→ WHAT IT COVERS Felix Rieseberg, engineering lead for Claude CoWork, Claude Code, and Claude desktop apps at Anthropic, demonstrates practical Claude workflows including a $19 hardware approval button, live artifact dashboards, and using email as personal inventory data — showing how abstraction layers unlock Claude's real productivity potential. → KEY INSIGHTS - **Abstraction layering:** When using Claude, repeatedly ask "how can Claude handle this instead of me?" at each step.

Monday morning, inbox, done.

Pick your shows, and start the week knowing what happened in your world.

1

Pick the Podcasts You Care About

Choose from 200+ curated shows or add any public RSS feed.

2

AI Reads Every New Episode

Key arguments, surprising data points, and frameworks worth stealing — pulled automatically.

3

One Email, Every Monday

A curated brief for each episode, with links to listen if something grabs you.

Resources mentioned on How I AI

Books, tools, and gear cited by guests across episodes we've summarized.

SignalCast may earn commission on purchases via affiliate links on each resource page.

Explore More

Get a free sample digest

See what your Monday email looks like — real AI summaries, no account needed.

One free sample — no spam, no commitment.