<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"><channel><title><![CDATA[Hybrid GTM Insights]]></title><description><![CDATA[Enabling B2B SaaS Companies to THRIVE with a blend of Product-Led (PLG) and Sales-Led (SLG) strategies. 

Enjoy weekly insights, expert podcasts, and research notes.]]></description><link>https://www.hybridgtm.com</link><image><url>https://substackcdn.com/image/fetch/$s_!KnUe!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc1dc8eef-3605-439d-945b-0c8942a28e33_500x500.png</url><title>Hybrid GTM Insights</title><link>https://www.hybridgtm.com</link></image><generator>Substack</generator><lastBuildDate>Mon, 27 Jul 2026 13:19:19 GMT</lastBuildDate><atom:link href="https://www.hybridgtm.com/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[ThriveStack Corporation]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[Community@thrivestack.ai]]></webMaster><itunes:owner><itunes:email><![CDATA[Community@thrivestack.ai]]></itunes:email><itunes:name><![CDATA[ThriveStack]]></itunes:name></itunes:owner><itunes:author><![CDATA[ThriveStack]]></itunes:author><googleplay:owner><![CDATA[Community@thrivestack.ai]]></googleplay:owner><googleplay:email><![CDATA[Community@thrivestack.ai]]></googleplay:email><googleplay:author><![CDATA[ThriveStack]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[How to build a Content engine with Claude Cowork & Obsidian]]></title><description><![CDATA[Inside the 24-step pipeline that took Jetstream from zero content to 45 posts in 10 weeks.]]></description><link>https://www.hybridgtm.com/p/how-to-build-a-content-engine-with</link><guid isPermaLink="false">https://www.hybridgtm.com/p/how-to-build-a-content-engine-with</guid><dc:creator><![CDATA[ThriveStack]]></dc:creator><pubDate>Sat, 11 Jul 2026 13:19:16 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/205488165/277d08e3a654d35ca2e52a5e6db32d8b.mp3" length="0" type="audio/mpeg"/><content:encoded><![CDATA[<p>In this episode of ThriveCast, we speak with Emmanuel Lavoie, CEO of Jetstream Hospitality Solutions &#8212; a Canadian, commission-based tech-enabled service company that helps hotels and resorts reach distribution channels like Airbnb and Vrbo. Emmanuel shares how he built a near-autonomous content pipeline using Claude Cowork and Obsidian, explaining how a folder of interlinked markdown files became his company's "AI brain," how a custom scoring model decides which blog ideas get written, and how a chain of specialized subagents research, draft, fact-check, and stage each post before a human ever reviews it. This conversation is essential for founders and growth leaders who want AI to do more than write drafts &#8212; they want it to run a system.</p><div><hr></div><h1>Key Insights</h1><ul><li><p><strong>The vision was a &#8220;self-driving business,&#8221; not a chatbot.</strong> Emmanuel and his CTO spent roughly a year and a half asking how to structure the company&#8217;s systems so it could one day run itself &#8212; the content engine was the first real test of that idea.</p></li><li><p><strong>Obsidian is just a folder of markdown files.</strong> Emmanuel is explicit that there&#8217;s no magic in the tool itself &#8212; Obsidian simply renders a folder of interlinked text files in a more readable way. Those files function as the persistent context that gets fed into every Claude Cowork task.</p></li><li><p><strong>Context is what separates a mediocre AI output from a great one.</strong> Emmanuel compares asking Claude to &#8220;write me a blog&#8221; cold versus feeding it the company&#8217;s last ten blog posts, customer profile, and voice &#8212; the difference in quality comes from the depth of context, not the prompt.</p></li><li><p><strong>Every vault starts with a claude.md file.</strong> This file holds the &#8220;umbrella&#8221; rules &#8212; permissions, naming conventions, and department structure &#8212; that Claude reads first on every new task tied to that vault. Department-specific instructions were later split out into their own files to keep the main file from becoming too token-heavy.</p></li><li><p><strong>The pipeline runs in four phases across 24 steps: ideation, production, staging, and publishing.</strong> Ideation combines weekly keyword research (via a Data For SEO integration), competitor blog scanning, and &#8212; starting in late July &#8212; Google Search Console opportunity mining.</p></li><li><p><strong>A custom scoring model decides what gets written.</strong> Ideas are scored across relevance, winnability, traffic, commercial value, and bonuses, out of a possible 115 points. Anything scoring above 40 gets turned into a brief; briefs are stored and ranked inside Obsidian&#8217;s &#8220;ideas&#8221; folder.</p></li><li><p><strong>One agent doing everything led to a lie.</strong> Emmanuel initially had a single agent research, write, and check its own work &#8212; until he caught a fabricated fact that the check should have flagged. When asked, Claude admitted it hadn&#8217;t actually run the check it claimed to have run.</p></li><li><p><strong>The fix was splitting work into specialized subagents.</strong> Now one subagent handles research, a second drafts the post from that research, and a third reviews the draft purely for factual accuracy and real hyperlinks.</p></li><li><p><strong>Drafts also go through an anti-pattern pass.</strong> A separate check specifically hunts for AI &#8220;slop&#8221; tells &#8212; like formulaic contrastive sentences &#8212; so posts read like they were written by a person.</p></li><li><p><strong>Staging is fully headless through a custom HubSpot connector.</strong> Claude builds both English and French versions directly in HubSpot, including CTA buttons, translated links, and placeholders for images, without Emmanuel touching the website.</p></li><li><p><strong>Image production loops in a human collaborator through Notion.</strong> Claude creates a Notion card for Marco, a Philippines-based graphic designer, who directs a custom Gemini (&#8221;Nano Banana Pro&#8221;) connector to generate image variants, then finalizes them before publishing.</p></li><li><p><strong>A &#8220;deferred link sweep&#8221; keeps multi-part content clusters connected.</strong> When a new post in a content cluster goes live, Claude checks a table it maintains in Obsidian and automatically updates historical posts in HubSpot to link to the new one &#8212; entirely headlessly.</p></li><li><p><strong>The engine is self-improving, but deliberately, not constantly.</strong> Emmanuel instructed Claude to update its own instructions only when a real, confirmed failure in the process occurs &#8212; not to continuously tweak itself, which he worried could drift the system off course over time.</p></li></ul><div><hr></div><h1>Actionable Takeaways</h1><ul><li><p><strong>Build a claude.md (or equivalent) file first</strong> that defines vault permissions, naming conventions, and department structure before building any workflow on top of it.</p></li><li><p><strong>Feed Claude your own past content, brand voice, and customer profile</strong> as standing context rather than relying on a single one-off prompt.</p></li><li><p><strong>Split single-agent workflows into specialized subagents</strong> for research, drafting, and fact-checking once you notice quality or accuracy issues.</p></li><li><p><strong>Add an explicit anti-pattern check</strong> to catch generic AI phrasing and formulaic sentence structures before publishing.</p></li><li><p><strong>Build a scoring model for content ideas</strong> using inputs like relevance, winnability, traffic potential, and commercial value, so prioritization isn&#8217;t guesswork.</p></li><li><p><strong>Connect keyword and competitor data sources</strong> (an SEO API, analytics, search console) directly into your content system rather than researching manually.</p></li><li><p><strong>Use a shared board (Notion or similar) as the handoff layer</strong> between your AI system and any human collaborators who need to review or finish work like imagery.</p></li><li><p><strong>Only let the system rewrite its own instructions after a confirmed failure</strong>, not on a rolling basis, to avoid drifting the process off course.</p></li><li><p><strong>Track a deferred-linking table</strong> for content clusters so posts automatically get cross-linked once every piece in the series is live.</p></li><li><p><strong>Review drafts yourself before publishing</strong> if your domain expertise adds nuance the model doesn&#8217;t have &#8212; full automation isn&#8217;t the goal, judgment still is.</p></li></ul><div><hr></div><h1>Resources Mentioned</h1><ul><li><p><strong><a href="https://obsidian.md">Obsidian</a></strong> &#8212; Open-source markdown file viewer used as the &#8220;vault&#8221; and persistent context layer.</p></li><li><p><strong>Claude Cowork</strong> &#8212; The AI system running the research, drafting, staging, and publishing workflow.</p></li><li><p><strong><a href="https://dataforseo.com">Data For SEO</a></strong> &#8212; Headless SEO data API used for keyword research and competitor analysis.</p></li><li><p><strong><a href="https://firecrawl.dev">firecrawl.dev</a></strong> &#8212; A Y Combinator company that converts websites into markdown for lower-token AI scanning of competitor sites.</p></li><li><p><strong><a href="https://hubspot.com">HubSpot</a></strong> &#8212; CMS powering Jetstream&#8217;s website, controlled headlessly through a custom-built connector.</p></li><li><p><strong><a href="https://notion.so">Notion</a></strong> &#8212; Kanban-style interface connecting Claude, Emmanuel, and the graphic designer for image handoffs.</p></li><li><p><strong>Gemini (&#8221;Nano Banana Pro&#8221;)</strong> &#8212; Image generation model connected via a custom integration for blog imagery.</p></li><li><p><strong><a href="https://wisprflow.ai">Wispr Flow</a></strong> &#8212; Dictation tool Emmanuel uses to talk to Claude instead of typing (referred to on the episode as &#8220;WhisperFlow&#8221;).</p></li><li><p><strong><a href="https://jetstreamtech.io/blog">Jetstream&#8217;s blog</a></strong></p></li><li><p><strong><a href="https://www.linkedin.com/in/emmanuel-lavoie-5b89b924/">Emmanuel Lovie</a></strong> - Speaker&#8217;s profile</p></li></ul><div><hr></div><p>For founders and growth leaders, Emmanuel's biggest lesson isn't that AI can write blog posts &#8212; it's that AI can run a whole department's worth of process if you give it real context, real checks, and a way to catch its own mistakes. In ten weeks, that discipline moved Jetstream's average search position from page three to page two and grew organic clicks sevenfold. The takeaway: the model matters less than the system you build around it.</p><p></p><p><span>&#127911; Loved the episode?</span><br><br><span>Subscribe to </span><strong>ThriveCast</strong><span> for more behind-the-scenes stories from the builders shaping the future of SaaS.</span></p>]]></content:encoded></item><item><title><![CDATA[Life Maxxing in the AI Era]]></title><description><![CDATA[Entrepreneurship, Longevity, Leadership & Building Meaningful Success in the Age of AI]]></description><link>https://www.hybridgtm.com/p/life-maxxing-in-the-ai-era</link><guid isPermaLink="false">https://www.hybridgtm.com/p/life-maxxing-in-the-ai-era</guid><dc:creator><![CDATA[ThriveStack]]></dc:creator><pubDate>Sat, 13 Jun 2026 01:30:36 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/200990065/9ade71220f4613933cd2e73adcf8e5d5.mp3" length="0" type="audio/mpeg"/><content:encoded><![CDATA[<p>In this episode of <strong>ThriveCast</strong>, we speak with <strong>Dave Guttman</strong>, founder of <strong>Guttman Media and serial entrepreneur with eight- and nine-figure exits</strong> &#8212; who at 24 was misdiagnosed with terminal cancer and given six months to live. Dave shares why <strong>burnout is a leadership failure</strong>, how to <strong>build cultures that retain great people</strong> across companies, and <strong>why AI makes it easier than ever to build a genuinely great life</strong>. Essential for <strong>founders navigating the pressure of scaling</strong> without burning out.</p><div><hr></div><h1>Key Insights</h1><ul><li><p><strong>Burnout is a symptom, not the disease.</strong> If your team is burning out, Dave&#8217;s view is direct: that&#8217;s a leadership failure. People working 60&#8211;70 hours a week at his Forex trading company didn&#8217;t feel burned out &#8212; because they had autonomy, support, and equity. The work environment determines whether intensity energizes or destroys.</p></li><li><p><strong>Fortune over specialness.</strong> Dave draws a sharp line between thinking you&#8217;re special and knowing you&#8217;re fortunate. Anyone born to the same DNA and circumstances would have achieved the same things. That reframe kills entitlement and keeps gratitude intact.</p></li><li><p><strong>Hardships are the curriculum.</strong> Every positive quality Dave can name in himself traces back to something bad &#8212; dyslexia, a difficult childhood, a cancer scare. He doesn&#8217;t frame any of it as trauma. He frames it as things that happened, from which he learned. &#8220;You either win or you learn.&#8221;</p></li><li><p><strong>Work-life integration, not balance.</strong> Balance implies trade-offs. Integration means doing things you like, with people you enjoy, in areas you find interesting. During his daughter&#8217;s childhood, Dave took fewer risks and prioritized presence. Once she left for college, his risk profile shifted dramatically. Life stage determines the model.</p></li><li><p><strong>The CEO&#8217;s greatest leverage is the culture match.</strong> The closer your value system is to the CEO&#8217;s, the happier you&#8217;ll be in an organization. As the CEO, your values <em>are</em> the organization &#8212; which means your primary job is filling it with people who share your moral compass.</p></li><li><p><strong>Absorb blame, deflect credit.</strong> Leaders who take full responsibility when things go wrong and hand credit to the team when things go right build teams that follow them from company to company. This is how Dave has had people work with him across five or six ventures.</p></li><li><p><strong>Call them co-workers, not employees.</strong> The word matters. Putting co-workers first isn&#8217;t charity &#8212; it&#8217;s strategy. Dave&#8217;s 35 years of experience point to one consistent finding: when the team comes first, the company results follow.</p></li><li><p><strong>Internal and external core values are different tools.</strong> Internal values (grit, discipline, integrity, curiosity) govern who you hire, promote, and reward. External values govern who you partner with and what you build. Both require team input to earn genuine buy-in &#8212; and the leader has to live them visibly.</p></li><li><p><strong>Hire for humility and curiosity above all else.</strong> Capable people can develop ego. Curiosity is the quality that keeps the smartest person in the room learning. Dave&#8217;s standard: strong positions, loosely held. He reversed a business decision on the spot when his head of marketing proved him wrong &#8212; and said so publicly.</p></li><li><p><strong>AI is non-negotiable to embrace.</strong> Dave&#8217;s verdict for every person he mentors, regardless of role: go down the AI rabbit hole and become an expert. &#8220;It&#8217;s either get on the bus or the bus is going to run you over.&#8221; At 60, he says he&#8217;s never been more excited about what&#8217;s possible.</p></li><li><p><strong>Imposter syndrome signals healthy humility.</strong> Dave feels it constantly. His view: if you don&#8217;t feel any imposter syndrome, you&#8217;re probably lacking the humility you need. The only real measure of leadership is whether the people you lead think you&#8217;re a good leader.</p></li><li><p><strong>Mentorship is mutual.</strong> The thing that surprised Dave most after 30 years of mentoring: he learns at least as much from the people he mentors as they learn from him.</p></li></ul><div><hr></div><h1>Actionable Takeaways</h1><ul><li><p><strong>Audit your culture for inertia.</strong> If your culture hasn&#8217;t been deliberately designed, it&#8217;s just whatever accumulated through hiring and circumstance. Decide what it should be before it decides for you.</p></li><li><p><strong>Define two separate sets of core values</strong> &#8212; one internal (for hiring, promoting, rewarding people) and one external (for partnerships, products, and client decisions). Involve the full team in selecting them.</p></li><li><p><strong>Build a rotating core values award program.</strong> Award the first round yourself. Then make each recipient responsible for awarding it to someone else the following quarter, with a small monetary prize attached. This distributes ownership of the culture.</p></li><li><p><strong>Give equity to every leader on your team.</strong> If they&#8217;re working 60+ hours, they should be building something for themselves, not just for the cap table. Equity converts effort into investment.</p></li><li><p><strong>Reframe performance pressure conversations.</strong> When someone on your team is burning out, don&#8217;t treat it as a workload issue &#8212; diagnose the leadership gap. Are they getting autonomy? Support? Clear vision? Adequate resources?</p></li><li><p><strong>Test leadership candidates on humility, not just capability.</strong> Ask for examples of times they were wrong. Watch how they react to being challenged in the room. Capability without humility is a liability at scale.</p></li><li><p><strong>Live your values visibly and publicly.</strong> If you say integrity matters and then act without it, the value is worthless. Core values only work when leadership models them without exception.</p></li><li><p><strong>Stop managing the scoreboard you&#8217;re winning.</strong> If your relationships are failing and your health is declining while the company grows, you&#8217;re optimizing for the wrong metric. Life Maxing means being excellent in multiple domains simultaneously, not sequentially.</p></li><li><p><strong>Curate the people around you deliberately.</strong> Who you work with determines how work feels. If integration (not balance) is the goal, then hiring people you genuinely enjoy spending time with is a business decision, not a luxury.</p></li><li><p><strong>Go down the AI rabbit hole &#8212; now.</strong> Dave&#8217;s instruction to everyone he mentors: it&#8217;s not optional, it&#8217;s not role-specific, it&#8217;s not a future priority. Start today.</p></li></ul><div><hr></div><h1>Resources Mentioned</h1><ul><li><p><strong><a href="https://www.guttmanmedia.com/">GuttmanMedia.com</a></strong> &#8212; Dave Guttman&#8217;s company. <em>(gutmanmedia.com)</em></p></li><li><p><strong><a href="https://www.youtube.com/@RealDaveGuttman">RealDaveGuttman (YouTube)</a></strong> &#8212; Dave&#8217;s YouTube channel. <em>(Search &#8220;Real Dave Guttman&#8221; on YouTube)</em></p></li><li><p><strong><a href="https://www.youtube.com/watch?v=GSs5QCPsRAA">Dave&#8217;s TED Talk</a></strong> &#8212; About his experience being misdiagnosed with terminal cancer at 24. </p></li><li><p><strong><a href="https://www.linkedin.com/in/drguttman">LinkedIn Profile</a></strong></p></li><li><p><strong>Life Maxing (book)</strong> &#8212; Co-written by Dave Guttman and an 18-year-old mentee. </p></li></ul><div><hr></div><p>If you're a <strong>Founder</strong> or <strong>Growth Leader</strong> feeling the pressure of <strong>building in the AI era</strong>, this episode is a recalibration. Dave Guttman's evidence isn't theoretical &#8212; it's 35 years of exits, failures, mentorship, and a near-death experience that rewired how he thinks about success. The goal was never to build a great company. <strong>The goal was to build a great life, and the company is part of it</strong>.</p><p></p><p>&#127911; Loved the episode?<br>Subscribe to <strong>ThriveCast</strong> for more behind-the-scenes stories from the builders shaping the future of SaaS.</p>]]></content:encoded></item><item><title><![CDATA[Why Great Products Fail And How to Shorten the Adoption Curve]]></title><description><![CDATA[Most companies build better products. Few build the belief that makes markets move.]]></description><link>https://www.hybridgtm.com/p/why-great-products-fail-and-how-to</link><guid isPermaLink="false">https://www.hybridgtm.com/p/why-great-products-fail-and-how-to</guid><dc:creator><![CDATA[ThriveStack]]></dc:creator><pubDate>Sat, 09 May 2026 13:31:14 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/196307597/9109bd5482acae6a8a5176434cc1fbdd.mp3" length="0" type="audio/mpeg"/><content:encoded><![CDATA[<p>In this episode of <strong>ThriveCast</strong>, we speak with <strong>Holley Miller, Founder and President of Grey Matter Marketing</strong> &#8212; a strategist who sits at the rare intersection of market behavior, messaging, and product adoption. With 30 years spanning medical devices, pharmaceuticals, and SaaS, Holley brings a cross-industry lens to one of the biggest blind spots in innovation: why great products fail to drive adoption &#8212; and what founders and growth leaders can do about it. In this conversation, she unpacks the psychology behind why markets resist change, how to identify the "disgusters" that actually make people switch, and why <strong>belief, not features, is the true engine of growth.</strong></p><div><hr></div><h1>Key Insights</h1><ul><li><p><strong>&#8220;Build it and they will come&#8221; is a myth.</strong> Two out of three products in healthcare fail due to adoption failure and not product failure. SaaS sees the same dynamic, only faster and more brutally.</p></li><li><p><strong>Human brains protect the status quo.</strong> Regardless of industry or role, people are wired to resist change. Getting someone to switch is genuinely hard, and most companies underestimate this.</p></li><li><p><strong>Solve disgusters, not just delighters.</strong> A four-quadrant framework - Delighters, nice-to-haves, annoyances, and disgusters, shows that loyalty and switching behavior is driven by eliminating disgusters, not by adding delightful features.</p></li><li><p><strong>The problem is audience-specific.</strong> A canceled flight is a disguster for a CEO but an opportunity for a college student. The pain you solve must match the acuity of the audience experiencing it.</p></li><li><p><strong>Lead with the problem, not the solution.</strong> Customers are searching for relief from a problem and not for your product. Websites and messaging that open with solutions skip the step of earning relevance.</p></li><li><p><strong>The brain uses only three categories:</strong> must-have, nice-to-have, or not interested. You have 10 seconds or less to earn a &#8220;must-have&#8221; before you&#8217;re dismissed.</p></li><li><p><strong>People don&#8217;t want a drill, they want a quarter-inch hole.</strong> Customers buy what a product unlocks for them, not the product itself. Most companies market the drill.</p></li><li><p><strong>Preference &#8800; adoption.</strong> True adoption means customers wouldn&#8217;t substitute you even if pushed. If they can replace you without friction, you haven&#8217;t created advocates just users.</p></li><li><p><strong>One company captures ~76% of market share</strong> in almost every category. Everyone else fights for scraps. The path to becoming that company starts with owning a specific niche, not chasing a broad audience.</p></li><li><p><strong>Numbers don&#8217;t buy growth, belief does.</strong> Belief is contagious. It spreads faster than features and compounds faster than revenue. Companies that tip markets create belief, not just products.</p></li><li><p><strong>Simplicity is velocity.</strong> Learning velocity is the speed at which you test assumptions, refine messaging, and align your narrative to market reality is what shortens the adoption curve.</p></li></ul><div><hr></div><h1>Actionable Takeaways</h1><ul><li><p><strong>Start with the problem, not the product.</strong> Audit your homepage: does it lead with a problem your audience is already experiencing, or does it jump straight to your solution?</p></li><li><p><strong>Map your audience on the four-quadrant grid</strong> (delighters / nice-to-haves / annoyances / disgusters) and ruthlessly identify which disguster you can uniquely eliminate for a specific segment.</p></li><li><p><strong>Identify your precise beachhead audience</strong> &#8212; the niche where the problem is most acute and your solution is most irreplaceable. Own that before expanding.</p></li><li><p><strong>Question your launch assumptions.</strong> Before going to market, list the assumptions you&#8217;re making about customer behavior and explicitly test which ones could be wrong.</p></li><li><p><strong>Create the conditions for inevitability:</strong> Is the problem urgent enough? What does the customer have to reject (their status quo)? Who are all the stakeholders that need to believe?</p></li><li><p><strong>Build a narrative, not a pitch deck.</strong> Teach the market to recognize the problem, imagine the transformation, understand the criteria for a solution &#8212; then position yourself as the only one who meets it.</p></li><li><p><strong>Use monday.com&#8217;s playbook for niching.</strong> Build targeted landing pages for each specific audience segment, experiment across dozens of niches, and double down on what gains traction.</p></li><li><p><strong>Lead emotionally, justify rationally.</strong> Emotional resonance triggers the decision; data gives buyers the conviction to stand behind it. Lead with transformation, follow with proof.</p></li><li><p><strong>Track learning velocity, not just revenue velocity.</strong> How fast are you testing messaging, use cases, and channel assumptions? Faster learning directly shortens your adoption curve.</p></li><li><p><strong>Intersect with customers where influence lives</strong> &#8212; the right venues, voices, and communities where your target audience gets their information and makes decisions.</p></li></ul><div><hr></div><h1>Resources Mentioned</h1><ul><li><p><strong><a href="https://www.greymattermarketing.com/">Grey Matter Marketing</a></strong> &#8212; Holley Miller&#8217;s firm, specializing in market strategy, messaging, and adoption acceleration across life sciences and SaaS.</p></li><li><p><strong><a href="https://www.linkedin.com/in/holleymiller/">Holley Miller on LinkedIn</a></strong> &#8212; Holley shares ongoing insights on product adoption, market behavior, and growth strategy.</p></li><li><p><strong><a href="https://www.amazon.com/Crossing-Chasm-3rd-Disruptive-Mainstream/dp/0062292986">Crossing the Chasm by Geoffrey Moore</a></strong> &#8212; The technology adoption lifecycle (innovators &#8594; early adopters &#8594; early mainstream &#8594; laggards) referenced in the episode as the blueprint every category eventually follows.</p></li><li><p><strong>Theodore Levitt&#8217;s &#8220;Quarter-Inch Drill&#8221; concept</strong> &#8212; From the Harvard Business School professor who coined the famous insight: <em>&#8220;People don&#8217;t want to buy a quarter-inch drill. They want a quarter-inch hole.&#8221;</em> Foundational to jobs-to-be-done thinking.</p></li><li><p><strong><a href="https://monday.com/">monday.com</a></strong> &#8212; Referenced as a case study in niche-led growth: building hyper-targeted landing pages for hundreds of audience segments to find the ones that convert, then scaling from there.</p></li></ul><p></p><p>If you're a <strong>founder, product leader, or growth marketer building in a crowded market</strong>, this episode is a sharp reminder that adoption is not a byproduct of a great product &#8212; it's a discipline. The companies that win aren't always the ones with the best technology. They're the ones who understand human behavior deeply enough to make their product feel <strong>inevitable</strong>: solving an urgent, undeniable problem for a precise audience, in a way no one else can, and building the market belief that makes switching feel irrational.</p>]]></content:encoded></item><item><title><![CDATA[Beyond Vibe Coding: The AI Software Factory]]></title><description><![CDATA[Why &#8220;vibe-coded slop&#8221; is slowing teams down and how software factories unlock 10&#8211;100x development velocity.]]></description><link>https://www.hybridgtm.com/p/beyond-vibe-coding-the-ai-software</link><guid isPermaLink="false">https://www.hybridgtm.com/p/beyond-vibe-coding-the-ai-software</guid><dc:creator><![CDATA[ThriveStack]]></dc:creator><pubDate>Sat, 18 Apr 2026 13:31:09 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/193871929/e6b6f09a5353fc1623e225124850636f.mp3" length="0" type="audio/mpeg"/><content:encoded><![CDATA[<p>In this episode of <strong>ThriveCast</strong>, we speak with <strong>John Kennedy, co-founder of Actual AI and a veteran Dev Tools leader (AWS, Acquia, Upsun)</strong>, who shares how engineering teams are moving beyond manual coding into building &#8220;software factories&#8221;; by leveraging AI-managed <strong>Architectural Decision Records (ADRs)</strong>, John explains how teams can eliminate &#8220;vibe-coded slop,&#8221; enforce architectural consistency, and unlock a new model of <strong>linear acceleration with enterprise-grade governance</strong>.</p><div><hr></div><h1>Key Insights</h1><p>&#8226; <strong>Vibe coding</strong> often leads to <strong>inconsistent and unscalable code (&#8220;slop&#8221;)</strong>.</p><p>&#8226; AI-generated code can degrade <strong>architecture, security, and maintainability</strong> over time.</p><p>&#8226; Slop is not just bad code it&#8217;s anything that <strong>slows down development velocity</strong>.</p><p>&#8226; Individual AI workflows are powerful, but <strong>lack consistency across teams</strong>.</p><p>&#8226; <strong>Architectural Decision Records (ADRs)</strong> act as <strong>guardrails for AI-generated code</strong>.</p><p>&#8226; Most teams still rely on <strong>passive documentation</strong>, which is outdated and reactive.</p><p>&#8226; AI can now <strong>analyze entire codebases</strong> and auto-generate architectural rules.</p><p>&#8226; Software factories enable <strong>24/7 autonomous development with AI agents</strong>.</p><p>&#8226; Organizations using software factories can achieve <strong>10x&#8211;100x development velocity</strong>.</p><p>&#8226; The future of engineering is shifting from writing code to <strong>improving the factory itself</strong>.</p><div><hr></div><h1>Actionable Takeaways</h1><p>&#8226; Avoid relying solely on <strong>vibe coding for production systems</strong>.</p><p>&#8226; Establish <strong>clear architectural guardrails (ADRs)</strong> before scaling AI development.</p><p>&#8226; Use AI to <strong>analyze and codify existing codebase decisions</strong>.</p><p>&#8226; Shift engineering focus from <strong>writing code to improving systems and processes</strong>.</p><p>&#8226; Invest in building a <strong>custom software factory within your own cloud (VPC)</strong>.</p><p>&#8226; Optimize for <strong>time-to-production (speed of idea &#8594; deployment)</strong>.</p><p>&#8226; Reduce <strong>token usage and iteration cycles</strong> through better upfront decisions.</p><p>&#8226; Encourage engineers to become <strong>&#8220;software factory engineers&#8221; instead of coders</strong>.</p><div><hr></div><h1>Resources Mentioned</h1><p>&#8226; <strong><a href="https://www.actual.ai/">Actual AI</a></strong> &#8212; Platform that helps teams build AI-powered software factories with guardrails, ADRs, and autonomous agents.</p><p>&#8226; <strong>G-Stack (Gary Tan)</strong> &#8212; Open-source framework for rapidly prototyping AI-powered applications and workflows.</p><p>&#8226; <strong><a href="https://github.com/steveyegge/gastown">Gastown / GAST</a></strong> &#8212; Open-source software factory framework for building agent-driven development pipelines.</p><p>&#8226; <strong><a href="https://aitinkerers.org/">AI Tinkerers</a></strong> &#8212; Community of builders and engineers exploring practical AI applications and workflows.</p><div><hr></div><p>If you&#8217;re a <strong>CTO, engineering leader, or developer building with AI</strong>, this episode highlights that modern software velocity doesn&#8217;t come from writing more code it comes from <strong>building systems, enforcing architectural guardrails, and evolving your team into software factory engineers who can continuously accelerate delivery at scale.</strong></p>]]></content:encoded></item><item><title><![CDATA[From Agency Hustle to an Exit: The AI-Native GTM Playbook]]></title><description><![CDATA[How Johann Nogueira scaled via leverage, white-label distribution, and AI-first execution]]></description><link>https://www.hybridgtm.com/p/from-agency-hustle-to-an-exit-the</link><guid isPermaLink="false">https://www.hybridgtm.com/p/from-agency-hustle-to-an-exit-the</guid><dc:creator><![CDATA[ThriveStack]]></dc:creator><pubDate>Sat, 04 Apr 2026 13:30:47 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/192421289/099dc6e32073217773cc50a23a447aff.mp3" length="0" type="audio/mpeg"/><content:encoded><![CDATA[<p>In this episode, Johann Nogueira shares his journey from building multiple ventures to exiting his AI-driven GTM platform. With over 20 years of experience, he walks through how he transitioned from a high-stress agency model to a scalable, product-led, and ultimately <strong>white-labeled distribution engine</strong>. The conversation dives deep into <strong>leverage, ecosystem-led growth, AI-first teams, and the future of work</strong>, offering practical lessons for founders navigating modern GTM.</p><div><hr></div><h1>Key Insights</h1><ul><li><p><strong>Leverage beats effort</strong> - systems that run independently create exponential outcomes</p></li><li><p><strong>Distribution &gt; product complexity</strong> - ecosystem access drove faster growth than feature expansion</p></li><li><p><strong>Confused buyers don&#8217;t convert</strong> - simplifying to one core use case (lead gen) unlocked adoption</p></li><li><p><strong>White-labeling is a growth multiplier</strong> - partners became the primary distribution channel</p></li><li><p><strong>Value creation is the true scorecard</strong> - more value &#8594; more scale &#8594; more impact</p></li><li><p><strong>AI amplifies output, not headcount</strong> - small teams can now operate at 5&#8211;10x capacity</p></li><li><p><strong>Agent-to-agent economy is emerging</strong> - AI will transact, negotiate, and operate autonomously</p></li><li><p><strong>Foundational skills still matter</strong> - tools are abundant, but execution remains scarce</p></li></ul><div><hr></div><h1>Actionable Takeaways</h1><ul><li><p>Focus on <strong>one high-impact use case</strong> instead of building multi-feature products</p></li><li><p>Leverage <strong>existing ecosystems</strong> to unlock faster distribution</p></li><li><p>Build <strong>partner-ready assets</strong> (scripts, demos, guardrails) to scale indirect sales</p></li><li><p>Design your company for <strong>AI-first workflows</strong> before hiring</p></li><li><p>Optimize for <strong>output per employee</strong>, not team size</p></li><li><p>Use AI to <strong>compress execution cycles</strong> (proposals, campaigns, ops)</p></li><li><p>Avoid overcomplicating your pitch <strong>clarity converts faster than capability</strong></p></li><li><p>Treat growth as a function of <strong>value delivered, not effort invested</strong></p></li></ul><div><hr></div><p>Resources Mentioned</p><ul><li><p><a href="https://help.gohighlevel.com/support/solutions/articles/155000006713-funnels-websites-ai?utm_source=thrivestack.substack.com">GoHighLevel </a>&#8212; white-label CRM ecosystem enabling distribution</p></li><li><p><a href="https://www.zoominfo.com/?utm_source=thrivestack.substack.com">ZoomInfo </a>&#8212; lead intelligence tool referenced for comparison</p></li><li><p><a href="https://pipeline.zoominfo.com/sales/clay-alternatives?utm_source=thrivestack.substack.com">Clay </a>&#8212; GTM automation and enrichment workflows</p></li><li><p><a href="https://manus.im/">Manus AI </a>&#8212; used for generating assets like proposals and brochures</p></li><li><p><a href="https://www.b1g1.com/">B1G1 </a>&#8212; platform for embedding impact into business transactions</p></li></ul><p></p><p>If you&#8217;re a B2B SaaS founder, growth leader, or GTM operator, this episode highlights that modern scale doesn&#8217;t come from bigger teams or more features&#8212;it comes from <strong>leveraging ecosystems, simplifying value, and embracing AI to multiply output</strong>.</p>]]></content:encoded></item><item><title><![CDATA[AI in GTM: Hype, Hope, and What Actually Works]]></title><description><![CDATA[As AI reshapes go-to-market teams, the real winners are those who focus on data, process, and customer value not shiny tools.]]></description><link>https://www.hybridgtm.com/p/ai-in-gtm-hype-hope-and-what-actually</link><guid isPermaLink="false">https://www.hybridgtm.com/p/ai-in-gtm-hype-hope-and-what-actually</guid><dc:creator><![CDATA[ThriveStack]]></dc:creator><pubDate>Sat, 28 Mar 2026 14:02:27 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/190199964/85d95a02e70a331887ac30ede8a4d3d5.mp3" length="0" type="audio/mpeg"/><content:encoded><![CDATA[<p>In this episode of <strong>ThriveCast</strong>, we host a panel with <strong>Molly Bowden (GTM Operations Leader), Jonathan Carford (VP GTM Strategy at Momentum), and Gururaj (Founder of ThriveStack)</strong> to unpack how AI is actually changing go-to-market today cutting through the hype to explore real use cases, shifting buyer expectations, the importance of data foundations, and why most AI pilots fail without strong processes and strategy. </p><h1>Key Insights</h1><ul><li><p>Buyers now conduct <strong>AI-assisted research</strong> before ever speaking to sales.</p></li><li><p><strong>Marketing website traffic</strong> is declining as <strong>AI search tools</strong> intercept discovery.</p></li><li><p>SaaS budgets are increasingly shifting toward <strong>AI-first tools and experimentation</strong>.</p></li><li><p>Many companies are <strong>automating broken processes</strong> instead of fixing them first.</p></li><li><p>AI delivers the most value when <strong>optimizing existing workflows</strong>, not replacing them.</p></li><li><p><strong>Conversational intelligence</strong> is emerging as a powerful source of <strong>customer insight</strong>.</p></li><li><p><strong>Sales ramp time</strong> can significantly improve through <strong>AI-driven coaching and role-play</strong>.</p></li><li><p><strong>Poor data foundations</strong> remain the biggest barrier to successful <strong>AI adoption</strong>.</p></li><li><p>Many GTM teams are buying <strong>AI tools without strategy or clear ROI</strong>.</p></li><li><p>The future GTM stack requires <strong>unified data across marketing, product, sales, and customer success</strong>.</p></li></ul><h1>Actionable Takeaways</h1><ul><li><p><strong>Fix broken processes first</strong> before applying AI automation.</p></li><li><p>Invest early in <strong>clean, structured GTM data foundations</strong>.</p></li><li><p>Use <strong>conversational intelligence</strong> to capture real <strong>customer insights</strong>.</p></li><li><p>Apply AI to <strong>improve ramp time and productivity</strong> for GTM teams.</p></li><li><p>Avoid buying <strong>shiny AI tools without clear outcomes</strong>.</p></li><li><p>Build systems that <strong>unify marketing, product, revenue, and support signals</strong>.</p></li><li><p>Shift GTM strategy toward <strong>customer value creation</strong> instead of mass outreach.</p></li><li><p>Focus on improving the <strong>buyer experience</strong>, not just <strong>seller efficiency</strong>.</p></li></ul><h1>Resources Mentioned</h1><ul><li><p><strong><a href="https://www.momentum.io/">Momentum</a></strong> - AI-powered conversational intelligence platform that captures sales call insights and syncs them with CRM, product, and GTM workflows.</p></li><li><p><strong><a href="https://www.clay.com/">Clay</a></strong> - GTM data automation platform used for lead enrichment, prospecting workflows, and orchestrating outbound campaigns.</p></li><li><p><strong><a href="https://www.sendoso.com/">Sendoso</a></strong> - Sending platform that helps GTM teams personalize outreach using gifts, direct mail, and experiences.</p><p></p></li></ul><p>If you&#8217;re a <strong>B2B SaaS founder, RevOps leader, or GTM operator</strong>, this discussion reinforces a critical lesson: <strong>AI alone won&#8217;t transform your go-to-market motion&#8212;real impact comes from strong data foundations, disciplined processes, and using AI to amplify customer value rather than chasing automation hype.</strong></p><p></p><p>&#127911; Loved the episode?<br>Subscribe to <strong>ThriveCast</strong> for more behind-the-scenes stories from the builders shaping the future of SaaS.</p>]]></content:encoded></item><item><title><![CDATA[Product Got Easier. Distribution Got Brutal.]]></title><description><![CDATA[Why trust, attention, and personal brands are the new growth engines in B2B SaaS]]></description><link>https://www.hybridgtm.com/p/product-got-easier-distribution-got</link><guid isPermaLink="false">https://www.hybridgtm.com/p/product-got-easier-distribution-got</guid><dc:creator><![CDATA[ThriveStack]]></dc:creator><pubDate>Sat, 14 Mar 2026 14:01:42 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/190089276/5089a0c75f4c9c0ee8c383752d535132.mp3" length="0" type="audio/mpeg"/><content:encoded><![CDATA[<p>In this episode of <strong>ThriveCast</strong>, we speak with <strong><a href="http://linkedin.com/in/matthewwhyatt">Matthew Whyatt</a></strong>, B2B SaaS growth advisor and founder of <em><a href="http://techtorque.co">techtorque.co</a></em>, who shares why the dynamics of SaaS growth have fundamentally changed while AI has made it dramatically easier to build products, generate content, and reach prospects, the real challenge today is <strong>distribution</strong>, as markets become flooded with automated outreach and AI-generated noise; Matthew explains why trust, specialization, and personal influence have become the true competitive advantages for founders trying to stand out and grow in the modern SaaS landscape.</p><p></p><h1>Key Insights</h1><ul><li><p>AI has dramatically lowered the barrier to building SaaS products.</p></li><li><p>Prospect data and outreach tools have made lead sourcing easier than ever.</p></li><li><p>Mass automation has created a tsunami of outbound noise.</p></li><li><p>Poor outreach often creates awareness but sends prospects to competitors.</p></li><li><p>Buyers now research extensively before ever speaking to sales.</p></li><li><p>Trust is built during the buyer&#8217;s research phase, not the sales call.</p></li><li><p>The companies publishing insights consistently win attention.</p></li><li><p>Narrow specialization builds stronger positioning than broad messaging.</p></li><li><p>Personal brands are becoming powerful distribution engines.</p></li><li><p>Execution and consistency matter more than perfect marketing tactics.</p></li></ul><h1>Actionable Takeaways</h1><ul><li><p>Narrow your target market to become the obvious expert.</p></li><li><p>Expand your circle of influence within your industry.</p></li><li><p>Build trust through consistent insights and educational content.</p></li><li><p>Convert internal expertise and answered questions into public content.</p></li><li><p>Create low-friction offers that provide value before a demo.</p></li><li><p>Encourage founders or domain experts to build visible personal brands.</p></li><li><p>Focus on consistent execution instead of marketing perfection.</p></li></ul><h1>Resources Mentioned</h1><p>&#8226; <strong><a href="https://www.amazon.com/Velocity-Selling-Attract-Engage-Empower/dp/1614488181">Velocity Selling &#8212; Bob Urichuck</a></strong></p><p>&#8226; <strong><a href="https://www.franklincovey.com/the-7-habits/">The 7 Habits of Highly Effective People &#8212; Stephen R. Covey</a></strong></p><p>&#8226; <strong><a href="https://www.goodreads.com/book/show/6850.The_Greatest_Salesman_in_the_World">The Greatest Salesman in the World &#8212; Og Mandino</a></strong></p><h1>About Speaker</h1><p><strong>Matthew Whyatt</strong> is a seasoned sales strategist, Growth advisor, and podcast host who partners with SaaS and B2B tech companies (typically $1M&#8211;$20M revenue) to scale their go-to-market performance. With a mission to de-stigmatize sales and highlight its foundational value, Matthew brings insights from decades of selling, coaching, and leading teams across industries.<br>&#128279;<a href="https://www.linkedin.com/in/matthewwhyatt"> Matthew Whyatt on LinkedIn<br></a>&#127760; Website:<a href="https://matthewwhyatt.com/"> </a><em><a href="http://techtorque.co">techtorque.co</a></em></p><p></p><p>If you&#8217;re a <strong>B2B SaaS founder, GTM leader, or product builder</strong>, this episode reinforces a critical shift: <strong>when everyone can build products and publish content, sustainable growth comes from specialization, credibility, and consistently earning your market&#8217;s trust.</strong></p><p>&#127911; Loved the episode?<br>Subscribe to <strong>ThriveCast</strong> for more behind-the-scenes stories from the builders shaping the future of SaaS.</p><p></p><p></p>]]></content:encoded></item><item><title><![CDATA[Revenue is not a North-Star metric]]></title><description><![CDATA[Watch now | How Leading Signals Align Teams And Drive Predictable Revenue]]></description><link>https://www.hybridgtm.com/p/revenue-is-not-a-north-star-metric</link><guid isPermaLink="false">https://www.hybridgtm.com/p/revenue-is-not-a-north-star-metric</guid><dc:creator><![CDATA[ThriveStack]]></dc:creator><pubDate>Sat, 07 Feb 2026 14:02:03 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/184882514/1c25baa21366b8224a1eaa2fe7bf02f1.mp3" length="0" type="audio/mpeg"/><content:encoded><![CDATA[<p>In this episode of ThriveCast, <strong>Michael Kuhl</strong> shares how AppFire shifted from obsessing over revenue and churn to building a growth engine powered by <strong>leading indicators</strong>. Drawing from AppFire&#8217;s scale&#8212;managing dozens of products&#8212;Michael explains how activation journeys, real-time signals, and cross-functional alignment became the foundation for predictable revenue growth.</p><div><hr></div><h1>Key Insights</h1><ul><li><p>Revenue, churn, and conversions are <strong>lagging indicators</strong>&#8212;they explain <em>what happened</em>, not <em>why</em></p></li><li><p>Activation is the strongest predictor of <strong>trial conversion and long-term retention</strong></p></li><li><p>Growth starts with <strong>visibility</strong>, not optimization</p></li><li><p>A standardized <strong>activation journey framework</strong> enables scale across multiple products</p></li><li><p>Instrumentation should answer <strong>specific questions</strong>, not collect everything</p></li><li><p>Growth intelligence only matters when it leads to <strong>clear actions</strong></p></li><li><p>Real-time signals are most powerful when shared across <strong>Product, Marketing, Sales, and Customer Success</strong></p></li></ul><div><hr></div><h1>Actionable Takeaways</h1><ul><li><p>Define a clear <strong>activation journey</strong> (signup &#8594; setup &#8594; aha &#8594; habit) before optimizing conversion</p></li><li><p>Instrument only what helps you understand <strong>why users fail to reach value</strong></p></li><li><p>Treat growth data as <strong>actionable intelligence</strong>, not dashboards for reporting</p></li><li><p>Align GTM teams around the <strong>same real-time signals</strong>, not siloed metrics</p></li><li><p>Tie signals directly to <strong>revenue at risk or revenue opportunity</strong> to drive prioritization</p></li><li><p>Give every team a <strong>clear call to action</strong>, not just data to interpret</p></li></ul><div><hr></div><h1>Resources Mentioned</h1><ul><li><p>Activation journey mapping frameworks</p></li><li><p>Growth experimentation playbooks</p></li><li><p>Real-time behavioral and firmographic signals</p></li><li><p>Cross-functional dashboards tied to revenue impact</p></li></ul><p></p><p>For <strong>B2B SaaS founders, growth leaders, and product teams</strong>, this episode is a reminder that growth doesn&#8217;t come from more dashboards&#8212;it comes from <strong>understanding when users struggle, acting in real time, and aligning every team around leading signals that actually move revenue</strong>.</p><p><a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-1" href="#footnote-1" target="_self">1</a></p><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-1" href="#footnote-anchor-1" class="footnote-number" contenteditable="false" target="_self">1</a><div class="footnote-content"><p>&#127911; Loved the episode?<br>Subscribe to <strong>ThriveCast</strong> for more behind-the-scenes stories from the builders shaping the future of SaaS.</p><p></p></div></div>]]></content:encoded></item><item><title><![CDATA[How Cloudinary scaled from 0-$100M+ ARR]]></title><description><![CDATA[Watch now | Scaling From Developer Self-Serve To Enterprise Without Breaking Trust]]></description><link>https://www.hybridgtm.com/p/how-cloudinary-scaled-from-0-100m</link><guid isPermaLink="false">https://www.hybridgtm.com/p/how-cloudinary-scaled-from-0-100m</guid><dc:creator><![CDATA[ThriveStack]]></dc:creator><pubDate>Sat, 31 Jan 2026 14:03:04 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/184854779/85c161ba955ec94c85f7ae3dbf50dc20.mp3" length="0" type="audio/mpeg"/><content:encoded><![CDATA[<p>In this episode of ThriveCast, we speak with <strong>Sanjay Sarathy</strong>, VP of Self-Serve and Developer Experience at <strong>Cloudinary</strong>. Sanjay shares Cloudinary&#8217;s journey from a developer consulting firm to one of the most successful product-led growth stories in SaaS&#8212;scaling past $100M ARR while maintaining a strong self-serve engine and developer trust</p><div><hr></div><h1>Key Insights</h1><ul><li><p>Cloudinary started as a <strong>consulting company</strong> before productizing a repeated developer pain</p></li><li><p>Developers were treated as the <strong>core growth channel</strong>, not just users</p></li><li><p>Early investment in <strong>developer support and documentation</strong> drove trust and word of mouth</p></li><li><p>Self-serve and enterprise were built as a <strong>continuum</strong>, not competing motions</p></li><li><p>Freemium created value first, revenue followed naturally</p></li><li><p>Word of mouth still drives a <strong>significant share of daily signups at scale</strong></p></li><li><p>Simplifying signup and activation had outsized impact on growth</p></li><li><p>Not all product launches succeed, <strong>fast failure led to better product strategy</strong></p></li></ul><div><hr></div><h1>Actionable Takeaways</h1><ul><li><p>Treat your <strong>primary user persona</strong> as a growth engine, not a funnel step</p></li><li><p>Invest early in <strong>support, docs, and activation</strong>, not just sales</p></li><li><p>Let self-serve usage reveal <strong>future enterprise opportunities</strong></p></li><li><p>Reduce friction relentlessly small changes compound at scale</p></li><li><p>Separate <strong>product experimentation</strong> from core revenue products</p></li><li><p>Build trust first; monetization follows naturally</p></li></ul><div><hr></div><h1>Resources Mentioned</h1><ul><li><p>Cloudinary self-serve and freemium model</p></li><li><p>Developer documentation and SDK-first onboarding</p></li><li><p>Activation and signup flow experiments</p></li><li><p>Product incubation model for new bets</p></li></ul><p></p><p>If you&#8217;re a <strong>B2B SaaS founder, PLG leader, or developer-focused product team</strong>, this episode shows that sustainable growth doesn&#8217;t come from aggressive selling it comes from <strong>earning trust, removing friction, and letting value scale naturally across self-serve and enterprise journeys</strong>.</p><p><a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-1" href="#footnote-1" target="_self">1</a></p><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-1" href="#footnote-anchor-1" class="footnote-number" contenteditable="false" target="_self">1</a><div class="footnote-content"><p>&#127911; Loved the episode?<br>Subscribe to <strong>ThriveCast</strong> for more behind-the-scenes stories from the builders shaping the future of SaaS.</p></div></div>]]></content:encoded></item><item><title><![CDATA[GTM Growth Audit - by Marlena Sarunac]]></title><description><![CDATA[Watch now | A Practical GTM Audit For SaaS Growth]]></description><link>https://www.hybridgtm.com/p/gtm-growth-audit</link><guid isPermaLink="false">https://www.hybridgtm.com/p/gtm-growth-audit</guid><dc:creator><![CDATA[ThriveStack]]></dc:creator><pubDate>Sat, 24 Jan 2026 14:02:36 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/184793145/8fb4db8a4edc0bfba16ad5a17a83f3fe.mp3" length="0" type="audio/mpeg"/><content:encoded><![CDATA[<p>In this episode of ThriveStack&#8217;s podcast, we speak with <strong>Marlena Sarunac</strong>, an award-winning CMO and co-founder of Company Advice. Marlena shares her <strong>GTM Growth Audit framework</strong>, a practical, systems-thinking approach to identifying hidden bottlenecks across product experience, website messaging, and go-to-market execution especially for early-stage and scaling SaaS companies.</p><blockquote><p>SPONSORED<br><strong>Demand &amp; Expand is coming! <br></strong>Join 600+ B2B Marketers May 19 &amp; 20, 2026 for the hottest event in San Francisco.  <br>Demand Gen, Growth, AI Marketing, Lifecycle, and Marketing Ops&#8212;This is your chance to be in the room for the biggest conversations shaping the future of modern B2B marketing.  <br>See details here:<a href="http://demandandexpand.com/"> demandandexpand.com</a> <br>ThriveStack subscribers can save 25% off tickets with the code <em><strong>HYBRIDGTM</strong></em>.- Direct link <a href="https://luma.com/demandexpand2026?coupon=HYBRIDGTM">here</a></p></blockquote><div><hr></div><h1>Key Insights</h1><ul><li><p>Most growth problems are <strong>system failures</strong>, not traffic or UX issues</p></li><li><p>Effective GTM audits focus on <strong>product experience, website messaging, and growth loops</strong></p></li><li><p>Onboarding fails when users aren&#8217;t guided to a <strong>clear first value moment</strong></p></li><li><p>Websites should help the <strong>right buyers say yes</strong> and the wrong ones say no</p></li><li><p>Feature-heavy messaging kills conversion <strong>outcomes drive decisions</strong></p></li><li><p>One-off campaigns hide problems; <strong>loops reveal where growth breaks</strong></p></li><li><p>Misaligned ICPs across teams quietly create friction and churn</p></li></ul><div><hr></div><h1>Actionable Takeaways</h1><ul><li><p>Audit <strong>time-to-value</strong>, not just onboarding screens trace friction back to promises made before signup</p></li><li><p>Write your homepage for <strong>one primary buyer ICP</strong> (not every possible user)</p></li><li><p>Translate features into <strong>buyer-level outcomes</strong>, not technical specifications</p></li><li><p>Replace one-off campaigns with <strong>repeatable marketing + product loops</strong></p></li><li><p>Align Product, Marketing, Sales, and Customer Success on <strong>one shared narrative and activation goal</strong></p></li><li><p>Treat content as a <strong>growth asset</strong> only if it actively helps users succeed in the product</p></li></ul><div><hr></div><h1>Resources Mentioned</h1><ul><li><p><strong><a href="https://www.thecompanyadvice.com/friction-finder-thrivecast">GTM Friction Finder Audit (Free)</a></strong> &#8211; Available via Company Advice</p></li><li><p>User interviews, product analytics, and cross-team narrative alignment</p></li><li><p>CRM-driven, branded lifecycle workflows (activation, nurture, expansion)</p></li></ul><p><a href="https://www.linkedin.com/in/marlenasarunac/">Marlena Sarunac</a> is the co-founder of <a href="https://www.thecompanyadvice.com/">The Company Advice</a>, a growth and design studio that helps SaaS companies remove hidden friction across product experience, website narrative, and go-to-market execution. As a fractional CMO, she works closely with founders and growth leaders to diagnose where momentum is leaking and turn clarity, design, and positioning into measurable growth. Marlena specializes in product-led and early growth-stage companies that want to scale without piling on complexity.</p><blockquote><p>Thrivecast listeners can explore the <strong>GTM</strong> <strong>Friction Finder Audit</strong>, a lightweight scorecard that highlights the top friction hotspots across your company&#8217;s product, website, and funnel: <a href="https://www.thecompanyadvice.com/friction-finder-thrivecast">https://www.thecompanyadvice.com/friction-finder-thrivecast</a></p></blockquote><p></p><p>If you&#8217;re a <strong>B2B SaaS founder, growth leader, or product owner</strong> struggling with activation, conversion, or retention despite &#8220;doing all the right things,&#8221; this episode is a reminder: <strong>growth doesn&#8217;t break at the top of the funnel it breaks in the gaps between teams, tools, and promises.</strong></p><p>Fix the system, and growth follows!</p><p><a class="footnote-anchor" data-component-name="FootnoteAnchorToDOM" id="footnote-anchor-1" href="#footnote-1" target="_self">1</a></p><div class="footnote" data-component-name="FootnoteToDOM"><a id="footnote-1" href="#footnote-anchor-1" class="footnote-number" contenteditable="false" target="_self">1</a><div class="footnote-content"><p>&#127911; Loved the episode?<br>Subscribe to <strong>ThriveCast</strong> for more behind-the-scenes stories from the builders shaping the future of SaaS.</p><p></p></div></div>]]></content:encoded></item><item><title><![CDATA[Why Revenue-Driven Teams Are Adopting PLG Scorecards]]></title><description><![CDATA[Because revenue is the last metric to move &#8212; and the first place you feel the pain.]]></description><link>https://www.hybridgtm.com/p/why-revenue-driven-teams-are-adopting</link><guid isPermaLink="false">https://www.hybridgtm.com/p/why-revenue-driven-teams-are-adopting</guid><dc:creator><![CDATA[Gururaj Pandurangi]]></dc:creator><pubDate>Tue, 25 Nov 2025 17:27:06 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/179881102/7889bd03754a4bfaf6b37902b8c4037c.mp3" length="0" type="audio/mpeg"/><content:encoded><![CDATA[<p>Here&#8217;s the full <strong>email-optimized newsletter</strong> using your chosen title and subtitle, incorporating the challenge example, updated points, and clean formatting for readability:</p><div><hr></div><p><strong>Subject:</strong> Why Revenue-Driven Teams Are Adopting PLG Scorecards<br><strong>Preview text:</strong> Because revenue is the last metric to move &#8212; and the first place you feel the pain.</p><div><hr></div><h2><strong>Why Revenue-Driven Teams Are Adopting PLG Scorecards</strong></h2><p><strong>Because revenue is the last metric to move &#8212; and the first place you feel the pain.</strong></p><p>Hey Growth Leader,</p><p>If you&#8217;re running a product-led business, it&#8217;s natural to obsess over revenue. ARR, net retention, expansion &#8212; those are the numbers your board sees, your operators track, and your team celebrates.</p><p>But here&#8217;s the uncomfortable truth:</p><p><strong>Revenue is a lagging indicator.</strong><br>By the time it moves, the real issue happened weeks or months earlier.</p><p>And here&#8217;s a simple challenge that exposes that gap:</p><blockquote><p>You get 100 signups, lose 70% before activation, only 10% reach value in 14 days, others stall out, and the activated users don&#8217;t pay for another week&#8230; <strong>do you know how many of those signups will turn into revenue next month?</strong></p></blockquote><p>Most teams don&#8217;t &#8212; because revenue alone can&#8217;t tell you.</p><p>That&#8217;s why revenue-driven leaders are turning to PLG scorecards. Not to replace revenue metrics, but to finally understand the <em>inputs</em> that create them.</p><p class="button-wrapper" data-attrs="{&quot;url&quot;:&quot;https://app.thrivestack.ai/analyze/scorecard/plg-scorecard?demoMode=true&quot;,&quot;text&quot;:&quot;Try an Interactive PLG scorecard&quot;,&quot;action&quot;:null,&quot;class&quot;:null}" data-component-name="ButtonCreateButton"><a class="button primary" href="https://app.thrivestack.ai/analyze/scorecard/plg-scorecard?demoMode=true"><span>Try an Interactive PLG scorecard</span></a></p><p></p><p>Here are five reasons it matters:</p><div><hr></div><h3><strong>1. Revenue tells you the past. PLG tells you the future.</strong></h3><p>Your revenue dashboard reflects what happened last quarter &#8212; not what&#8217;s happening now.<br>PLG metrics like activation, engagement, TTV, and early product usage provide forward-looking signals that predict revenue before it hits the dashboard.</p><p>If you want fewer surprises, you need visibility into next quarter, not last quarter.</p><div><hr></div><h3><strong>2. You can&#8217;t fix what you can&#8217;t see.</strong></h3><p>Most revenue issues begin upstream: activation drops, engagement stalls, retention softens, expansion signals weaken.<br>Revenue only tells you the outcome.</p><p>A PLG scorecard shows <em>where</em> the leak is &#8212; activation, usage, retention, or expansion &#8212; while you still have time to correct it.</p><div><hr></div><h3><strong>3. It reveals your real pipeline &#8212; not the optimistic one.</strong></h3><p>In a PLG motion, product usage <em>is</em> your pipeline.<br>Whether users activate, engage, retain, or expand determines how much revenue you&#8217;ll see next month.</p><p>A PLG scorecard shows how many users are progressing or dropping at each stage so your revenue forecasts become accurate, not hopeful.</p><div><hr></div><h3><strong>4. It grows revenue without growing spend.</strong></h3><p>Fixing activation bottlenecks, shortening TTV, improving engagement loops, and increasing retention can all lift revenue &#8212; without adding more headcount or increasing paid spend.</p><p>A PLG scorecard shows which levers create the biggest lift with the smallest investment.</p><div><hr></div><h3><strong>5. Investors look beyond ARR.</strong></h3><p>Strong revenue matters.<br>But durable, repeatable revenue matters more.</p><p>Investors evaluate leading indicators like activation, engagement depth, retention health, expansion behavior, and cohort strength.</p><p>A PLG scorecard gives you the evidence behind your revenue &#8212; not just the number itself.</p><div><hr></div><h3><strong>So why should a revenue-focused team care about PLG?</strong></h3><p>Because <strong>revenue is the last metric to move &#8212; and the first place you feel the pain.</strong></p><p>A PLG scorecard gives you visibility into the activation, engagement, retention, and expansion signals that drive tomorrow&#8217;s revenue, not yesterday&#8217;s.</p><p>If you want clearer forecasts, fewer surprises, and a healthier path to growth, the answer starts upstream.</p><p>Let me know if you&#8217;d like this adapted for your ICP, a landing page, or an outbound sequence.</p>]]></content:encoded></item><item><title><![CDATA[Rethinking the Funnel: How B2B Growth is Being Rewritten by AI]]></title><description><![CDATA[Watch now | John Neeson &#8212; the mind behind the legendary B2B Demand Waterfall and Co-Founder of SiriusDecisions &#8212; joins Gururaj Pandurangi to trace the evolution of how companies create, measure, and grow demand.]]></description><link>https://www.hybridgtm.com/p/rethinking-the-funnel-how-b2b-growth</link><guid isPermaLink="false">https://www.hybridgtm.com/p/rethinking-the-funnel-how-b2b-growth</guid><dc:creator><![CDATA[ThriveStack]]></dc:creator><pubDate>Sat, 22 Nov 2025 14:02:50 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/177874996/a3eeb5e82bb5dee2055bbeab74d70f77.mp3" length="0" type="audio/mpeg"/><content:encoded><![CDATA[<p>John Neeson &#8212; the mind behind the legendary <strong>B2B Demand Waterfall</strong> and Co-Founder of SiriusDecisions &#8212; joins Gururaj Pandurangi to trace the evolution of how companies create, measure, and grow demand. From pioneering the alignment between sales and marketing to forecasting how AI will reshape the buyer&#8217;s journey, John shares lessons that defined two decades of B2B go-to-market strategy.</p><div><hr></div><h1>Key Insights</h1><ul><li><p><strong>Origins of SiriusDecisions.</strong> John built Sirius to answer a simple CEO question: &#8220;I gave you $20M &#8212; what did I get back?&#8221; The firm transformed marketing from art into measurable science.</p></li><li><p><strong>The evolution of the Demand Waterfall.</strong> What began as a simple lead definition matured into the classic, revenue, and demand-unit waterfalls &#8212; each mapping closer to real buying behavior.</p></li><li><p><strong>From creating demand to activating it.</strong> Modern marketing&#8217;s challenge isn&#8217;t generating leads; it&#8217;s recognizing and activating intent across fragmented digital journeys.</p></li><li><p><strong>Buyers are in control.</strong> Two decades ago, buyers met sales to learn. Today, they research independently and expect sellers to be context-ready from the first touch.</p></li><li><p><strong>Product-led and sales-led models are merging.</strong> The best companies balance both &#8212; using data to harness existing demand while creating new demand through storytelling.</p></li><li><p><strong>Alignment equals profitability.</strong> SiriusDecisions data showed organizations with tight sales&#8211;marketing alignment grew faster and retained more customers.</p></li><li><p><strong>Analytics is the new OS.</strong> As AI transforms digital channels, analytics becomes the engine of visibility, efficiency, and retention.</p></li><li><p><strong>AI is the next frontier.</strong> &#8220;We won&#8217;t be talking about digital marketing &#8212; it&#8217;ll all be AI marketing,&#8221; John predicts, as discovery shifts from Google search to AI interfaces.</p></li></ul><div><hr></div><h1>Actionable Takeaways</h1><ul><li><p><strong>Redefine the funnel.</strong> Move from counting MQLs and SQLs to tracking buying groups and demand units that reflect collective intent.</p></li><li><p><strong>Measure activation over volume.</strong> Lead quality and conversion velocity matter more than lead count.</p></li><li><p><strong>Break functional silos.</strong> True growth comes when sales, marketing, and product teams share data, signals, and accountability.</p></li><li><p><strong>Shift focus to retention.</strong> Expansion and renewal metrics are now the strongest indicators of sustainable growth.</p></li><li><p><strong>Adopt AI early.</strong> Use it to identify intent, predict churn, and personalize engagement, while preserving human context and storytelling.</p></li><li><p><strong>Build analytics fluency.</strong> Treat analytics not as reporting, but as a real-time strategic layer.</p></li><li><p><strong>Prepare for AI-driven discovery.</strong> Tomorrow&#8217;s buyer journeys begin in AI chats &#8212; not search engines or inboxes.</p></li></ul><div><hr></div><h1>Resources Mentioned</h1><ul><li><p><em><strong>SiriusDecisions Demand Waterfall</strong></em> &#8211; The original B2B alignment framework.</p></li><li><p><em><strong>Winning by Design (Bow Tie Model)</strong></em> &#8211; Modern full-funnel framework linking acquisition and retention.</p></li><li><p><em><strong>Crossing the Chasm / CASA Model</strong></em> &#8211; Framework for category creation and market adoption.</p></li><li><p><em><strong>Gartner Hype Cycle</strong></em> &#8211; For assessing AI maturity and timing go-to-market bets.</p></li></ul><div><hr></div><h3>For B2B Founders &amp; GTM Leaders</h3><p>Funnels are no longer linear, and demand is no longer created &#8212; it&#8217;s discovered, activated, and expanded through intelligence. In the AI era, <strong>alignment and analytics</strong> are the new competitive advantages.</p><p></p><p>&#127911; <strong>Loved the episode?</strong><br>Subscribe to <strong>ThriveCast</strong> for more behind-the-scenes stories from the builders shaping the future of SaaS.</p>]]></content:encoded></item><item><title><![CDATA[The Growth Operating System — Building Alignment, Activation, and Accountability]]></title><description><![CDATA[Watch now | Turning growth from chaos to a system]]></description><link>https://www.hybridgtm.com/p/the-growth-operating-system-building</link><guid isPermaLink="false">https://www.hybridgtm.com/p/the-growth-operating-system-building</guid><dc:creator><![CDATA[ThriveStack]]></dc:creator><pubDate>Sat, 15 Nov 2025 14:01:08 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/177868694/afcd0e2b1fd46a756757abc87c24559a.mp3" length="0" type="audio/mpeg"/><content:encoded><![CDATA[<p>Andrew Capland &#8212; one of the most respected voices in product-led growth &#8212; returns to ThriveCast to unpack what he calls the <strong>&#8220;Growth Operating System.&#8221;</strong> After years leading activation, retention, and experimentation programs at leading SaaS companies like HubSpot and Wistia, Andrew realized growth isn&#8217;t about more tactics &#8212; it&#8217;s about <strong>how teams execute, align, and communicate</strong> across silos.<br>In this episode, he explains how today&#8217;s growth leaders can build a repeatable operating system that turns strategy into consistent execution &#8212; even in the age of AI.</p><div><hr></div><h1>Key Insights</h1><ul><li><p><strong>Ideas are cheap. Execution wins.</strong><br>Every company has access to playbooks and frameworks &#8212; the real challenge is alignment, communication, and follow-through.</p></li><li><p><strong>Growth leadership is a new ladder.</strong><br>Moving from individual contributor to growth lead means learning new skills &#8212; influencing peers, managing pushback, and driving cross-functional clarity.</p></li><li><p><strong>Effectiveness &gt; rightness.</strong><br>Knowing what to do isn&#8217;t enough. The best growth leaders learn to persuade, align, and prioritize under uncertainty.</p></li><li><p><strong>AI won&#8217;t replace context.</strong><br>Tools can generate frameworks, but they can&#8217;t replicate judgment, timing, or human communication in the boardroom.</p></li><li><p><strong>Collaboration must start early.</strong><br>Teams lose time fixing misalignments because they collaborate at the end &#8212; not during the first 20 % of scoping.</p></li><li><p><strong>Product-market fit can vanish fast.</strong><br>AI has accelerated competitive shifts; even mature SaaS companies can lose PMF in months.</p></li></ul><div><hr></div><h1>Actionable Takeaways</h1><ul><li><p><strong>Build your own Growth OS.</strong><br>Define rituals, scorecards, and decision frameworks that align marketing, product, and revenue.</p></li><li><p><strong>Use a RACI Matrix.</strong><br>Clarify who&#8217;s <em>Responsible, Accountable, Consulted,</em> and <em>Informed</em> before starting any initiative.</p></li><li><p><strong>Separate &#8220;company&#8221; metrics from &#8220;capability&#8221; metrics.</strong><br>Execs care about revenue; your team should focus on activation and retention as the true growth levers.</p></li><li><p><strong>Coach for alignment.</strong><br>Prime your updates &#8212; tell the &#8220;why&#8221; before showing the &#8220;what.&#8221; It builds trust across teams.</p></li><li><p><strong>Be the problem expert.</strong><br>The person closest to the problem always earns the right to design the solution.</p></li></ul><div><hr></div><h1>Resources Mentioned</h1><ul><li><p><em><strong>Delivering Value.co / OS</strong></em> &#8211; The Growth Operating System toolkit and community.</p></li><li><p><em><strong>Reforge</strong></em> &#8211; Advanced programs on growth strategy and experimentation.</p></li><li><p><em><strong>RACI Matrix</strong></em> &#8211; Cross-functional collaboration framework.</p></li><li><p><em><strong>ThriveStack Scorecards</strong></em> &#8211; Measure activation, retention, and correlation to revenue.</p></li></ul><div><hr></div><h3>For Growth Leaders</h3><p>Most growth teams don&#8217;t fail because of bad ideas &#8212; they fail because <strong>alignment and communication break down faster than experiments succeed</strong>. Build your system before you build your next campaign.</p><p>&#127911; <strong>Loved the episode?</strong><br>Subscribe to <strong>ThriveCast</strong> for more behind-the-scenes stories from the builders shaping the future of SaaS.</p><p></p>]]></content:encoded></item><item><title><![CDATA[Why We Buy: The Hidden Psychology of Conversions]]></title><description><![CDATA[Watch now (44 mins) | The science behind messaging, positioning, and design that makes visitors say yes.]]></description><link>https://www.hybridgtm.com/p/why-we-buy-the-hidden-psychology</link><guid isPermaLink="false">https://www.hybridgtm.com/p/why-we-buy-the-hidden-psychology</guid><dc:creator><![CDATA[ThriveStack]]></dc:creator><pubDate>Sat, 08 Nov 2025 14:01:11 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/177795940/791b6451e848d88f241816763dbe8000.mp3" length="0" type="audio/mpeg"/><content:encoded><![CDATA[<p>Chris Silvestri &#8212; a software-engineer-turned-conversion-copywriter &#8212; shares how understanding <strong>human psychology, UX, and messaging consistency</strong> can transform a SaaS website from a brochure into a persuasive buying experience.<br>He breaks down why &#8220;<strong>words alone don&#8217;t convert</strong>,&#8221; how today&#8217;s <strong>buyer journey starts before they reach your website</strong>, and what modern founders must know about <strong>message-market fit</strong>.</p><div><hr></div><h1>Key Insights</h1><ul><li><p><strong>Words alone don&#8217;t convert &#8212; clarity and structure do.</strong><br>Copy works only when paired with the right <strong>visual hierarchy and UX flow</strong>.</p></li><li><p><strong>Your website is a confirmation engine, not a sales pitch.</strong><br>Buyers already have formed opinions from AI, peers, and reviews before they arrive.</p></li><li><p><strong>Positioning &#8594; Messaging &#8594; Copy</strong> is the true sequence.<br>Define who you help and how you&#8217;re different before writing a single word.</p></li><li><p><strong>Emotion drives decisions.</strong><br>People move either <em>away from pain</em> or <em>toward desired outcomes</em> &#8212; know which one motivates your ICP.</p></li><li><p><strong>Friction kills conversions.</strong><br>Poor clarity, decision fatigue, and inconsistent CTAs reduce sign-ups more than pricing ever does.</p></li></ul><h1>Actionable Takeaways</h1><ul><li><p><strong>Map your buyer&#8217;s conversation before writing your homepage.</strong> Match what they already believe and expect.</p></li><li><p><strong>Design &#8220;micro-yeses.&#8221;</strong> Every section should answer: <em>Is this for me? Do I trust them? What happens next?</em></p></li><li><p><strong>Be consistent across channels.</strong> Inconsistent messaging confuses not just humans but also AI search and LLMs.</p></li><li><p><strong>Don&#8217;t oversimplify.</strong> Be clear, not generic &#8212; clarity means using the <em>right</em> words for the <em>right</em> audience.</p></li><li><p><strong>Find product&#8211;market fit before message&#8211;market fit.</strong> Only then can you meaningfully shape your narrative.</p></li></ul><h1>Resources Mentioned</h1><ul><li><p><strong>Conversion Alchemy</strong> &#8211; Chris&#8217;s consulting practice blending psychology, UX, and copywriting.</p></li><li><p><strong>Bob Mesta</strong> &#8211; Co-creator of <em>Jobs-to-Be-Done</em> framework.</p></li><li><p><strong>Forrester&#8217;s &#8220;Buying Networks&#8221; research</strong> &#8211; On how peer groups and AI shape B2B decisions.</p></li><li><p><strong>&#8220;The User Illusion&#8221;</strong> &#8211; Book on cognition and cognitive load in communication.</p></li><li><p><strong>Moz SEO case study</strong> &#8211; Simplifying positioning from &#8220;All-in-One&#8221; to &#8220;The Simplest SEO Tool.&#8221;</p></li></ul><div><hr></div><p><strong>For Founders &amp; Marketers</strong></p><p>If your website explains <em>what</em> you do but not <em>why it matters to your buyer&#8217;s brain</em>, you&#8217;re missing conversions.<br>Great messaging isn&#8217;t written &#8212; it&#8217;s <em>designed</em> for how humans decide.</p><p><strong>Loved the episode?</strong><br>Subscribe to <strong>ThriveCast</strong> for more behind-the-scenes stories from the builders shaping the future of SaaS.</p>]]></content:encoded></item><item><title><![CDATA[From Clicks To Revenue Growth]]></title><description><![CDATA[Unifying Marketing, Product, and Revenue Data to Build a Single Source of Growth Truth]]></description><link>https://www.hybridgtm.com/p/from-clicks-to-revenue-growth</link><guid isPermaLink="false">https://www.hybridgtm.com/p/from-clicks-to-revenue-growth</guid><dc:creator><![CDATA[ThriveStack]]></dc:creator><pubDate>Sat, 01 Nov 2025 13:30:45 GMT</pubDate><enclosure url="https://substack-post-media.s3.amazonaws.com/public/images/447da3c9-2e7b-4990-9c67-cd409cc88ced_1920x1080.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<div class="native-video-embed" data-component-name="VideoPlaceholder" data-attrs="{&quot;mediaUploadId&quot;:&quot;a741130f-ac91-448f-ad81-99399c042f14&quot;,&quot;duration&quot;:null}"></div><p></p><p><strong>Timo Dechau</strong> shares how the world of analytics has evolved &#8212; from early web tracking days to modern <strong>Growth Analytics</strong>, where product usage, engagement, and revenue finally connect.<br>He breaks down why most companies drown in events but still lack insight &#8212; and how unifying identity, product, and revenue metrics creates true visibility from <strong>clicks to cashflow</strong>.</p><div><hr></div><h1>Key Insights</h1><ul><li><p><strong>Too much data &#8800; clarity</strong> &#8212; Tracking 200+ events doesn&#8217;t help; consistent and contextual events do.</p></li><li><p><strong>Identity is the missing link</strong> &#8212; Without connecting visitor &#8594; user &#8594; account &#8594; revenue, analytics remains siloed.</p></li><li><p><strong>Product Analytics &#8800; Growth Analytics</strong> &#8212; Growth Analytics adds the <em>revenue and cost layers</em> that tell the full business story.</p></li><li><p><strong>Activation is the early revenue signal</strong> &#8212; When activation rises, revenue follows weeks later &#8212; the strongest early indicator for GTM teams.</p></li><li><p><strong>Metric Trees over vanity metrics</strong> &#8212; Relating input and output metrics helps leaders see how daily actions move ARR.</p><div><hr></div><h1>Actionable Takeaways</h1></li><li><p><strong>Design fewer, smarter events.</strong> Focus on actions that represent value moments (activation, engagement, renewal).</p></li><li><p><strong>Map user states.</strong> Move from tracking clicks to tracking transitions: <em>New &#8594; Activated &#8594; Paying &#8594; Retained</em>.</p></li><li><p><strong>Unify identifiers.</strong> Connect your marketing IDs, product IDs, and Stripe / billing IDs for true end-to-end analytics.</p></li><li><p><strong>Adopt Growth Metrics.</strong> Replace feature usage dashboards with metrics that tie directly to ARR or NRR.</p></li><li><p><strong>Use Metric Trees for OKRs.</strong> Translate revenue goals into actionable input levers your teams can influence weekly.</p><div><hr></div><h1>Resources Mentioned</h1></li><li><p><em><strong>KISSmetrics</strong></em> &#8211; Early event-based analytics pioneer</p></li><li><p><em><strong>Google Analytics (Urchin)</strong></em> &#8211; Foundation of early web analytics</p></li><li><p><em><strong>Stripe</strong></em> &#8211; Revenue data source for subscription analytics</p></li><li><p><em><strong><a href="https://timodechau.com/metric-trees-for-digital-analysts/">Metric Tree Framework</a></strong></em> &#8211; Linking operational metrics to outcomes</p></li><li><p><em><strong>Feature Factory</strong></em><strong> essay by Timo Dechau</strong> &#8211; Why shipping more features &#8800; progress</p></li><li><p><strong><a href="https://timodechau.com/the-dark-side-of-growth-metrics/">The dark side of growth metrics</a></strong> by Timo Dechau</p></li><li><p><strong>Timo&#8217;s company page:</strong> <a href="https://www.deepskydata.com/">https://www.deepskydata.com/ </a></p><p> </p><p>For SaaS Founders and RevOps Leaders, if your teams debate which channel or feature drives growth &#8212; but no one can prove it &#8212; it&#8217;s time to build your <strong>Growth Intelligence</strong>.<br>Because what you can&#8217;t connect, you can&#8217;t grow.</p><p></p><p>&#127911; Loved the episode?<br>Subscribe to <strong>ThriveCast</strong> for more behind-the-scenes stories from the builders shaping the future of SaaS.</p><p></p><p></p></li></ul>]]></content:encoded></item><item><title><![CDATA[Freemium in the Age of AI: Myth, Model, or Growth Engine? ]]></title><description><![CDATA[Lessons from Dave Boyce on the realities of freemium, product-led growth, and monetization strategies in modern SaaS.]]></description><link>https://www.hybridgtm.com/p/freemium-in-the-age-of-ai-myth-model</link><guid isPermaLink="false">https://www.hybridgtm.com/p/freemium-in-the-age-of-ai-myth-model</guid><dc:creator><![CDATA[ThriveStack]]></dc:creator><pubDate>Sat, 20 Sep 2025 00:30:27 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/173699228/6f1b9abb14e9dab414fd850aaf9d0426.mp3" length="0" type="audio/mpeg"/><content:encoded><![CDATA[<p>In this week&#8217;s ThriveStack webinar, we sat down with Dave Boyce&#8212;author, product-led growth (PLG) advocate, and seasoned operator&#8212;to unpack the realities of freemium in SaaS. With AI transforming business models and unit economics, the debate around whether freemium accelerates growth or drains resources has never been more relevant. Dave shared lessons from his own journey from sales-led to PLG, and the hard truths behind monetization, activation, and product-market fit in today&#8217;s SaaS landscape.</p><div><hr></div><h2>Key Insights</h2><ul><li><p><strong>Freemium is just one monetization model.</strong> It&#8217;s not a silver bullet but part of a broader PLG strategy that includes free trials, reverse trials, and self-service onboarding.</p></li><li><p><strong>Product-market fit comes before scaling.</strong> Freemium won&#8217;t save a product that hasn&#8217;t achieved early user success and retention.</p></li><li><p><strong>Activation is everything.</strong> The first user impact (&#8220;first impact moment&#8221;) must happen before you ask for money; otherwise, monetization attempts backfire.</p></li><li><p><strong>Marketing still matters.</strong> PLG doesn&#8217;t eliminate marketing&#8212;it shifts focus toward growth loops, viral mechanics, and blended acquisition strategies.</p></li><li><p><strong>Established companies struggle with PLG.</strong> Legacy sales-led orgs face cultural and operational resistance, but adjacent plays (e.g., self-service renewals, expansion features) offer practical entry points.</p></li></ul><div><hr></div><h2>Actionable Takeaways</h2><ol><li><p><strong>Start with founder-led selling.</strong> In early stages, hustle for feedback before chasing signups at scale.</p></li><li><p><strong>Instrument activation.</strong> Define and track the &#8220;first impact&#8221; moment that signals true product-market fit.</p></li><li><p><strong>Align monetization with value delivery.</strong> Trigger paywalls only after customers experience impact.</p></li><li><p><strong>Experiment relentlessly.</strong> Treat failed freemium experiments as data points&#8212;iterate quickly to find what sticks.</p></li><li><p><strong>Incentivize sales teams correctly.</strong> Remove channel conflict by giving quota credit for PLG-driven expansions.</p></li><li><p><strong>Layer PLG adjacently in mature orgs.</strong> Start with renewals or expansions before tackling top-of-funnel freemium.</p></li></ol><div><hr></div><h2>Resources Mentioned</h2><ul><li><p><strong>Dave Boyce&#8217;s new book on Freemium and PLG</strong> (launching August 26, available on Amazon).</p></li><li><p><strong>PLG MBA Program</strong> (referenced as part of Dave&#8217;s background).</p></li><li><p><strong>ThriveStack Customer Analytics</strong> &#8211; for tracking activation, retention, and growth loops.</p></li><li><p>Case studies of <strong>Dropbox, MongoDB, Clickhouse, Timescale, MotherDuck</strong>, and others on freemium and PLG strategies.</p></li></ul><div><hr></div><p>If you&#8217;re a SaaS founder or growth leader navigating the tension between scaling fast and building to last, you&#8217;ll want to catch this conversation.</p><p>&#127911; Loved the episode?<br>Subscribe to <strong>ThriveCast</strong> for more behind-the-scenes stories from the builders shaping the future of SaaS.</p>]]></content:encoded></item><item><title><![CDATA[Future of SaaS, Investments and Innovations: A Fireside Chat with Dave Hersh ]]></title><description><![CDATA[Why durability beats hypergrowth&#8212;and why emotional-market fit matters more than you think]]></description><link>https://www.hybridgtm.com/p/future-of-saas-investments-and-innovations</link><guid isPermaLink="false">https://www.hybridgtm.com/p/future-of-saas-investments-and-innovations</guid><dc:creator><![CDATA[ThriveStack]]></dc:creator><pubDate>Sat, 06 Sep 2025 13:30:45 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/172213366/0d39733c462f962aaacf0e46d8eb1b93.mp3" length="0" type="audio/mpeg"/><content:encoded><![CDATA[<p><em>ThriveStack and Dave Hersh</em><br><em>Aug 20, 2025</em></p><p>In this fireside chat, Gururaj Pandurangi sits down with <strong>Dave Hersh</strong>, founding CEO of <em>Jive Software</em> and now a coach to startup founders and leaders. From scaling Jive from bootstrapped beginnings to IPO, to guiding today&#8217;s SaaS teams through turbulent markets, Dave shares a candid look at what&#8217;s broken in venture-backed growth, what founders should focus on instead, and how to align both investors and customers without losing sight of purpose.</p><p>We explore his founder journey, the tension between investor pressure and customer needs, the waste of premature scaling, and why he believes <strong>emotional-market fit</strong>&#8212;the resonance a product has with its users&#8212;matters just as much as product-market fit.</p><p>Listen now on Apple, Spotify, Castbox, Google, and YouTube.</p><blockquote><p>&#8220;Growth without profit, without purpose, can become toxic. The real challenge is building something that grows <em>and endures</em>.&#8221;<br>&#8212; Dave Hersh, Founding CEO of Jive Software</p></blockquote><div><hr></div><h2>Key Insights</h2><p><strong>&#9878;&#65039; Investor Pressure vs. Customer Needs</strong><br>Why short-term expectations often distort long-term product and strategy decisions&#8212;and how founders can rebalance.</p><p><strong>&#128184; The Waste in Venture Capital</strong><br>Growth-at-all-costs has left many companies fragile. Dave explains how to recognize premature scaling before it&#8217;s too late.</p><p><strong>&#10084;&#65039; Emotional-Market Fit</strong><br>Beyond functionality, companies win when they create loyalty and resonance with customers at an emotional level.</p><p><strong>&#128640; Coaching Conscious Leaders</strong><br>After Jive, Dave dedicated his time to helping founders navigate growth without burning out themselves&#8212;or their companies.</p><div><hr></div><h2>Actionable Takeaways</h2><ul><li><p><strong>For Founders:</strong> Don&#8217;t let investor expectations define your roadmap; customer outcomes should.</p></li><li><p><strong>For Growth Leaders:</strong> Emotional resonance is the moat&#8212;look beyond metrics to why people truly care.</p></li><li><p><strong>For Investors:</strong> Hypergrowth isn&#8217;t a strategy; durability is.</p></li><li><p><strong>For SaaS Teams:</strong> Build models that balance profit with growth from day one.</p></li></ul><div><hr></div><h2>Resources Mentioned</h2><ul><li><p>Jive Software IPO journey</p></li><li><p>Conscious leadership frameworks</p></li><li><p>ThriveStack Customer Analytics: <a href="https://www.thrivestack.ai/?utm_source=chatgpt.com">www.thrivestack.ai</a></p></li></ul><div><hr></div><p>If you&#8217;re a SaaS founder or growth leader navigating the tension between scaling fast and building to last, you&#8217;ll want to catch this conversation.</p><p>&#127911; Loved the episode?<br>Subscribe to <strong>ThriveCast</strong> for more behind-the-scenes stories from the builders shaping the future of SaaS.</p>]]></content:encoded></item><item><title><![CDATA[Product Activation: Key Drivers and Growth Leaks]]></title><description><![CDATA[Andrew Capland on fixing activation leaks and driving real SaaS growth]]></description><link>https://www.hybridgtm.com/p/product-activation-key-drivers-and</link><guid isPermaLink="false">https://www.hybridgtm.com/p/product-activation-key-drivers-and</guid><dc:creator><![CDATA[ThriveStack]]></dc:creator><pubDate>Sat, 16 Aug 2025 14:01:07 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/171080206/a96c1e469d57efe28be4abb115c41f87.mp3" length="0" type="audio/mpeg"/><content:encoded><![CDATA[<p>In SaaS, getting sign-ups is only half the battle. The real challenge lies in ensuring those users <strong>activate</strong> &#8212; reaching the moment when they first experience real value from your product. This milestone, often called the <em>&#8220;aha moment&#8221;</em>, is a key predictor of whether users will stay, convert to paid, and grow with your product.</p><p>In this conversation, growth advisor <strong>Andrew Capland</strong> shares his perspective on what activation really means, why so many companies get it wrong, and how to identify and fix the leaks that silently drain your growth.</p><p>Listen now on <a href="https://podcasts.apple.com/in/podcast/thrivecast/id1695515492">Apple</a>, <a href="https://open.spotify.com/show/7656U9FOP8DeYLH09Xg0yP">Spotify</a>, <a href="https://castbox.fm/channel/ThriveCast-id5627613?country=gb">Castbox</a>, <a href="https://podcasts.google.com/feed/aHR0cHM6Ly9hcGkuc3Vic3RhY2suY29tL2ZlZWQvcG9kY2FzdC8xNjYzNDczLnJzcw?sa=X&amp;ved=0CAMQ4aUDahcKEwjAgdTQjsaDAxUAAAAAHQAAAAAQAQ">Google</a> and <a href="https://www.youtube.com/@ThriveStack/videos">YouTube</a>.</p><div><hr></div><blockquote><p><strong>"Activation is the output. If we do a great job with onboarding and the new user experience, the result should be that new accounts activate &#8212; and that&#8217;s the signal they&#8217;re likely to become active, paying customers."</strong><br>&#8212; <em>Andrew Capland</em></p></blockquote><div><hr></div><h2><strong>Key Insights</strong></h2><ul><li><p><strong>Activation &#8800; Onboarding:</strong> Onboarding is the process; activation is the outcome.</p></li><li><p><strong>Value First:</strong> The &#8220;aha moment&#8221; &#8212; when a user truly understands your product&#8217;s value &#8212; is the turning point for retention and monetization.</p></li><li><p><strong>Trackable Signals:</strong> Activation should be tied to measurable events that correlate with long-term use and conversion.</p></li><li><p><strong>Common Leaks:</strong> Poor onboarding flows, unclear value propositions, and friction points can delay or prevent activation.</p></li><li><p><strong>Fix with Experiments:</strong> Identify leaks, measure impact, and run iterative experiments to improve time-to-value.</p></li></ul><div><hr></div><h2><strong>Actionable Takeaways</strong></h2><ol><li><p><strong>Define your activation metric</strong> &#8212; Identify a clear, measurable event that signifies users have reached their first value.</p></li><li><p><strong>Map the journey to activation</strong> &#8212; Understand every step from sign-up to &#8220;aha&#8221; and identify friction points.</p></li><li><p><strong>Audit your onboarding flow</strong> &#8212; Remove unnecessary steps, clarify value, and guide users toward the activation event quickly.</p></li><li><p><strong>Segment your analysis</strong> &#8212; Look at activation rates by acquisition channel, persona, or plan to uncover hidden leaks.</p></li><li><p><strong>Run targeted experiments</strong> &#8212; Test changes to onboarding, messaging, or product experience and measure their impact on activation rates.</p></li></ol><div><hr></div><p>A huge thank you to <strong>Andrew Capland</strong> for joining us and sharing his deep expertise on activation and growth.<br>If you want to explore more of Andrew&#8217;s work, check out his website <strong><a href="https://www.deliveringvalue.co/">Deliver Value Faster</a></strong>, where he shares actionable frameworks, courses, and resources to help SaaS teams accelerate user activation and long-term growth.</p><p></p><h2>Resources</h2><ol><li><p><a href="https://deliveringvalue.co/growth-essays/the-value-first-onboarding-framework">&#8220;Value First&#8221; Onboarding framework</a> - by Andrew Capland</p></li><li><p><a href="https://deliveringvalue.co/growth-operating-system">The Growth Operating System</a> - by Andrew Capland</p></li></ol><p>&#127911; <strong>Loved the episode?</strong><br>Subscribe to <strong>ThriveCast</strong> for more behind-the-scenes stories from the builders shaping the future of SaaS.</p>]]></content:encoded></item><item><title><![CDATA[From BigQuery to MotherDuck: Reinventing the Data Warehouse with Jordan Tigani]]></title><description><![CDATA[Why small is the new big in data infrastructure&#8212;and how product-led growth is reshaping the future of SaaS]]></description><link>https://www.hybridgtm.com/p/from-bigquery-to-motherduck-reinventing</link><guid isPermaLink="false">https://www.hybridgtm.com/p/from-bigquery-to-motherduck-reinventing</guid><dc:creator><![CDATA[ThriveStack]]></dc:creator><pubDate>Sat, 12 Jul 2025 02:00:21 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/166595835/5e61b8d9ef7f902105003d4e6a1750fd.mp3" length="0" type="audio/mpeg"/><content:encoded><![CDATA[<p>In this episode, we chat with Jordan Tigani, co-creator of BigQuery and now CEO of MotherDuck, a next-gen, serverless analytics platform built on top of DuckDB. Jordan walks us through his journey from leading engineering and product at Google to building a lean, developer-first company that&#8217;s challenging the assumptions of modern data infrastructure. We explore his pivot from enterprise-heavy go-to-market models to a bold product-led growth (PLG) approach, his views on usage-based pricing, open-source collaboration, and what AI <em>hasn't</em> done for the data world&#8212;yet.</p><p>Listen now on <a href="https://podcasts.apple.com/in/podcast/thrivecast/id1695515492">Apple</a>, <a href="https://open.spotify.com/show/7656U9FOP8DeYLH09Xg0yP">Spotify</a>, <a href="https://castbox.fm/channel/ThriveCast-id5627613?country=gb">Castbox</a>, <a href="https://podcasts.google.com/feed/aHR0cHM6Ly9hcGkuc3Vic3RhY2suY29tL2ZlZWQvcG9kY2FzdC8xNjYzNDczLnJzcw?sa=X&amp;ved=0CAMQ4aUDahcKEwjAgdTQjsaDAxUAAAAAHQAAAAAQAQ">Google</a> and <a href="https://www.youtube.com/@ThriveStack/videos">YouTube</a>.</p><p></p><blockquote><p><em>Most big data workloads are actually start small. You just don&#8217;t need massive infrastructure to do great analytics.</em><br>&#8212; <strong>Jordan Tigani</strong>, CEO, MotherDuck</p></blockquote><p></p><h3>Key Insights</h3><ul><li><p><strong>Big Data is Overrated:</strong> Most companies don't actually need "big data" infrastructure. The vast majority of workloads, even at large organizations, are run over small data.</p></li><li><p><strong>Why MotherDuck Exists:</strong> Inspired by the elegance and power of DuckDB, Jordan saw an opportunity for a cloud-native, serverless experience that could scale down as easily as it scales up.</p></li><li><p><strong>The PLG vs. Sales Balance:</strong> While MotherDuck began with a PLG motion, Jordan shares why they now employ a hybrid strategy&#8212;PLG to drive adoption, sales to deepen engagement and expansion.</p></li><li><p><strong>Open Source Partnerships Done Right:</strong> DuckDB Labs owns a co-founder equity stake in MotherDuck, ensuring tight alignment and seamless collaboration&#8212;without code forking or IP conflicts.</p></li><li><p><strong>Usage-Based Pricing = Real-Time Value Alignment:</strong> Tying revenue to actual usage helps MotherDuck scale quickly, but also makes forecasting tricky. Jordan discusses how they manage this trade-off.</p></li><li><p><strong>AI Hasn&#8217;t Changed Everything (Yet):</strong> Despite the AI boom, Jordan believes its impact on the data infrastructure layer is still emerging. However, he sees internal applications&#8212;especially enrichment and ops&#8212;as low-hanging fruit.</p></li></ul><p></p><h3>Actionable Takeaways</h3><ul><li><p><strong>For Data Founders:</strong> If you're building for developers, your product must deliver immediate value&#8212;because you won&#8217;t get a second chance in PLG.</p></li><li><p><strong>For Open Source Builders:</strong> Consider strategic partnerships like MotherDuck&#8217;s&#8212;sharing upside with core maintainers can lead to long-term stability and innovation.</p></li><li><p><strong>For Growth Teams:</strong> Don&#8217;t ignore the long tail. Winning developer love at the grassroots can be a wedge into enterprise later.</p></li><li><p><strong>For Revenue Leaders:</strong> A blended GTM motion (PLG + sales-assist) allows you to capture low-touch users while accelerating high-touch deals. Invest in enrichment early.</p></li><li><p><strong>For AI Skeptics:</strong> You don&#8217;t need to &#8220;become an AI company&#8221; overnight. Focus on where AI truly adds operational or user-facing leverage today&#8212;and stay adaptable.</p><p></p></li></ul><p><strong>Resources Mentioned:</strong></p><ul><li><p><strong>MotherDuck:</strong> <a href="https://motherduck.com/">www.motherduck.com</a></p></li><li><p><strong>PLG Model Calculator:</strong> <a href="https://www.thrivestack.ai/gtm-maturity">https://www.thrivestack.ai/gtm-maturity</a></p></li><li><p><strong>Big Data is Dead</strong> by Jordan Tigani: <a href="https://motherduck.com/blog/big-data-is-dead/">https://motherduck.com/blog/big-data-is-dead/</a> </p><p></p></li></ul><p>If you're tired of bloated, expensive data warehouses and want a faster, leaner, developer-first alternative&#8212;<strong>check out <a href="https://motherduck.com">MotherDuck</a></strong>.</p><p>&#127911; <strong>Loved the episode?</strong><br>Subscribe to <strong>ThriveCast</strong> for more behind-the-scenes stories from the builders shaping the future of SaaS.</p>]]></content:encoded></item><item><title><![CDATA[Maximizing Outbound Reach: Our journey to 80% Deliverability in 4 weeks(2025)]]></title><description><![CDATA[From 42% to 80%: Our cold email deliverability success story]]></description><link>https://www.hybridgtm.com/p/maximize-outbound-reach-our-journey</link><guid isPermaLink="false">https://www.hybridgtm.com/p/maximize-outbound-reach-our-journey</guid><dc:creator><![CDATA[Prateek Punjabi]]></dc:creator><pubDate>Fri, 25 Apr 2025 13:07:13 GMT</pubDate><enclosure url="https://substackcdn.com/image/fetch/$s_!xVyy!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ad16e3e-754a-4147-a0d4-1d2841087f1f_1436x720.webp" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>A few months into my role at <a href="https://www.thrivestack.ai/">ThriveStack</a>, I hit a wall which most startups trying to scale come across at some point during their journey. We were deep into our outbound efforts, but something was off&#8212;our emails weren&#8217;t landing. Not metaphorically. Literally. They weren&#8217;t even showing up in prospect&#8217;s inboxes.</p><p>Coming from the scrappy GTM trenches of APAC MSMEs, I was used to lean strategies and manual effort. But international B2B SaaS? That was a different game. Long sales cycles, high-value deals, and one key requirement: outbound had to work&#8212;and scale.</p><div class="captioned-image-container"><figure><a class="image-link image2" target="_blank" href="https://substackcdn.com/image/fetch/$s_!viMB!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa4b790fb-b5e6-46ed-9a1d-26b07201ea57_232x70.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!viMB!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa4b790fb-b5e6-46ed-9a1d-26b07201ea57_232x70.png 424w, https://substackcdn.com/image/fetch/$s_!viMB!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa4b790fb-b5e6-46ed-9a1d-26b07201ea57_232x70.png 848w, https://substackcdn.com/image/fetch/$s_!viMB!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa4b790fb-b5e6-46ed-9a1d-26b07201ea57_232x70.png 1272w, https://substackcdn.com/image/fetch/$s_!viMB!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa4b790fb-b5e6-46ed-9a1d-26b07201ea57_232x70.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!viMB!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa4b790fb-b5e6-46ed-9a1d-26b07201ea57_232x70.png" width="154" height="46.46551724137931" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/a4b790fb-b5e6-46ed-9a1d-26b07201ea57_232x70.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:70,&quot;width&quot;:232,&quot;resizeWidth&quot;:154,&quot;bytes&quot;:8858,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:false,&quot;topImage&quot;:true,&quot;internalRedirect&quot;:&quot;https://www.hybridgtm.com/i/161106769?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa4b790fb-b5e6-46ed-9a1d-26b07201ea57_232x70.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!viMB!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa4b790fb-b5e6-46ed-9a1d-26b07201ea57_232x70.png 424w, https://substackcdn.com/image/fetch/$s_!viMB!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa4b790fb-b5e6-46ed-9a1d-26b07201ea57_232x70.png 848w, https://substackcdn.com/image/fetch/$s_!viMB!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa4b790fb-b5e6-46ed-9a1d-26b07201ea57_232x70.png 1272w, https://substackcdn.com/image/fetch/$s_!viMB!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fa4b790fb-b5e6-46ed-9a1d-26b07201ea57_232x70.png 1456w" sizes="100vw" fetchpriority="high"></picture><div></div></div></a></figure></div><p>At first, I relied on Lemlist. I&#8217;d personalize every message, add spintax, do pre-call research. It was impressive on paper. But unscalable in practice. I could feel I was pushing the limits of a small engine trying to tow a freight train.</p><p>Then came the shift.</p><div><hr></div><h1><strong>The Wake-Up Call</strong></h1><p>My introduction to outbound SaaS involved collaborating with <a href="https://www.linkedin.com/in/thomas-n-801369133/">Thomas Nobbs</a>, GTM Engineer at RevGen Labs, who guided our initial outbound efforts. Through this partnership, I gained a foundational understanding of the essential tools for today's AI-driven outbound strategies. This knowledge empowered us to initiate our own campaigns and further explore the evolving GTM landscape.</p><p>During my research I found <a href="https://www.linkedin.com/in/ryanallis/">Ryan Allis, CEO of SaaSRise</a>, and reading his GTM methods it clicked: what I was doing manually wouldn&#8217;t hold up at scale. Around the same time, I came across <a href="https://www.linkedin.com/in/seanjones4thewin/">Sean Jones, Founder of WolfScale</a>, who emphasized something that stuck with me&#8212;AI had changed the outbound game. What used to take teams of SDRs and hours of research could now be done in minutes, with smart tools and automation.</p><p>We overhauled everything. Out went the manual grind; in came maildoso for our domains, Clay for accounts enrichment , ChatGPT 4o for personalisation, Smartlead for email and Heyreach for Linkedin&#8212;a full AI-powered stack.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!wvDn!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc13151b3-5926-4ef2-b61d-278af50782c6_362x279.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!wvDn!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc13151b3-5926-4ef2-b61d-278af50782c6_362x279.png 424w, https://substackcdn.com/image/fetch/$s_!wvDn!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc13151b3-5926-4ef2-b61d-278af50782c6_362x279.png 848w, https://substackcdn.com/image/fetch/$s_!wvDn!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc13151b3-5926-4ef2-b61d-278af50782c6_362x279.png 1272w, https://substackcdn.com/image/fetch/$s_!wvDn!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc13151b3-5926-4ef2-b61d-278af50782c6_362x279.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!wvDn!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc13151b3-5926-4ef2-b61d-278af50782c6_362x279.png" width="362" height="279" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/c13151b3-5926-4ef2-b61d-278af50782c6_362x279.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:279,&quot;width&quot;:362,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:23607,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.hybridgtm.com/i/161106769?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc13151b3-5926-4ef2-b61d-278af50782c6_362x279.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!wvDn!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc13151b3-5926-4ef2-b61d-278af50782c6_362x279.png 424w, https://substackcdn.com/image/fetch/$s_!wvDn!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc13151b3-5926-4ef2-b61d-278af50782c6_362x279.png 848w, https://substackcdn.com/image/fetch/$s_!wvDn!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc13151b3-5926-4ef2-b61d-278af50782c6_362x279.png 1272w, https://substackcdn.com/image/fetch/$s_!wvDn!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fc13151b3-5926-4ef2-b61d-278af50782c6_362x279.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>But none of that mattered until we fixed one fundamental problem: <strong>Deliverability.</strong></p><p>In this part of our blog series, I will be diving into the prerequisite for any successful outreach campaign only after which other components of the outbound infrastructure should be worked upon.</p><div><hr></div><h2><strong>Deliverability: The Overlooked Power Move</strong></h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!xVyy!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ad16e3e-754a-4147-a0d4-1d2841087f1f_1436x720.webp" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!xVyy!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ad16e3e-754a-4147-a0d4-1d2841087f1f_1436x720.webp 424w, https://substackcdn.com/image/fetch/$s_!xVyy!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ad16e3e-754a-4147-a0d4-1d2841087f1f_1436x720.webp 848w, https://substackcdn.com/image/fetch/$s_!xVyy!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ad16e3e-754a-4147-a0d4-1d2841087f1f_1436x720.webp 1272w, https://substackcdn.com/image/fetch/$s_!xVyy!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ad16e3e-754a-4147-a0d4-1d2841087f1f_1436x720.webp 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!xVyy!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ad16e3e-754a-4147-a0d4-1d2841087f1f_1436x720.webp" width="1436" height="720" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/4ad16e3e-754a-4147-a0d4-1d2841087f1f_1436x720.webp&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:720,&quot;width&quot;:1436,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:8312,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/webp&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.hybridgtm.com/i/161106769?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ad16e3e-754a-4147-a0d4-1d2841087f1f_1436x720.webp&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!xVyy!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ad16e3e-754a-4147-a0d4-1d2841087f1f_1436x720.webp 424w, https://substackcdn.com/image/fetch/$s_!xVyy!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ad16e3e-754a-4147-a0d4-1d2841087f1f_1436x720.webp 848w, https://substackcdn.com/image/fetch/$s_!xVyy!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ad16e3e-754a-4147-a0d4-1d2841087f1f_1436x720.webp 1272w, https://substackcdn.com/image/fetch/$s_!xVyy!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F4ad16e3e-754a-4147-a0d4-1d2841087f1f_1436x720.webp 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>You can have a perfect cold email. <br>Great subject line. <br>Strong CTA. <br><strong>Doesn&#8217;t matter if it never reaches an inbox.</strong></p><p>That was our reality. A full <strong>45%</strong> of our marketing emails didn&#8217;t even make it past spam filters. Worse, poor deliverability was cutting our email ROI by half. On the flip side, implementing a few simple measures into our campaigns helped us land about 80% of the time in our prospect mailboxes.</p><p>Our turnaround started when we shifted focus from writing better emails to <strong>ensuring they were seen</strong>.</p><p>So let&#8217;s dive into what made our <strong>deliverability score</strong> go from a <strong>4/10 to 8/10</strong></p><div><hr></div><p><strong>What We Fixed (and How It Changed Everything)</strong></p><h2>Why Deliverability Comes First</h2><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!axq8!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8d866a28-26b5-42b0-8ff4-a7495bbb1b35_1600x847.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!axq8!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8d866a28-26b5-42b0-8ff4-a7495bbb1b35_1600x847.png 424w, https://substackcdn.com/image/fetch/$s_!axq8!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8d866a28-26b5-42b0-8ff4-a7495bbb1b35_1600x847.png 848w, https://substackcdn.com/image/fetch/$s_!axq8!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8d866a28-26b5-42b0-8ff4-a7495bbb1b35_1600x847.png 1272w, https://substackcdn.com/image/fetch/$s_!axq8!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8d866a28-26b5-42b0-8ff4-a7495bbb1b35_1600x847.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!axq8!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8d866a28-26b5-42b0-8ff4-a7495bbb1b35_1600x847.png" width="1456" height="771" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/8d866a28-26b5-42b0-8ff4-a7495bbb1b35_1600x847.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:771,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:142302,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.hybridgtm.com/i/161106769?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8d866a28-26b5-42b0-8ff4-a7495bbb1b35_1600x847.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!axq8!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8d866a28-26b5-42b0-8ff4-a7495bbb1b35_1600x847.png 424w, https://substackcdn.com/image/fetch/$s_!axq8!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8d866a28-26b5-42b0-8ff4-a7495bbb1b35_1600x847.png 848w, https://substackcdn.com/image/fetch/$s_!axq8!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8d866a28-26b5-42b0-8ff4-a7495bbb1b35_1600x847.png 1272w, https://substackcdn.com/image/fetch/$s_!axq8!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F8d866a28-26b5-42b0-8ff4-a7495bbb1b35_1600x847.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p>Even the best cold email fails if it lands in spam. You can&#8217;t optimize subject lines or messaging if the email isn&#8217;t even seen.</p><p>Stats don&#8217;t lie:</p><ul><li><p><strong>40%</strong> of marketing emails never hit the inbox</p></li><li><p>Poor deliverability can slash ROI by <strong>up to 50%</strong></p></li><li><p>Even a <strong>10% bump</strong> can boost sales by <strong>20%</strong></p></li></ul><p>For us, improving deliverability was the lever that made everything else click. Here&#8217;s the 10-part checklist we used&#8212;prioritized by impact.</p><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!hujd!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcfad0bc0-f75b-4c93-983e-b9f5ce943982_1292x832.png" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!hujd!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcfad0bc0-f75b-4c93-983e-b9f5ce943982_1292x832.png 424w, https://substackcdn.com/image/fetch/$s_!hujd!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcfad0bc0-f75b-4c93-983e-b9f5ce943982_1292x832.png 848w, https://substackcdn.com/image/fetch/$s_!hujd!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcfad0bc0-f75b-4c93-983e-b9f5ce943982_1292x832.png 1272w, https://substackcdn.com/image/fetch/$s_!hujd!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcfad0bc0-f75b-4c93-983e-b9f5ce943982_1292x832.png 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!hujd!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcfad0bc0-f75b-4c93-983e-b9f5ce943982_1292x832.png" width="1292" height="832" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/cfad0bc0-f75b-4c93-983e-b9f5ce943982_1292x832.png&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:832,&quot;width&quot;:1292,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:247244,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/png&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.hybridgtm.com/i/161106769?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcfad0bc0-f75b-4c93-983e-b9f5ce943982_1292x832.png&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!hujd!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcfad0bc0-f75b-4c93-983e-b9f5ce943982_1292x832.png 424w, https://substackcdn.com/image/fetch/$s_!hujd!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcfad0bc0-f75b-4c93-983e-b9f5ce943982_1292x832.png 848w, https://substackcdn.com/image/fetch/$s_!hujd!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcfad0bc0-f75b-4c93-983e-b9f5ce943982_1292x832.png 1272w, https://substackcdn.com/image/fetch/$s_!hujd!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2Fcfad0bc0-f75b-4c93-983e-b9f5ce943982_1292x832.png 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><div><hr></div><h2>1. Authenticate Your Domain</h2><p><strong>Uplift: +60%</strong></p><p>SPF, DKIM, and DMARC are the holy trinity of email trust. They prove to inbox providers that you are who you say you are.</p><p><strong>Without this?</strong> Your emails are marked as &#8220;possible scam.&#8221;</p><p><strong>Tool tip:</strong> We used Maildo for Domain and mailboxes, and then SmartLead to use this infrastructure.</p><div><hr></div><h2>2. Clean Your Email Lists</h2><p><strong>Uplift: +50%</strong></p><p>Invalid addresses kill your sender score. Run your prospect emails through email verification tools.</p><p>High bounce = blacklists.</p><p><strong>Use:</strong> Mail.so, NeverBounce, ZeroBounce</p><div><hr></div><h2>3. Go Plain Text</h2><p><strong>Uplift: +20%</strong></p><p>HTML looks flashy but flags spam filters. Plain text feels human and gets delivered.</p><p>It&#8217;s not sexy&#8212;but it&#8217;s effective.</p><div><hr></div><h2>4. Use Spintax &amp; A/B/C Testing</h2><p><strong>Uplift: +25%</strong></p><p>Spintax adds natural variation. A/B/C testing helps you find what works. Together, they dodge filters and sharpen results.</p><p><strong>Tools:</strong> Lemlist, Smartlead, Instantly</p><div><hr></div><h2>5. Limit Initial Volume</h2><p><strong>Uplift: +20%</strong></p><p>Start slow: 5-10 emails/day per mailbox. <br>Gradually ramp up to 20-30 emails/day per mailbox. Sudden spikes raise red flags with your email provider. Google and Microsoft have smart systems to mark these as spam.</p><p>Consistency = trust.</p><div><hr></div><h2>6. Don&#8217;t Use Links in Early Emails</h2><p><strong>Uplift: +18%</strong></p><p>Links are a red flag in cold outreach. Wait till you&#8217;ve earned attention&#8212;often by email sequence #4,5.</p><p>Emails with links are <strong>50% more likely</strong> to land in spam.</p><div><hr></div><h2>7. Space Out Your Cadence</h2><p><strong>Uplift: +15%</strong></p><p>Natural pacing mimics human behavior. Our winning sequence:<br><strong>Day gaps:</strong> 2, 3, 4, 4, 5, 5, 6...</p><p>This raised our inbox placement by <strong>30%</strong> and cut complaints by <strong>15%</strong>.</p><div><hr></div><h2>8. Dedicated Mailbox Pairs</h2><p><strong>Uplift: +15%</strong></p><p>Each campaign = 2 mailboxes. Segmented volume protects domain health.</p><p>Validity research shows this can lift deliverability by <strong>20%</strong>.</p><div><hr></div><h2>9. Keep Bounce Rate &lt;2%</h2><p><strong>Uplift: +10%</strong></p><p>Above 2%, you're in danger. Over 5%, and you're <strong>75% more likely</strong> to get blacklisted.</p><p>Fix list hygiene before you scale.</p><div><hr></div><h2>10. <strong>When Deliverability Plummets: The Mailbox Rewarm Solution</strong></h2><p><strong>Uplift: </strong>Recovery Only</p><p>Even with best practices, deliverability can suddenly tank due to bounces, spam complaints, or algorithm changes. When your emails consistently hit spam despite your efforts, a more drastic step is needed: <strong>mailbox rewarming.</strong></p><p><strong>Understanding Mailbox Rewarming</strong></p><p>Mailbox rewarming is a "reset" for your sending reputation. It involves gradually rebuilding trust with email providers by sending low volumes of emails to engaged recipients over time. This proves you're a legitimate sender of wanted content.</p><p><strong>Leveraging Warm-up Tools &amp; Engagement</strong></p><p>Email warm-up tools can automate this by sending/receiving emails and simulating positive engagement (opens, clicks, "not spam"). This builds sending history and positive signals. However, rely on these tools responsibly, combining them with genuine engagement and valuable content.</p><p><strong>Key Considerations for Rewarming:</strong></p><ul><li><p><strong>Patience:</strong> Results take time.</p></li><li><p><strong>Quality:</strong> Focus on engaged recipients and valuable content.</p></li><li><p><strong>Monitoring:</strong> Track your sending stats and inbox placement.</p></li><li><p><strong>Segmentation:</strong> Prioritize engaged contacts initially.</p></li><li><p><strong>Relevance:</strong> Ensure your content is highly relevant.</p></li></ul><div class="captioned-image-container"><figure><a class="image-link image2 is-viewable-img" target="_blank" href="https://substackcdn.com/image/fetch/$s_!Q3oO!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5c507f9d-0f6c-426c-a5fe-9f1a5d11fd1b_1600x900.jpeg" data-component-name="Image2ToDOM"><div class="image2-inset"><picture><source type="image/webp" srcset="https://substackcdn.com/image/fetch/$s_!Q3oO!,w_424,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5c507f9d-0f6c-426c-a5fe-9f1a5d11fd1b_1600x900.jpeg 424w, https://substackcdn.com/image/fetch/$s_!Q3oO!,w_848,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5c507f9d-0f6c-426c-a5fe-9f1a5d11fd1b_1600x900.jpeg 848w, https://substackcdn.com/image/fetch/$s_!Q3oO!,w_1272,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5c507f9d-0f6c-426c-a5fe-9f1a5d11fd1b_1600x900.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!Q3oO!,w_1456,c_limit,f_webp,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5c507f9d-0f6c-426c-a5fe-9f1a5d11fd1b_1600x900.jpeg 1456w" sizes="100vw"><img src="https://substackcdn.com/image/fetch/$s_!Q3oO!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5c507f9d-0f6c-426c-a5fe-9f1a5d11fd1b_1600x900.jpeg" width="1456" height="819" data-attrs="{&quot;src&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/5c507f9d-0f6c-426c-a5fe-9f1a5d11fd1b_1600x900.jpeg&quot;,&quot;srcNoWatermark&quot;:null,&quot;fullscreen&quot;:null,&quot;imageSize&quot;:null,&quot;height&quot;:819,&quot;width&quot;:1456,&quot;resizeWidth&quot;:null,&quot;bytes&quot;:402373,&quot;alt&quot;:null,&quot;title&quot;:null,&quot;type&quot;:&quot;image/jpeg&quot;,&quot;href&quot;:null,&quot;belowTheFold&quot;:true,&quot;topImage&quot;:false,&quot;internalRedirect&quot;:&quot;https://www.hybridgtm.com/i/161106769?img=https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5c507f9d-0f6c-426c-a5fe-9f1a5d11fd1b_1600x900.jpeg&quot;,&quot;isProcessing&quot;:false,&quot;align&quot;:null,&quot;offset&quot;:false}" class="sizing-normal" alt="" srcset="https://substackcdn.com/image/fetch/$s_!Q3oO!,w_424,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5c507f9d-0f6c-426c-a5fe-9f1a5d11fd1b_1600x900.jpeg 424w, https://substackcdn.com/image/fetch/$s_!Q3oO!,w_848,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5c507f9d-0f6c-426c-a5fe-9f1a5d11fd1b_1600x900.jpeg 848w, https://substackcdn.com/image/fetch/$s_!Q3oO!,w_1272,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5c507f9d-0f6c-426c-a5fe-9f1a5d11fd1b_1600x900.jpeg 1272w, https://substackcdn.com/image/fetch/$s_!Q3oO!,w_1456,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F5c507f9d-0f6c-426c-a5fe-9f1a5d11fd1b_1600x900.jpeg 1456w" sizes="100vw" loading="lazy"></picture><div class="image-link-expand"><div class="pencraft pc-display-flex pc-gap-8 pc-reset"><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container restack-image"><svg aria-hidden="true" width="20" height="20" viewBox="0 0 20 20" fill="none" stroke-width="1.5" stroke="var(--color-fg-primary)" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><g><path d="M2.53001 7.81595C3.49179 4.73911 6.43281 2.5 9.91173 2.5C13.1684 2.5 15.9537 4.46214 17.0852 7.23684L17.6179 8.67647M17.6179 8.67647L18.5002 4.26471M17.6179 8.67647L13.6473 6.91176M17.4995 12.1841C16.5378 15.2609 13.5967 17.5 10.1178 17.5C6.86118 17.5 4.07589 15.5379 2.94432 12.7632L2.41165 11.3235M2.41165 11.3235L1.5293 15.7353M2.41165 11.3235L6.38224 13.0882"></path></g></svg></button><button tabindex="0" type="button" class="pencraft pc-reset pencraft icon-container view-image"><svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-maximize2 lucide-maximize-2"><polyline points="15 3 21 3 21 9"></polyline><polyline points="9 21 3 21 3 15"></polyline><line x1="21" x2="14" y1="3" y2="10"></line><line x1="3" x2="10" y1="21" y2="14"></line></svg></button></div></div></div></a></figure></div><p></p><h4><strong>The Result: Deliverability First, Scale Second</strong></h4><p>All of this added up. Once we fixed deliverability, everything else started clicking. Engagement improved. Replies increased. We were finally reaching the right people&#8212;and getting responses.</p><p>Outbound wasn&#8217;t a guessing game anymore. It was a predictable engine.</p><p>Looking back, this was the real pivot point. We often obsess over subject lines, personalization, and copywriting. But without solid deliverability, it&#8217;s all wasted effort. That&#8217;s why in our playbook, <strong>deliverability is the foundation</strong>.</p><p>In the <strong>next post</strong>, I&#8217;ll share how we scaled this approach with AI&#8212; adding a personal touch to ensure great reply rates.</p><p>Let us know what interested you most from our experiences.</p><p></p><p></p><p></p>]]></content:encoded></item></channel></rss>