Lenny Pm Wisdom Engine
Search 300+ Lenny's Podcast episodes for PM wisdom
Ask AI about Lenny Pm Wisdom Engine
Powered by Claude ยท Grounded in docs
I know everything about Lenny Pm Wisdom Engine. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
๐ง PM Wisdom Engine
Search 300+ Lenny's Podcast episodes for product management wisdom
An intelligent knowledge base that extracts insights, frameworks, and advice from Lenny's Podcast transcripts. Features a Decision Simulator that matches your situation to relevant guest advice, and a Career Stage Filter to surface content for your experience level.
โจ Features
๐ฏ Decision Simulator
Describe your situation in plain English and get relevant advice from guests who faced similar challenges.
"Our growth has slowed to 5% MoM. Should we expand to new markets or double down on our core?"
โ Returns relevant quotes from Elena Verna, Casey Winters, and others who've tackled growth challenges.
๐ฑ Career Stage Filter
Filter all content by your experience level:
- ๐ฑ Early PM (0-2 years) - Fundamentals, first PM job advice
- ๐ฟ Mid PM (2-5 years) - Growth, stakeholder management
- ๐ณ Senior PM (5+ years) - Strategy, organizational influence
- ๐ PM Leader - Team building, hiring, culture
- ๐ Founder - PMF, fundraising, startup tactics
๐ง Framework Extraction
Automatically extracts 14+ named frameworks including:
- 11-Star Experience (Brian Chesky)
- LNO Framework (Shreyas Doshi)
- DHM Framework (Gibson Biddle)
- Jobs To Be Done (Clayton Christensen)
- Continuous Discovery (Teresa Torres)
- And more...
โก Expert Contradictions
See where successful PMs disagree:
- Move Fast vs Get It Right
- Data-Driven vs Intuition
- Hire Specialists vs Generalists
- Delegation vs Staying in Details
Each debate includes a "๐ก The Real Answer" explaining when each approach works.
๐ Full-Text Search
Search across 5,000+ transcript segments with timestamp links to exact YouTube moments.
๐ Quick Start
Prerequisites
Installation
# Clone this repo
git clone https://github.com/YOUR_USERNAME/pm-wisdom-engine.git
cd pm-wisdom-engine
# Install dependencies
npm install
# Run the full pipeline (takes 2-5 minutes)
npm run all
# Open the app
# Windows:
start dist\pm-wisdom-engine.html
# Mac:
open dist/pm-wisdom-engine.html
What npm run all does:
- Clones 300+ transcripts from ChatPRD/lennys-podcast-transcripts
- Parses episodes and extracts metadata
- Chunks transcripts into searchable segments
- Extracts frameworks with context
- Finds contradictions between guests
- Builds the single-file HTML app
๐ Project Structure
pm-wisdom-engine/
โโโ scripts/
โ โโโ ingest.js # Clone & parse transcripts
โ โโโ extract-frameworks.js # Extract named frameworks
โ โโโ find-contradictions.js # Find opposing viewpoints
โ โโโ build-app.js # Bundle into single HTML
โโโ src/
โ โโโ app.html # Application template
โโโ data/ # Generated JSON files
โ โโโ episodes.json
โ โโโ segments.json
โ โโโ frameworks.json
โ โโโ contradictions.json
โ โโโ insights.json
โโโ dist/
โ โโโ pm-wisdom-engine.html # Final app (open this!)
โโโ package.json
๐ ๏ธ Available Scripts
| Command | Description |
|---|---|
npm run all | Run complete pipeline |
npm run ingest | Clone and parse transcripts |
npm run extract | Extract frameworks |
npm run contradictions | Find expert disagreements |
npm run build | Build the HTML app |
๐ฎ Using the Decision Simulator
- Go to ๐ฏ Decision Simulator in the sidebar
- Describe your situation:
I'm a PM at a Series B startup. We have traction but growth is slowing. Should we expand to new markets or double down on our core product? - Select your career stage and company stage
- Click "๐ฎ Find Relevant Wisdom"
- Get matched advice with relevance scores and YouTube links
Example Prompts to Try:
- "How should I approach pricing for my SaaS product?"
- "How do I know if we have product-market fit?"
- "Should I hire specialists or generalists for my team?"
- "My CEO keeps overriding my roadmap. How do I push back?"
๐ Data Sources
- Transcripts: ChatPRD/lennys-podcast-transcripts (300+ episodes)
- Podcast: Lenny's Podcast
๐ Credits
- Lenny Rachitsky - For creating an incredible resource for product managers
- ChatPRD - For transcribing and open-sourcing the transcripts
- All the amazing guests - Whose wisdom makes this project valuable
๐ License
MIT License - feel free to use, modify, and distribute.
๐ค Contributing
Contributions welcome! Ideas for improvement:
- Add more podcast sources
- Improve framework extraction accuracy
- Add guest network visualization
- Create MCP server for Claude/Cursor integration
- Add spaced repetition for learning
โญ Star This Repo!
If you find this useful, please star the repo! It helps others discover it.
Built with โค๏ธ for the PM community
