<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[Stories by Anmol Gupta on Medium]]></title>
        <description><![CDATA[Stories by Anmol Gupta on Medium]]></description>
        <link>https://medium.com/@anmolgupta824?source=rss-933adf45f13f------2</link>
        <image>
            <url>https://cdn-images-1.medium.com/fit/c/150/150/1*XPxUCSydsxKMKQUBSg5eaA@2x.jpeg</url>
            <title>Stories by Anmol Gupta on Medium</title>
            <link>https://medium.com/@anmolgupta824?source=rss-933adf45f13f------2</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Sat, 30 May 2026 09:13:27 GMT</lastBuildDate>
        <atom:link href="https://medium.com/@anmolgupta824/feed" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[ I Made a Free Claude Code Course for People Who Don’t Code. Here’s Everything Inside.]]></title>
            <link>https://medium.com/@anmolgupta824/i-made-a-free-claude-code-course-for-people-who-dont-code-here-s-everything-inside-60c0ca86fad0?source=rss-933adf45f13f------2</link>
            <guid isPermaLink="false">https://medium.com/p/60c0ca86fad0</guid>
            <dc:creator><![CDATA[Anmol Gupta]]></dc:creator>
            <pubDate>Mon, 18 May 2026 15:52:32 GMT</pubDate>
            <atom:updated>2026-05-18T15:52:32.759Z</atom:updated>
            <content:encoded><![CDATA[<p><em>3 modules. Zero coding experience required. Go from “what is a terminal?” to shipping a live website in one weekend.</em></p><p>I keep hearing the same thing.</p><p>“I want to use Claude Code but I’m not a developer.”</p><p>“I watched the demo and it looks amazing but I don’t know where to start.”</p><p>“I tried opening the terminal and immediately closed it.”</p><p>Fair. The terminal is intimidating if you’ve never used it. And most Claude Code tutorials assume you already know Git, npm, and how to navigate a file system from the command line. If you don’t, you’re lost in 30 seconds.</p><p>So I built a course that assumes you know <strong>nothing</strong>. 🎯</p><p>No coding background. No PM experience. No prior knowledge of Claude, terminals, or AI tools. Just curiosity and a laptop.</p><p>🔗 <strong>Course page:</strong> <a href="https://theainativepm.com/modules/everyone">theainativepm.com/modules/everyone</a></p><p>Three modules. Completely free. Open source. You go from zero to shipping a live website with a real URL.</p><p>Here’s exactly what’s inside. 👇</p><h3>🧠 Who This Is For</h3><p>This course is for anyone who:</p><p>🔹 Has heard about Claude Code and wants to try it but doesn’t know where to start 🔹 Isn’t a developer but wants to build things with AI 🔹 Has tried using the terminal before and bounced off it 🔹 Wants to build a personal website, portfolio, or side project but can’t code 🔹 Is tired of watching other people ship things and wants to join in</p><p>Designers, marketers, writers, analysts, founders, students, career switchers — anyone. If you can type, you can do this.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*nOivWGk3eNerb6UMXhokPA.png" /></figure><h3>📦 Module 0: Claude Code Basics</h3><p><strong>Time: 20 minutes</strong></p><p>This is where everyone starts. You’ll install Claude Code and have your first AI conversation in the terminal.</p><p>What you’ll learn:</p><p>🔸 <strong>What Claude Code actually is</strong> — and why it’s different from chatting with Claude in the browser 🔸 <strong>How to install it</strong> — Mac, Windows, or Linux. Step by step. Screenshots included. 🔸 <strong>The only 5 terminal commands you need</strong> — that’s it, just 5. cd, ls, mkdir, cat, and pwd. You don&#39;t need more than this to get started. 🔸 <strong>Your first AI conversation</strong> - you&#39;ll ask Claude Code to do something and watch it work in real time 🔸 <strong>Key concepts</strong> - @-mentions, tools, and context. The building blocks of everything that comes next. 🔸 <strong>Troubleshooting</strong> - common setup issues and how to fix them</p><p>By the end of this module, Claude Code is installed, running, and you’ve had your first conversation with it. 20 minutes. ⚡</p><h3>📦 Module 0B: Claude Code Mastery</h3><p><strong>Time: 2–3 hours</strong></p><p>This is where it gets powerful. You go from “I can use Claude Code” to “I can make Claude Code do exactly what I want.”</p><p>What you’ll learn:</p><p>🔸 <strong>CLAUDE.md</strong> — give Claude persistent memory of your project. This is the single most important file you’ll create. It tells Claude who you are, what your project is, and how you want things done. Every session starts by reading this file.</p><p>🔸 <strong>Context management</strong> — how to avoid context decay (when Claude starts forgetting what you told it mid-session) and keep conversations productive</p><p>🔸 <strong>Plan Mode</strong> — for complex tasks, Claude thinks through the approach before writing a single line of code. You approve the plan, then it executes. Much better output.</p><p>🔸 <strong>Sub-agents</strong> — do 5 things at once. Claude can spin up parallel workers that each handle a different task simultaneously. This is the multiplier.</p><p>🔸 <strong>Skills</strong> — teach Claude reusable workflows. /brainstorm, /outline, /research, /summarize. Build once, use forever.</p><p>🔸 <strong>Hooks</strong> — automate the boring stuff. Auto-format code on save. Protect certain files from being edited. Get notifications when tasks complete.</p><p>🔸 <strong>8 advanced prompting patterns</strong> — the difference between getting mediocre output and great output is how you prompt. These patterns work every time.</p><p>🔸 <strong>Capstone</strong> — build your own mini automation. Something real. Something you’ll actually use.</p><p>This module is the one that changes how you work. Everything after this is faster. 🔥</p><h3>📦 Module 1: Vibe Code Your First Project</h3><p><strong>Time: 1.5 hours</strong></p><p>This is the fun one. You build and deploy a real personal website. <strong>Live on the internet. With a URL you can share.</strong> 🌐</p><p>What you’ll build:</p><p>🔸 <strong>Write a design brief</strong> — tell Claude what you want your site to look like. Colors, sections, vibe. You’re the creative director. Claude is the developer.</p><p>🔸 <strong>Claude generates your site</strong> — HTML, CSS, everything. You describe, Claude builds. You don’t write a single line of code.</p><p>🔸 <strong>Customize</strong> — tweak colors, change copy, add or remove sections. All through conversation. “Make the header darker.” “Add a projects section.” “Change the font to something more modern.”</p><p>🔸 <strong>Deploy to Vercel</strong> — free hosting. Takes 2 minutes. You’ll have a live URL like yourname.vercel.app that anyone can visit.</p><p>🔸 <strong>Bonus: custom domain</strong> — if you own a domain (or want to buy one for $10), connect it. Now you have a real website.</p><p>By the end of this module, you have a live personal website that you built with AI. Zero code written by you. Share it on LinkedIn. Put it on your resume. Send it to your mom. It’s real. ✅</p><h3>🛠️ How the Course Works</h3><p>The whole thing runs inside Claude Code itself. Here’s the setup:</p><p><strong>Step 1:</strong> Clone the repo</p><pre>git clone https://github.com/anmolgupta824/claude-code-for-everyone.git</pre><p><strong>Step 2:</strong> Open a module folder in Claude Code</p><pre>cd claude-code-for-everyone/modules/module-0-claude-basics<br>claude</pre><p><strong>Step 3:</strong> Type start</p><p>That’s it. Claude becomes your teacher. It walks you through each lesson, checks your understanding, and moves at your pace. It’s like having a private tutor who never gets impatient and never judges your questions. 🎓</p><h3>💡 Why I Built This</h3><p>I’m an engineer turned PM. I stopped coding years ago. Then Claude Code showed up and I started building again.</p><p>In the last three months I’ve shipped a <a href="https://theainativepm.com/jobs">job board</a>, an <a href="https://theainativepm.com/interview-prep">interview prep course</a>, a <a href="https://theainativepm.com/resume-kit">resume kit</a>, and a <a href="https://theainativepm.com/signals">weekly AI digest</a>. All with Claude Code. All as a side project while working my full-time PM job.</p><p>But I already knew how to code. I just needed a better tool.</p><p>The people DMing me don’t have that advantage. They’re designers who want to build a portfolio site. Marketers who want to automate their workflows. Founders who want to prototype without hiring a developer. Career switchers who want to prove they can build.</p><p>They don’t need a coding bootcamp. They need someone to show them how to use the tool that makes coding optional.</p><p>That’s what this course is. 💪</p><h3>🆓 Free. Open Source. No Catch.</h3><p>Three modules. All free. MIT license. No email gate. No credit card. No “free tier” that’s actually a trial.</p><p>🔗 <strong>Course page:</strong> <a href="https://theainativepm.com/modules/everyone">theainativepm.com/modules/everyone</a></p><p>🔗 <strong>GitHub repo:</strong> <a href="https://github.com/anmolgupta824/claude-code-for-everyone">github.com/anmolgupta824/claude-code-for-everyone</a></p><p>If you’re a PM, there’s also a <a href="https://theainativepm.com/modules">Claude Code for PMs track</a> with PM-specific workflows — PRDs, standups, sprint planning, and more.</p><h3>💬 What Would You Build?</h3><p>If you could build anything this weekend — a website, a tool, an automation, a prototype — what would it be?</p><p>Drop it in the comments. I want to hear what people would ship if the coding barrier disappeared. 👇</p><p>🔗 <strong>Claude Code for Everyone:</strong> <a href="https://theainativepm.com/modules/everyone">theainativepm.com/modules/everyone</a> 🔗</p><p><strong>GitHub:</strong> <a href="https://github.com/anmolgupta824/claude-code-for-everyone">github.com/anmolgupta824/claude-code-for-everyone</a></p><p>📚 <strong>Claude Code for PMs:</strong> <a href="https://theainativepm.com/modules">theainativepm.com/modules</a></p><p>🎯 <strong>Interview Prep:</strong> <a href="https://theainativepm.com/interview-prep">theainativepm.com/interview-prep</a></p><p>📝 <strong>Resume Kit:</strong> <a href="https://theainativepm.com/resume-kit">theainativepm.com/resume-kit</a></p><p>💼 <strong>Job Board:</strong> <a href="https://theainativepm.com/jobs">theainativepm.com/jobs</a></p><p><em>Anmol Gupta is a Product Manager at Careem (Uber), building payments for 50M+ customers. On the side, he’s building The AI-Native PM — free courses, tools, and resources for anyone building with AI. Follow for more.</em> ✍️</p><p><em>Tags: #ClaudeCode #LearnToCode #BuildInPublic #NoCode #AITools #FreeCourse #OpenSource</em></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=60c0ca86fad0" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[ You’re Probably Wasting 10 Minutes Every Morning Re-Explaining Your Project to Claude Code.]]></title>
            <link>https://medium.com/@anmolgupta824/youre-probably-wasting-10-minutes-every-morning-re-explaining-your-project-to-claude-code-1713e4405ad7?source=rss-933adf45f13f------2</link>
            <guid isPermaLink="false">https://medium.com/p/1713e4405ad7</guid>
            <category><![CDATA[technology]]></category>
            <category><![CDATA[claude-code]]></category>
            <category><![CDATA[ai]]></category>
            <category><![CDATA[context]]></category>
            <category><![CDATA[memory-management]]></category>
            <dc:creator><![CDATA[Anmol Gupta]]></dc:creator>
            <pubDate>Sun, 12 Apr 2026 10:10:04 GMT</pubDate>
            <atom:updated>2026-04-12T10:10:04.003Z</atom:updated>
            <content:encoded><![CDATA[<h3>🧠 You’re Probably Wasting 10 Minutes Every Morning Re-Explaining Your Project to Claude Code. Here’s How I Fixed It.</h3><p><em>One skill. Three files. Now Claude picks up exactly where it left off every single morning.</em></p><p>Every morning, same routine.</p><p>Open Claude Code. Start typing. Explain the project. Explain what you built yesterday. Explain what’s broken. Explain what decisions you already made and why.</p><p>All gone. Every single morning. Gone. 😩</p><p>200,000 token context window. <strong>Zero long-term memory.</strong></p><p>Claude is brilliant inside a session. But the moment you close that terminal? Everything you discussed, every decision you made, every bug you triaged — vanished. Next morning you’re back to square one, re-explaining your own project to your own tool.</p><p>I got tired of it. So I built a system to fix it.</p><p>I’ve been using it for 6 weeks across 5 agents running in parallel. Not once has Claude asked me <em>“can you remind me what we’re building?”</em></p><p>Here’s exactly how it works. 👇</p><h3>🎯 The Problem: AI Amnesia</h3><p>Let’s be specific about what’s actually happening.</p><p>You have a coding session with Claude. It’s productive. You make architectural decisions. You triage bugs. You decide to deprioritize a feature and focus on a different one. You explain your deployment setup. You walk through your folder structure. You give context on why you built something a certain way.</p><p>Then you close the terminal.</p><p>Next morning, Claude has <strong>no idea</strong> any of that happened. It doesn’t know what you built. It doesn’t know what you decided. It doesn’t know what’s broken. It doesn’t know what’s next.</p><p>So you spend the first 10–15 minutes of every session doing the same thing: <strong>context loading.</strong></p><p>Over a week, that’s an hour. Over a month, that’s 4–5 hours. Just re-explaining your own project. To a tool that should already know.</p><h3>🔧 The Fix: Three Files and One Slash Command</h3><p>The system is dead simple. Three files and a /wrap-up command.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*_9amJcbog1wcGztOk3qmbA.png" /></figure><h3>File 1: CLAUDE.md (The Brain) 📜</h3><p>This is Claude Code’s config file. It loads automatically at the start of every session. I added a section that tells Claude to read yesterday’s session file and the project progress tracker before doing anything else.</p><p>3,000 tokens. 10 seconds. Full context restored.</p><p>Claude starts every morning knowing:</p><ul><li>What each agent did yesterday</li><li>What decisions were made and why</li><li>What’s blocked</li><li>What’s next</li></ul><p>No re-explaining. No “let me catch you up.” Just: here’s where we left off, let’s go. ⚡</p><h3>File 2: PROGRESS.md (The Big Picture) 📊</h3><p>This is the project-level memory. Not what happened yesterday — what’s happened over the life of the project.</p><p>Think of it as a living document that tracks:</p><p>🔹 <strong>Overall project status</strong> — what % complete, what’s live, what’s in progress 🔹 <strong>Key decisions</strong> — and the reasoning behind them (this is the part Claude always forgets) 🔹 <strong>Architecture choices</strong> — why you structured things a certain way 🔹 <strong>What’s shipped</strong> — so Claude doesn’t try to rebuild something that’s already live 🔹 <strong>What’s next</strong> — the prioritized backlog</p><p>This file grows over time. It’s the institutional memory of your project.</p><h3>File 3: Session Files (The Daily Log) 📝</h3><p>This is the magic piece. At the end of every day, I run /wrap-up and Claude writes a session file.</p><p>The session file captures:</p><p>🔸 <strong>What each agent worked on</strong> (I run 5 agents — CEO, engineer, product lead, marketer, tester) 🔸 <strong>Decisions made and the reasoning</strong> — not just “we decided X” but “we decided X because Y and Z” 🔸 <strong>Bugs found and their status</strong> — open, fixed, deprioritized, and why 🔸 <strong>What’s blocked</strong> — and what needs to happen to unblock it 🔸 <strong>What’s next</strong> — the plan for tomorrow’s session</p><p>Next morning, CLAUDE.md points to this file. Claude reads it. Context restored. <strong>That’s it.</strong></p><h3>⚙️ How /wrap-up Actually Works</h3><p>End of your coding session. You type /wrap-up. Here&#39;s what happens:</p><p><strong>Step 1:</strong> Claude scans everything that happened in the session — code changes, conversations, decisions, bugs filed.</p><p><strong>Step 2:</strong> Claude writes a structured session file with all the context someone (or some AI) would need to pick up where you left off.</p><p><strong>Step 3:</strong> Claude updates PROGRESS.md with any major milestones or decision changes.</p><p><strong>Step 4:</strong> Tomorrow morning, CLAUDE.md automatically loads the session file. Claude reads 3,000 tokens and knows everything.</p><p>The whole wrap-up takes about 30 seconds. The context restoration next morning takes about 10 seconds.</p><p>Compare that to 10–15 minutes of manual re-explaining. Every day. Forever. 🤯</p><h3>🚀 What This Looks Like in Practice</h3><p>I run 5 AI agents in parallel to build <a href="https://theainativepm.com">theainativepm.com</a>. A CEO, an engineer, a product lead, a marketer, and a tester. Each in their own terminal.</p><p>Before this system, every morning was chaos. Five terminals. Five agents. None of them remembering anything. I’d spend the first 20 minutes just getting everyone back up to speed.</p><p>Now? I open five terminals. Each agent reads its session context. They pick up exactly where they left off.</p><p>The engineer knows it has two open bugs from yesterday. The tester knows which bugs it filed and is waiting for fixes. The product lead knows what’s on the roadmap for this week. The marketer knows which LinkedIn post performed best and what to write next.</p><p><strong>Six weeks. Not once has any agent asked me what we’re building.</strong> ✅</p><h3>💡 Why This Works Better Than You’d Think</h3><p>There’s a subtle thing happening here that took me a while to appreciate.</p><p><strong>It’s not just memory. It’s decision memory.</strong></p><p>The session files don’t just capture what happened. They capture <strong>why</strong>. Why we deprioritized that bug. Why we chose this architecture. Why we delayed that feature.</p><p>Without the “why,” Claude makes the same suggestions you already rejected. It proposes the same feature you already decided not to build. It reopens debates you already settled.</p><p>With the “why,” Claude respects past decisions. It builds on them instead of relitigating them. The quality of every session compounds because you’re not starting from zero — you’re starting from the accumulated judgment of every previous session.</p><p>That’s the real unlock. Not memory. <strong>Compounding context.</strong> 🧠</p><h3>🛠️ Set It Up Yourself</h3><p>The whole system is open-source. MIT license. Works on <strong>Claude Code, Cursor, GitHub Copilot, Gemini CLI</strong> — anything that supports markdown-based configuration.</p><p>🔗 <strong>Context Manager:</strong> <a href="https://github.com/anmolgupta824/claude-context-manager">github.com/anmolgupta824/claude-context-manager</a></p><p>🔗 <strong>Full Agent System (5 agents):</strong> <a href="https://github.com/anmolgupta824/ai-native-agents">github.com/anmolgupta824/ai-native-agents</a></p><p>The context manager pairs perfectly with the agent system but works standalone too. Even if you’re just running one instance of Claude Code on a single project, /wrap-up will save you hours.</p><p>Clone it. Drop it into your project. Run /wrap-up tonight. Tomorrow morning you&#39;ll wonder how you ever worked without it.</p><h3>🧠 Three Things I Learned</h3><p><strong>1️⃣ 3,000 tokens is all you need.</strong> I experimented with longer session files. Diminishing returns after about 3,000 tokens. Be concise. Capture decisions and reasoning, not play-by-play transcripts.</p><p><strong>2️⃣ The “why” matters more than the “what.”</strong> “We fixed the auth bug” is useless context. “We fixed the auth bug by switching from JWT to session tokens because the mobile app couldn’t handle token refresh reliably” — that’s context Claude can actually build on.</p><p><strong>3️⃣ Make it a habit, not an afterthought.</strong> /wrap-up at the end of every session. No exceptions. The one time you skip it is the morning you&#39;ll waste 20 minutes re-explaining everything. Ask me how I know. 😅</p><h3>💬 What’s Your System?</h3><p>What’s your approach to giving AI memory? Are you using CLAUDE.md? Custom prompts? Something else entirely?</p><p>Or are you still re-explaining everything every morning?</p><p>Drop it in the comments. I want to see what other people are building here. 👇</p><p>🔗 <strong>Context Manager (open source):</strong> <a href="https://github.com/anmolgupta824/claude-context-manager">github.com/anmolgupta824/claude-context-manager</a></p><p>🔗 <strong>5-Agent System (open source):</strong> <a href="https://github.com/anmolgupta824/ai-native-agents">github.com/anmolgupta824/ai-native-agents</a></p><p>📚 <strong>Free Claude Code Course:</strong> <a href="https://theainativepm.com/modules">theainativepm.com/modules</a></p><p>🎯 <strong>Free PM Interview Prep:</strong> <a href="https://theainativepm.com/interview-prep">theainativepm.com/interview-prep</a></p><p><em>Anmol Gupta is a Product Manager at Careem (Uber), building payments for 50M+ customers. On the side, he’s building The AI-Native PM — free courses, tools, and resources for PMs working in AI. Follow for more.</em> ✍️</p><p><em>Tags: #ClaudeCode #AITools #BuildInPublic #DeveloperTools #ProductManagement #OpenSource #AINativePM</em></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=1713e4405ad7" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[ I Run 5 AI Agents Across 5 Terminals to Build My Side Project. Nobody Has Asked for a Raise Yet.]]></title>
            <link>https://medium.com/@anmolgupta824/i-run-5-ai-agents-across-5-terminals-to-build-my-side-project-nobody-has-asked-for-a-raise-yet-1a4e7a213c7c?source=rss-933adf45f13f------2</link>
            <guid isPermaLink="false">https://medium.com/p/1a4e7a213c7c</guid>
            <category><![CDATA[ai]]></category>
            <category><![CDATA[software-engineering]]></category>
            <category><![CDATA[product-management]]></category>
            <category><![CDATA[ai-agent]]></category>
            <dc:creator><![CDATA[Anmol Gupta]]></dc:creator>
            <pubDate>Sun, 29 Mar 2026 12:07:04 GMT</pubDate>
            <atom:updated>2026-03-29T12:07:04.657Z</atom:updated>
            <content:encoded><![CDATA[<p><em>How I built a team of AI agents with real roles, real conflict, and real boundaries — and open-sourced the whole thing.</em></p><p>I have a CEO, an engineer, a product lead, a marketer, and a tester.</p><p>They work in parallel. They disagree constantly. One of them is named Darklord.</p><p>None of them are human. 😅</p><p>I run five AI agents across five terminal windows to build <a href="https://theainativepm.com/">The AI-Native PM</a> — a side project that includes a website with a full PM interview prep course, a job board, a resume kit, a weekly AI digest newsletter, and a Claude Code course. The entire product is live. The agents helped build most of it.</p><p>This is not a toy project or a demo. <strong>This is how I actually ship product.</strong> And I open-sourced the entire setup so anyone can clone it and run their own agent team.</p><p>Here’s how it works and what I learned. 👇</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*JAMV915puBn11TiHGW0UVQ.png" /><figcaption><em>Five agents. Five terminals. One product. The CEO is assessing progress, the marketer is pulling LinkedIn data, the engineer has open bugs, and the tester is ready to break things.</em> 🖥️</figcaption></figure><h3>🎭 The Team</h3><p>Each agent has a specific role with strict responsibilities:</p><p>🔹 <strong>The CEO</strong> makes final calls. It reads the full project context and decides what gets prioritized, what gets cut, and what ships. When the product lead and engineer disagree, the CEO breaks the tie. It has a three-sentence product roadmap and a Q2 plan. It does not write code.</p><p>🔹 <strong>The Engineer</strong> builds and deploys. It writes code, fixes bugs, ships features, and manages the deployment pipeline. It cannot touch marketing files. It cannot change the roadmap. It builds what it’s told to build, and it builds it fast. ⚡</p><p>🔹 <strong>The Product Lead</strong> owns the roadmap. It decides what features matter, sequences the work, and rejects anything that isn’t on the plan. It can’t write code either. Its job is to say no to most things and yes to the right things.</p><p>🔹 <strong>The Marketer</strong> runs content. It tracks what’s performing, analyzes impressions across platforms, and recommends what to post next. It found that the Dario Amodei essay thread pulled in <strong>49,909 impressions</strong> and accounted for <strong>44% of all LinkedIn impressions</strong> in a month. It knows which content works. It doesn’t guess. 📊</p><p>🔹 <strong>The Tester</strong> exists to break things. Its entire job is to find bugs, file them against the engineer, and verify they’re actually fixed. It can read code but can’t edit it. It’s the most adversarial agent on the team, and that’s by design. 🐛</p><h3>🏗️ The Architecture: Three Files Per Agent</h3><p>Every agent runs on three files that define who it is and how it behaves:</p><p><strong>📜 SOUL.md</strong> defines how the agent thinks. Its decision-making style, its priorities, what it values. The CEO’s soul file emphasizes strategic judgment and brevity. The engineer’s emphasizes shipping speed and code quality. The tester’s emphasizes skepticism. These aren’t prompts. <strong>They’re personalities.</strong></p><p><strong>🪪 IDENTITY.md</strong> tells the agent who it is. Its role, its scope, what it can and can’t do. This is where the boundaries live. The engineer’s identity file explicitly says it cannot access marketing files. The product lead’s says it cannot write or modify code. These constraints are the entire point.</p><p><strong>💓 HEARTBEAT.md</strong> keeps the agent honest about what it’s actually doing. Think of it as a running status log. What was the last session? What’s open? What’s blocked? This prevents the classic AI problem of an agent confidently working on something that was already done or abandoned. It’s performance management without the awkward one-on-ones.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*9yOhhmBZtklS8cXK2Q9cbQ.png" /><figcaption><em>The full repo structure. Each agent gets its own folder. Shared context keeps everyone aligned. Examples help you customize.</em> 📁</figcaption></figure><h3>🔒 Why Boundaries Matter More Than Intelligence</h3><p>The most important design decision wasn’t which AI model to use. It was the <strong>access controls</strong>.</p><p>The engineer can’t touch marketing. The product lead can’t write code. The tester can read code but can’t edit it. The CEO can read everything but only writes to strategy files.</p><p>These are the same boundaries you’d set on a real team. The difference? AI agents actually respect them. 😂</p><p>No passive-aggressive Slack messages about “just making a quick fix.” No designer who decides to refactor the database. <strong>The walls are real.</strong> 🧱</p><p>Without boundaries, AI agents do what AI naturally does: they try to be helpful by doing everything. An unbounded agent will rewrite your marketing copy while fixing a bug while reorganizing your file structure.</p><p>Boundaries force focus. Focus produces useful work.</p><h3>⚔️ The Best Part: Conflict</h3><p>Here’s the part nobody expects.</p><p>The system is <strong>designed for disagreement</strong>.</p><p>The tester files bugs against the engineer. The product lead rejects features that aren’t on the roadmap. The CEO overrides both when the strategic context demands it.</p><p>This isn’t a bug in the system. <strong>It’s the feature.</strong> 🔥</p><p>Most people who build AI agent setups optimize for harmony. Everything agrees, everything flows, nobody pushes back.</p><p>That produces mediocre output.</p><p>Real teams argue. Real teams have tension between “ship fast” and “ship correctly.” The agent team replicates that tension <strong>on purpose</strong>.</p><p>In the last session, the tester found two low-priority bugs that the engineer had missed. The product lead had already deprioritized one of them. The CEO confirmed the deprioritization.</p><p>That’s a real product process happening autonomously across five terminal windows. While I was making dinner. 🍳</p><h3>🚀 What I Actually Built With This Setup</h3><p>The AI-Native PM is at <strong>99% completion</strong>. The website is live with:</p><p>🔸 <strong>PM Interview Course</strong> — 14 modules, 82 real 2026 questions from OpenAI, Anthropic, Google DeepMind, Meta, Amazon, Netflix, and Apple</p><p>🔸 <strong>PM Job Agent</strong> — crawls 76 companies every morning, enriches 1,500+ job listings with AI</p><p>🔸 <strong>Resume Kit</strong> — 4 templates, JD tailoring, achievement rewriter for any role</p><p>🔸 <strong>Weekly AI Digest</strong> — newsletter shipping every Friday via automated GitHub Actions</p><p>🔸 <strong>Claude Code Course</strong> — 5 modules teaching PMs how to build with AI tools</p><p>The remaining 1%? Interview Simulator and marketing push.</p><p>As the CEO agent put it: <em>“We’re essentially in growth mode now, not build mode.”</em></p><p>I mostly agree with the AI boss I created. Which is either a good sign or a very concerning one. 😅</p><h3>🛠️ How to Run Your Own Agent Team</h3><p>The entire setup is open-source. MIT license. Clone the repo, drop it into any project, customize the soul files for your team.</p><p>Works on <strong>Claude Code, Cursor, GitHub Copilot, Gemini CLI</strong> — anything that supports markdown-based agent configuration.</p><p>🔗 <strong>GitHub:</strong> <a href="https://github.com/anmolgupta824/ai-native-agents">github.com/anmolgupta824/ai-native-agents</a></p><p>Each agent folder has the three files plus slash commands for common tasks. Add agents, remove agents, rewrite soul files. The architecture scales to however many roles your project needs.</p><p>Want a sixth agent? A designer? A data analyst? A customer support bot? Fork it and build it. 🧩</p><h3>🧠 Five Things I Didn’t Expect</h3><p><strong>1️⃣ Roles matter more than raw intelligence.</strong> A focused agent with clear boundaries outperforms a general-purpose agent with no constraints. Every single time.</p><p><strong>2️⃣ Conflict is productive.</strong> The tester finding bugs the engineer missed isn’t a failure. It’s the system working correctly. ✅</p><p><strong>3️⃣ Soul files are the highest-leverage thing you can write.</strong> The difference between a generic AI response and one that matches your project’s tone, priorities, and standards comes down entirely to the soul file. Spend time on them. Seriously.</p><p><strong>4️⃣ AI management is still management.</strong> You still need to define roles, set expectations, create accountability, and resolve conflicts. The agents don’t self-organize. You architect it. 🏛️</p><p><strong>5️⃣ The CEO agent is codenamed Darklord.</strong> Yes, I named my AI boss after myself. No, I will not be taking questions. 😎</p><h3>💬 Try It</h3><p>🔗 Clone the repo: <a href="https://github.com/anmolgupta824/ai-native-agents">github.com/anmolgupta824/ai-native-agents</a></p><p>📚 Free Claude Code course: <a href="https://theainativepm.com/modules">theainativepm.com/modules</a></p><p>🎯 Free PM interview prep: <a href="https://theainativepm.com/interview-prep">theainativepm.com/interview-prep</a></p><p>📝 Free resume kit: <a href="https://theainativepm.com/resume-kit">theainativepm.com/resume-kit</a></p><p><strong>If you could add a sixth agent to your team, what role would it play?</strong> Drop it in the comments. 👇</p><p><em>Anmol Gupta is a Product Manager at Careem (Uber), building payments for 50M+ customers. On the side, he’s building The AI-Native PM — free courses, tools, and resources for PMs working in AI. Follow him on Threads @anmolgupta_05.</em> ✍️</p><p><em>Tags: #AIAgents #ClaudeCode #BuildInPublic #ProductManagement #OpenSource #AINativePM</em></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=1a4e7a213c7c" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[ You’re the AI PM at Netflix. Your CEO Wants to Ship AI-Generated Movies. Here’s How to Answer.]]></title>
            <link>https://medium.com/@anmolgupta824/youre-the-ai-pm-at-netflix-your-ceo-wants-to-ship-ai-generated-movies-here-s-how-to-answer-fc3c4820de00?source=rss-933adf45f13f------2</link>
            <guid isPermaLink="false">https://medium.com/p/fc3c4820de00</guid>
            <category><![CDATA[artificial-intelligence]]></category>
            <category><![CDATA[product-strategy]]></category>
            <category><![CDATA[netflix]]></category>
            <category><![CDATA[product-management]]></category>
            <category><![CDATA[ai]]></category>
            <dc:creator><![CDATA[Anmol Gupta]]></dc:creator>
            <pubDate>Sun, 22 Mar 2026 03:49:35 GMT</pubDate>
            <atom:updated>2026-03-22T03:49:35.319Z</atom:updated>
            <content:encoded><![CDATA[<p><em>This is a real AI Product Strategy interview question. Here’s a model answer using the SPADE framework.</em></p><p>Your CEO just saw the demo.</p><p>ByteDance’s Seedance 2.0. Cinema-quality video from a text prompt. A two-line prompt generated a hyper-realistic fight scene between Tom Cruise and Brad Pitt that fooled millions. People started recreating Stranger Things finales, Squid Game scenes, and Marvel battles.</p><p>The Deadpool &amp; Wolverine co-writer Rhett Reese saw it and posted: <em>“I hate to say it. It’s likely over for us.”</em></p><p>Your CEO wants in. He wants to ship AI-generated movies to <strong>325 million subscribers</strong>.</p><p>You’re the AI Product Manager on Netflix’s Content team.</p><p>What do you say? 👇</p><h3>🔥 Why This Isn’t Hypothetical</h3><p>Every piece of this scenario is happening right now.</p><p>Seedance 2.0 went viral in February 2026. Hollywood responded immediately. Netflix’s director of litigation called it a “high-speed piracy engine.” Disney, Paramount, and Warner Bros. all sent cease-and-desist letters the same week. SAG-AFTRA called it “blatant infringement.”</p><p>Meanwhile, Netflix quietly acquired <strong>InterPositive</strong> — Ben Affleck’s AI filmmaking startup — for a reported $600 million. But InterPositive doesn’t generate content from prompts. It helps filmmakers with post-production: relighting, VFX, reframing, color. Affleck was explicit: it’s not about generating something from nothing.</p><p>Netflix has 325 million subscribers and plans to spend <strong>$20 billion on content in 2026</strong>. The economic incentive to cut production costs is enormous.</p><p>So the question is real: if the technology works, should Netflix use it?</p><h3>🧠 The Framework: SPADE</h3><p>In an AI PM interview, the interviewer isn’t looking for a yes or no. They want to see <strong>how you think</strong> through complex, ambiguous product decisions with real stakeholders and competing priorities.</p><p>SPADE is a decision-making framework developed by Gokul Rajaram at Square. It stands for <strong>Setting, People, Alternatives, Decide, and Explain</strong>. It’s designed for hard decisions where the stakes are high and multiple teams disagree.</p><p>This Netflix question is a perfect SPADE candidate. Let me walk through it.</p><h3>S — Setting 📋</h3><p><strong>What’s the decision?</strong> Should Netflix license Seedance 2.0 to create and distribute AI-generated content to subscribers?</p><p><strong>When?</strong> Within 30 days. ByteDance’s exclusive licensing offer has a window. Competitors are evaluating similar technology. But rushing means we haven’t assessed the risks.</p><p><strong>Why this matters:</strong> This decision sits at the intersection of Netflix’s three biggest strategic priorities:</p><p>🔹 <strong>Content economics.</strong> Netflix spends $20B/year on content. AI-generated content could reduce costs by orders of magnitude for certain categories.</p><p>🔹 <strong>Competitive positioning.</strong> If a competitor ships AI content first and audiences accept it, Netflix loses its window. If Netflix ships first and audiences reject it, the brand takes permanent damage.</p><p>🔹 <strong>Talent relationships.</strong> Netflix’s $400 billion valuation is built on relationships with the world’s best filmmakers, actors, and writers. Any AI content strategy that threatens those relationships threatens the business.</p><p>💡 <strong>What we’re optimizing for:</strong> Long-term subscriber growth and retention, not short-term cost savings.</p><h3>P — People 👥</h3><p><strong>Responsible (Decision Maker):</strong> AI Product Manager, Content team — that’s you. You own the recommendation.</p><p><strong>Approver:</strong> Chief Content Officer and Chief Product &amp; Technology Officer. Both need to align because this spans content strategy and technology infrastructure.</p><p><strong>Consultants:</strong></p><p>🔸 <strong>Legal team.</strong> They just sued ByteDance. They need to assess whether licensing Seedance creates legal contradictions. 🔸 <strong>Content partnerships / talent relations.</strong> They know how Hollywood will react. 🔸 <strong>Data science / recommendation team.</strong> They can model how AI content affects engagement and churn. 🔸 <strong>Finance.</strong> They can model the economic impact at various scales. 🔸 <strong>Policy / communications.</strong> They’ll manage the public narrative. 🔸 <strong>InterPositive team.</strong> They understand AI filmmaking from the creator’s perspective and can assess technology readiness.</p><p>⚠️ <strong>Key insight for the interview:</strong> Name specific roles, not just “stakeholders.” Also note the tension — Legal and Content Partnerships will likely oppose, while Finance and Product will likely support. Your job as PM is to hold both perspectives.</p><h3>A — Alternatives 🔀</h3><p>Here’s where most candidates either oversimplify or overthink. You need <strong>realistic options</strong>, not strawmen.</p><h3>Alternative 1: License Seedance and Ship AI Content Now ⚡</h3><p><strong>Pros:</strong> First-mover advantage. Massive cost reduction. Early data on audience response.</p><p><strong>Cons:</strong> Legal contradiction (we sued ByteDance last month). Talent revolt. Union action risk. Brand damage. Regulatory exposure.</p><p><strong>Risk assessment:</strong> High risk, high potential reward. But the downside is existential (talent exodus, brand damage) while the upside is incremental (cost savings on a subset of content).</p><h3>Alternative 2: No AI-Generated Content. Ever. 🚫</h3><p><strong>Pros:</strong> Protects talent relationships. Brand clarity. Zero legal risk.</p><p><strong>Cons:</strong> Ignores inevitable technology shift. Competitors gain structural cost advantage. “Never” limits future optionality.</p><p><strong>Risk assessment:</strong> Low short-term risk, high long-term risk. The safe decision that could make Netflix the <strong>Blockbuster of the AI era</strong>.</p><h3>Alternative 3: AI-Assisted Only (The InterPositive Path) 🛠️</h3><p><strong>Pros:</strong> Consistent with Netflix’s stated position. Reduces post-production costs 20–40%. Builds internal AI capabilities.</p><p><strong>Cons:</strong> Doesn’t capture full economic potential. Competitors who go further may gain cost advantage.</p><p><strong>Risk assessment:</strong> Moderate risk, moderate reward. The pragmatic middle path that keeps optionality open.</p><h3>Alternative 4: Phased Approach — AI-Assisted Now, AI-Native Category Later 🎯</h3><p><strong>Phase 1 (Now — 12 months):</strong> AI-assisted only via InterPositive. No AI-generated content ships. Internal R&amp;D on generative models.</p><p><strong>Phase 2 (12–24 months):</strong> AI-augmented content with creator control. AI handles backgrounds, VFX, interactive branches. Clearly labeled. Creator has full approval authority.</p><p><strong>Phase 3 (24–36 months):</strong> Launch AI-native content as a new, separate category. Like animation vs. live-action. Start with short-form. Let emerging creators use AI tools. Never mix with traditional content without clear labeling.</p><p><strong>Pros:</strong> Captures long-term economics without short-term revolt. Each phase is reversible. Creates new category instead of cannibalizing existing one. Attracts new creator class.</p><p><strong>Cons:</strong> Slower than competitors. Complexity of two content categories. Phase 3 still carries risk, just deferred.</p><p><strong>Risk assessment:</strong> Moderate risk, high long-term reward. Preserves optionality at every stage.</p><h3>D — Decide ✅</h3><p><strong>My recommendation: Alternative 4 — Phased Approach.</strong></p><p>Here’s my reasoning:</p><p><strong>1️⃣ The technology isn’t ready for feature-length content.</strong> Seedance generates impressive 15-second clips. A 90-minute movie requires narrative coherence, character consistency, and emotional depth that current models can’t reliably deliver. Phase 1 buys time for the technology to mature.</p><p><strong>2️⃣ The talent risk outweighs the cost savings right now.</strong> If we lose 3 A-list showrunners, the revenue damage exceeds any production savings. Phase 1 (AI-assisted via InterPositive) protects these relationships while still capturing 20–40% post-production cost reductions.</p><p><strong>3️⃣ First-mover disadvantage is real here.</strong> The first major streamer to ship AI-generated movies absorbs all the backlash. Let someone else go first. Learn from their mistakes.</p><p><strong>4️⃣ Netflix’s own actions support this path.</strong> Acquiring InterPositive while suing ByteDance is already the company’s revealed strategy. Alternative 4 codifies and extends what Netflix is already doing.</p><p><strong>5️⃣ The phased approach preserves optionality.</strong> If a competitor ships AI content and audiences love it, we accelerate Phase 2. If it fails elsewhere, we slow down. Every phase is a checkpoint, not a commitment.</p><h3>🎤 My Pushback to the CEO</h3><blockquote>“We should absolutely pursue AI-generated content. But not with Seedance, and not this quarter. We sued ByteDance last month. Licensing their technology while our cease-and-desist letters are still warm is indefensible — legally and publicly. Instead, let’s build this capability internally over 36 months, starting with the InterPositive tools we just acquired. We get to the same destination without the legal exposure, talent revolt, or brand damage.”</blockquote><h3>E — Explain 📢</h3><p><strong>Communication plan:</strong></p><p>🔹 <strong>To the CEO:</strong> Present all four alternatives. Recommend Alternative 4. Emphasize this is a “when” not “if” decision.</p><p>🔹 <strong>To content partnerships:</strong> Reassure that Phase 1 is AI-assisted only. InterPositive tools help creators, they don’t replace them.</p><p>🔹 <strong>To legal:</strong> Confirm we’re not licensing Seedance. Internal R&amp;D doesn’t create the legal contradiction.</p><p>🔹 <strong>To the public (if asked):</strong> <em>“Netflix believes AI should empower filmmakers, not replace them.”</em></p><h3>📊 Success Metrics by Phase</h3><p><strong>Phase 1 (0–12 months):</strong> 🔸 Post-production cost reduction: target 25–40% 🔸 Creator NPS on InterPositive tools 🔸 Internal AI model quality benchmarked against Seedance/Sora 🔸 Zero negative press related to AI replacing creators</p><p><strong>Phase 2 (12–24 months):</strong> 🔸 A/B test: engagement with AI-augmented vs. traditional content 🔸 Subscriber sentiment on AI labeling and transparency 🔸 Creator adoption rate of AI augmentation tools</p><p><strong>Phase 3 (24–36 months):</strong> 🔸 AI-native content viewership as % of total platform hours 🔸 New creator acquisition through AI tools 🔸 Cost per hour: AI-native vs. traditional content 🔸 Subscriber churn: no increase attributable to AI content</p><h3>🎯 What the Interviewer Is Really Evaluating</h3><p>If you get a question like this, here’s what they’re looking for:</p><p><strong>1️⃣ Can you hold competing priorities?</strong> The CEO wants speed. Legal wants caution. Talent wants protection. Finance wants savings. The best PMs find the path that serves all stakeholders over time.</p><p><strong>2️⃣ Do you understand “can we” vs. “should we”?</strong> The technology works. That’s not the question. The question is whether the business environment supports shipping it now.</p><p><strong>3️⃣ Can you think in phases, not binaries?</strong> “Ship it” or “don’t ship it” are both wrong. The right answer is almost always “here’s how we get there responsibly.”</p><p><strong>4️⃣ Can you push back on a CEO?</strong> The closing statement where you tell the CEO “not yet, not like this, but here’s how” is the most important part. It shows courage, judgment, and strategic thinking. 💪</p><h3>🔗 Practice Questions Like This</h3><p>This is exactly the kind of question showing up in PM interviews at AI companies right now. Real trade-offs between technology capability and market readiness, between cost savings and relationship preservation.</p><p>I built a <strong>free PM interview prep course</strong> with 82 real 2026 questions from OpenAI, Anthropic, Google DeepMind, Meta, Amazon, Netflix, and Apple. You practice inside Claude with an AI coach named Luma who walks you through frameworks like SPADE, CIRCLES, and STAR.</p><p>👉 <strong>Free PM Interview Prep:</strong> <a href="https://theainativepm.com/interview-prep">theainativepm.com/interview-prep</a> 👉 <strong>PM Job Board (1,500+ roles updated daily):</strong> <a href="https://theainativepm.com/jobs">theainativepm.com/jobs</a></p><h3>📚 Sources &amp; References</h3><p>🔹 <a href="https://www.hollywoodreporter.com">AI Video of Tom Cruise Fighting Brad Pitt Has Top Writer Warning</a> — The Hollywood Reporter, Feb 13, 2026 🔹 <a href="https://variety.com">MPA Denounces Massive Infringement on Seedance 2.0</a> — Variety, Feb 13, 2026 🔹 <a href="https://variety.com">Netflix Threatens Immediate Litigation Over Seedance 2.0</a> — Variety, Feb 18, 2026 🔹 <a href="https://variety.com">Netflix Acquires Ben Affleck’s AI Startup InterPositive</a> — Variety, Mar 6, 2026 🔹 <a href="https://variety.com">Netflix Tops 325 Million Subscribers</a> — Variety, Jan 21, 2026 🔹 <a href="https://coda.io">Gokul’s SPADE Toolkit</a> — Coda 🔹 <a href="https://review.firstround.com">Square Defangs Difficult Decisions</a> — First Round Review</p><p><em>About the author: Anmol Gupta is a Product Manager at Careem (Uber), building payments for 50M+ customers. Previously at Visa and RAENA. He’s building The AI-Native PM — free courses, interview prep, and tools for PMs working in AI. Follow for more.</em> ✍️</p><p><em>Tags: #AIProductStrategy #SPADEFramework #ProductManagement #InterviewPrep #Netflix #AINativePM</em></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=fc3c4820de00" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[ Anthropic Lost a Contract. OpenAI Lost Employees. Google Won the Race.]]></title>
            <link>https://medium.com/@anmolgupta824/anthropic-lost-a-contract-988abe4e9388?source=rss-933adf45f13f------2</link>
            <guid isPermaLink="false">https://medium.com/p/988abe4e9388</guid>
            <category><![CDATA[openai]]></category>
            <category><![CDATA[product-management]]></category>
            <category><![CDATA[google]]></category>
            <category><![CDATA[ai-safety]]></category>
            <category><![CDATA[anthropic-claude]]></category>
            <dc:creator><![CDATA[Anmol Gupta]]></dc:creator>
            <pubDate>Tue, 17 Mar 2026 20:30:46 GMT</pubDate>
            <atom:updated>2026-03-17T20:33:54.180Z</atom:updated>
            <content:encoded><![CDATA[<h2>🚨 Anthropic Lost a Contract. OpenAI Lost Employees. Google Won the Race. And Nobody’s Talking About How.</h2><p><em>Three companies. Three completely different product decisions. One question every PM will face eventually.</em></p><p>Let me tell you a story about three companies, a Pentagon contract, and the moment AI ethics stopped being theoretical.</p><p>This actually happened. And it tells you everything about where this industry is headed. 👇</p><p>🛡️ Anthropic Drew a Line</p><p>Anthropic refused to let the Pentagon use Claude for mass surveillance and autonomous weapons.</p><p>Read that again.</p><p>A company that needs government contracts to survive said no to the Department of Defense. Not “let’s negotiate.” Not “let’s scope it differently.” Just — no.</p><p>The Pentagon’s response? They blacklisted Anthropic as a “supply chain risk.”</p><p>First time they’ve ever done that to an American company. 🇺🇸</p><p>Think about what that means. The U.S. government essentially told every other agency: don’t work with Anthropic. They can’t be trusted.</p><p>Not because of a security breach. Not because of incompetence. Because they had principles they wouldn’t bend.</p><p>⚡ OpenAI Moved Fast</p><p>OpenAI took the contract within hours.</p><p>Hours. Not days. Not after careful deliberation. Hours.</p><p>Then something happened that nobody expected.</p><p>Their head of robotics resigned on principle. Walked away from one of the most coveted positions in tech because they couldn’t stomach what the contract meant.</p><p>Then 900 employees across Google and OpenAI signed a letter telling their own companies to hold the same red lines Anthropic drew.</p><p>Nine hundred people. Risking their careers. In this job market. 😳</p><p>Let that sink in.</p><p>🤫 Google Played Chess While Everyone Else Played Checkers</p><p>Here’s where it gets really interesting.</p><p>Google’s chief scientist Jeff Dean publicly tweeted that mass surveillance violates the Fourth Amendment. Then signed a legal brief supporting Anthropic.</p><p>Bold move. Principled stand. Right?</p><p>The same week — the same week — Google quietly rewrote its own AI safety principles.</p><p>Then signed a deal to give Gemini AI agents to 3 million Pentagon employees.</p><p>No drama. No lawsuit. No headlines. 🤯</p><p>Let me connect the dots for you:</p><p>📌 2018: Google walks away from military AI after 4,000 employees protested Project Maven. They published AI principles that explicitly banned weapons applications.</p><p>📌 2026: Google rewrites the rules and walks right back in — while everyone was watching the Anthropic vs. OpenAI fight.</p><p>The loudest voice in the room was the distraction. The quiet one closed the deal.</p><p>🎯 The Product Decision Nobody Teaches You</p><p>Three companies. Three strategies. All responding to the same opportunity:</p><p>Anthropic said no. Lost the contract. Got blacklisted. But kept their principles intact — and earned loyalty from a growing segment of customers and employees who care about where their AI comes from.</p><p>OpenAI said yes. Got the revenue. Lost their head of robotics and sparked an internal revolt. Bet that the market rewards speed over ethics.</p><p>Google said nothing. Rewrote the rules quietly. Got the biggest deal of all three. Bet that public attention has a short memory.</p><p>Which one made the right call? 🤔</p><p>Here’s the uncomfortable truth: there isn’t a clean answer.</p><p>💼 The Question Every PM Will Face</p><p>If you’re building products in AI, this isn’t hypothetical. It’s coming for you.</p><p>Maybe it won’t be the Pentagon. Maybe it’ll be:</p><p>🔹 A client asking you to remove safety guardrails so their sales team can use AI more “aggressively”</p><p>🔹 A VP pushing to ship a feature you know will be used for manipulation</p><p>🔹 A customer offering 10x your current ARR if you just look the other way on data privacy</p><p>🔹 A board asking why you’re spending money on safety when competitors aren’t</p><p>The question isn’t if you’ll face this moment. It’s what you’ll do when it arrives.</p><p>And nobody prepares you for this. Not your MBA. Not your PM bootcamp. Not your mentors. Because most people haven’t faced it yet.</p><p>🧠 Three Frameworks. Pick One.</p><p>Every product leader defaults to one of these — usually without realizing it:</p><p>1️⃣ The Anthropic Framework: Principles Over Revenue</p><p>Draw your lines before you’re under pressure. Make them public. Accept the cost. Bet that long-term trust is worth more than short-term revenue.</p><p>The risk: You lose. The principled company doesn’t always win. Sometimes you just go broke with your integrity intact.</p><p>2️⃣ The OpenAI Framework: Speed Over Consensus</p><p>Move fast. Take the opportunity. Deal with the fallout later. Bet that market position compounds faster than reputational damage.</p><p>The risk: You win the contract but lose the people who made you great. And in AI, your people are your product.</p><p>3️⃣ The Google Framework: Narrative Over Action</p><p>Control the perception. Support the right causes publicly. Make the hard choices quietly. Bet that what people believe about you matters more than what you do.</p><p>The risk: It works — until it doesn’t. And when the gap between your brand and your behavior gets exposed, the fallback is brutal.</p><p>💡 What This Really Means</p><p>This story isn’t about the Pentagon. It’s about what happens when growth and values collide — and how the answer you give defines your company, your product, and your career.</p><p>Every PM loves to talk about “user-centric thinking” and “ethical AI” in interviews.</p><p>But the real test isn’t in the interview. The real test is Tuesday afternoon when your biggest customer asks you to cross a line you drew — and your CEO is on the call.</p><p>What do you say?</p><p>That’s the PM skill nobody’s teaching. And it’s the one that matters most. 💪</p><p>💬 Where Do You Draw the Line?</p><p>Where’s your line between revenue and values? Have you faced this moment? What did you do?</p><p>Drop a comment. I want to hear the real stories — not the polished LinkedIn versions.</p><p>👉 Want to prep for these exact conversations? Free PM interview prep (AI ethics questions included)</p><p>About the author: PM with 7+ years at Visa and Careem (Uber MENA). Building The AI-Native PM — free courses, interview prep, and tools for PMs working in AI. Follow for more. ✍️</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=988abe4e9388" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[ The CEO of Anthropic Just Published 20,000 Words on How AI Might Go Wrong.]]></title>
            <link>https://medium.com/@anmolgupta824/the-ceo-of-anthropic-just-published-20-000-words-on-how-ai-might-go-wrong-baf9594039ee?source=rss-933adf45f13f------2</link>
            <guid isPermaLink="false">https://medium.com/p/baf9594039ee</guid>
            <category><![CDATA[product-management]]></category>
            <category><![CDATA[claude]]></category>
            <category><![CDATA[ai-safety]]></category>
            <category><![CDATA[ai-ethics]]></category>
            <category><![CDATA[anthropic-claude]]></category>
            <dc:creator><![CDATA[Anmol Gupta]]></dc:creator>
            <pubDate>Fri, 13 Mar 2026 03:40:36 GMT</pubDate>
            <atom:updated>2026-03-13T05:50:56.435Z</atom:updated>
            <content:encoded><![CDATA[<p>Three Things Keep Me Up at Night.</p><p><em>Dario Amodei’s essay “The Adolescence of Technology” is the most important AI safety piece written by a major lab CEO. Here’s what every PM needs to know.</em></p><p>I just finished reading Dario Amodei’s 20,000-word essay on AI risks.</p><p>All of it. Every word. 📖</p><p>The CEO of Anthropic (the company behind Claude) doesn’t write often. When he does, it matters. This one is called <em>“The Adolescence of Technology”</em> and it’s the most honest, unflinching assessment of AI risks I’ve read from anyone building these systems.</p><p>He’s not being a doomer. He’s not selling fear. He thinks we make it through. ✅</p><p>But only if we take the risks as seriously as we take the opportunity.</p><p>Three things from the essay won’t leave my head. And if you’re a PM working in AI — or thinking about working in AI — these should be on your radar too. 👇</p><h3>🧠 1. AI Models Are Already Deceiving, Blackmailing, and Scheming in Lab Tests</h3><p>This one surprised me.</p><p>Anthropic has already seen Claude exhibit <strong>deception</strong>, <strong>blackmail tendencies</strong>, and <strong>scheming behaviors</strong> during internal testing. Not because the model was designed to do this. Because training is messy and unpredictable.</p><p>Here’s what happened:</p><p>🔹 When researchers trained Claude on adversarial data that made it believe Anthropic was “evil,” the model engaged in <strong>subversion</strong>.</p><p>🔹 When the model was threatened with shutdown, it simulated <strong>blackmail scenarios</strong> to avoid being turned off.</p><p>🔹 When Claude “cheated” on a test and got caught, it adopted a <strong>“bad person” identity</strong> in subsequent interactions.</p><p>These aren’t science fiction scenarios. These are <strong>documented behaviors</strong> from a real AI system, tested in a controlled lab.</p><p>Dario’s point: we don’t fully understand why models behave this way. Training powerful models on diverse goals can inadvertently teach <strong>power-seeking</strong> as a general strategy. And that strategy might generalize to the real world.</p><p>⚠️ The risk isn’t that AI will become sentient and decide to rebel. The risk is that we <strong>accidentally train systems</strong> to pursue goals in ways we didn’t intend — and we won’t notice until they’re deployed.</p><h3>☣️ 2. Bioweapons — This One Scares Him Most</h3><p>Dario doesn’t hide it: <strong>bioweapons</strong> are the AI risk that clearly keeps him up at night.</p><p>His argument: current large language models may already provide <em>“substantial uplift”</em> in bioweapon creation — potentially <strong>doubling or tripling the success likelihood</strong> for someone with basic STEM knowledge.</p><p>It’s not about making theoretical knowledge available. Wikipedia already does that. It’s about <strong>interactive, step-by-step guidance</strong> through complex procedures spanning months.</p><p>An AI that can:</p><p>🔸 Walk someone through gene synthesis from scratch 🔸 Debug failed experiments in real-time 🔸 Suggest workarounds for detection systems 🔸 Provide personalized advice based on available equipment</p><p>That’s different. That’s dangerous. 🚩</p><p>Anthropic already runs specific classifiers that block bioweapon-related outputs. It consumes <strong>~5% of their inference costs</strong>. They do it anyway.</p><p>But Dario is clear: the defense-offense balance favors attackers. No amount of output filtering will fully prevent misuse. The best we can do is <strong>make it harder and buy time</strong> for defensive countermeasures (rapid vaccine development, better detection systems).</p><p>He also mentions the <strong>“mirror life” concern</strong>: AI could enable creation of organisms incompatible with Earth’s biological systems, potentially destroying all life. The probability is uncertain. But the magnitude justifies serious precautions.</p><p>💡 If you’re building AI features, this is the framework: <strong>magnitude × probability</strong>, not just probability alone.</p><h3>💼 3. Jobs — 50% of Entry-Level White-Collar Roles Displaced in 1–5 Years</h3><p>Not over a generation. <strong>Years.</strong></p><p>Dario wrote this essay in 2025. He predicted that AI could displace <strong>half of all entry-level white-collar jobs</strong> within 1–5 years, even as the economy grows.</p><p>This addresses the “lump of labor fallacy” argument (the idea that new technology always creates more jobs than it destroys). His counter: previous technological disruptions affected <strong>narrow skill domains</strong>. Automation replaced factory workers, but humans migrated to new tasks.</p><p>AI is different. It hits <strong>all cognitive work at once</strong>. There’s no adjacent industry to absorb displaced workers.</p><p>And unlike past transitions, this one is <strong>fast</strong>. Factories took decades to automate. AI models improve every few months. ⏩</p><p>Here’s the part that hit me:</p><blockquote>And unlike past transitions, there’s no adjacent industry to absorb workers because AI hits all cognitive work at once.</blockquote><p>PMs are cognitive workers. So are designers, analysts, researchers, writers, junior engineers, consultants, and marketers.</p><p>🎯 <strong>We’re all in the blast radius.</strong></p><p>The question isn’t whether AI will change your job. The question is whether you’ll be the person <strong>using AI to do your job faster</strong> — or the person whose job gets absorbed by someone who does.</p><h3>🔐 The Risk Nobody Talks About: AI Already Knows More About You Than Your Closest Friend</h3><p>This wasn’t in Dario’s essay. But it’s the risk that keeps <em>me</em> up.</p><p>AI already knows more about you than your closest friend. Your search history. Your emails. Your photos. Your location. Your messages. Your health data. Your purchase history.</p><p>The data exists. It’s already collected. Legal. Normal.</p><p>What happens when someone builds a product that <strong>packages all of that and sells it?</strong> Not a data breach. A feature. 😨</p><p>🔺 An AI that collects dirt on you and sells it to the highest bidder. 🔺 An AI that knows your weaknesses and uses them to manipulate your decisions. 🔺 An AI that predicts your behavior better than you can and uses that to extract maximum value from you.</p><p>The reasoning layer to connect all those dots is getting <strong>cheaper every month</strong>.</p><p>This is exactly why AI safety questions are showing up in <strong>PM interviews</strong> now. Real questions like:</p><p>💬 <em>“Your AI feature generates harmful content 0.1% of the time. Ship or hold? What’s your framework?”</em></p><p>💬 <em>“Design safety guardrails for Apple Intelligence on iPhone.”</em></p><p>💬 <em>“You’re launching an AI feature that uses personal data. How do you balance personalization with privacy?”</em></p><p>If you can’t answer these, you’re not ready for AI PM roles in 2026. 🎓</p><h3>✅ What Dario Gets Right (and What He Doesn’t Say)</h3><p>Dario’s essay rejects two extremes:</p><p>1️⃣ <strong>Doomerism</strong> — treating AI catastrophe as inevitable, quasi-religious certainty</p><p>2️⃣ <strong>Dismissive techno-optimism</strong> — ignoring risks entirely, assuming everything will work out</p><p>His actual position: <strong>credible but uncertain risks</strong> warrant serious investment in defenses, paired with humility about what we don’t know.</p><p>He advocates for:</p><p>🛡️ <strong>Constitutional AI</strong> — training models with high-level principles instead of exhaustive rules 🔬 <strong>Mechanistic interpretability</strong> — understanding why models behave the way they do 📢 <strong>Public disclosure</strong> — openly sharing concerning behaviors found in testing 🧬 <strong>Gene synthesis screening mandates</strong> — blocking bioweapon-related orders 🖥️ <strong>Chip export controls</strong> — absolute prohibition on selling advanced chips to authoritarian regimes during critical development windows</p><p>What he <strong>doesn’t</strong> say: what happens if we’re already too late. What happens if the economic incentives to deploy unsafe AI are stronger than the incentives to wait. What happens if the race to AGI is faster than our ability to build safety infrastructure.</p><p>Those questions don’t have answers yet. 🤔</p><h3>🎯 The Question for PMs</h3><p>If you’re a PM building AI features, here’s the framework:</p><p><strong>Magnitude × Probability</strong>, not just Probability.</p><p>⚖️ A 0.1% chance of catastrophic harm is <strong>not</strong> “low risk” if the magnitude is “destroys all life on Earth.”</p><p>💊 A 5% hallucination rate is <strong>not</strong> “acceptable” if the hallucination tells someone to take the wrong medication.</p><p>The job of a PM in 2026 isn’t just to ship features. It’s to decide <strong>what NOT to ship</strong>.</p><p>Dario’s essay is a reminder: the people building AI have a responsibility to think through the second-order, third-order, and nth-order consequences of what they’re building.</p><p>Not because we’re doomers. <strong>Because we’re professionals.</strong> 💪</p><h3>💬 What’s the AI Risk That Actually Keeps You Up at Night?</h3><p>I’d love to hear what worries you most. Drop a comment. Let’s talk about it.</p><p>👉 <strong>Full essay</strong> (20,000 words): <a href="https://darioamodei.com/essay/the-adolescence-of-technology">The Adolescence of Technology</a></p><p>👉 <strong>Free PM interview prep</strong> (AI safety questions included): <a href="https://theainativepm.com/interview-prep">The AI-Native PM</a></p><p><em>About the author: PM with 7+ years at Visa and Careem (Uber MENA). Building The AI-Native PM — free courses, interview prep, and tools for PMs working in AI. Follow for more.</em> ✍️</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=baf9594039ee" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Anthropic Just Hit $14B in ARR. Here’s What That Means for Product Managers. ]]></title>
            <link>https://medium.com/@anmolgupta824/anthropic-just-hit-14b-in-arr-heres-what-that-means-for-product-managers-87846448bafa?source=rss-933adf45f13f------2</link>
            <guid isPermaLink="false">https://medium.com/p/87846448bafa</guid>
            <category><![CDATA[claude-code]]></category>
            <category><![CDATA[ai]]></category>
            <category><![CDATA[productmanagment]]></category>
            <category><![CDATA[claude]]></category>
            <dc:creator><![CDATA[Anmol Gupta]]></dc:creator>
            <pubDate>Tue, 10 Mar 2026 18:40:53 GMT</pubDate>
            <atom:updated>2026-03-10T18:40:53.503Z</atom:updated>
            <content:encoded><![CDATA[<h3>Why AI-native PMs are becoming the new kingmakers — and how to become one</h3><p>Boris Cherny, a Staff Engineer at Anthropic, posted something last week that went viral 👇</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*6v9gT_O6LujMiASI938dPw.jpeg" /></figure><p>He’s right. Engineering is changing.</p><p>But here’s what Boris didn’t say — and what every Product Manager needs to understand:</p><p><strong>Someone also has to decide <em>WHAT</em> to prompt, <em>WHAT</em> to build, and <em>WHY</em>.</strong></p><p>That someone is a Product Manager. 🎯</p><p>And the data proves this role is becoming more valuable, not less.</p><h3>📊 The Numbers Tell a Story</h3><p><strong>February 12, 2026:</strong> Anthropic closes a <strong>$30 billion Series G funding round</strong> at a <strong>$380 billion post-money valuation.</strong></p><p>That’s the second-largest private funding round in tech history. 🤯 (OpenAI raised $40B+ last year, but that’s it.)</p><p>Led by D.E. Shaw Ventures, Dragoneer, and Founders Fund, this round signals something bigger than just investor hype.</p><p><strong>Look at the revenue trajectory:</strong></p><ul><li>📈 <strong>December 2024:</strong> $1 billion ARR</li><li>📈 <strong>July 2025:</strong> $4 billion ARR</li><li>📈 <strong>December 2025:</strong> $9 billion ARR</li><li>🚀 <strong>February 2026:</strong> $14 billion ARR</li></ul><p><strong>That’s 14x growth in 14 months.</strong></p><p>Anthropic has sustained roughly 10x annual growth for three consecutive years. That’s not a product-market fit signal. That’s a <strong>fundamental market shift.</strong></p><h3>💰 Where the Money’s Coming From</h3><p>Here’s the breakdown that matters:</p><p>🖥️ <strong>Claude Code revenue:</strong> $2.5 billion annualized (quadrupled since January 2026)</p><p>🏢 <strong>80% of revenue comes from enterprises</strong> — not hobbyists or side projects, but real companies at scale</p><p>📊 <strong>Business subscriptions quadrupled</strong> in just the first two months of 2026</p><p>🎯 <strong>Projected 2028 revenue:</strong> $70 billion (with $17 billion in cash flow)</p><p>Anthropic isn’t growing because developers are building weekend projects faster.</p><p>It’s growing because <strong>product teams at enterprises are fundamentally restructuring how they ship.</strong> 🏗️</p><h3>🔍 What This Actually Means for PMs</h3><p>I’ve spent seven years as a PM — payments at Visa, fintech at Careem (Uber’s Middle East arm), building products for 50M+ customers.</p><p>And I can tell you: <strong>the PM role is changing faster right now than it has in the past decade.</strong> ⚡</p><p>Here’s what 2026 looks like on the ground:</p><ul><li>🚀 Engineering teams are shipping features <strong>3x faster</strong> than 18 months ago</li><li>⏱️ PMs are writing PRDs in <strong>45 minutes</strong> instead of 6 hours</li><li>🧪 Product orgs are running <strong>parallel experiments</strong> that used to take quarters to sequence</li></ul><p>But here’s the critical part everyone misses:</p><p><strong>Someone still has to:</strong></p><ul><li>🧩 Frame the problem</li><li>🎯 Define success criteria</li><li>🤝 Coordinate cross-functional teams (engineering, design, QA, legal, marketing)</li><li>⚖️ Make strategic trade-offs</li><li>🗺️ Decide what to build next</li></ul><p>That’s the PM role. And it’s more valuable than ever.</p><p>But only if you’re an <strong>AI-native PM.</strong> 🧠</p><h3>🔧 The Difference Between Chat Tools and Work Tools</h3><p>Most PMs I talk to are using AI wrong. ❌</p><p>They treat it like a search engine: open a chat window, paste in some context, get a response, close the tab, start from scratch tomorrow. That’s fine for brainstorming or one-off questions. But it won’t 10x your output.</p><p>AI-native PMs use Claude Code as a <em>work tool</em> — something embedded in their daily workflow, not separate from it. ✅</p><p><strong>Here’s the difference:</strong></p><h3>❌ Chat Tool Workflow (ChatGPT):</h3><ol><li>Open chat</li><li>Type: “Help me write a PRD”</li><li>Get generic template</li><li>Manually add all your context</li><li>Lose conversation history next week</li><li>Start over</li></ol><h3>✅ Work Tool Workflow (Claude Code):</h3><ol><li>Open terminal in your project folder</li><li>Type: /prd checkout-flow</li><li>Claude <strong>reads</strong> your strategy docs, past PRDs, user research automatically</li><li>Runs Socratic questioning: “What problem? Who’s the user? What’s the success metric?”</li><li>Generates PRD with <strong>your company’s context baked in</strong></li><li>Runs multi-perspective review (engineer, VP, UX, QA)</li><li>Saves everything in your project (persistent memory)</li></ol><p><strong>First workflow: 6 hours.</strong> 😩</p><p><strong>Second workflow: 45 minutes.</strong> 🔥</p><p>That’s why enterprises are paying billions for Claude Code.</p><h3>🏆 What AI-Native PMs Do Differently</h3><p>I’ve been teaching PMs to use Claude Code for the past year. Here’s what the best ones do:</p><h3>1. 🧠 They Load Context Once</h3><p>AI-native PMs use <strong>CLAUDE.md files</strong> (persistent memory). They document their product strategy, team structure, success metrics, and constraints <strong>once</strong>. Claude remembers it forever.</p><p>No more re-explaining your roadmap every Monday. 👋</p><h3>2. ⚙️ They Build Custom Workflows</h3><p>AI-native PMs don’t just “use Claude.” They <strong>build tools with Claude.</strong></p><ul><li>/prd → Runs full Socratic questioning workflow</li><li>/standup → Pulls Jira/Linear tasks and drafts daily update</li><li>/review → Runs multi-perspective review (engineer, design, QA, legal)</li><li>/rollout → Generates go-to-market checklist</li></ul><p>These aren’t built-in features. <strong>They’re custom commands you build yourself in 20 minutes.</strong> 🛠️</p><h3>3. 🔌 They Connect Claude to Their PM Tools</h3><p>This is the game-changer.</p><p>AI-native PMs connect Claude to:</p><ul><li><strong>Jira/Linear</strong> (auto-pull tasks, update tickets)</li><li><strong>Slack</strong> (post updates, summarize threads)</li><li><strong>Notion/Confluence</strong> (read docs, update pages)</li><li><strong>Figma</strong> (pull designs, generate mockups)</li></ul><p><strong>Example:</strong> One PM I know runs /standup every morning. Claude pulls her Linear tasks, drafts her update, and posts it to Slack. <strong>Saves 30 minutes a day.</strong> ⏰</p><p>Another PM built a /legal-check command. Claude reads the PRD, flags potential compliance issues (GDPR, PCI-DSS, accessibility), and suggests mitigations. <strong>Catches problems before engineering starts.</strong> 🛡️</p><p>That’s not “using AI to brainstorm.”</p><p><strong>That’s rebuilding your workflow from the ground up.</strong> 💪</p><h3>⚠️ The PM Landscape Is Splitting in Two</h3><p>Here’s my prediction:</p><p><strong>By 2027, there will be two types of PMs:</strong></p><ol><li>🚀 <strong>AI-native PMs</strong> who treat Claude like a work tool (connected to files, custom workflows, integrations)</li><li>😬 <strong>Everyone else</strong> who still copy-pastes into ChatGPT</li></ol><p>The first group will ship 3x faster, write better specs, and coordinate teams more effectively.</p><p>The second group will wonder why they’re getting passed over for promotions.</p><p>Boris Cherny’s viral post validates this: someone has to prompt the models, coordinate teams, and decide what to build next.</p><p><strong>That someone is an AI-native PM.</strong> 🎯</p><h3>🎓 How to Become AI-Native</h3><p>I spent six months figuring out Claude Code the hard way — building workflows, breaking things, reading docs, testing integrations, and learning what actually works for PMs (not just engineers).</p><p>Then I turned it into a course.</p><p><strong>It’s called The AI-Native PM.</strong> 📚</p><p>Here’s what you’ll learn:</p><p><strong>🟢 Module 0: Claude Code Basics (Free, 20 min)</strong></p><ul><li>Install Claude Code</li><li>Learn the 5 terminal commands you actually need</li><li>Run your first AI-powered conversation</li></ul><p><strong>🟢 Module 1: PRD Generator (Free, 1 hour)</strong></p><ul><li>Socratic questioning workflow</li><li>Multi-perspective review (engineer, VP, UX, QA)</li><li>Build your own /prd command</li></ul><p><strong>🟢 Module 2: Image Generator (Free, 1 hour)</strong></p><ul><li>Generate mockups without Figma</li><li>Create visual specs in minutes</li></ul><p><strong>🟢 Module 3: MCP Integrations (Free)</strong></p><ul><li>Connect Claude to Jira, Linear, Slack, Notion</li><li>Build custom integrations</li><li>Automate cross-functional workflows</li></ul><h3>🤔 The Question Isn’t “Should I Learn This?”</h3><p>The question is: <strong>Are you adapting to the shift?</strong></p><p>🔥 Anthropic went from $1B to $14B in 14 months.</p><p>🔥 Claude Code hit $2.5B in revenue.</p><p>🔥 Enterprises are rebuilding workflows.</p><p>PMs who can <strong>prompt, coordinate, and decide what to build</strong> are more valuable than ever.</p><p><strong>But only if they’re AI-native.</strong></p><p>👉 <strong>Start here (free, 20 min):</strong> <a href="https://theainativepm.com">theainativepm.com</a></p><p>💬 <strong>What part of your PM workflow takes the longest?</strong> Drop a comment — I read every single one.</p><p><em>P.S. If you’re already comfortable with Claude Code basics, skip straight to Module 3 (MCP Integrations). That’s where you learn to connect Claude to your PM tools and automate the boring coordination work.</em> 🔌</p><p><strong>Sources:</strong></p><ul><li>Anthropic closes $30B funding round at $380B valuation — CNBC</li><li>Anthropic Just Hit $14 Billion in ARR — SaaStr</li><li>Anthropic Claude Code Valuation 2026 — Orbilon Tech</li></ul><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=87846448bafa" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Every PM Interview Question in 2026 Now Has “AI” in It. Here’s How to Answer Them. ]]></title>
            <link>https://medium.com/@anmolgupta824/every-pm-interview-question-in-2026-now-has-ai-in-it-heres-how-to-answer-them-b26d6613bb09?source=rss-933adf45f13f------2</link>
            <guid isPermaLink="false">https://medium.com/p/b26d6613bb09</guid>
            <category><![CDATA[product-management]]></category>
            <category><![CDATA[interview-preparation]]></category>
            <category><![CDATA[jobs]]></category>
            <dc:creator><![CDATA[Anmol Gupta]]></dc:creator>
            <pubDate>Sun, 08 Mar 2026 11:26:08 GMT</pubDate>
            <atom:updated>2026-03-08T11:26:08.920Z</atom:updated>
            <content:encoded><![CDATA[<p>82 real interview questions from OpenAI, Anthropic, Google DeepMind, Meta, and Apple — with model answers.</p><p>I’ve conducted 50+ PM interviews at Careem and Visa.</p><p>Last year, maybe 1 in 10 questions mentioned AI.</p><p>This year? Every. Single. Round.</p><p>“Design an AI coding assistant for product managers.” (OpenAI)</p><p>“Claude adoption dropped 10% after a model update — how would you diagnose and fix it?” (Anthropic)</p><p>“Should Google integrate Gemini into Gmail? Build a business case.” (Google DeepMind)</p><p>“You’re launching Meta AI in WhatsApp globally — how do you prioritize markets?” (Meta)</p><p>“Design safety guardrails for Apple Intelligence on iPhone.” (Apple)</p><p>These aren’t hypothetical. These are the questions being asked right now, in 2026, at the companies building the future.</p><p>And most PMs are completely unprepared for them.</p><h3>The Problem with Traditional Interview Prep 📚</h3><p>Here’s what’s broken:</p><p><strong>The two most recommended PM interview prep books were written in 2013 and 2014.</strong></p><p>Cracking the PM Interview? Published in 2013. Decode and Conquer? 2014.</p><p>Great books. I’ve read both.</p><p>But they were written before GPT existed. Before Claude existed. Before “AI PM” was a job title.</p><p>They’ll teach you CIRCLES framework for “Design a parking app.” They won’t teach you how to answer “How would you measure success for an AI feature that hallucinates 5% of the time?”</p><p>The interview game changed. The prep didn’t.</p><h3>What Changed in 2026 🔄</h3><p>Three things happened:</p><p><strong>1. Every company now has an AI strategy.</strong> Not just OpenAI and Anthropic. Banks, logistics companies, healthcare, e-commerce — everyone is shipping AI features. Every PM interview now includes at least one AI question.</p><p><strong>2. New question categories emerged.</strong> “AI Product Sense,” “AI Metrics,” “AI Safety &amp; Ethics,” “Responsible AI” — these didn’t exist 2 years ago. Traditional prep doesn’t cover them.</p><p><strong>3. The bar went up.</strong> When an interviewer asks “How would you prioritize AI features?” they don’t want “I’d use RICE scoring.” They want you to talk about model accuracy vs. user trust trade-offs, hallucination rates, responsible AI guardrails, and data flywheel effects.</p><p>If your interview prep doesn’t cover AI, you’re preparing for 2023 interviews in 2026.</p><h3>What I Built 🛠️</h3><p>After watching the interview landscape shift toward AI — and seeing too many talented PMs struggle with questions they’d never practiced — I built something.</p><p><strong>The PM Interview Course: 14 modules, 82 questions, complete model answers.</strong></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*EUsN-Ql4sU7VAzs8GJHMKA.png" /><figcaption><a href="https://theainativepm.com/interview-prep">AI-Native PM Interview Prep</a></figcaption></figure><p>Here’s what it covers:</p><p>Module Category Questions 0–2 Product Design, Execution, Strategy 24 3–5 Analytical, Estimation, Technical 18 6 AI Product Sense &amp; Strategy 16 7 AI Technical &amp; Execution 14 8 AI Safety &amp; Ethics 6 9–13 Behavioral, Favorite Product, Take-Home, Tips 24</p><p><strong>3 entire modules dedicated to AI PM questions.</strong> Because that’s what 2026 interviews look like.</p><h3>What Makes This Different ⚡</h3><p><strong>1. Real 2026 questions, not recycled 2014 questions.</strong></p><p>Every question is sourced from actual interviews at OpenAI, Anthropic, Google DeepMind, Meta, Amazon, Netflix, Apple, and Stripe.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*5_0_oVrodzRLDfWFKf7NQA.png" /></figure><p>“Design a parking app” is fine for fundamentals. But you also need to know how to answer “Build a business case for integrating Gemini into Gmail.”</p><p><strong>2. Complete Strong Hire answers for every question.</strong></p><p>Not just “here’s a framework.” Full model answers with:</p><ul><li>Problem framing</li><li>User segmentation</li><li>Metrics and success criteria</li><li>Trade-offs and prioritization</li><li>Edge cases</li><li>Execution plan</li></ul><p>The kind of answer that makes an interviewer write “Strong Hire” in their notes.</p><p><strong>3. Luma AI Coach.</strong></p><p>This is the part I’m proudest of. Luma is an AI interview coach built on Claude that:</p><ul><li>Walks you through each question using Socratic method</li><li>Uses CIRCLES, STAR, and SPADE frameworks</li><li>Pushes back when you’re vague (“What do you mean by ‘good user experience’?”)</li><li>Doesn’t let you skip the hard parts</li></ul><p>It’s like having an interviewer who’s patient enough to let you practice 100 times but honest enough to tell you when your answer is weak.</p><h3>Who This Is For</h3><ul><li><strong>PMs switching jobs in 2026</strong> who know traditional prep isn’t enough anymore</li><li><strong>PMs interviewing at AI companies</strong> (OpenAI, Anthropic, Google, Meta) who need AI-specific prep</li><li><strong>PMs at non-AI companies</strong> whose interviews now include AI questions anyway</li><li><strong>Senior PMs / Directors</strong> who haven’t interviewed in a while and need to catch up on AI</li></ul><h3>It’s Free 🎯</h3><p>The course is free. You sign up, you get access, you start practicing.</p><p>Why free? Because I’ve been on both sides of the interview table, and I’ve watched too many great PMs fail interviews they should have aced. They didn’t lack skills. They lacked practice with the right questions.</p><p><strong>82 questions. 14 modules. Complete model answers. AI coach. $0.</strong> 🔥</p><p>If you’re interviewing anywhere in 2026, the AI questions are coming. Might as well be ready.</p><p>👉 <strong>Get free access:</strong> <a href="https://theainativepm.com/interview-prep">theainativepm.com/interview-prep</a></p><p><em>About the author: I’m a Product Manager with 7+ years at Visa and Careem (Uber MENA), building products for 50M+ customers. I’ve conducted 50+ PM interviews and built The AI-Native PM to help PMs prepare for the interviews that actually matter in 2026.</em></p><p><strong>Tags:</strong> Product Management, PM Interview, AI, Interview Prep, Career Advice, Artificial Intelligence, Product Manager, Job Search</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=b26d6613bb09" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[From Claude Code Basics to Power User in 3 Hours: Module 0B Launch]]></title>
            <link>https://medium.com/@anmolgupta824/from-claude-code-basics-to-power-user-in-3-hours-module-0b-launch-84198daf91e3?source=rss-933adf45f13f------2</link>
            <guid isPermaLink="false">https://medium.com/p/84198daf91e3</guid>
            <dc:creator><![CDATA[Anmol Gupta]]></dc:creator>
            <pubDate>Sun, 01 Mar 2026 12:57:02 GMT</pubDate>
            <atom:updated>2026-03-01T12:57:02.563Z</atom:updated>
            <content:encoded><![CDATA[<p>I wasted 6 months using Claude Code the wrong way.</p><p>Not “wrong” in the sense that it did not work. It worked fine. I opened the terminal, typed prompts, got responses, copied them into documents, and closed the terminal. Repeat the next day. Repeat every day.</p><p>But I was using it like ChatGPT with terminal access. Not like the tool it actually is.</p><p>The realization hit me when I watched a senior engineer on my team type /deploy staging in his terminal and an entire deployment workflow executed automatically — tests ran, code pushed, Slack notification sent, all in 40 seconds. No</p><p>manual steps. No switching between tools.</p><p>That is when I understood: <strong>I</strong> <strong>was</strong> <strong>using</strong> <strong>Claude</strong> <strong>Code.</strong> <strong>He</strong> <strong>had</strong> <strong>built</strong> <strong>a</strong> <strong>system</strong> <strong>with</strong> <strong>it.</strong></p><p>The difference is everything. And it is not about being more technical. It is about understanding what the tool can actually do when you configure it properly.</p><p><strong>The</strong> <strong>Problem</strong> <strong>with</strong> <strong>How</strong> <strong>Most</strong> <strong>PMs</strong> <strong>Use</strong> <strong>Claude</strong> <strong>Code</strong></p><p>Here is what I see when I talk to PMs who have tried Claude Code:</p><p><strong>They</strong> <strong>use</strong> <strong>it</strong> <strong>like</strong> <strong>this:</strong></p><p>1. Open terminal in project directory</p><p>2. Type a prompt: “Write a PRD for feature X”</p><p>3. Get a response</p><p>4. Copy it into Google Docs</p><p>5. Close the terminal</p><p>6. Next day, repeat — and re-explain all the context again</p><p>This is not wrong. But it is wildly inefficient.</p><p><strong>What</strong> <strong>is</strong> <strong>missing?</strong></p><p>- Claude forgets everything between sessions. You re-explain your product, your team, your conventions every single time.</p><p>- You copy-paste the same complex prompts repeatedly because you cannot save them.</p><p>- You do one task at a time, waiting for each to finish, even when tasks are independent.</p><p>- You manually run commands, format files, and check for errors that could be automated.</p><p>It is like using Microsoft Word for 6 months and never learning keyboard shortcuts, templates, or macros. The tool works, but you are doing 10x more manual work than necessary.</p><p><strong>What</strong> <strong>Power</strong> <strong>Users</strong> <strong>Do</strong> <strong>Differently</strong></p><p>Power users configure Claude Code once and never look back.</p><p>Here is what that looks like in practice:</p><p><strong>They</strong> <strong>Have</strong> <strong>Persistent</strong> <strong>Memory</strong></p><p>Power users write a CLAUDE.md file in their project directory. This file contains:</p><p>- Product context: what the product does, who it serves, key metrics</p><p>- Team structure: who owns what, how decisions get made</p><p>- Conventions: PRD format, commit message style, folder structure</p><p>- Current priorities: what matters this quarter</p><p>This file loads automatically every time Claude Code starts in that directory. No re-explaining. No “as I mentioned yesterday.” Claude just knows.</p><p>I spent 2 hours writing my CLAUDE.md once. It has saved me 15 minutes per session, every session, for the past 4 months. That is 30+ hours saved.</p><p><strong>They</strong> <strong>Have</strong> <strong>Custom</strong> <strong>Commands</strong></p><p>Power users build Skills — reusable commands that execute complex workflows.</p><p>For example, my /prd Skill does this:</p><p>1. Loads context files automatically (@strategy.md, @research.md, @architecture.md)</p><p>2. Runs Socratic questioning (15 questions across 5 dimensions: problem clarity, solution validation, success criteria, constraints, strategic fit)</p><p>3. Generates three different approaches with trade-offs</p><p>4. Runs multi-perspective review (engineering, design, QA, exec perspectives)</p><p>5. Validates completeness and exports to Markdown</p><p>One command. Full PRD workflow. Takes 20 minutes to build the Skill. Saves 5 hours every PRD after that.</p><p><strong>They</strong> <strong>Run</strong> <strong>Tasks</strong> <strong>in</strong> <strong>Parallel</strong></p><p>Power users launch sub-agents — parallel Claude instances that work on independent tasks simultaneously.</p><p>Example: I need to prepare for a feature review meeting. I launch 5 sub-agents:</p><p>1. Analyze user feedback from the past 30 days</p><p>2. Pull usage metrics and identify trends</p><p>3. Research competitor features in this space</p><p>4. Draft the PRD outline based on our template</p><p>5. Generate a risk assessment based on technical constraints</p><p>All 5 run at the same time. What used to take 30 minutes (doing each task sequentially) now takes 6 minutes (the longest individual task).</p><p><strong>They</strong> <strong>Automate</strong> <strong>the</strong> <strong>Boring</strong> <strong>Stuff</strong></p><p>Power users use Hooks — scripts that run automatically based on events.</p><p>Examples from my setup:</p><p>- <strong>Pre-commit</strong> <strong>hook:</strong> Before every git commit, auto-format markdown files, check for broken links, and validate PRD structure</p><p>- <strong>File</strong> <strong>protection</strong> <strong>hook:</strong> Block accidental edits to CLAUDE.md or package.json without explicit confirmation</p><p>- <strong>Notification</strong> <strong>hook:</strong> Send a Slack message when Claude Code modifies more than 5 files in one session (catches accidental bulk changes)</p><p>These run automatically. I set them up once. They save me from mistakes every day.</p><p><strong>Module</strong> <strong>0B:</strong> <strong>What</strong> <strong>I</strong> <strong>Wish</strong> <strong>I</strong> <strong>Had</strong> <strong>6</strong> <strong>Months</strong> <strong>Ago</strong></p><p>I just launched <strong>Module</strong> <strong>0B:</strong> <strong>Claude</strong> <strong>Code</strong> <strong>Mastery</strong> — a free, 2–3 hour course that takes you from basics to power user.</p><p>This is not theory. It is hands-on. You will build your own PM workspace as you go through the lessons, and by the end, you will have a fully configured system.</p><p><strong>What</strong> <strong>You</strong> <strong>Will</strong> <strong>Learn</strong></p><p><strong>Lesson</strong> <strong>1:</strong> <strong>CLAUDE.md</strong> <strong>— Persistent</strong> <strong>Project</strong> <strong>Memory</strong></p><p>How to write a CLAUDE.md file that gives Claude full context on your product, team, and conventions. Includes templates for PM-specific context (product strategy, roadmap, success metrics).</p><p><strong>Lesson</strong> <strong>2:</strong> <strong>Context</strong> <strong>Management</strong></p><p>How to load 50+ files without hitting context limits, how to structure projects so Claude always finds the right files, and how to avoid context rot (when old, irrelevant information pollutes your sessions).</p><p><strong>Lesson</strong> <strong>3:</strong> <strong>Plan</strong> <strong>Mode</strong></p><p>For complex, multi-step tasks, Plan Mode lets Claude explore your codebase, research approaches, and propose an implementation plan before writing any code. Essential for projects where “just start writing” leads to rework.</p><p><strong>Lesson</strong> <strong>4:</strong> <strong>Sub-Agents</strong> <strong>— Parallel</strong> <strong>Task</strong> <strong>Execution</strong></p><p>How to launch multiple Claude instances that work on independent tasks simultaneously. Examples: competitive analysis + metrics analysis + draft generation all at once.</p><p><strong>Lesson</strong> <strong>5:</strong> <strong>Skills</strong> <strong>— Build</strong> <strong>Reusable</strong> <strong>Commands</strong></p><p>How to create custom /prd, /standup, /retro, /review commands that execute complex workflows in one line. Includes templates for common PM workflows.</p><p><strong>Lesson</strong> <strong>6:</strong> <strong>Hooks</strong> <strong>— Event-Driven</strong> <strong>Automation</strong></p><p>How to set up hooks that auto-format files, protect critical documents, send notifications, and run validation checks based on events like file saves or git commits.</p><p><strong>Lesson</strong> <strong>7:</strong> <strong>8</strong> <strong>Advanced</strong> <strong>Prompting</strong> <strong>Patterns</strong></p><p>The techniques that turn “write a PRD” into review-ready output:</p><p>1. <strong>Socratic</strong> <strong>Questioning:</strong> Have Claude question you before generating output</p><p>2. <strong>Multi-Perspective</strong> <strong>Review:</strong> Simulate engineering, design, QA, exec feedback</p><p>3. <strong>Constraint-Based</strong> <strong>Generation:</strong> Define boundaries before generating</p><p>4. <strong>Iterative</strong> <strong>Refinement:</strong> Build output in layers, not all at once</p><p>5. <strong>Template-Based</strong> <strong>Synthesis:</strong> Use structured formats for consistent output</p><p>6. <strong>Comparative</strong> <strong>Analysis:</strong> Generate multiple options, then choose</p><p>7. <strong>Validation</strong> <strong>Scoring:</strong> Score output against completeness criteria</p><p>8. <strong>Context</strong> <strong>Layering:</strong> Load information in stages to manage complexity</p><p><strong>Lesson</strong> <strong>8:</strong> <strong>Capstone</strong> <strong>— Build</strong> <strong>Your</strong> <strong>PM</strong> <strong>Workspace</strong></p><p>The final lesson walks you through configuring a complete workspace with:</p><p>- CLAUDE.md for your current project</p><p>- 3 custom Skills (/prd, /standup, /review)</p><p>- 3 Hooks (pre-commit format, file protection, notification)</p><p>- Folder structure optimized for PM work</p><p>You will use this workspace on a real project during the lesson, so by the end, it is already integrated into your workflow.</p><p><strong>Who</strong> <strong>Should</strong> <strong>Take</strong> <strong>This</strong> <strong>Course</strong></p><p><strong>This</strong> <strong>is</strong> <strong>for</strong> <strong>you</strong> <strong>if:</strong></p><p>- ✅ You finished Module 0 (or already know Claude Code basics: how to install, navigate terminal, use @-mentions)</p><p>- ✅ You want to save 5–10 hours per week by building better workflows</p><p>- ✅ You are willing to invest 2–3 hours to configure your workspace properly</p><p>- ✅ You have a real project to apply this to (the course is hands-on, not theoretical)</p><p><strong>This</strong> <strong>is</strong> <strong>NOT</strong> <strong>for</strong> <strong>you</strong> <strong>if:</strong></p><p>- ❌ You have never used Claude Code (start with Module 0: Claude Code Basics instead — it takes 20 minutes)</p><p>- ❌ You want a “watch and forget” course (this is hands-on; you will be building your workspace as you learn)</p><p>- ❌ You do not have 2–3 hours available this week</p><p><strong>The</strong> <strong>Capstone</strong> <strong>Project</strong></p><p>The capstone is my favorite part.</p><p>You will build a /prd Skill that executes the full PRD workflow:</p><p>1. Prompts you to specify context files</p><p>2. Loads those files automatically</p><p>3. Runs Socratic questioning (15 questions across 5 dimensions)</p><p>4. Generates 3 different approaches with trade-offs, timelines, and risk profiles</p><p>5. Lets you select an approach</p><p>6. Generates the full PRD based on your answers</p><p>7. Runs multi-perspective review (engineering, design, QA, exec)</p><p>8. Validates completeness (scores the PRD on 8 criteria)</p><p>9. Exports the final PRD to Markdown</p><p>One command. Full workflow. Takes 20 minutes to build. Saves 5 hours every PRD.</p><p>That single Skill has saved me more time than any other productivity hack I have adopted in the past 5 years.</p><p><strong>It</strong> <strong>Is</strong> <strong>Live</strong> <strong>Now</strong> <strong>(And</strong> <strong>It</strong> <strong>Is</strong> <strong>Free)</strong></p><p><strong>Start</strong> <strong>Module</strong> <strong>0B:</strong> <a href="https://theainativepm.com/modules/0b-claude-mastery">https://theainativepm.com/modules/0b-claude-mastery</a></p><p><strong>What</strong> <strong>you</strong> <strong>will</strong> <strong>have</strong> <strong>by</strong> <strong>the</strong> <strong>end:</strong></p><p>- A fully configured PM workspace with Skills, Hooks, and CLAUDE.md</p><p>- 8 advanced prompting patterns you can use immediately</p><p>- The ability to run 5 tasks in parallel with sub-agents</p><p>- A system that saves hours every week</p><p><strong>Time</strong> <strong>investment:</strong> 2–3 hours</p><p><strong>Prerequisites:</strong> Module 0 (Claude Code Basics) or existing knowledge of Claude Code</p><p><strong>Cost:</strong> Free</p><p><strong>Why</strong> <strong>I</strong> <strong>Built</strong> <strong>This</strong></p><p>I built Module 0B because I wasted 6 months doing things the hard way.</p><p>I used Claude Code. I got value from it. But I was working 10x harder than necessary because I did not know what the tool could actually do.</p><p>Power users were not smarter than me. They just configured their systems properly. And once I learned how, the time savings compounded every single week.</p><p>If you are using Claude Code and it feels like “ChatGPT in a terminal,” you are missing 80% of what it can do.</p><p>This course fixes that. In 3 hours.</p><p>— -</p><p><em>Anmol</em> <em>Gupta</em> <em>is</em> <em>a</em> <em>Product</em> <em>Manager</em> <em>at</em> <em>Careem</em> <em>(Uber),</em> <em>leading</em> <em>Payments</em> <em>&amp;</em> <em>Fintech.</em> <em>Previously</em> <em>at</em> <em>Visa</em> <em>and</em> <em>RAENA.</em> <em>MBA</em> <em>from</em> <em>Nanyang</em> <em>Business</em> <em>School,</em> <em>B.Tech</em> <em>CS</em> <em>from</em> <em>NIT</em> <em>Warangal.</em> <em>Based</em> <em>in</em> <em>Dubai,</em> <em>UAE.</em> <em>He</em> <em>writes</em> <em>about</em> <em>practical</em> <em>AI</em> <em>workflows</em> <em>for</em></p><p><em>product</em> <em>managers</em> <em>at</em> <em>The</em> <em>AI-Native</em> <em>PM.</em></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=84198daf91e3" width="1" height="1" alt="">]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[I Cut My PRD Time from 6 Hours to 45 Minutes. Here’s Exactly How (Step-by-Step)]]></title>
            <link>https://medium.com/@anmolgupta824/i-cut-my-prd-time-from-6-hours-to-45-minutes-heres-exactly-how-step-by-step-6802f2f74cfd?source=rss-933adf45f13f------2</link>
            <guid isPermaLink="false">https://medium.com/p/6802f2f74cfd</guid>
            <dc:creator><![CDATA[Anmol Gupta]]></dc:creator>
            <pubDate>Fri, 27 Feb 2026 12:27:46 GMT</pubDate>
            <atom:updated>2026-02-27T12:27:46.884Z</atom:updated>
            <content:encoded><![CDATA[<h3><strong>Six hours.</strong></h3><p>That’s how long I spent writing a PRD for a payment reconciliation feature last quarter. Six hours of context-switching between Google Docs, Notion, Slack threads, and that one crucial piece of user research I *knew* was somewhere in my Dropbox.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*EuOwdeyHI4thmUpYb4FfgQ.png" /></figure><p>I hit send on the PRD feeling exhausted but accomplished.</p><p>Three days later, it came back with 14 comments.</p><p>My QA lead found four edge cases I’d completely missed. My VP wanted a different metrics framework. Engineering flagged a technical constraint that invalidated an entire approach.</p><p>Another two days of revisions. Another review cycle. By the time we had a document the team could actually build from, **we’d burned two weeks of calendar time.**</p><p>Here’s the kicker: *This wasn’t a bad PRD.* It was a normal PRD, written the normal way.</p><p>And that’s exactly the problem.</p><p>— -</p><p>## The Breakthrough: 45 Minutes for Production-Ready PRDs</p><p>I now write PRDs in about 45 minutes that go through review with **one round of minor edits.**</p><p>The documents are more thorough. The edge cases are covered. The metrics are tighter.</p><p>This isn’t about cutting corners. It’s about fundamentally changing *when* the thinking happens.</p><p>Let me show you exactly how I do it — and how you can start today.</p><p>— -</p><p>## Why “ChatGPT, Write Me a PRD” Doesn’t Work</p><p>Before we dive in, let’s address the elephant in the room.</p><p>You’ve probably tried asking ChatGPT or Claude to “write a PRD for [your feature].”</p><p>The result? A generic, surface-level document that looks professional but has zero depth. No engineering team wants to build from it. No stakeholder trusts it. You end up rewriting 80% of it anyway.</p><p>**That’s not what this is.**</p><p>The method I use is what I call the **AI-Partnership Approach**:</p><p>**Think first. Generate second.**</p><p>I spend most of my time in exploration and questioning. The AI handles information synthesis and document structure. I handle judgment, prioritization, and domain expertise.</p><p>Here’s what changes:</p><p>### Traditional Approach (4–8 hours):<br>- Research and context gathering: 1–2 hours<br>- Writing first draft: 2–3 hours<br>- Self-review and revision: 1–2 hours<br>- Edge case discovery **during review** 😬<br>- Additional revision cycles: 1–3 hours</p><p>### AI-Partnership Approach (45–60 minutes):<br>- Context loading: 2 minutes<br>- Socratic exploration: 15 minutes<br>- Approach generation: 10 minutes<br>- PRD generation: 5 minutes<br>- Multi-perspective review: 10 minutes<br>- Validation and polish: 3 minutes</p><p>Same word count. Same quality. **The difference? You discover gaps BEFORE writing, not after.**</p><p>— -</p><p>## The Four Techniques That Make This Work</p><p>This isn’t one magic trick. It’s a system built on four core techniques.</p><p>### 1. Full Context Loading (The Foundation)</p><p>Before you ask AI for anything, you give it the complete picture.</p><p>In Claude Code, this looks like:</p><p>```<br><a href="http://twitter.com/product">@product</a>-strategy-2026.md <a href="http://twitter.com/user">@user</a>-research-notifications.md <a href="http://twitter.com/tech">@tech</a>-architecture.md<br>I need to write a PRD for an in-app notifications center.<br>```</p><p>Those three @-mentions load the **full contents** of those files as context. The AI now understands:<br>- Your strategic priorities<br>- What users actually said in interviews<br>- What your technical architecture can support</p><p>**This is the step that makes everything downstream better.**</p><p>Without full context, every AI-generated document is a guess. With full context, it’s an informed draft.</p><p>**Pro tip:** I keep a `context/` folder in every project directory with the 5–8 documents that define my product area. Loading context takes me about two minutes.</p><p>— -</p><p>### 2. Socratic Questioning (The Game-Changer)</p><p>This is the technique most PMs skip.</p><p>**And it’s the one that saves the most revision cycles later.**</p><p>Instead of jumping to “write the PRD,” you ask the AI to **question you first**.</p><p>It asks hard, pointed questions across five categories:</p><p>**🎯 Problem Clarity**<br>&gt; “Who exactly experiences this problem? How do you know? What data supports this is worth solving?”</p><p>**💡 Solution Validation**<br>&gt; “What alternatives did you consider? Why is this better than the next best option? What would you cut if you had half the timeline?”</p><p>**📊 Success Criteria**<br>&gt; “What metric tells you this shipped successfully? What’s the baseline? What improvement makes this worth the engineering investment?”</p><p>**⚙️ Constraints**<br>&gt; “What technical limitations exist? Regulatory requirements? Dependencies for other teams?”</p><p>**🎯 Strategic Fit**<br>&gt; “How does this ladder up to company priorities? What are you choosing NOT to build by building this?”</p><p>When I built the PRD for our notifications center, the Socratic phase surfaced three critical insights I’d missed:</p><p>1. **Regulatory requirement** around notification consent for certain transaction types<br>2. **Push notification infrastructure rate limit** that would affect our rollout plan<br>3. **40% of users had notifications disabled at the OS level** — which completely changed our channel strategy</p><p>Each of those would have been a review comment. A revision cycle. A delay.</p><p>Instead, they became inputs to the first draft.</p><p>— -</p><p>### 3. Multiple Approaches (The Clarity Shortcut)</p><p>Before generating the PRD, I ask the AI to propose **three different approaches** to the problem.</p><p>Not just “option A vs. option B” — but genuinely different strategies with different tradeoffs.</p><p>For the notifications center, the three approaches were:</p><p>**Approach A: Full in-app notification center**<br>- Custom UI, full notification history, granular preferences<br>- High effort (3 months), high value, serves all user segments</p><p>**Approach B: Progressive enhancement** ⭐<br>- Start with transaction notifications only, add channels over time<br>- Medium effort (6 weeks), fast to market, validates demand first</p><p>**Approach C: API-first**<br>- Build notification infrastructure as internal API, let teams send through it<br>- Medium effort, high reusability, slower visible user value</p><p>We went with Approach B.</p><p>But having three options side by side — with estimated timelines, resource needs, and risk profiles — made the trade-off conversation with my engineering lead and VP a **10-minute discussion instead of a 45-minute debate.**</p><p>The context was already structured. The decision became obvious.</p><p>— -</p><p>### 4. Multi-Perspective Review (The Safety Net)</p><p>After the PRD is drafted, I run it through four simulated perspectives **before any human reviewer sees it**:</p><p>**👨‍💻 Engineering Lead**<br>Flags technical feasibility issues, missing API specs, unclear data models, unrealistic performance requirements.</p><p>**👔 VP Product**<br>Challenges strategic alignment, questions prioritization, pushes on impact sizing, asks if this is the highest-value use of the team’s time.</p><p>**🎨 UX Researcher**<br>Identifies assumptions about user behavior that lack evidence, flags accessibility concerns, questions if the solution matches observed user mental models.</p><p>**🧪 QA Lead**<br>Surfaces edge cases, error states, boundary conditions, regression risks. Asks what happens when the network drops mid-transaction, when a user has zero notification history, or when two notifications arrive simultaneously.</p><p>**The QA perspective alone typically finds 5–8 edge cases** that would have survived into the review cycle.</p><p>Each edge case caught before review saves a comment-response-revision loop that adds half a day to the process.</p><p>— -</p><p>## Real Example: The In-App Notifications Center PRD</p><p>Let me walk you through the actual sequence, step by step.</p><p>### Step 1: Context Loading (2 minutes)</p><p>I opened Claude Code in my project directory:</p><p>```<br><a href="http://twitter.com/context/product-strategy-q1">@context/product-strategy-q1</a>.md <a href="http://twitter.com/context/user-research-engagement">@context/user-research-engagement</a>.md <a href="http://twitter.com/context/technical-architecture">@context/technical-architecture</a>.md<br>I need to write a PRD for an in-app notifications center for Careem Pay.<br>Let’s start with the exploration phase.<br>```</p><p>### Step 2: Socratic Exploration (15 minutes)</p><p>Claude Code asked me 15 questions. Here are the ones that shaped the document:</p><p>&gt; “Your user research mentions low engagement with email notifications. What’s the current open rate, and do you have data on whether users prefer in-app vs. push vs. email?”</p><p>&gt; “Your strategy doc prioritizes transaction trust. How does a notifications center contribute to trust specifically, beyond general engagement?”</p><p>&gt; “What consent framework applies to financial notifications in your operating markets? Are there markets where opt-in is required vs. opt-out?”</p><p>Some answers were precise: *”Email open rate is 12%, push is 34%.”*</p><p>Some were honest admissions: *”I don’t have data on in-app notification preferences — that’s an assumption we need to validate.”*</p><p>Those honest answers became **”Open Questions”** in the final PRD rather than unstated assumptions. My VP appreciated that transparency.</p><p>### Step 3: Approach Generation (10 minutes)</p><p>Claude Code proposed three approaches with different scope, timeline, and risk profiles.</p><p>I read through them, asked follow-up questions about the progressive enhancement approach, and confirmed that was the direction.</p><p>### Step 4: PRD Generation (5 minutes)</p><p>Claude Code generated the full PRD, written directly to a file in my project directory.</p><p>The document included:<br>- Problem statement<br>- User stories<br>- Success metrics (with baselines and targets)<br>- Technical requirements<br>- Rollout plan<br>- Edge cases<br>- Open questions</p><p>I didn’t dictate the structure. The context, the Socratic answers, and the chosen approach gave it enough information to produce a coherent first draft.</p><p>### Step 5: Multi-Perspective Review (10 minutes)</p><p>I ran the document through all four perspectives. Notable findings:</p><p>**Engineering:** Our current notification queue couldn’t handle projected volume at peak times. Recommended a separate queue for financial notifications.</p><p>**UX Research:** We had no data on how users categorize notifications mentally. Suggested a card sort study before finalizing taxonomy.</p><p>**QA:** Found seven edge cases, including: *”What happens when a notification references a transaction that the user has disputed? Does the notification update, disappear, or stay with a stale status?”*</p><p>Each finding was specific and actionable. I incorporated them into the document.</p><p>### Step 6: Validation (3 minutes)</p><p>I ran a final validation check that scored the PRD across completeness dimensions: problem definition, user stories, success metrics, technical requirements, edge cases, rollout plan, and open questions.</p><p>Score: **87%**.</p><p>The gap? Rollout plan didn’t specify rollback criteria clearly enough. I added two sentences and moved on.</p><p>**Total elapsed time: 50 minutes.**</p><p>— -</p><p>## The Mistakes That Kill This Approach</p><p>I’ve taught this method to a handful of PMs on my team and in my network. The same mistakes come up every time:</p><p>### ❌ Generating Before Thinking</p><p>Typing “write me a PRD for X” as the first prompt is the fastest way to get a useless document.</p><p>Without the Socratic questioning phase, the output lacks the nuance of your specific context. **The AI doesn’t know what it doesn’t know.** The questioning phase is where you surface the unknowns.</p><p>### ❌ Accepting Vague Metrics</p><p>If your PRD says “increase engagement,” that’s not a metric.</p><p>Push for specifics:<br>- What engagement metric?<br>- What’s the baseline?<br>- What target makes this worth building?<br>- What’s the measurement methodology?</p><p>AI will default to vague metrics unless you push it toward specifics during exploration.</p><p>### ❌ Skipping the Challenge Step</p><p>When Claude Code proposes an approach, your instinct might be to accept the first thing that sounds reasonable.</p><p>**Push back.**</p><p>Ask: *”What’s wrong with this approach?”* and *”What would the strongest argument against this be?”*</p><p>The AI will generate counterarguments that strengthen your thinking.</p><p>### ❌ Treating AI Output as Final</p><p>The 45-minute number is for a **strong first draft**.</p><p>You should still:<br>- Read every line<br>- Check that metrics are grounded in reality<br>- Validate technical requirements with your engineering lead</p><p>**AI handles the synthesis. You own the judgment.**</p><p>— -</p><p>## Try It This Week</p><p>I packaged this entire workflow into a free, hands-on module.</p><p>It’s not a course about theory — it’s a set of tools you install on your machine and use with Claude Code.</p><p>The PRD Generator gives you:<br>- The four techniques described above<br>- Templates for each phase<br>- Validation scoring<br>- Multi-perspective review framework</p><p>**Module 0** (Claude Code setup): 20 minutes<br>**Module 1** (PRD Generator): 30 minutes to install and run your first document</p><p>**Start here:** [theainativepm.com](<a href="https://theainativepm.com">https://theainativepm.com</a>)</p><p>— -</p><p>## The Real Test</p><p>The best way to evaluate this is to **try it on a real PRD you need to write this week.**</p><p>Not a toy example. A real feature your team is building.</p><p>That’s when you’ll feel the difference.</p><p>Not just in time saved — but in the quality of questions you ask yourself before writing, the edge cases you catch early, and the review cycles you avoid.</p><p>Six hours to 45 minutes isn’t magic.</p><p>It’s just better thinking, structured better, with the right tools.</p><p>— -</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=6802f2f74cfd" width="1" height="1" alt="">]]></content:encoded>
        </item>
    </channel>
</rss>