Skip to content
How I AIHow I AI

How this CEO turned 25,000 hours of sales calls into a self-learning go-to-market engine

Matt Britton is the founder and CEO of Suzy, a consumer insights platform that has raised over $100 million in venture capital and works with top brands like Coca-Cola, Google, Procter & Gamble, and Nike. Matt is also the bestselling author of YouthNation, a blueprint for understanding the seismic shifts shaping our future economy, and Generation AI, which explores how Gen Alpha and artificial intelligence will transform business, culture, and society. In this episode, Matt demonstrates how he built a comprehensive AI workflow using Zapier that transforms customer call transcripts into a wealth of actionable intelligence. Despite not being a coder, Matt created a system that automatically generates call summaries, sentiment analysis, coaching feedback, follow-up emails, SEO-optimized blog posts, and more—all from a single customer conversation. *What you’ll learn:* 1. How to build a trigger-based workflow that automatically scrapes and processes customer call transcripts from platforms like Gong 2. A systematic approach to quantifying customer sentiment on a 1-10 scale that has proven highly predictive of churn and upsell opportunities 3. How to create an automated coaching system that provides personalized feedback to sales reps after every customer interaction 4. A workflow for extracting keywords from customer conversations to inform Google ad campaigns without manual intervention 5. Techniques for automatically generating privacy-compliant blog content from customer calls that drives organic traffic and paid search performance 6. Why CEOs and executives need to build AI skills firsthand rather than delegating implementation to engineering teams 7. How to use Google Sheets as structured databases for AI lookups and enrichment within automated workflows *Brought to you by:* Brex—The intelligent finance platform built for founders: https://brex.com/howiai Zapier—The most connected AI orchestration platform: https://try.zapier.com/howiai *Where to find Matt Britton:* LinkedIn: linkedin.com/in/mattbbritton Instagram: https://www.instagram.com/mattbrittonnyc/ Company: https://www.suzy.com/ *Where to find Claire Vo:* ChatPRD: https://www.chatprd.ai/ Website: https://clairevo.com/ LinkedIn: https://www.linkedin.com/in/clairevo/ X: https://x.com/clairevo *In this episode, we cover:* (00:00) Introduction to Matt Britton (02:36) Why Zapier became the backbone of Matt’s AI automations (04:17) Identifying your core business problem (09:02) How Matt built the initial trigger automation with Browse AI (13:42) The value of CEOs getting hands-on with building (14:00) Scraping and processing call transcripts (20:14) Using LLMs to generate call summaries and sentiment scores (23:25) Creating a Slack channel for real-time call insights (26:17) Extracting keywords for Google Ads campaigns (28:35) Building an AI coach for sales and customer success teams (29:48) Creating a follow-up email writer for post-call communication (35:25) Generating redacted blog content from customer conversations (37:51) How this approach changes team building and hiring priorities (40:19) Matt’s prompting techniques and final thoughts *Tools referenced:* • Zapier: https://zapier.com/ • Gong: https://www.gong.io/ • Browse AI: https://www.browse.ai/ • ChatGPT: https://chat.openai.com/ *Other references:* • Qualtrics: https://www.qualtrics.com/ • SurveyMonkey: https://www.surveymonkey.com/ • Slack: https://slack.com/ • Google Sheets: https://www.google.com/sheets/about/ _Production and marketing by https://penname.co/._ _For inquiries about sponsoring the podcast, email jordan@penname.co._

Matt BrittonguestClaire Vohost
Nov 10, 202542mWatch on YouTube ↗

CHAPTERS

  1. 0:00 – 3:01

    The real GTM problem: sales can’t find what customers care about

    Matt explains the recurring complaint from his sales team: they lacked a reliable way to find customer insights, use cases, and messaging by segment. Claire frames the breakthrough: Suzy already had an enormous “source of truth” in recorded customer calls.

    • Sales and CS struggled to locate relevant customer information and patterns
    • The gap wasn’t effort—it was retrieval, organization, and repeatability
    • 25,000 hours of calls represent high-signal, real customer language and needs
    • Goal: turn call data into an always-on GTM intelligence system
  2. 3:01 – 4:32

    Why Zapier became the backbone (and why leaders must build)

    Matt shares his background as a technical, non-coding operator and how Zapier let him stitch tools together long before LLMs. Both he and Claire argue that executives can’t delegate “AI” to engineering as a vague directive—leaders need hands-on capability to steer outcomes.

    • Zapier enabled multi-tool workflows without being an engineer
    • AI inside Zapier expanded what automations could do dramatically
    • Building on the “edges” of the org is an effective entry point to AI
    • Hands-on leadership improves judgment, speed, and cost awareness
  3. 4:32 – 6:03

    Start with the core constraint: problem-first AI, not tool-first play

    Matt lays out his approach: step back from the flood of tools and identify the single business constraint that blocks growth. For Suzy, the constraint was customer knowledge not being accessible and actionable for sales and customer success.

    • AI experimentation fails when it’s not anchored to a business bottleneck
    • Define what’s holding growth back or what opportunity is being missed
    • Translate the problem into a data question: what data would solve this?
    • Commit to a focused build once the core problem is clear
  4. 6:03 – 9:56

    The data unlock: Gong transcripts as the ultimate source of truth

    Remote work and Gong recording created a massive, underused asset: high-quality transcripts of real customer conversations. Matt describes building an operating system on top of both historical and new calls to stay responsive in real time.

    • Discovery: Gong transcripts were strong and plentiful—25,000 hours
    • Transcripts capture “customers in the wild” describing needs in their language
    • The system must serve past learning and real-time responsiveness
    • Automations run on every new completed call, not just batch analysis
  5. 9:56 – 14:02

    Bootstrapping the trigger: hacking a Gong-to-Zapier feed with Browse.ai

    Matt walks through the hardest step: creating a reliable trigger when a new call completes and obtaining a unique call ID. Because Gong didn’t expose what he needed directly, he used Browse.ai to scrape the transcript page using the call ID appended to a URL pattern.

    • Identify call ID as the key variable across Gong transcript URLs
    • Create a trigger when a new call occurs, then scrape the transcript page
    • Use Browse.ai to run a scripted scrape and return the raw transcript
    • Persistence matters: once the trigger hurdle is cleared, the rest accelerates
  6. 14:02 – 17:43

    Processing the transcript: delays, HTML cleanup, and enrichment lookups

    After the scrape completes, the Zap adds reliability and structure: short delays to prevent race conditions, formatting to strip HTML, and lookups to enrich context beyond what Gong provides. Matt also explains why he prefers sequential automation logic and how this differs from agents.

    • Add buffer delays to reduce errors when many tasks run quickly
    • Strip HTML and normalize transcript text for downstream analysis
    • Enrich missing context via Google Sheets and other lookup sources
    • Use Slack as a directory/lookup layer (e.g., emails) without posting messages
    • Mental model: deterministic automations first, then move toward agents
  7. 17:43 – 23:26

    LLM step 1: a standardized call summary + sentiment score that predicts churn

    Matt introduces the “Core Summary Generator” prompt: a structured summary that extracts participants, purpose, outcomes, sentiment, next steps, and rep performance notes. The key metric is a 1–10 sentiment score, which Suzy benchmarks against churn and upsell outcomes.

    • Use a consistent, structured prompt to summarize calls (exclude small talk)
    • Generate a sentiment score and track it over time as a health indicator
    • Sentiment trends are predictive of churn vs. expansion
    • Model selection is pragmatic: stable, cost-effective, and fast beats novelty
    • Prompt includes what to produce plus evaluation criteria and next steps
  8. 23:26 – 26:54

    Real-time visibility: Slack call intel feed + churn early warning channel

    The workflow posts summaries into a dedicated Slack channel, giving leadership and teams continuous customer pulse without manual writeups. Low sentiment calls route into a churn early warning stream, enabling intervention even when a rep might otherwise downplay or delay escalation.

    • Auto-post a standardized call recap into a company Slack feed
    • Leadership can monitor customer reality at scale (300-employee org context)
    • Route low sentiment into a churn alert channel for proactive response
    • Acknowledge false positives and calibrate with rep context
    • Eliminate reliance on manual reporting of “how the call went”
  9. 26:54 – 28:34

    Marketing loop: extract customer language into Google Ads keywords automatically

    Matt shows how transcripts become paid growth fuel: an LLM analyzes the call for areas of interest and outputs keyword ideas to bid on. These keywords are automatically added to Google campaigns, creating a closed loop from customer conversations to acquisition targeting.

    • Use customer calls to capture high-intent language and problem framing
    • LLM outputs keyword lists aligned to what prospects actually say
    • Automation pushes keywords into Google Ads campaigns
    • Turns GTM conversations into continuous market research and demand gen input
    • Reduces dependency on a dedicated analyst monitoring every call
  10. 28:34 – 31:27

    AI enablement for reps: call coaching + follow-up email drafts (human-in-the-loop)

    Beyond insights, the workflow directly upgrades execution: reps receive post-call coaching feedback and an editable follow-up email draft. Matt emphasizes keeping a human in the loop for outbound messages to prevent context mistakes and preserve judgment.

    • Generate individualized coaching notes: what went well and what to improve
    • Aggregate feedback into a dataset to spot patterns and support reviews
    • Draft follow-up emails immediately after calls to save rep time
    • Human-in-the-loop: reps edit before sending to avoid misfires
    • AI “democratizes” coaching quality independent of manager strength
  11. 31:27 – 35:25

    From single-call actions to an aggregate customer intelligence database (and CRM implications)

    Matt describes structuring call-derived attributes into a database (role, product interests, trends) that can power retrieval and prep for future calls. He and Claire discuss how this starts to resemble (and potentially surpass) traditional CRM workflows by auto-generating structured context without manual data entry.

    • Create a structured customer profile database from each call
    • Enable queryable insights by segment (e.g., role + industry patterns)
    • Structured data improves downstream retrieval/RAG-style use cases
    • Salesforce still exists, but the automation begins to replace core CRM value
    • Core thesis: applications matter less than the data foundation
  12. 35:25 – 39:17

    The controversial automation: redacted blog posts + SEO assets from call transcripts

    Matt reveals a heavily-tested system that turns calls into publishable marketing content while removing identifying details to protect confidentiality. The workflow delays publishing (e.g., 21 days), generates headlines/graphics/CTAs, scales to thousands of posts, and feeds paid traffic via dynamic search ads.

    • Redact all identifying customer/company details to avoid confidentiality breaches
    • Generate SEO-optimized blog posts reflecting real use cases discussed on calls
    • Publish on a delay to reduce risk and add an extra safety buffer
    • Scale content production dramatically (thousands of posts) without human labor
    • Use the content for both organic discovery and Google Dynamic Search Ads
  13. 39:17 – 42:53

    Org design shifts: the rise of the “super IC,” automation orchestrators, and guardrail prompting

    In closing, Matt explains how automation changes hiring: fewer order-takers, more proactive builders with hands-on learning mindset. He proposes new roles—GTM automation “general contractors”—and shares his prompting method: define the goal, set guardrails (what not to do), then iteratively refine.

    • Hiring priority shifts to ambitious, proactive individual contributors
    • “Super ICs” become disproportionately valuable in AI-native orgs
    • New role concept: GTM orchestrators managing automation blueprints
    • Outputs should be owned by functional teams (marketing owns blog performance)
    • Prompting technique: intent + guardrails (“do not do”) + iterative refinement

Get more out of YouTube videos.

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