Skip to content
Aakash GuptaAakash Gupta

How to Become a Builder PM (n8n, Claude Code, OpenClaw)

Mahesh Yadav spent 13 years as a PM at Microsoft, Amazon, Meta, and Google. He left a $1.3M total comp to build on his own. In this episode, he walks through the complete builder PM stack - from building agents from scratch in n8n to automating PRD reviews in Claude Code to delegating research through WhatsApp via OpenClaw - all live on screen. Full Writeup: https://www.news.aakashg.com/p/how-to-become-a-builder-pm Transcript: https://www.aakashg.com/how-to-become-a-builder-pm/ --- Timestamps: 0:00 - Intro 1:53 - What is a builder PM 6:04 - Building an agent from scratch in n8n (live demo) 12:32 - Ads 14:18 - Adding tools and memory to the agent 21:35 - Multi-agent systems and evaluations 29:47 - When n8n falls short 31:16 - Ads 33:39 - When and how to use Claude Code 35:08 - What changed in December 2025 47:17 - PRD review automation in Claude Code (live demo) 1:02:28 - Competitive analysis, mocks, and prototypes 1:05:15 - OpenClaw deep dive and delegation 1:22:06 - How AI PM interviews have changed 1:35:17 - Comp trajectory and why he left Google 1:35:38 - Outro --- 🏆 Thanks to our sponsors: 1. Maven Custom: Get a discount off Mahesh's course with my link - https://maven.com/mahesh-yadav/ai-pm-interview-prep-bootcamp?utm_campaign=aakash-gupta&utm_medium=affiliate&utm_source=maven&promoCode=AAKASHxMAVEN 2. Amplitude: The market leader in product analytics - https://amplitude.com/session-replay?utm_campaign=session-replay-launch-2025&utm_source=linkedin&utm_medium=organic-social&utm_content=productgrowthpodcast 3. Jira Product Discovery: Prioritize what matters with confidence - https://www.atlassian.com/software/jira/product-discovery 4. NayaOne: Airgapped cloud-agnostic sandbox - https://nayaone.com/aakash/ 5. Product Faculty: Get $550 off their #1 AI PM Certification with my link - https://maven.com/product-faculty/ai-product-management-certification?promoCode=AAKASH550C7 --- Key Takeaways: 1. Builder PM defined - A builder PM talks to customers, figures out what to build, and ships the first version to 10 customers without talking to any developer. The skill is knowing what to build, not knowing how to code. 2. Four agent components - Every agent that works has intelligence (model), tools (actions), memory (session context), and knowledge (your company data). Every agent that disappoints is missing at least one. 3. n8n for foundations - n8n is the best learning tool because you visually see every component of the agent architecture as separate nodes. Build your first multi-agent system and evaluation pipeline here. 4. Claude Code ate three company types - Context companies, action companies, and evaluation companies all got replaced by one agentic loop inside Claude Code. The three pieces collapsed into one tool. 5. Computer control is the real unlock - File system access plus bash commands equals full laptop capability. This is why Claude Code went from coding tool to work operating system. 6. Long-horizon jobs changed the game - AI agents went from 3-minute tasks to 3-6 hour sustained jobs in six months. This turns Claude Code from assistant to autonomous worker. 7. Continuous learning loops - Build a second agent that watches your corrections to the first agent's work. After five repeated patterns, it proposes a skill update. Your tools get better every day. 8. OpenClaw pattern - Delegation through existing channels, full machine sandboxing, model-agnostic. Not a product but a pattern that Google and AWS will copy inside their ecosystems. 9. AI PM interviews changed - At L5 and L6, product sense questions are being replaced with live building exercises and system design for AI architectures. Pull out Claude Code during the interview or you are already out. 10. Compensation trajectory - From $120K at Microsoft to $1.3M at Google over 13 years, doubling every 18 months through AI-focused switches. Left because big companies kill innovation with six-week approval cycles. --- 👨‍💻 Where to find Mahesh Yadav: LinkedIn: https://www.linkedin.com/in/initmahesh/ Maven Course: https://maven.com/mahesh-yadav/genaipm?promoCode=AAKASHxMAVEN 👨‍💻 Where to find Aakash: Twitter: https://www.x.com/aakashg0 LinkedIn: https://www.linkedin.com/in/aakashgupta/ Newsletter: https://www.news.aakashg.com #builderpm #claudecode --- 🧠 About Product Growth: The world's largest podcast focused solely on product + growth, with over 200K+ listeners. 🔔 Subscribe and turn on notifications to get more videos like this.

Mahesh YadavguestAakash Guptahost
Apr 19, 20261h 36mWatch on YouTube ↗

At a glance

WHAT IT’S REALLY ABOUT

Builder PM roadmap using n8n, Claude Code, and OpenClaw workflows

  1. A “builder PM” is framed as someone who can identify customer needs, build a first usable version with modern AI tooling, and reach initial customers without depending on engineers for the initial build.
  2. The episode teaches agent fundamentals—model intelligence plus scaffolding of tools, memory, knowledge/RAG, and guardrails—through live n8n demos that highlight why each component is necessary.
  3. Mahesh argues n8n is ideal for learning and fast prototyping to ~10 customers, but falls short for team collaboration, code review, testing, and production hardening.
  4. Claude Code is presented as a step-change (post–Dec 2025) because it bundles an “agent loop” of context management, tool/action execution (filesystem/bash/browser), and evaluations, enabling longer-horizon autonomous work and skill reuse.
  5. OpenClaw is introduced as an open-source pattern and platform that adds delegation through familiar channels (WhatsApp/Slack/etc.), model flexibility, and sandboxed machines (e.g., Mac Mini/VM) to safely run autonomous agent work in real environments.

IDEAS WORTH REMEMBERING

5 ideas

Being a builder PM is about end-to-end outcome ownership, not tool usage.

Mahesh pushes back on the idea that “using Claude Code/OpenClaw” equals builder PM; the core is combining customer understanding with the ability to ship a first version and validate with real users quickly.

Agents require scaffolding beyond the base model to be useful in real work.

The demos show a model alone fails on recency (needs tools/search), on continuity (needs memory), and on company-specific answers (needs knowledge/RAG), making “agent design” a core builder skill.

Learn agent concepts in n8n first because it makes the components visible and debuggable.

n8n’s node-based flows expose exactly what’s sent to models/tools and how memory/RAG/evals behave, which Mahesh argues is the fastest way for PMs to internalize how agent systems break and how to fix them.

Treat evaluation as mandatory infrastructure, not a nice-to-have.

Mahesh demonstrates creating “ground truth” rows and using automated judging to score extraction accuracy and suggestion quality, emphasizing that the PM—not the agent—pays the cost of failures.

Use n8n for fast prototyping, then switch once you need production rigor.

He positions n8n as great for first customers and webhook-based backends, but weak for code visibility, team contributions, tests, containerization, and scalable/latency-optimized deployments.

WORDS WORTH SAVING

5 quotes

A builder PM is somebody who can… build the first version and get to ten customers without talking to any developer at all.

Mahesh Yadav

If you build an agent with a tool or intelligence, it will be a stupid agent because it doesn't have memory.

Mahesh Yadav

n8n… allows you to get to your first 10 customers… [but] if you want to iterate, put things in production… n8n doesn't support that.

Mahesh Yadav

Everything which used to take you almost two to three months… is getting squeezed with this Claude Code.

Mahesh Yadav

The ability to sandbox these agents in a controlled way, that's an unsolved problem.

Mahesh Yadav

Definition of “builder PM” and customer-first buildingAgent scaffolding: tools, memory, knowledge (RAG), guardrailsn8n live build: tool calling, memory, RAG over contractsMulti-agent workflows, email triggers, and evaluation pipelinesWhere n8n breaks: collaboration, production, testing, containersClaude Code: skills, hooks, scheduling, long-horizon agentsOpenClaw: delegation via channels, sandbox machines, security pattern

High quality AI-generated summary created from speaker-labeled transcript.

Get more out of YouTube videos.

High quality summaries for YouTube videos. Accurate transcripts to search & find moments. Powered by ChatGPT & Claude AI.

Add to Chrome