/
© 2026 RiffOn. All rights reserved.

Get your free personalized podcast brief

We scan new podcasts and send you the top 5 insights daily.

  1. Behind the Craft
  2. How This Ex-Meta L8 Engineer Ships 40 PRs a Day with AI Agents | Kun Chen
How This Ex-Meta L8 Engineer Ships 40 PRs a Day with AI Agents | Kun Chen

How This Ex-Meta L8 Engineer Ships 40 PRs a Day with AI Agents | Kun Chen

Behind the Craft · Jun 7, 2026

Ex-Meta L8 engineer Kun Chen reveals his agentic workflow, using custom tools to parallelize tasks and ship up to 40 PRs a day.

Use Visual Editors to Turn AI Planning from Text Walls into Interactive Artifacts

Instead of receiving a wall of text from an agent, prompt it to generate an interactive HTML artifact using a tool like Lavish. This makes plans easier to skim, critique, and annotate, enabling a much richer and faster feedback loop with the agent.

How This Ex-Meta L8 Engineer Ships 40 PRs a Day with AI Agents | Kun Chen thumbnail

How This Ex-Meta L8 Engineer Ships 40 PRs a Day with AI Agents | Kun Chen

Behind the Craft·7 hours ago

Custom Tool 'Treehouse' Automates Git Worktree Management for Parallel AI Agents

Manually managing git worktrees for parallel agents creates high cognitive load (naming, dependency installs). Kun Chen built 'Treehouse', a simple tool that automates worktree creation from a managed pool, pre-installing dependencies and eliminating manual overhead.

How This Ex-Meta L8 Engineer Ships 40 PRs a Day with AI Agents | Kun Chen thumbnail

How This Ex-Meta L8 Engineer Ships 40 PRs a Day with AI Agents | Kun Chen

Behind the Craft·7 hours ago

Deploy Sub-Agents for Research and Experiments to Protect Main Agent's Context

When a task involves extensive exploration or running many parallel experiments, spawn sub-agents. This prevents clogging the main agent's context window with potentially irrelevant information. The sub-agents perform the work in isolation and return only their final conclusions.

How This Ex-Meta L8 Engineer Ships 40 PRs a Day with AI Agents | Kun Chen thumbnail

How This Ex-Meta L8 Engineer Ships 40 PRs a Day with AI Agents | Kun Chen

Behind the Craft·7 hours ago

Guide AI Agents with an 'agents.md' File in Your Repo for Better Testing

Create a project-specific `agents.md` file to provide agents with high-level context, key file structures, and explicit instructions for tasks like end-to-end testing. This ensures agents perform comprehensive, project-appropriate validation beyond generic unit tests.

How This Ex-Meta L8 Engineer Ships 40 PRs a Day with AI Agents | Kun Chen thumbnail

How This Ex-Meta L8 Engineer Ships 40 PRs a Day with AI Agents | Kun Chen

Behind the Craft·7 hours ago

Use a Separate AI Agent with a Fresh Context Window to Review Code

The agent that writes code is biased and may miss its own errors. Kun Chen uses a tool spawning a new agent with a fresh context. This 'reviewer' agent analyzes the original intent and scrutinizes the code for bugs, catching far more edge cases than self-review.

How This Ex-Meta L8 Engineer Ships 40 PRs a Day with AI Agents | Kun Chen thumbnail

How This Ex-Meta L8 Engineer Ships 40 PRs a Day with AI Agents | Kun Chen

Behind the Craft·7 hours ago

Run Multiple Parallel AI Agent Sessions to Maximize Personal Productivity

Treat AI agents like a team you oversee. By running multiple concurrent sessions, even within the same project, you can stay productive while agents complete long-running tasks. This mirrors a manager's context-switching between different high-level workstreams.

How This Ex-Meta L8 Engineer Ships 40 PRs a Day with AI Agents | Kun Chen thumbnail

How This Ex-Meta L8 Engineer Ships 40 PRs a Day with AI Agents | Kun Chen

Behind the Craft·7 hours ago

Shipping 40 PRs a Day Makes Human Code Review the Primary Bottleneck

Traditional software development processes, like peer code reviews, were built for a cadence of 10-15 PRs per month. When AI agents enable a 10x increase in output, the human team becomes the bottleneck, forcing a shift towards AI-driven review and validation.

How This Ex-Meta L8 Engineer Ships 40 PRs a Day with AI Agents | Kun Chen thumbnail

How This Ex-Meta L8 Engineer Ships 40 PRs a Day with AI Agents | Kun Chen

Behind the Craft·7 hours ago

AI Agents Can Run E2E Tests and Embed Visual Proof Directly into PRs

Kun Chen's 'no mistakes' pipeline includes a testing phase where agents run comprehensive end-to-end tests to check for regressions. Crucially, the agent captures and embeds evidence, like screenshots or videos of the working feature, directly into the PR description for easy human verification.

How This Ex-Meta L8 Engineer Ships 40 PRs a Day with AI Agents | Kun Chen thumbnail

How This Ex-Meta L8 Engineer Ships 40 PRs a Day with AI Agents | Kun Chen

Behind the Craft·7 hours ago

Ex-Meta L8 Engineer Shifts Focus from Coding to High-Level Planning with AI Agents

Kun Chen spends most of his time in the planning phase, creating detailed specs for AI agents. The coding is almost entirely delegated, and validation is also agent-led. This shift allows him to scale his output by focusing on high-level direction, not implementation details.

How This Ex-Meta L8 Engineer Ships 40 PRs a Day with AI Agents | Kun Chen thumbnail

How This Ex-Meta L8 Engineer Ships 40 PRs a Day with AI Agents | Kun Chen

Behind the Craft·7 hours ago

Top AI Engineers Build Custom Tools to Solve Friction in Their Agentic Workflows

Kun Chen doesn't just use off-the-shelf agents; he builds his own tools like Lavish (visual planning) and 'no mistakes' (validation). This highlights a key trait of power users: identifying and solving personal workflow frictions with custom software instead of waiting for public solutions.

How This Ex-Meta L8 Engineer Ships 40 PRs a Day with AI Agents | Kun Chen thumbnail

How This Ex-Meta L8 Engineer Ships 40 PRs a Day with AI Agents | Kun Chen

Behind the Craft·7 hours ago