đď¸ This week on How I AI: How Stripe built âminionsââAI coding agents that ship 1,300 PRs per week + How to turn Claude Code into your personal life operating system
Your weekly listens from How I AI, part of the Lennyâs Podcast Network
How Stripe built âminionsââAI coding agents that ship 1,300 PRs weekly from Slack reactions | Steve Kaliski (Stripe engineer)
Listen now on YouTube ⢠Spotify ⢠Apple Podcasts
Brought to you by:
OptimizelyâYour AI agent orchestration platform for marketing and digital teams
RipplingâStop wasting time on admin tasks, build your startup faster
Steve Kaliski has spent over six years building developer infrastructure at Stripe. In this conversation with Claire, he breaks down Stripeâs âminionsâ: AI coding agents that ship about 1,300 pull requests per week, often kicked off with nothing more than a Slack emoji. He explains why the real bottleneck in engineering isnât coding, how cloud development environments unlock parallel AI workflows, and what it takes to safely review thousands of AI-generated PRs. He also demos AI agents that can spend money, coordinate services, and complete tasks end-to-end without human involvement.
Biggest takeaways:
Whatâs good for human developers is good for AI agents (and vice versa). Stripeâs years of investment in developer experienceâcomprehensive documentation, blessed paths for common tasks, robust CI/CD, excellent toolingâdirectly translates to higher AI agent success rates. When you have clear docs on âhow to add a new API field,â the agent can follow those same instructions. This creates a virtuous cycle: investments in DX improve agent performance, and investments in agent infrastructure (like cloud environments) benefit human developers too.
Activation energy is the real bottleneck, not coding speed. Steve hasnât started work in a text editor in months. Instead, work begins in Slack threads, Google Docs, or support ticketsâthe natural places where ideas emerge. By allowing engineers to kick off development with a single emoji reaction, Stripe lowered the friction between âgood ideaâ and âcode in production.â This is especially powerful in large organizations, where coordination costs typically kill momentum before coding even begins.
Cloud development environments are non-negotiable for multi-threaded AI work. Running multiple AI agents in parallel requires cloud-based dev environments that can spin up in seconds, run isolated workloads, and never fall asleep. This infrastructure investmentâwhich Stripeâs developer productivity team built long before AI agentsânow enables engineers to run dozens of agents simultaneously without melting their MacBook Pros.
1,300 AI-written PRs per week requires shifting review capacity, not eliminating it. Stripe still reviews every AI-generated PR, but the review process relies heavily on automated confidence signals: comprehensive test coverage, synthetic end-to-end tests, and blue-green deployments that enable quick rollbacks. The bottleneck shifts from writing code to reviewing itâand eventually to generating enough good ideas in the first place.
Machine-to-machine payments unlock ephemeral, API-first businesses. In Steveâs birthday party demo, Claude Code autonomously paid Browser Base, Parallel AI, and Postal Form for single-use servicesâno human signup, no subscription, no dashboard. Businesses can now optimize for agent consumers rather than human users, focusing on âhyper-useful single APIsâ instead of landing pages and admin panels. The economics become transparent: tokens and dollars sit side by side, making the true cost of AI work visible.
Treat AI agents like new employees, with progressive trust. Start with limited access, expand permissions as the agent proves reliable, and maintain clear boundaries. Each minion runs in an isolated environment with specific data accessâthe finance agent can read bank statements but canât send messages; the scheduling agent can text but has no financial data. This physical partitioning prevents accidental data leakage and creates accountability.
The future of software is disposable and hyper-personalized. Steve builds custom iOS apps for his toddlerâmusic players limited to six specific songsâdespite having no iOS development experience. He describes this as âthe disposability of softwareâ: when AI can build apps in hours, you can create single-purpose tools for incredibly specific use cases and throw them away when theyâre no longer needed.
Detailed workflow walkthroughs from this episode:
How Stripeâs AI âMinionsâ Ship 1,300 PRs Weekly from a Slack Emoji: https://www.chatprd.ai/how-i-ai/stripes-ai-minions-ship-1300-prs-weekly-from-a-slack-emoji
How to Build an Autonomous AI Agent That Pays for Services to Complete Tasks: https://www.chatprd.ai/how-i-ai/workflows/how-to-build-an-autonomous-ai-agent-that-pays-for-services-to-complete-tasks
How to Automate Code Generation from a Slack Message into a Pull Request: https://www.chatprd.ai/how-i-ai/workflows/how-to-automate-code-generation-from-a-slack-message-into-a-pull-request
How to turn Claude Code into your personal life operating system | Hilary Gridley
Listen now on YouTube ⢠Spotify ⢠Apple Podcasts
Brought to you by:
WorkOSâMake your app enterprise-ready today
LovableâBuild apps by simply chatting with AI
Hilary Gridley returns to the podcast to share how her approach to productivity has completely evolved since her last appearance. Now a new mom and entrepreneur, she walks Claire through how she uses Claude Code as a personal operating system, managing everything from daily planning to life admin without complex tools or rigid workflows. Instead of building elaborate systems, Hilary leans into what she calls the âanti-system systemâ: letting AI observe her behavior, learn her preferences over time, and gradually take work off her plate. Together, Claire and Hilary explore how simple inputsâlike capturing tasks with a shortcut or âyappingâ to Claude throughout the dayâcan replace traditional productivity stacks and integrations.
Biggest takeaways:
The 10x impact framework: For any task, ask âIf I were 10 times better at it, would it have 10 times the impact?â If no, automate it. If yes, keep it human. This applies to both work tasks and life tasksâincluding whether baking bread will bring you joy or feel like a chore.
Complexity has to earn its keep. Hilary only connects APIs and builds complex integrations after testing the âjanky versionâ of a workflow for a week. Her hit rate is only 20% on workflows she actually continues using, so starting simple saves massive time.
The yappers API beats OAuth every time. Instead of connecting all your tools in the background, just talk to Claude about what youâre doing throughout the day. Hilary keeps Claude Code open in her terminal and narrates her work, letting Claude observe and take notes without complex integrations.
Let AI learn your preferences by observing, not by your defining them. Hilary never sat down to write out her ideal schedule. Claude just watches what she actually does (not what she says sheâll do) and adjusts preferences automatically. Real behavior beats aspirational planning.
Calendar management is the ultimate to-do list. You canât say you take something seriously if youâre not putting time into it. But manually adding tasks to your calendar is tediousâso let Claude do it automatically based on what you say you want to accomplish.
Screenshots are your friend for getting started. Donât wait for API access or permissions at work. Build a janky version with screenshots and voice dictation, prove itâs valuable, and then get the permissions you need. Half-baked ideas donât deserve full access.
You donât need coding knowledge to build Claude Code skills. Hilary just describes problems to Claude: âI keep forgetting to return things on time.â Claude asks a few questions, then builds the entire workflowâincluding checking return policies and drop-off locations automatically.
Test everything before integrating it into working systems. Hilary refuses to add new workflows to her daily routine until sheâs tested them separately for a week. If something breaks, you donât want it taking down systems that were already working.
Build the muscle memory by doing one thing with AI every day. The biggest barrier isnât technical knowledgeâitâs rewiring your brain to think âthe alien in my computer could help with this.â Hilary went from âIâll never use the terminalâ to running her life in Claude Code in about a week.
Detailed workflow walkthroughs from this episode:
How I AI: Hilary Gridleyâs âAnti-Systemâ for Automating Life with Claude Code: https://www.chatprd.ai/how-i-ai/gridleys-anti-system-for-automating-life-with-claude-code
Create a Privacy-Protecting Demo Mode for Your Personal AI: https://www.chatprd.ai/how-i-ai/workflows/create-a-privacy-protecting-demo-mode-for-your-personal-ai
Build Custom AI Automations by Having a Conversation with Claude: https://www.chatprd.ai/how-i-ai/workflows/build-custom-ai-automations-by-having-a-conversation-with-claude
Automate Your Daily Planning with Claude Code and an iPhone Shortcut: https://www.chatprd.ai/how-i-ai/workflows/automate-your-daily-planning-with-claude-code-and-an-iphone-shortcut
If youâre enjoying these episodes, reply and let me know what youâd love to learn more about: AI workflows, hiring, growth, product strategyâanything.
Catch you next week,
Lenny
P.S. Want every new episode delivered the moment it drops? Hit âFollowâ on your favorite podcast app.





