Skip to content
Aakash GuptaAakash Gupta

Stop Applying to AI PM Jobs Until You Watch This

Jyothi Nookula has 13.5 years in AI, 12 patents, and has been an AIPM at Amazon (SageMaker), Meta (PyTorch), Netflix (Developer Platform), and Etsy. In this masterclass episode, she breaks down the two types of AIPM roles, the three layers of the AI stack, when AI makes sense versus when heuristics win, how to pick between ML, deep learning, and Gen AI, and builds AI agents and RAG systems live. Full Writeup: https://www.news.aakashg.com/p/jyothi-nookula-podcast Transcript: https://www.aakashg.com/jyothi-nookula-podcast/ --- Timestamps: 0:00 - Intro 1:43 - Is AI PM actually real or is it BS? 4:22 - The roadmap to becoming an AIPM 7:11 - 5 core concepts every AIPM needs to know 10:06 - What differentiates a PM from an AIPM 11:50 - Ads 15:20 - When to use AI and when not to use AI 20:42 - How to select the right AI technique 26:32 - AI agents: building blocks, workflows vs agents 31:03 - Ads 33:26 - Building a workflow vs an agent in N8N 43:40 - Prompt engineering and context engineering 48:15 - RAG systems explained and built in Langflow 58:57 - The AIPM career playbook and portfolio strategy 1:02:00 - How PM cultures differ at Amazon, Meta, and Netflix 1:07:15 - Why Jyothi left Netflix 1:11:15 - Outro --- 🏆 Thanks to our sponsors: 1. Product Faculty: Get $550 off their #1 AI PM Certification with my link - https://maven.com/product-faculty/ai-product-management-certification?promoCode=AAKASH550C7 2. Amplitude: The most accurate mobile session replays with no performance hit - https://amplitude.com/session-replay?utm_campaign=session-replay-launch-2025&utm_source=linkedin&utm_medium=organic-social&utm_content=productgrowthpodcast 3. Pendo: Measure your AI agent performance with Pendo Agent Analytics - http://www.pendo.io/aakash 4. NayaOne: Airgapped cloud-agnostic sandbox to validate AI tools faster - https://nayaone.com/aakash/ 5. Kameleoon: Prompt-based experimentation that turns days of dev time into minutes - http://www.kameleoon.com/ --- Key Takeaways: 1. Two types of AIPM roles exist - 80% are traditional PM roles with AI features added on, where the core product existed before AI. 20% are AI native roles where the product IS AI and the value proposition is impossible without it. Know which type before you apply. 2. The AI PM stack has three layers - Application PMs own user experience (60% of roles, easiest entry point). Platform PMs build tools for other builders (30%). Infra PMs build foundational systems like vector databases and GPU orchestration (10%). 3. 19 out of 20 AI pilots fail from wrong problem selection - AI makes sense for complex pattern recognition, prediction from historical data, and personalization at scale. If explainability is non-negotiable, rules exist, data is limited, or speed is critical, start with heuristics. 4. Most teams overcomplicate their AI technique choice - If you can put the problem in a spreadsheet with inputs and an output to predict, traditional ML is the answer. Perception problems need deep learning. Natural language reasoning needs Gen AI. These are not competitors, they are tools in your toolkit. 5. AI products are fundamentally probabilistic - The same input can produce different outputs. AIPMs must think in quality distributions and acceptable error rates, not binary success vs failure. Data is a first-class citizen, not a nice-to-have. 6. Agents decide, workflows follow steps - Workflows have predetermined sequences with deterministic outcomes. Agents receive goals and independently decide which tools to use. The live N8N demo showed identical tools producing completely different execution patterns. 7. Context engineering is the real production skill - Claude Sonnet has a 200K token context window but that fills fast with knowledge bases, conversation history, and real-time data. Every token costs money. Managing what to load and when directly impacts both quality and cost. 8. Follow the hierarchy before fine tuning - Prompt optimisation first, then context engineering, then RAG. 80% of use cases get solved with RAG. Fine tuning should only be considered after exhausting all three. 9. Build products not projects - Launch your AI work, get real users, encounter real breakage. That gives you richer interview material than any course certificate. Build an agent, build a RAG system, and build an app that solves a real problem. --- 👨‍💻 Where to find Jyothi Nookula: LinkedIn: https://www.linkedin.com/in/jyothinookula/ NextGen Product Manager: https://enterprisereadyaipmroadmap.com/ 👨‍💻 Where to find Aakash: Twitter: https://www.x.com/aakashg0 LinkedIn: https://www.linkedin.com/in/aakashgupta/ Newsletter: https://www.news.aakashg.com #aipm #aiproductmanagement --- 🧠 About Product Growth: The world's largest podcast focused solely on product + growth, with over 200K+ listeners. 🔔 Subscribe and turn on notifications to get more videos like this.

Jyothi NookulaguestAakash Guptahost
Mar 23, 20261h 12mWatch on YouTube ↗

At a glance

WHAT IT’S REALLY ABOUT

AI PM isn’t hype—master fundamentals, agents, RAG, and delivery

  1. AI PM roles split into “traditional PM + AI features” (most jobs) versus “AI-native PM” where AI is the product and behavior is probabilistic.
  2. AI PM work differs from classic PM through probabilistic quality management, data as a first-class product dependency, iterative model behavior, variable unit economics, and responsible-AI guardrails.
  3. Choosing whether to use AI is a core PM skill: AI fits pattern recognition, prediction, and personalization at scale, while heuristics/rules fit domains needing explainability, clear rules, limited data, or fast MVPs.
  4. Selecting techniques should be a toolkit decision across traditional ML, deep learning, and GenAI, with prompts/context/RAG often outperforming premature fine-tuning.
  5. AIPM career progression is accelerated by building real “products not projects,” showcasing agents and RAG in a portfolio, and understanding cultural differences across Amazon, Meta, and Netflix PM environments.

IDEAS WORTH REMEMBERING

5 ideas

Most “AI PM” jobs are still classic PM roles with AI bolted on.

Jyothi estimates ~80% of AIPM postings are existing products adding LLM features (chat, summarization), while ~20% are AI-native products like ChatGPT/Copilot where the product is fundamentally probabilistic.

Pick your entry point: application PM is the easiest on-ramp.

She frames the stack as ~60% application PM (end-user UX/trust), ~30% platform PM (tools like eval/observability), and ~10% infra PM (vector DB/GPU serving), with required depth increasing lower in the stack.

AI PMs must manage probability, not deterministic correctness.

Because identical inputs can yield different outputs, AIPMs define acceptable error rates, handle edge cases, and often design deterministic fallbacks to preserve user trust.

Data strategy is product strategy in AI systems.

“Garbage in, garbage out” becomes a product reality: poor pipelines, labeling, or training/eval data quality directly degrades user experience and must be treated as a core PM responsibility.

Know when to say ‘no’ to AI.

AI is strongest for complex pattern recognition, prediction from historical data, and personalization at scale, but heuristics/rules win when explainability is mandatory, domain rules are explicit (e.g., taxes), data is sparse, or speed-to-market is paramount.

WORDS WORTH SAVING

5 quotes

The core difference here is you see how traditional PM products are deterministic. However, AI products are probabilistic.

Jyothi Nookula

Knowing when to say yes and when to say no is a very powerful skill that a PM should possess.

Jyothi Nookula

Garbage in will lead to garbage out.

Jyothi Nookula

RAG might solve 80% of your problems.

Jyothi Nookula

Don’t think of it as projects. Think of it as building products.

Jyothi Nookula

AI PM role reality: AI-feature PM vs AI-native PMAI PM roles by stack: application, platform, infraProbabilistic products and quality distributionsWhen to use AI vs heuristics/rulesTechnique selection: ML vs deep learning vs GenAIAgents vs workflows; agent architecture (model, memory, tools)Prompt engineering vs context engineering (cost and context windows)RAG fundamentals, chunking, embeddings, vector DBsFine-tuning decision hierarchyHands-on demos: n8n workflow/agent; Langflow RAG buildPortfolio strategy: products over projects; certificates signalingPM culture comparisons: Amazon vs Meta vs NetflixWhy Jyothi left Netflix to teach/consult

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

Get more out of YouTube videos.

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

Add to Chrome