Episode

Build an AI code review bot in 30 minutes with Vercel Eve

Podcast
How I AI
Published
Aug 5, 2026
Duration seconds
1453
Processing state
not_requested
Canonical source
https://podcasters.spotify.com/pod/show/pen-name/episodes/Build-an-AI-code-review-bot-in-30-minutes-with-Vercel-Eve-e3muer1
Audio
https://anchor.fm/s/1035b1568/podcast/play/123730209/https%3A%2F%2Fd3ctxlq1ktw2nl.cloudfront.net%2Fstaging%2F2026-7-4%2F429208229-44100-2-a07b2ada738a9.mp3
JSON
/v1/public/podcasts/how-i-ai-7304222/episodes/build-an-ai-code-review-bot-in-30-minutes-with-vercel-eve
Markdown
/podcast/how-i-ai-7304222/build-an-ai-code-review-bot-in-30-minutes-with-vercel-eve.md

Actions

  • POST https://stenobird.com/v1/public/podcasts/how-i-ai-7304222/episodes/build-an-ai-code-review-bot-in-30-minutes-with-vercel-eve/transcription-requests
    Idempotently request low-priority transcript generation for this episode.
  • GET https://stenobird.com/podcast/how-i-ai-7304222/build-an-ai-code-review-bot-in-30-minutes-with-vercel-eve.md
    Read the agent-friendly Markdown representation of this episode resource.

Summary

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. I built the whole thing in one Codex session, it’s SOC 2 compatible, and it’s already cleared my backlog. What you’ll learn: Why AI-generated PRs create a review bottleneck and why the answer isn’t reviewing all of them How Intercom 5x’d PR approval speed and reduced revert rates by putting AI in the review loop Why Vercel Eve is the simplest framework I’ve found for deploying AI agents in Slack and GitHub How I built a full PR review agent in Codex with one prompt and a few steering turns The six components I use to score PR risk (blast radius, reversibility, data security, ops impact, verification gap, and change surface) How I used Chrome browser use to handle Slack bot and GitHub app configuration so I never had to click through setup screens manually Why auto-approved PRs can be SOC 2 compliant as long as the process is auditable, queryable, and in your risk policy How to set up Slack escalation so low-risk PRs become a two-click merge with no manual review — Brought to you by: WorkOS —Make your app Enterprise Ready today — In this episode, we cover: (00:00) The PR review backlog problem nobody’s talking about (02:35) Why you don’t have to review every AI-generated PR (05:14) How Intercom built AI-approved PRs (and proved they’re safer) (06:10) How the Eve framework works (directory, skills, channels, connectors) (09:16) The Codex prompt I used to build the entire bot (11:36) What the agent actually does: read, score, approve, or…