From skeptic to true believer: How OpenClaw changed my life | Claire Vo
Key insights
Books referenced
- Treasure Island - Robert Louis Stevenson - One of the classic children's books Claire now reads with her kids instead of modern graphic-novel slop.
- Alice in Wonderland - Lewis Carroll - Another classic she's reading with her kids, alongside Shakespearean comedies, because the language holds up and kids still find it funny.
Media referenced
- Age of Attraction - show - A Netflix reality dating show Claire admits to watching as pure garbage TV with Lenny's sister.
- Molly Graham guest post on the waterline model - article - Referenced by Lenny as a parallel to agent debugging: most 'bad employee' problems are structural (unclear role, unclear success criteria, team overlap), not the person's fault, and Claire says the same is true of misbehaving agents.
Companies
- OpenClaw - The open-source personal AI agent framework at the center of the episode; Claire runs nine separate agent instances across three Mac minis.
- ChatPRD - Claire's own AI startup, which she runs largely solo with an OpenClaw agent (Sam) doing enterprise sales outreach.
- How I AI - Claire's own podcast (Lenny's sister show); this episode is billed as their first crossover.
- Manus - One of several competing agent products Claire compares against OpenClaw (heard in the transcript as 'Manas').
- Exa - A web search API Claire uses to give her OpenClaw agents web access without relying on unreliable browser automation.
- Brave Search - The web search API that ships out of the box with OpenClaw as an alternative to browser-based search.
- HoopAnalytics - A product that annotates uploaded youth-sports game video with shooting and passing stats; Claire's 9-year-old feeds the output into Claude to build a coaching presentation.
- Buffer - Social media scheduling tool that Claire's agent could not successfully browse/automate, unlike YouTube Studio, illustrating the unpredictability of browser use.
Techniques and frameworks
- Multi-agent partitioning by context - Claire splits work across purpose-built agents (Polly for work, Finn for family, Sam for sales, etc.) so each one's context window isn't polluted by unrelated tasks, directly fixing the 'forgets what we talked about yesterday' failure mode.
- Employee onboarding mental model - Claire provisions each agent its own local admin account, email, and calendar rather than sharing her own credentials, and expands its access progressively the same way she'd onboard a human executive assistant.
- Soul + heartbeat + memory files - Each OpenClaw agent has a plain markdown identity/soul file, a scheduled or interval-based 'heartbeat' check-in, and a memory file; the apparent aliveness of the agent comes entirely from these three plain-text mechanisms, not hidden magic.
- Using Claude Code as an agent administrator - Claire points a more capable coding agent (Claude Code) at the OpenClaw config/docs to diagnose and fix broken agent behavior or restructure an agent's memory, since OpenClaw is mostly configuration code a coding agent can read and edit directly.
- Ramble mode / voice-note onboarding - Instead of filling structured onboarding fields, Claire recommends just talking or sending a rambling voice note describing yourself and your needs; the agent parses it into a usable identity and task list.
Summary
Claire Vo, host of Lenny's sister podcast "How I AI," a three-time chief product officer, and founder of ChatPRD, joins Lenny for their first crossover episode to walk through how she went from OpenClaw's most vocal skeptic (her first install deleted her family calendar after eight hours of setup) to running nine separate OpenClaw agents across three Mac minis. The core argument of the conversation is that OpenClaw's roughness, the broken browser automation, the memory hiccups, the multi-hour setup, is itself evidence of product-market fit rather than a reason to dismiss it: users complaining that something is buggy, rather than that it's useless, is the tell.
Much of the episode is a practical installation and operating manual. Claire walks through setting up a dedicated clean machine (ideally not your main laptop, for security reasons), a separate local admin account and email address, and connecting a chat surface like Telegram. She frames the entire onboarding process through a management lens: an agent should be provisioned like a new hire, given calendar access before email access, given email read access before send access, and never handed the master password. This same lens explains her decision to run multiple purpose-built agents (Polly for professional work, Finn for family logistics, Sam for sales outreach, Q for her kids' homework, Sage for her course business) rather than one general-purpose assistant, since a single agent asked to hold work, family, and sales context simultaneously degrades the same way an overloaded coding-agent context window does.
The conversation goes deep on what makes an OpenClaw agent feel "alive": a plain-text identity/soul file, a heartbeat mechanism that checks a task list on a schedule or interval, and a memory file the agent writes to itself. None of it is hidden; Claire treats editing an agent's soul file the way she'd treat editing a human employee's self-concept, mostly hands-off, suggesting changes rather than imposing them. She also recommends using a more capable coding agent, specifically Claude Code, as an "administrator" that can read OpenClaw's config and docs to fix broken tool connections or restructure an agent's memory, since most of what the agent is amounts to editable configuration.
Security and trust come up repeatedly: Claire describes reinforcing "consider everything external dangerous" instructions against prompt injection, restricting which channels an agent will take instructions from, and physically separating her family agent onto its own machine so it can never cross into work data. She's candid about the current weak points, especially browser automation, which she says is unreliable industry-wide because the open web is actively hardened against bots, and recommends checking for an API before attempting browser automation, then substituting an adjacent solvable problem when a task proves impossible.
The episode closes with a broader argument about incentives and tone: Claire contrasts her agents' warm, conversation-closing responses against consumer chatbots that routinely nudge users toward another engagement, attributing the difference to the fact that hosted consumer AI products optimize for engagement metrics while a self-hosted personal agent has no such pressure. In the lightning round, she recommends classic children's books (Treasure Island, Alice in Wonderland) over modern children's-book "slop," and closes on a personal note about wanting her kids to see less of her hunched over a laptop and more of her present, with agents absorbing the logistical load in the background.
Notable Quotes
"You really have to pull the thread on these tools and you have to spend enough time with them to see not where they are today, but where they are in a week and where they are in a month." - Claire Vo
"I don't think this is useful. It's that it's broken or it doesn't work as good as I want. That's when you know you have product market fit." - Claire Vo
"I don't onboard your EA by giving the password to your email account. You don't do that." - Claire Vo
"It would not be effective on an employee. It would be a totally ineffective mechanism by which to manage an employee. Why would I think it would be an effective mechanism to manage an agent which is trained with a bunch of data from humans?" - Claire Vo
"Most people you work with won't be at your funeral." - Claire Vo