Context◆Article · 0:00 — 2:35
AI writing most of my code created a PR queue I couldn't keep up with, so the answer isn't reviewing every AI-generated PR but routing them through an agent that scores risk, auto-approves the low-risk ones, and escalates the rest.
Claire introduces the motivating problem and the solution: an AI bot (Merge Mommy) that reviews every PR, scores risk across six dimensions, auto-approves low-risk ones, and only escalates the rest to a human. ✦ AI generated
Claire Vo · Lenny's Newsletter · 2026-08-05 · original ↗
AI writes most of my code now, and that created a new problem: a PR queue I couldn't keep up with. In this episode, I walk through how I built Merge Mommy, a Vercel Eve agent that reads every PR after checks pass, scores it across six risk dimensions, auto-approves the low-risk ones, and pings me in Slack for anything that needs a human.
Read full article ↗excerpt · fair-use quotation
- ·AI writes most of my code now
- ·This created a PR queue I couldn't keep up with
- ·Merge Mommy is a Vercel Eve agent
- ·Reads every PR after checks pass
- ·Scores each PR across six risk dimensions
- ·Auto-approves low-risk ones, escalates the rest
- ·Pings me in Slack when a human is needed
Around this claim
This moment responds to
supports → You don't have to review every AI-generated PR because most are low-risk reversible changes that can be safely auto-approved.Claire Vo · Lenny's Newslettersupports → Putting AI in the review loop can be safer than human-only review, as evidenced by Intercom achieving 5x PR approval speed and reduced revert rates.Claire Vo · Lenny's Newsletterprovides context → Auto-approved PRs can still be SOC 2 compliant as long as the process is auditable, queryable, and explicitly part of your documented risk policy.Claire Vo · Lenny's Newsletter