
The short version
PMs forget 50% of what was discussed in a meeting within 24 hours, 90% within a week. Spending 15-25 hours/week in meetings means losing the irreplaceable context that makes product decisions explainable. The fix is a four-step pipeline: record (Otter, Fireflies, Grain) every meeting; transcribe (Whisper); embed into a vector database (ChromaDB, Qdrant, Weaviate) so search works on meaning, not keywords; query in natural language ("What did the enterprise customer in the March pilot say about onboarding?"). Five meetings is a curiosity. Five hundred is institutional intelligence. PMs running this system don't show up trying to remember. They show up having queried their second brain. The longer you run it, the wider the gap.
There's a stat that should terrify every PM: people forget 50% of what was discussed in a meeting within 24 hours. Within a week, that number climbs to 90%.
Think about what that means for a product team. The nuance behind a prioritization call. The edge case a customer brought up during a discovery session. The exact reasoning your VP of Engineering gave for pushing back on the Q3 scope. Gone. Not because anyone was careless, because human memory is not designed to retain the volume of information modern PMs process.
I've been running product teams and training PMs for over thirty years. The single biggest operational gap I see isn't in strategy or stakeholder management, it's in knowledge retention. PMs sit at the intersection of every conversation that matters, and they lose almost all of it.
This isn't a note-taking problem. It's an infrastructure problem.
The Meeting Knowledge Crisis Is a PM Problem
PMs spend somewhere between 15 and 25 hours per week in meetings. Customer calls, sprint reviews, stakeholder syncs, design critiques, leadership updates. Each of those meetings contains irreplaceable first-hand knowledge: decisions made, options rejected, trade-offs weighed, commitments given.
None of that lives anywhere useful afterward.
Some PMs take diligent notes. Good for them, but notes are a lossy compression of a rich conversation. You capture what you thought was important in the moment, which is rarely what turns out to be important three weeks later when someone asks "why did we decide X?" and nobody can reconstruct the reasoning.
Some teams record meetings and dump them in a shared drive. Better, but a library of untranscribed video files is functionally useless. Nobody is going to scrub through a 47-minute recording to find the two minutes where the pricing model got debated.
The real problem: there's no system that turns meeting conversations into searchable, queryable, reusable knowledge. Until now.
What a "Second Brain" Actually Means for PMs
Tiago Forte popularized the term "second brain", a personal knowledge management system that captures, organizes, and surfaces information when you need it. His CODE framework (Capture, Organize, Distill, Express) is useful, but it was designed for individuals managing articles and highlights.
For PMs, the second brain concept needs to be rebuilt around conversations. Meetings are the primary knowledge source for product work, and the pipeline looks different:
Record → Transcribe → Embed → Query
That's the stack. Every meeting gets recorded. Every recording gets transcribed to searchable text. Every transcript gets embedded into a vector database that understands meaning, not just keywords. And then you can ask questions against months of accumulated conversations.
"What did the enterprise customer in the March pilot say about our onboarding flow?" You get the answer. Not a link to a 40-minute recording, the actual synthesized answer with context.
"What commitments did we make to the sales team about the Q2 release?" Surfaced instantly, with the exact quotes.
"How has the engineering team's position on microservices migration evolved over the last three months?" Synthesized from a dozen conversations you barely remember having.
This is the difference between a PM who operates from memory and one who operates from accumulated intelligence.
Building the Pipeline: What You Actually Need
Here's the practical setup. You don't need to be technical to get started, but you do need to be intentional.
Step 1: Record Everything
Stop being selective about which meetings to record. Record all of them. The cost of storage is trivial. The cost of missing the one conversation that turns out to matter is enormous.
Tools like Mono, Otter, Fireflies, and Grain handle this automatically across Zoom, Teams, Meet, and most other platforms. They join your meetings, record, and store. Some work as bots that join the call; others record locally on your device. Pick one and make it the default for every meeting.
The cultural objection, "people won't be comfortable being recorded", is real but increasingly outdated. In most product organizations, recording meetings is now the norm, not the exception. Frame it as institutional memory, not surveillance.
Step 2: Transcribe Automatically
Modern transcription is remarkably good. OpenAI's Whisper model and its derivatives handle accents, technical jargon, and cross-talk far better than the previous generation. Most recording tools include built-in transcription, so this step often happens automatically.
The output: a timestamped, speaker-identified text file for every conversation your team has. Already useful. But this is just the foundation.
Step 3: Embed Into a Knowledge Base
This is where it gets powerful and where most PMs stop too early.
Transcripts are long. Searching them with keywords misses context. When your designer said "the flow feels heavy," you'd never find that by searching "UX problem", but semantically, that's what it means.
Vector databases solve this. They convert text into mathematical representations of meaning, so you can search by concept instead of by exact words. Tools like ChromaDB, Qdrant, or Weaviate handle this. If you're using a platform like Notion AI or a tool that supports RAG (retrieval-augmented generation), the embedding happens under the hood.
The practical effect: you search "pricing concerns from customers" and get back every moment across every meeting where a customer expressed hesitation about cost, even if they used words like "budget constraints," "too expensive for our team," or "we'd need to see more value first."
Step 4: Query Like a Conversation
The final layer is an LLM interface that lets you ask natural language questions against your embedded meeting history.
This is where tools like ChatGPT with custom knowledge bases, Claude with uploaded context, or purpose-built tools like Mem, Reflect, or Granola come in. The key requirement: the tool needs to reference your actual meeting transcripts, not just generate plausible-sounding answers.
Good queries for PMs:
- "Summarize all customer feedback about feature X from the last 60 days"
- "What were the main objections from the legal team during the compliance review?"
- "List every action item assigned to the engineering team in the last two weeks"
- "How did stakeholder sentiment on the mobile-first strategy change between January and March?"
Each of these would take hours to reconstruct manually. With an embedded meeting knowledge base, they take seconds.
Scaling This to Your Team
Here's where it gets interesting for PMs who lead teams rather than just manage their own workload.
A personal second brain is valuable. An organizational one is transformative.
The Team Knowledge Graph
When every PM on the team runs the same pipeline, you get something that no amount of documentation can replicate: a complete, queryable record of every customer conversation, every internal debate, every design decision, and every commitment your organization has made.
New PM joins the team? Instead of three weeks of "context downloads" from six different people, they query the knowledge base. "What's the history of the payments integration decision?" They get the full arc, from the initial customer request through the technical spike, the leadership debate, and the final call, in minutes.
Someone leaves the team? Their context doesn't leave with them. Every meeting they were in is still searchable, still queryable, still part of the organization's memory.
Progressive Distillation
Raw transcripts are the base layer. But a good system also generates:
Layer 1, Key moments. Automatically highlighted sections where decisions were made, disagreements surfaced, or action items were assigned.
Layer 2, Action items with owners. Extracted and tracked. No more "I thought you were going to do that" conversations.
Layer 3, Executive summaries. One-paragraph syntheses that capture why a meeting mattered, not just what was discussed.
Layer 4, Cross-meeting synthesis. "Over the last month, customer sentiment about feature X has shifted from cautious to enthusiastic, driven primarily by improvements to the onboarding flow discussed in the March 8 and March 22 calls." That's intelligence, not information.
The Hemingway Bridge
One pattern I've found particularly useful for PM teams: automatically generating a "status bridge" at the end of each meeting series. Named after Hemingway's habit of stopping mid-sentence to make it easier to pick up writing the next day, this technique auto-generates a brief summary noting where a workstream currently stands and what the open threads are.
For recurring meetings, weekly syncs, biweekly customer check-ins, monthly reviews, this creates continuity without relying on anyone's memory or prep notes.
Why This Matters More Than You Think
There's a compound effect that's easy to underestimate.
Five meetings in your knowledge base is a curiosity. Fifty is useful. Five hundred, a year's worth of conversations, becomes something qualitatively different. It becomes institutional intelligence.
You can spot patterns that no individual would notice: recurring customer complaints that never quite rise to the level of a formal feature request. Gradual shifts in engineering sentiment about architectural decisions. The slow divergence between what leadership says they prioritize and what actually gets resourced.
PMs who have this capability operate differently. They don't show up to meetings trying to remember what was said last time. They show up having queried their second brain and knowing exactly what was said, by whom, and what was decided. They reference specific statements. They track commitments. They see trends.
This is the kind of edge that compounds. The longer you run the system, the wider the gap between you and someone relying on memory and meeting notes.
Getting Started This Week
Don't overthink this. Start small:
Day 1: Pick a recording tool and enable it for all your meetings. Mono, Otter, Fireflies, any of them work. Just start capturing.
Week 1: Review the transcripts from your first week. Notice how much context you'd already forgotten. This alone will convince you the system is worth building.
Week 2: Set up a simple query layer. Upload your transcripts to a tool that supports search, even a basic setup with Claude or ChatGPT where you paste in transcripts and ask questions.
Month 1: Evaluate whether to move to a proper embedded knowledge base. If you're querying regularly (and you will be), the investment in a vector-based system pays for itself in the first week.
Month 2: Pitch it to your team. Show them what you've built. Demonstrate the kinds of questions you can answer instantly. Most PMs will immediately see the value.
The PMs who build this system aren't doing something exotic. They're doing something obvious that most people haven't gotten around to yet. The gap between "I should probably record my meetings" and "I have a queryable knowledge base of every conversation my team has had this year" is smaller than you think.
Close it.
Sources: Tiago Forte, Building a Second Brain, OpenAI Whisper, Otter.ai, Fireflies, Grain.
Also on Medium
Full archive →AI Agents and the Future of Work: A Pixar-Inspired Journey
What product managers can learn about AI agents from how Pixar runs a film team.
Many AI Agents Are Actually Workflows or Automations in Disguise
How to tell agents from workflows from cron jobs, and why it matters for what you ship.