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 20, 20261h 36mWatch on YouTube ↗

CHAPTERS

  1. 0:00 – 2:44

    Builder PM moment: beyond tool hype to real leverage

    Mahesh frames the central message: PMs have a unique window to shine, but using trendy tools alone doesn’t make you a builder PM. The episode’s thesis is about learning the underlying layers (models, tools, memory, guardrails) and using them to compress the build cycle from months to days.

    • Builder PM is not synonymous with “I used Claude Code/OpenClaw once”
    • AI is squeezing product cycles from PRD → mocks → prototype → customers
    • Key unsolved frontier: safely sandboxing powerful agents
    • Why big-company constraints (security/permissions) matter in practice
  2. 2:44 – 4:59

    Defining a builder PM: ship the first version and reach 10 customers

    Mahesh defines a builder PM through outcomes: understand customers, decide what to build, and create the first working version without needing a full dev team. The emphasis is on product judgment paired with modern prototyping/build tools that remove traditional engineering bottlenecks.

    • Builder PM = talk to customers + build V1 + get to first 10 customers
    • Historically: 3–6 months to build; now: rapid prototyping is accessible
    • PM advantage: deciding what to build matters more as code gets cheaper
    • Goal: diffuse AI benefits into the economy via practical products
  3. 4:59 – 9:25

    Learning path: understand the agent ‘scaffolding’ (not just prompts)

    Mahesh argues the first step is conceptual: how agent systems are constructed and where they break. He positions n8n as a great learning environment to see the moving parts (models, memory, tools, knowledge) before jumping to more powerful coding-centric stacks.

    • Misconception: configuring a tool = becoming a builder PM
    • Start by understanding layers: model, tools, memory, knowledge, guardrails
    • n8n is a visual way to learn agent concepts quickly
    • Why foundational mental models prevent getting overwhelmed later
  4. 9:25 – 12:12

    Live n8n demo: create a basic agent and expose model limitations

    Mahesh builds an n8n agent from scratch using a chat model, then demonstrates the classic failure mode: the model can’t answer questions beyond its cutoff. This sets up why ‘tools’ and ‘knowledge’ must be added to turn a model into a useful agent.

    • Create an AI agent node and connect an LLM model
    • Inspect input/output to understand what gets sent to the model
    • Knowledge cutoff creates real-world failure for current events
    • Sets up need for tool access (search) and external context
  5. 12:12 – 15:19

    Add a search tool: tool-calling turns a model into a ‘current’ assistant

    By connecting Tavily search, Mahesh shows how an agent can fetch fresh information and answer up-to-date questions. This illustrates the ‘actions/tools’ layer: an agent becomes more capable when it can call external services, not just generate text.

    • Tool integration pattern: let the model decide the search query
    • Search results become context for the final answer
    • Demonstrates tool calling as the bridge from static model → live utility
    • Tradeoff awareness: model choice and cost affect capability
  6. 15:19 – 18:08

    Add memory: making the agent conversational and stateful

    Mahesh demonstrates that without memory, the agent can’t refer to earlier context (“what conflict?”). Adding session memory enables follow-up questions and continuity—highlighting why memory is required for real workflows and not just one-off Q&A.

    • Without memory, agent loses conversational context immediately
    • Session memory stores recent turns and enables references
    • Agent can skip tool calls when memory already has needed context
    • Memory + tools + model = baseline usable agent behavior
  7. 18:08 – 21:10

    Bring your company knowledge with RAG: contracts as a knowledge base

    Mahesh uploads an MSA and walks through chunking, embeddings, and storage to create a retrieval system the agent can query. The key idea: generic world knowledge isn’t enough—builder PMs must connect agents to proprietary/internal documents safely and reliably.

    • RAG pipeline: data loader → text splitting → embeddings → vector store
    • Chunk size/overlap affect retrieval quality
    • Querying the knowledge base produces contract-specific answers
    • Core builder skill: connect proprietary context to agent outputs
  8. 21:10 – 23:42

    Multi-agent workflows: contract review via email and automation

    Mahesh shows a multi-agent system that can be triggered by email, analyze a document, and respond with a structured report. This demonstrates moving from interactive demos to end-to-end automation across channels, closer to “delegating work” rather than chatting.

    • Published workflows trigger on inbound email automatically
    • Multi-step orchestration mirrors how teams operate in real life
    • Outputs resemble professional deliverables (risk reports, key terms)
    • Channels (email) become interfaces for agent systems
  9. 23:42 – 29:47

    Agent evaluations (evals): ground truth, judges, and quality dashboards

    Mahesh introduces evaluation as essential for production readiness: agents don’t bear consequences for mistakes, but PMs do. He shows creating ground truth labels, running automated judging, and interpreting scores (e.g., good risk detection but weak modification suggestions).

    • Define ground truth from expert (lawyer) reviews
    • Run eval workflows row-by-row to score outputs
    • Use LLM-as-judge and rule-based checks to assess quality
    • Evals reveal where to improve: detection vs suggestion quality
  10. 29:47 – 33:49

    When n8n falls short: collaboration, code review, testing, productionization

    Aakash prompts the transition point: n8n is powerful for the first customers and fast iteration, but becomes limiting for team development and production engineering. Mahesh explains why visibility into code, testing, containers, and scalable deployment are the key breaking points.

    • n8n is great for first 10 customers and debugging workflows visually
    • Limitations: hard to collaborate, test, containerize, and optimize latency
    • No clean path to ‘code mode’ for team review and scale
    • Signals the need for Claude Code-style development workflows
  11. 33:49 – 35:07

    Why and how to use Claude Code: coding + agent loop for real work

    Mahesh positions Claude Code as the next step after n8n: it merges delegation and code, usable by both non-coders and experienced engineers. He explains the “agent loop” concept—context, actions, evaluations—and why it generalizes beyond coding into knowledge work.

    • Recommended progression: learn basics in n8n, then move to Claude Code
    • Claude Code bridges non-coders and engineers in a shared toolchain
    • Core loop: context management + action execution + evaluation/verification
    • Skills, sub-agents, hooks, and scheduling enable repeatable automation
  12. 35:07 – 46:46

    What changed in Dec 2025: computer control, long-horizon agents, and commoditization

    Mahesh explains the inflection: tools that once required specialized startups (connectors, domain context, eval frameworks) began collapsing into a single agentic environment. Computer/file-system/bash access plus longer-horizon models made agents capable of multi-hour tasks and richer autonomy.

    • Claude Code absorbed: connectors/tools, domain context, and eval workflows
    • Computer control: file system + bash + browser enables broad action space
    • Long-horizon models can persist for hours vs minutes previously
    • Context compression and retrieval improvements reduce RAG complexity for users
  13. 46:46 – 54:59

    Live Claude Code demo: PRD review automation with a custom checklist

    Mahesh demonstrates a practical PM workflow: uploading a PRD/two-pager and getting high-quality, anchored comments based on a bespoke checklist. The demo shows how ‘skills’ encode standards and produce repeatable output in minutes, turning review cycles into fast feedback loops.

    • Use a PRD checklist as stable instructions to standardize reviews
    • Claude Code unpacks docs and writes anchored Word comments
    • Example feedback: market sizing, moat, AI failure modes, differentiation
    • Human still adds nuanced edits; AI handles the baseline rigor quickly
  14. 54:59 – 1:01:48

    Continuous learning loop: learner.md, versioned checklists, and human-in-the-loop updates

    Mahesh extends the PRD review system into an improvement engine: the agent periodically compares AI output vs his edits and extracts learnings into a learner.md. Over time, patterns trigger suggested checklist updates that Mahesh approves—creating a controlled, evolving ‘org brain’ for reviews.

    • Artifacts captured per job: inputs, outputs, and user-modified versions
    • Scheduled agent reviews deltas and writes learner.md improvements
    • Pattern thresholding: repeated edits trigger suggested checklist updates
    • Continuous learning without explicit thumbs up/down; behavior-based feedback
  15. 1:01:48 – 1:05:27

    From PRD to prototypes: competitive analysis, mocks, dashboards, and compressed build cycles

    Mahesh outlines additional PM use cases for Claude Code beyond PRD review: competitive intelligence, generating mocks, building prototypes from designs, and instrumenting dashboards. The throughline is collapsing a months-long product pipeline into a much shorter loop driven by agents.

    • Sub-agents for competitive research across multiple competitors
    • Generate mocks/visuals and evolve them into working prototypes
    • Instrumentation and analytics dashboards for real usage signals
    • End-to-end cycle compression: PRD → mocks → prototype → customers
  16. 1:05:27 – 1:16:18

    OpenClaw deep dive: open-source delegation, channels, and sandboxed machines

    Mahesh introduces OpenClaw as a pattern and platform enabling delegation through familiar channels (WhatsApp/Slack/etc.) plus stronger sandboxing via dedicated machines/VMs. Unlike session-bound terminal workflows, OpenClaw emphasizes asynchronous delegation and model flexibility, including open-source models.

    • OpenClaw/OpenClaude built on open Agent SDK concepts
    • Key unlocks: delegation (async), channel connectors, and machine sandboxing
    • Run on dedicated Mac Mini or a VM (UTM) to isolate permissions
    • Connect to any model to avoid proprietary limits and rate constraints
  17. 1:16:18 – 1:19:26

    Enterprise reality: security constraints and the next frontier—controlled sandboxing

    Aakash challenges feasibility inside companies like Google; Mahesh reframes OpenClaw as a pattern that enterprises will replicate internally. He argues the next major problem to solve is robust sandboxing and security, enabling agents to reproduce issues, test fixes, and safely deploy solutions within managed environments.

    • Big companies won’t grant broad agent access to sensitive systems directly
    • Enterprises will implement the pattern inside controlled VMs/sandboxes
    • Agents can reproduce problems (e.g., Kubernetes failures) before recommending fixes
    • Open problem: secure sandboxing against prompt/tool attacks and misuse
  18. 1:19:26 – 1:36:25

    Roadmap to becoming a builder PM + how interviews (and careers) are changing

    Mahesh closes by offering a structured learning plan: basics → Claude Code automation with feedback loops → OpenClaw delegation and sandboxing. He then describes how AI PM interviews emphasize current-state thinking and system design, and ends with candid career talk on comp, big-tech tradeoffs, and why he left Google to build independently.

    • 9–10 week plan: fundamentals, Claude Code systems, OpenClaw delegation
    • AI PM interviews: case assignments + system design are becoming standard
    • Agentic AI vs traditional AI: actions + context + evals define the difference
    • Career reflection: big-tech comp trajectory, bureaucracy, and motivation to build

Get more out of YouTube videos.

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