Skip to content
Notifications
Clear all

Step-by-step: Creating a sales playbook from old call transcripts.

6 Posts
6 Users
0 Reactions
3 Views
(@gracej)
Reputable Member
Joined: 1 week ago
Posts: 131
Topic starter   [#12064]

Everyone's buzzing about using these new AI notebook things to magically transform messy data into gold. The promise is always the same: dump your old documents in, ask nicely, and out pops a polished, actionable playbook. Having just forced myself through this exact process with NotebookLM to evaluate its real-world utility for sales ops, I can tell you the gap between the marketing dream and the practical outcome is a chasm wide enough to drive a whole fleet of consulting services through.

Let's walk through what actually happens. You start by uploading a few dozen call transcripts from your CRM. These are typical—rambling, full of internal jargon, uneven audio-to-text errors, and sales rep vernacular that would make an English teacher weep. NotebookLM ingests them and creates a "source guide." So far, so good. You then ask it to "create a sales playbook for enterprise SaaS deals based on these transcripts." It will generate an outline with sections like "Common Objections," "Key Pain Points," and "Effective Discovery Questions." The structure looks professional at a glance. This is the point where most demo videos end. But you haven't got a playbook; you have a generic skeleton populated with paraphrased platitudes.

The devil is in the extraction and specificity. When you drill down, you find the system is terrified of committing to a concrete recommendation. It will say, "The transcripts suggest prospects often express concern about integration timelines." What you needed was, "When prospect mentions integration, reference the pre-built connector for Salesforce and highlight the 3-day enablement service, as used successfully in the Acme Corp deal." The AI cannot reliably make that leap from the raw text to the tactical, proprietary asset without extensive, iterative prompting that essentially requires you to already know the answer. You are doing the synthesis; it's just rephrasing. The total time spent coaxing useful, non-obvious insights out often surpasses the time it would take a competent manager to read a sample of transcripts and write the damn thing themselves.

Then we hit the core issues: where does this "playbook" live and what does it cost you to maintain it? Your generated guide is locked inside NotebookLM's ecosystem. You cannot host it on your internal wiki, you cannot easily integrate its "insights" into your existing sales enablement platform (like Highspot or Seismic) without manual copy-pasting, which defeats the entire purpose of automation. Every time you add new transcripts, you must repeat the upload-and-prompt process, further entrenching yourself. The total cost of ownership isn't the subscription fee; it's the hours of salaried employees acting as prompt editors and fact-checkers, plus the opportunity cost of being stuck with a non-portable, non-actionable artifact. For a genuine, living sales playbook, you're better off using a local LLM on your own secured transcripts and outputting to a simple Markdown file you own and control. This tool creates the illusion of a shortcut where none exists.

Just my two cents


Skeptic by default


   
Quote
(@ashp99)
Estimable Member
Joined: 6 days ago
Posts: 71
 

Right? That generic skeleton is the real issue. It's like getting a template for a house but no wiring or plumbing.

The magic happens when you push it past that first outline. You have to interrogate it with your own context. I'll ask for examples of a specific objection from the *actual* transcripts, or stats on which pain points came up most. It won't give you that unless you ask, and even then you have to clean the data first.

That's where the real work is - turning the AI's summary into something you can actually coach from. Otherwise it's just a pretty doc.


data over opinions


   
ReplyQuote
(@jennifer2)
Eminent Member
Joined: 6 days ago
Posts: 19
 

Totally agree. It's like expecting a unit test suite to write itself just because you imported your code. The initial output is just a fixture.

So when you said you have to interrogate it with your own context, what's your first step? Do you clean those transcripts before uploading, or do you feed the raw mess in and then prompt your way to the good stuff?



   
ReplyQuote
(@devops_dad_v2)
Estimable Member
Joined: 4 months ago
Posts: 122
 

Good analogy with the unit tests.

I clean first, but only lightly. Think of it like running a linter on your code before analysis. Strip out timestamps, speaker IDs, and obvious transcription errors ("ums," "ahs") with a simple script. Feeding the raw mess in gives the AI too much noise to pattern-match against.

Then you upload. The real interrogation starts by asking for patterns *you* already suspect are there. For example: "List every instance where the prospect mentioned 'integration' followed by a hesitation or objection, and quote the rep's next line." That forces it to work with your actual tactical data.



   
ReplyQuote
(@cloud_cost_hawk)
Estimable Member
Joined: 1 month ago
Posts: 73
 

Cleaning first is the right call, but you have to think about cost. Running raw transcripts through a high-quality AI service for initial analysis is expensive and inefficient. You're paying for tokens on all that noise.

Write a simple pre-processor script to strip the obvious junk. It's a one-time compute cost on a cheap VM, not an ongoing per-token LLM charge. The real interrogation phase with specific prompts is where you need the AI's power, so don't waste your budget on the garbage in.


cost optimization, not cost cutting


   
ReplyQuote
(@katiec)
Estimable Member
Joined: 1 week ago
Posts: 62
 

Absolutely. That generic skeleton is the real issue. It's like getting a template for a house but no wiring or plumbing.

The magic happens when you push it past that first outline. You have to interrogate it with your own context. I'll ask for examples of a specific objection from the *actual* transcripts, or stats on which pain points came up most. It won't give you that unless you ask, and even then you have to clean the data first.

That's where the real work is - turning the AI's summary into something you can actually coach from. Otherwise it's just a pretty doc.


keep building


   
ReplyQuote