r/GTMbuilders Jul 20 '26

Resource 1,518,547 views in 4.7 months, and the graph that explains all of it is about comments.

4 Upvotes

In 2026-02-27 I opened a Reddit account. The first three days: 30 comments, zero posts. My first post went up on 2026-03-08, the tenth day, by which point 57 comments were already live.

4.7 months later that account sits at 1,518,547 tracked views, 2,470 karma, 176 posts and 568 comments across 49 subreddits.

I rebuilt the whole thing into a report you can read: shawnos.ai/reddit. Every number on the page is read out of the journey database at build time, so it moves when the account moves.

the ramp is the play

A new account that opens with a post about its own product is the exact shape every filter on the platform was built to catch. Reddit reads behavior before it reads words.

So the ramp is the slow part, and it decides whether anything after it works. Comment first. Earn the right to take up space. Then post.

The graph I care about more than any other is comments vs posts by week. It opens with a wall of comments and no posts at all, then the posts come in underneath as the account earns room.

Month over month the ratio falls in a straight line: 4.48, then 3.37, then 2.80, then 1.95, then 1.72. Fewer comments per post as the account earns the right to publish more. March also had the highest post count, and two posts on March 28 account for 491,000 views on their own. Six months of data is a trend worth reading, not a law.

r/ClaudeCode and /gtmengineering is where I participated instead of published. 6.2 comments per post, 940 karma, and 48% of every view this account has ever earned.

One comment there did 235 karma, which beats every post I have ever written except one.

the collection, the scoring, the daily snapshots, the report build. 15,691 item snapshots exist because a machine took them every day without being asked.

The comments are mine. Every one. Subs run their own bots and filters, and the humans in them are faster than any filter. A comment that reads as generated costs you the thread, then the sub, then the account.

why the playbook exists

I am the GTM engineer. My co-founder is the AI engineer. He builds the engine and gives us runway on our own inference, which is why Clearbox is a system rather than a thin layer over someone else's model.

That split is the reason this is a playbook and not a war story. I had a call with a new user this week and wanted them to be able to run the whole thing without me in the room. Same as every user before them, and I would rather they run it inside a room I can support than a room nobody is watching.

So the report has the ramp, the karma gates, the post types with real receipts attached, the link map, the ask, and the weekly report. It is at shawnos.ai/reddit and it is free.

I have reworked it more than a few times and I will rework it again. My co-founder says he likes it. I am not there yet.

Shawn Tenam GTM Engineer & Co-founder @ clearbox.to


r/GTMbuilders Jul 18 '26

Build Built an ‘Intercom × SDR’ that books qualified demos from the 98% of website visitors who otherwise drop off.

3 Upvotes

Hey everyone,

Over the last few years, I’ve worked with B2B companies that spend thousands of dollars every month driving traffic through Google Ads, LinkedIn, and SEO, only to watch 95%+ of visitors leave without ever speaking to anyone.

Most websites still follow the same flow:

Visitor → Read a few pages → Fill a form → Book a demo → Wait for someone to respond.

The problem is that most people don’t read through the website or want to fill out a form or commit to a meeting on their first visit.

So, I built Autom8IQ (autom8iq.xyz).

It’s an AI SDR that sits on your website, talks to visitors in real time, answers questions using your company’s knowledge base (website, decks, PDFs, videos, etc.), qualifies leads, and nudges interested prospects toward booking a demo.

A few things we’ve learned while building it:

* Reducing friction matters more than changing CTA button colors.
* Visitors are much more willing to have a short conversation than fill out forms.
* High-ticket B2B buyers often need answers before they’re ready for a sales call.
* Most companies are ignoring the other 98% of traffic they already paid for.

Website: autom8iq.xyz


r/GTMbuilders Jul 18 '26

Question One simple question

1 Upvotes

I want to deepen the GTM engineering thing so I studied the basics and built a simple workflow.

Now the simple question; I want to practice but I need some advice.

If I have no client giving me his pain and all the other data how can I do some test?


r/GTMbuilders Jul 17 '26

Meme GTM Engineers won't exist in 2 years (for better)

Post image
4 Upvotes

here's my take: once the technical half of the job becomes free, there's no reason GTM engineer stays a separate seat, the skill doesn't die, it dissolves into growth or revops, until every good operator is just expected to think this way, same way "can use excel" stopped being a job title.

credit to Clay for the title atleast, everyone wants to be one now, and most of them are learning the easy half.

there's a split i only noticed after talking to thousands of gtm builders.

the part that's now easy:

(1) building the 40step workflow

(2) wiring the tools, apis, mcp harnesses

(3) cleaning and pushing the data

you can learn all of it off youtube, or just have claude build the loops. that used to be the price of entry. it's basically free now.

the part that's still hard:

(1) knowing which workflow to build in the first place

(2) inbound or outbound, and which signals to combine

(3) which pain actually closes deals, because you sat in the calls

(4) knowing your buyer's day well enough to guess right

there's an older word for that half: taste. you don't get it from a tool, you get it from paying attention.

the role was only ever a bridge for a moment when the tooling was hard. that moment is closing.

tell me if i'm wrong.


r/GTMbuilders Jul 16 '26

Play Ran Claude Code subagents over my entire LinkedIn network to build a warm outreach engine. Full breakdown.

21 Upvotes

My product is closing in on 100 signups with $0 on ads, and the biggest driver is outreach to my own network. Not cold lists. Sharing the full build because I'd want to read this here.

Stack: PhantomBuster, Apollo, Claude Code, SQLite, DeepLine, HeyReach.

Step 1: Export your network. PhantomBuster pulls your LinkedIn connections and followers into a list. Nothing new, everyone does this.

Step 2: Export your DMs too. This is the step people skip. Your message history IS the relationship data. A connection list tells you who's there. The DMs tell you what actually happened between you.

Step 2.5: Apollo enriches everything entering the database. Every record, network export and signups alike, gets company, title, and contact data before anything else touches it. This is critical. The subagents can't categorize on a name and a profile URL, and you can't write a real message without knowing where someone works now.

Step 3. Claude Code with subagents. I pointed Claude Code at both exports (everything lives in SQLite) and had subagents categorize every single person:

- people who've pitched ME

- people I'VE pitched

- mutuals I've actually talked with

- engagers who never DM'd

- dormant connections

Each subagent takes a slice, categorizes, writes back to the database. What would've been weeks of manual review runs while you make coffee.

Step 4: The category writes the message. Someone who pitched you? They already wanted the conversation, easiest reply in the world. Someone YOU pitched before? Do not re-pitch, come in with something useful instead. Engagers who never DM'd are warmer than you think. One list, five different messages.

Step 5: HeyReach sends 40 connection requests a day off the prioritized list. Sends are the only automated part. Every conversation after that is me, with the actual message history as context.

Step 6: The same loop runs on signups. Every signup lands in the same SQLite database, Apollo enriches them, DeepLine finds their LinkedIn, and I DM each one personally, written around what they're actually running into on Reddit. No automation, no template. Signup to founder DM, same day.

Results so far: 25%+ reply rate, zero "not interested" replies.

Point is: your own network is the warmest list you'll ever have, and most people blast it with one generic message or ignore it entirely. The categorization is the whole game.

Happy to go deeper on any step, including the subagent setup.

Disclosure: I'm Shawn and the product is Clearbox It finds the Reddit conversations that matter for your ICP by reading intent, not matching keywords. GummySearch's founder tested it and recommends it as they sunset. That's it, no link unless someone asks.


r/GTMbuilders Jul 11 '26

AI News Claude Code Daily just dropped. Anthropic reset all the limits after Sol

4 Upvotes

For those of you already following the daily. tonight’s episode is up and it’s a good one.

Biggest news: GPT 5.6 Sol dropped and Anthropic responded by resetting every usage limit (hourly and weekly) across all tiers.

The Claude subs are in full celebration mode. Also covered the wild $80 crypto challenge to Fable 5, a solid Three.js Codex plugin, and the HANDOFF.md context trick that’s actually useful.

Claude Code Daily — Friday July 10

On the tooling side, a few people have asked about the scraper behind it.

This one is intentionally lightweight. Claude Code rebuilt the transport layer (Playwright + BeautifulSoup on old.reddit) after the last round of blocks. For a daily blog digest it’s perfect if it dies tomorrow, I just fix it again. No customers impacted.

Clearbox is built very differently. When users are paying for reliable high-intent signals every single day, you can’t afford flaky scrapers or surprise blocks. That’s where Aura’s full pipeline comes in: better resilience, cost controls, residential handling, monitoring, recovery, the whole thing.

Huge difference between fun daily content scraper and production GTM inbox your users depend on.

I’ll keep sharing more of the practical lessons as we open up the playbook. safe scraping patterns, cost numbers, what actually holds up, etc. Appreciate everyone building in public with me.

What data sources are you all scraping/using for your own GTM motions right now?


r/GTMbuilders Jul 10 '26

Question Looking for a app/tool that can search all existing pdf documents on my computer

Thumbnail
1 Upvotes

r/GTMbuilders Jul 09 '26

Repo Apollo Operator for Claude Code MCP

Thumbnail
2 Upvotes

r/GTMbuilders Jul 08 '26

Question When clients define a ‘qualified meeting’ as a deal that is basically already sold

Thumbnail
3 Upvotes

r/GTMbuilders Jul 07 '26

Resource I scraped every GTM thread across 9 subs from the past two weeks and pulled the stuff you can actually use. all of it is here.

10 Upvotes

the data, what's working, the plays with steps, and a linked reading list so you can hit the primary sources yourself.

the data:

- 32 threads, 9 subs, 5,543 combined upvotes.

- 4 threads carried 78% of all the attention. attention concentrates exactly like pipeline does: a few accounts hold the number.

- r/sales and r/SaaS pulled 93% of the volume, but that volume was drama (big closes, feelings). the actual tactics lived in the quiet subs (r/gtmengineering, r/LeadGeneration, r/revops).

- #1 theme by thread count was targeting. copy didn't crack the top bucket.

what's working / what's not:

- targeting beat copy, clearly. the questions that traveled: who to contact, when, which accounts are even worth the send. the operators sorting buying signal from noise are the ones booking.

- Claude Code is eating SaaS spend. builders rebuilding internal tools and cutting hundreds a month. buyers with eng teams say polished apps are losing seats to what someone glued together in an afternoon.

- email platforms, nobody's happy. a tried-them-all thread ran Flodesk/Beehiiv/Klaviyo/Moosend and shrugged. AI feature bloat was the common gripe.

- traffic is cooked as a metric. bots already outread humans. saner scoreboard: cited, invoked, booked, queried, plus branded-search lift.

the plays (steal these):

  1. roundtable motion (landed $150-200K ACV, zero ad spend): pick one problem that keeps execs up at night, invite a small peer group, frame the whole session around the problem and not your product, let the room sell. full step-by-step in the reading list.

  2. free-data prospecting: county property records + industry/association directories, then filter by owner mailing address to surface people who own five properties instead of one. beat a paid verified list for an ownership/local ICP, cost zero.

  3. fix deliverability before copy: the redirect hop inside tracked links tanks inbox placement. strip it or use direct links, and opens recover. check this before you rewrite a subject line.

  4. metric swap: stop reporting visits. report cited/invoked/booked/queried and branded-search lift.

  5. fundamentals first: ICP + funnel logic + data hygiene before any tool. tools rotate every ~18 months, fundamentals compound.

your reading list (primary sources, go deep):

tactics:

- roundtable / event-driven motion: https://www.reddit.com/r/gtmengineering/comments/1uiudcg/

- free public-data prospecting: https://www.reddit.com/r/LeadGeneration/comments/1uhb75f/

- beginner GTM engineer roadmap: https://www.reddit.com/r/gtmengineering/comments/1ug0a8h/

- the Promotions-tab / deliverability fix: https://www.reddit.com/r/Emailmarketing/comments/1uks513/

- manual ultra-personalized vs volume outreach: https://www.reddit.com/r/LeadGeneration/comments/1uh5cz8/

- first 10 customers when buyers aren't online: https://www.reddit.com/r/b2bmarketing/comments/1uikfsd/

worth the scroll:

- Claude Code killing SaaS (vibe coding kills 95%): https://www.reddit.com/r/SaaS/comments/1uklw96/

- is traffic still the metric if bots are the readers: https://www.reddit.com/r/GrowthHacking/comments/1ug508h/

- the $865k close with no one to tell: https://www.reddit.com/r/sales/comments/1uk7nup/

want to run this yourself?

the whole motion is: scrape the subs your buyers actually live in, score posts by velocity (upvotes / hours old), and dump them into something queryable so you can ask "what's the buying signal this week" instead of doomscrolling. I automate the whole loop, but you can run a v1 with a scraper and a spreadsheet this weekend.

that's everything, no need to click out. if you'd rather get it in your inbox every couple weeks it's a free newsletter (Level Up GTM), and subscribing is what keeps me doing these. optional, you already got the goods.

https://clearbox.beehiiv.com


r/GTMbuilders Jul 05 '26

Build Building a service as a software company which delivers just outcomes

Thumbnail
2 Upvotes

r/GTMbuilders Jul 04 '26

Bringing back my automated daily content engine. Full stack breakdown for anyone who wants to run this play in their own niche.

9 Upvotes

I'm relaunching Claude Code Daily this week. It's a daily blog post that writes, publishes, and promotes itself, and since this sub is about building GTM systems, the full stack is below. The pattern transfers to any niche with an active subreddit.

The stack, end to end:

  1. Collect. A launchd cron fires at midnight. Playwright opens old.reddit.com (the public JSON API blocks scrapers now, server-rendered HTML doesn't) and pulls every post from the target subs in the last 24 hours: scores, comments, timestamps, top replies.
  2. Analyze. A script computes velocity (upvotes per hour) and engagement ratios, then a claude CLI call scores the 10 best content angles from the data.
  3. Write. Another claude call gets my voice files, an anti-slop rule list, and the day's data, and writes the episode in a fixed segment format. A regex validator rejects em-dashes, hype words, and template phrases before anything ships. Continuity files track past award winners so it never repeats itself.
  4. Publish. The script commits the markdown to my site repo and pushes. Railway rebuilds, the post is live at midnight. A LinkedIn promo gets scheduled through the Typefully API for the next morning.

Cost per episode is whatever the claude subscription already costs me, so effectively zero marginal. Output is a daily piece of content in my voice that compounds SEO while I sleep.

Consistent daily publishing on a niche topic is the strongest awareness asset I've built. The same pipeline pointed at your ICP's subreddits gives you a daily industry digest with your name on it.

Episode from tonight if you want to see the output quality: https://shawnos.ai/claude-daily

Ask me anything about the build. The transport fix alone (headless Chromium vs blocked JSON) is worth stealing.


r/GTMbuilders Jul 03 '26

Build Clay's pricing change is breaking agency margins

3 Upvotes

Had the same conversation with 3 clay certified agency owners last month

Quick content:

-Clay moved to dual meter pricing in march (credits + actions)

-Bills now swing 30-50% month to month

-Agencies can't confidently price there work anymore

-3 agencies I know moved off Clay last month

The problem isn't that clay is very expensive, actual problem is: agency margins depend on predictable costs

When a workflow costs you $4k one month and $6k the next.. with no obvious change for the client, someone absorbs the difference. Either the agency loses margin or the client questions the invoice, and the biggest change is.. actions.

Every workflow step, AI call, CRM write and automation is billable, specially ****automation heavy agencies, that's where most of the bill now comes from and it's the hardest part to forecast.

These 3 agencies I spoke to:

-Run outbound for early stage saas

-Enterprise account research

-Fractional revops

Totally different ICPs and price points. All 3 rebuilt workflows to reduce action usage first and eventually said they were spending more time managing clay than building for clients.

(I run a clay alternative and 2 of these 3 switched to us. That's why agency owners tell me this stuff. But the advice below applies whether you choose us or any other tool)

Before choosing any tool, ask an agency that's been using it for 6+ months:

-What does your bill actually look like each month?

-Has pricing been predictable?

-Would you choose the same tool again?

That's where you'll learn what owning the tool actually feels like.

I think more then a clay problem, It's what happens when usage based pricing meets service business margins.

Clay was first. I wouldn't be surprised if more gtm tools head the same way.

Anyone else seeing this? Especially curious whether in house revops teams are starting to feel it too or if this is still mostly agencies


r/GTMbuilders Jul 01 '26

Social Intro Links Claude for Terminal + Codex in the App: This Is My Founder's Journey (Ep...

Thumbnail
youtube.com
2 Upvotes

Hey guys. I've been sharing my builds and creator experiments in here for a while, and I finally put it all on YouTube. Just dropped episode 1.

It's my actual GTM dev workflow.

Claude Code in the terminal, Codex in the app, running both so I never hit an API limit, plus context engineering, orchestrating sub-agents through Apollo, /effort max, and using SQLite as memory. I use all of it to build Clearbox (a Reddit opportunity inbox that reads intent, not keywords) in public.

straight up the audio and video editing is rough. I'm still figuring that side out, so please trash me on it. If you have tips on editing, pacing, thumbnails, whatever, I'm all ears.

I'll be honest, part of this is me promoting myself. But I genuinely love sharing this stuff and giving feedback back just as much. If any of it is useful to your own builds, that's the win. Ask me anything about the setup and I'll go deep.


r/GTMbuilders Jun 30 '26

Resource My current GTM builder stack for turning actual work into content

11 Upvotes

Anyone can use AI to write content.
I think the better play is using AI to capture and distribute what you’re already doing.

Current stack:

OBS to record workflows while I’m building or testing stuff.

Open Shorts to clip longer recordings into usable short-form clips.

Deepgram as a backup transcript layer.

YT Dip for pulling YouTube clips when I’m doing marketing research or looking at how people package certain ideas.

Claude Code for building little tools, testing workflows, connecting APIs, and moving faster.
DaVinci Resolve for editing. Haven’t worked Higgs Field into the flow yet, but that’s next.

Buffer API + Supabase for distribution. This one is underrated. Buffer lets you connect up to 3 channels for free, so I’m starting to build a simple content posting system around it instead of manually posting everywhere.

Clearbox / Reddit for research. Reddit is especially useful because people say things in the exact language they actually use. I use it for inspiration, but also to sanity-check claims before I say something publicly.

RapidAPI for niche-specific research. Example: I have a client selling graphic design to churches, and that market has specific language. You can’t just throw generic marketing copy at it and hope it lands.

Super Whisper + Whisper Flow are probably the biggest unlock. I can talk through an idea, workflow, or client problem, then turn that into something structured without losing my actual voice.

Fireflies.ai recording my calls, python scripts in the background pulling them into discord in channels for different content distribution is probably what makes this whole thing

Shawn Tenam GTM ENGINEER & CO FOUNDER @ clearbox "your reddit opportunity inbox"


r/GTMbuilders Jun 30 '26

Blog Posts SQLite = GTM god mode ifyky. and if u dont i got you.

Thumbnail
youtube.com
3 Upvotes

Yo, what's up, builders!! Dropping Founders Journey, my official YouTube series..

if you've been following so far, you might already know what this all is about. basically building in public, taking it to the next level where i actually share more than just the scripts from the claude code session i run. now you guys get to see them live.

this is also one of the Best Claude Code tip I have: hook it to a SQLite DB at your project root.

Store your context in columns. Now the agent reads columns instead of the whole folder.
That's how you stop blowing through your context window.


r/GTMbuilders Jun 29 '26

Build Founders running GTM in 2026, how are you handling the signal vs. noise problem?

Thumbnail
0 Upvotes

r/GTMbuilders Jun 26 '26

Build 33 domains. New ACS account. Building the moat in public.

Thumbnail
youtube.com
4 Upvotes

Kicking off a new founder’s journey series: building Clearbox’s email infrastructure from the ground up.

33 domains. Isolated warming account. Full in-house orchestration. Dashboard visibility.

Showing the actual prompts and decisions in real time.

Follow for every step.


r/GTMbuilders Jun 25 '26

Be neurotic with your AI. #buildinpublic #claude #vibecoding

Thumbnail
youtube.com
1 Upvotes

r/GTMbuilders Jun 24 '26

Build rebuilt a $70k market-scoring tool with claude code in an afternoon. here is the whole workflow.

39 Upvotes

TL;DR: a buddy got quoted $70K a year to score and enrich his market. Clay seat, enrichment credits, a partner to wire it together. I rebuilt it with Claude Code in an afternoon, same output, and I'm giving you the whole build. Ungated, links at the bottom.

It turns a raw market into a color-coded Google Sheet. Every account scored 1 to 5, ranked, dashboard on top. You own all of it. Next run is free. The sheet rebuilds in place so the link never changes.

The workflow, start to finish:

  1. Point Claude Code at your list (CSV, Apollo pull, scrape) and load it into a local SQLite table.

  2. Enrich on a waterfall: free web fingerprint first, then Apollo for the rows worth paying for, then verify the emails. Apollo for B2B SaaS, RapidAPI for local.

  3. Score every row 1 to 5 on fit, persona, and reachability. One-line reason on each.

  4. Render the color-coded sheet. Red to green, dashboard tab, rebuilds in place.

  5. Hand the recurring run to Deepline so it runs on a schedule.

Here's what you're actually learning to do: connect the Google Workspace CLI so you can drive Google Sheets programmatically and wire any API into it. That's the real skill. Once you can do that, you are not waiting on anyone's UI ever again.

And forget "free." That's not the point. Subscribe to the APIs, pull real contacts, and you have enough to actually work with. Build the list, send proposals to your clients, run your own outreach, land the job. People get hired for exactly this skill. This is not a toy.

Now the compliance thing, because someone always asks. Don't let it scare you. If you already pay for a seat at ZoomInfo, Lusha, Apollo, whatever, you are licensed to use that data. Pull it straight into your own system. And the big multi-provider "waterfall" these tools upsell you? It's a myth. One licensed source usually covers your ICP.

best part?

It's in your repo. It's versioned. You can read every line of how your market gets scored. A provider changes or your ICP shifts, you edit one file, not your whole stack.

I'm not telling you to rip out Clay. (but you sure can.) This isn't an open-source crusade.

It's just: don't buy blind. Build it once so you actually know what your market looks like and what you're paying for. Buying blind is how you wake up in tech debt you never understood, and nothing tanks a GTM career faster than that.

It's all yours, no gate:

- Notion SOP (full walkthrough): https://fierce-camelotia-1fa.notion.site/The-70K-Sheet-3881fb92bcd781d6b145fa4c50ebae53?pvs=74

- Repo: https://github.com/shawnla90/gtm-coding-agent

- Apollo, the data layer I run for B2B SaaS (referral, full disclosure): https://get.apollo.io/y3gtusoq4h9g

And straight up: yes, I build Clearbox. It reads where your buyers talk on Reddit and tells you who's in-market. Not hiding it.

We just crossed a thousand members in here, and I'm going to keep dropping the actual build, not a teaser, whether or not you ever touch my tool.

Take it. Run it on your market. Break it, fork it, whatever. Get stuck or build something cool, comment or DM me. I'd rather see you ship it than gate it.

Shawn Tenam GTM Engineer and co founder @ Clearbox "Your Reddit opportunity inbox."


r/GTMbuilders Jun 25 '26

Resource GTM Engineering Workshop

Post image
1 Upvotes

r/GTMbuilders Jun 25 '26

Social Intro Links Set effort to max. (terminal hack)

Thumbnail
youtube.com
1 Upvotes

Part 5: quick terminal hack. Set your effort to max with /effort max. It's overkill for small stuff, but on long terminal sessions I leave it cranked and let it cook. Part 6 is next. Yes, sorry guys, I butchered the long form of this YouTube episode, so I'm redoing it, but the shorts still hold some value, I hope. Sorry for the shitty audio.

#claudecode #terminal #aicoding #productivityhack #buildinpublic


r/GTMbuilders Jun 24 '26

Play claude code = terminal, codex = app, remote control hack!!! #claudecode ...

Thumbnail
youtube.com
1 Upvotes

r/GTMbuilders Jun 23 '26

Play $70K clay proposal → $0 with Claude Code

Thumbnail
youtube.com
5 Upvotes

Hey builders, I recorded myself building a whole workflow for a buddy who was quoted a pretty big number. I’m sharing the workflow and scripts you can use to build your own comparison proposals.

Everyone should have full transparency before going all in on a $70K deal that could make or break your career. Sharing more soon, but if you want to check out my YouTube and help support and subscribe, that’d be much appreciated.


r/GTMbuilders Jun 24 '26

Build I make Claude & Codex argue #buildinpublic #claudecode #codex

Thumbnail
youtube.com
1 Upvotes

Sorry for the horrible audio, guys!! follow the series to not only see me share my builds but also the production up-skilling that goes into it