From Conversation to Capability
Turning discovery-call transcripts into a deployable AI roadmap. A four-stage pipeline that decomposes interviews into atoms, clusters tasks across people, and outputs an auditable hours build-up the CFO can sign. 24 slides, 30 minutes.
- The transcript is the raw ore. The pipeline is the refinery.
- Pick one process and one person. Not 'do AI strategy.' Pick one workflow and one human who runs it. Record one 45-minute conversation. The pipeline starts with a single honest interview, not a roadmap.
- Turning discovery-call transcripts into a deployable AI roadmap. A four-stage pipeline that decomposes interviews into atoms, clusters tasks across people, and outputs an auditable hours build-up the CFO can sign. 24 slides, 30 minutes.
From Conversation to Capability
Turning discovery-call transcripts into a deployable AI roadmap.
The transcript
is the raw ore.
The pipeline is the refinery.
A 45-minute discovery call decomposed
into machine-readable units of work —
then reassembled into an auditable map
of where AI agents can be deployed.
Three reasons reading transcripts by hand fails at executive scale.
Conversations are lossy. Insight hides between them. Executives fund evidence, not vibes.
You are not deciding 'do AI.' You are deciding where AI absorbs work.
- Where
- Which specific clusters of work — not departments — can an agent absorb today? The unit of analysis is a task pattern, not an org-chart box.
- How big
- How many recoverable hours sit in each cluster, and how confident is that number? An hour with provenance is fundable; an hour without is folklore.
- Who decides
- Which tasks are rote, which are rules-based, which require human judgment? This is the single field that gates every automation decision downstream.
- What's next
- Which three to five agents do you build first, and what is the order? The roadmap is a ranked queue, not a wish list.
Four stages turn one conversation into one defensible roadmap.
Three storage layers, one job each: Index (system of record), Content (verbatim + analysis, paired), Logic (versioned prompts and schemas). The pipeline is boring on purpose.
Before any analysis: dedupe, classify, resolve speakers, anchor.
Attribution is the foundation. Every extracted task and number traces back to a named person and role — not 'Speaker 3.'
One transcript. Seven sequential passes. Seven different questions.
- Pass 0 · Resolve
- The entity-resolution gate. Every mention of a person, system, or company maps to a canonical ID — or the pipeline pauses for human clarification. Nothing downstream runs until this clears. Covered in depth in WS-08 · The Resolution Layer.
- Pass 1 · Process Mapping
- What actually happens — workflows, steps, tools, handoffs, triggers, timing. Extractive only: no inference allowed at this layer.
- Pass 2 · Friction & Pain
- Where it hurts — frustrations, workarounds, manual effort, emotional language. Emotion is signal. The verbatim is the data.
- Pass 3 · Knowledge & Risk
- What is fragile — key-person dependencies, undocumented processes, single points of failure. The risk register the business does not have.
- Pass 4 · Opportunity
- What they want — explicit requests, success criteria, constraints, what they have already tried. The wish list, scoped to what was actually said.
- Pass 5 · Strategic Interp.
- What it means — change-readiness, politics, dynamics. The one and only interpretive pass. Deliberately isolated so its judgment cannot contaminate the others.
- Pass 6 · Quantified Baseline
- The numbers — times, volumes, dollars, headcount. Raw material for the business case. The Triple lives here: frequency, volume, time-per-unit.
Asking one big question gets a shallow summary. Asking six small ones — after PASS 0 — gets depth.
Cognitive separation beats cognitive blending — for models and for humans.
Two non-negotiable rules govern the analysis prompt.
The prompt is engineered against the room's instinct to summarize. Summarization is the enemy of an auditable hour.
Prose is for humans. Prose cannot be summed.
Three people, one cluster — but only if the data layer says so. At organizational scale, 'a human will spot the pattern' is not a plan. You need a structured layer.
Append a machine-readable atom layer to every prose analysis.
In addition to the six analytical prose passes (after PASS 0 — Resolve), the analysis prompt emits a final structured block — a JSON layer of atoms designed to be aggregated by machines, not humans.
What a task atom looks like — and why each field exists.
- task_type
- Controlled vocabulary. The clustering key. Examples: reconciliation, data-entry-transcription, report-building, portal-checking. Free text would defeat the cluster — controlled vocab makes it possible.
- actor_role
- Named person plus role. Never 'Speaker 3.' Provenance must survive all the way into the spreadsheet, or the downstream consumer cannot defend the number.
- tools
- Real system names — the Excel file, the ERP module, the portal. Lets you spot tool-driven clusters (every reconciliation that touches the same legacy portal, for example).
- hours_per_week
- Time estimate, tagged by how it was known: stated, volume-derived, or inferred. The confidence stratum is part of the data, not a footnote.
- judgment_level
- rote · rules-based · judgment-heavy. The single field that decides where an agent can go and where it cannot. Every other field supports this one.
unit_class is the field that keeps you from adding dollars to hours.
- value
- The raw number as spoken: 2.5, 17, 4,000. No unit conversion at extraction time. The interpretation layer never blurs into the data layer.
- unit_class
- time · money · volume · count · percent. The system sums within a class — never across. The single most common AI-extraction bug is silently summing dissimilar units; this field prevents it.
- frequency
- How often. Daily, weekly, monthly, annual. The bridge from a one-off mention to a per-year figure. Without it, you cannot annualize defensibly.
- annualized
- The math, shown. value × frequency, expanded — so a reviewer can see how the headline number was built. Black-box totals lose budget meetings.
- confidence
- How well-supported the number is. Stated > volume-derived > inferred. Drives a credibility floor; low-confidence metrics never make it into the headline.
The Task Cluster Method — decompose, cluster, deploy.
Decompose the job into tasks. Cluster the tasks across people. Deploy an agent against the cluster.
One field decides which tasks become agents and which stay with humans.
'We augment people. We do not replace them.' — operationalized as a database field, not a slogan.
The Overpass — one pass that reads every interview at once.
Two halves, two evidence standards. The reasoning side hires the AI; the deterministic side fires it.
Three findings that exist only when every interview is held in one head.
Insight lives between the interviews, not within them. The Overpass is the only pass that can see the between.
An AI number a CFO cannot audit is worthless.
'The question is never do you trust the AI? — it's here's the line item, here's who said it, here's the assumption.'
The pipeline taught us how to interview. The output improved the input.
The Triple — capture all three or it's not an hour. Empirical audit across 22 task clusters proved the discipline.
The five places a pipeline like this breaks — and how to harden each.
Every one of these came from a real failed run. None was theoretical.
Five questions to ask before approving any AI deployment plan.
Five binary questions. If any answer is 'no,' the plan is not yet a plan.
What the deployment roadmap looks like when it lands on your desk.
- Reconciliation (AP/GL) — 1,820 hrs · stated
- Rules-based · High confidence · Build order #1. The cluster where six different roles run the same AP-to-GL reconciliation each week. Highest hours, highest confidence, cleanest agent shape.
- Vendor portal checking — 1,140 hrs · stated
- Rote · High confidence · Build order #2. Anonymous bot work on third-party portals. Rote enough for an agent; high enough hours to fund the build twice over.
- Invoice data entry — 920 hrs · derived
- Rote · High confidence · Build order #3. Volume-derived hours, not stated — but the math is fully expanded in the build-up. CFO can audit every line.
- Monthly variance memos — 680 hrs · stated
- Rules-based · Medium confidence · Build order #4. Predictable structure but real judgment calls on outliers. Agent prepares the memo; controller signs it.
- Forecast assumptions — ~unquantified · 3 clusters
- Judgment-heavy · Follow-up queue. Three clusters surfaced; hours not yet defendable. Explicitly tracked as unquantified — not pretended away.
Five moves you can start before lunch on Monday.
- 1Pick one process and one person. Not 'do AI strategy.' Pick one workflow and one human who runs it. Record one 45-minute conversation. The pipeline starts with a single honest interview, not a roadmap.
- 2Capture the Triple in every interview. Frequency × volume × time-per-unit. Train your team on this one rule. It rescues most unquantified work and turns folklore into a fundable hour.
- 3Separate content, index, and logic. Decide where transcripts live, where metadata lives, where prompts live. Three locations, not one. The boring half of the architecture is the half that keeps it from drifting.
- 4Define your judgment_level vocabulary. Decide today what counts as rote, rules-based, and judgment-heavy in your business. Write it down. Without this, every automation decision becomes a debate.
- 5Demand provenance from any vendor. No hours figure without an atom ID, a speaker name, and a verbatim quote. That single rule filters 80% of vendor pitches before they get past the cover slide.
Bottom-up evidence.
Auditable hours.
Agents deployed against
clusters — not departments.
1 — The transcript is the raw ore. The pipeline is the refinery.
2 — Prose for humans. Atoms for math. Keep both.
3 — Reason where judgment matters. Compute where math matters.
4 — An AI number a CFO can't audit is worthless.
5 — Decompose. Cluster. Deploy.
Frequently Asked Questions
- What is the core idea of From Conversation to Capability?
- The transcript is the raw ore. The pipeline is the refinery.
- What should a CEO do Monday morning after reading From Conversation to Capability?
- Start here: Pick one process and one person. Not 'do AI strategy.' Pick one workflow and one human who runs it. Record one 45-minute conversation. The pipeline starts with a single honest interview, not a roadmap; Capture the Triple in every interview. Frequency × volume × time-per-unit. Train your team on this one rule. It rescues most unquantified work and turns folklore into a fundable hour; Separate content, index, and logic. Decide where transcripts live, where metadata lives, where prompts live. Three locations, not one. The boring half of the architecture is the half that keeps it from drifting.
- What are the steps in From Conversation to Capability?
- 1) Ingest; 2) Analyze; 3) Synthesize; 4) Deploy; 1) Fetch.
- Where do the claims in From Conversation to Capability come from?
- The playbook cites Internal workshop source material; WS-08 Company Brain · The Resolution Layer.
All Sources in This Playbook
Ready to turn your discovery calls into a deployable roadmap?
BuildClub runs the four-stage transcript pipeline for mid-market CEOs — decomposes interviews into atoms, clusters tasks, outputs a CFO-signable build-up.