The argument in one line.
Claude Code belongs at the start of a B2B outbound pipeline: handling one-time infrastructure like TAM ingestion, Supabase schema, email waterfalls, and Trigger.dev crons, while Clay does the expensive per-lead AI personalization only when a contact is ready to send.
Read if. Skip if.
- You run B2B cold-email outreach and still download CSVs manually from Apollo or similar tools.
- You manage a lead generation operation and want the campaign refill to run without human intervention.
- You want an informed take on the Clay-is-dead argument from someone processing millions of rows weekly through it.
- You are comfortable with APIs and Supabase but have not used Claude Code for pipeline orchestration.
- You are looking for a beginner cold-email guide -- this assumes Supabase, API fluency, and programmatic data handling.
- You sell B2C or have a TAM small enough that manual list management is not a bottleneck.
The full version, fast.
The pipeline replaces manual CSV work with a 7-stage automated system: Claude Code pulls the full TAM from Prospeo and Blitz API, loads it into Supabase, runs a cost-ordered 4-provider email waterfall as an edge function, validates with MillionVerifier, then a Trigger.dev cron fires batches to Clay every morning at 2AM. Clay handles the per-lead AI work -- first-line generation, ICP scoring, routing -- before pushing into 50 segmented Smartlead campaigns. The result for one client is 11,000 leads generated in a year and 80 positive responses per day, with no humans touching the daily flow.
Chat with this breakdown — free.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →Where the time goes.

01 · Hook -- the old way vs. the new way
Opens on the CSV-download pain state, promises to reveal the Claude Code + Clay pipeline for a real client getting 80+ positive responses per day.

02 · The Pathos case study
Introduces the client Pathos PR, results (80 responses/day, 11K+ leads in a year), and the partnership model between technical and marketing teams.

03 · Proof -- live Clay table
Shows the actual Clay table with 11,357+ positive response rows, adds a row live on camera to demonstrate it is real-time.

04 · The three principles of autopilot campaigns
Distills the system into three requirements: programmatic TAM pull, store and enrich before Clay, AI personalization at scale.

05 · Pipeline walkthrough -- architecture diagram
Full-screen walkthrough of the 7-stage GrowthEngineX Lead Pipeline showing each stage and Claude Code's specific contribution.

06 · Live Supabase + Clay demo
Shows the actual Supabase database with 5M+ records, processed columns, email source tracking, and the full 100-column Clay table with AI-generated first lines.

07 · Clay is dead -- the rebuttal
Shows a LinkedIn screenshot claiming Clay is obsolete, explains why it stays: per-lead observability, team shareability, and Claude Code being a setup tool not a daily scheduler.

08 · Takeaway + CTA
Scales the advice down to 500 emails/day. Pitch for a free campaign setup for qualifying B2B companies over $3M revenue.
Lines worth screenshotting.
- Pull your entire TAM into a database before touching Clay -- knowing your exact runway is what makes autopilot campaigns possible.
- Running a cost-ordered email waterfall inside Supabase cuts per-contact enrichment cost before leads ever reach Clay.
- Claude Code's highest-leverage role is one-time infrastructure: schema design, edge functions, cron wiring. It is not a reliable runtime orchestrator.
- Clay's real value is per-lead observability, not orchestration -- you can see exactly what happened to each record.
- 50 separate Smartlead campaigns segmented by headcount, job title, and industry enables one-to-one personalization at scale.
- A processed boolean column in Supabase is all you need to track campaign runway -- flip to true when dispatched, query false to refill.
- Storing 5 million records in Supabase with proper indexing lets you query your entire TAM in milliseconds.
- The argument that Claude Code replaces Clay misses that Claude is good at big one-time setups, not reliable daily scheduled tasks.
- Before this pipeline, three full-time employees were manually downloading CSVs -- automation ROI compounds across headcount and consistency.
- High-volume sending only makes sense when your client has a genuinely large TAM; scale should follow addressable market size.
Claude Code builds the pipe; Clay runs what flows through it.
The division of labor that makes high-volume outbound scale is Claude Code for one-time infrastructure and Clay for per-lead AI spend -- not one tool doing everything.
- Pull your entire TAM into a database before touching Clay -- knowing your exact runway is what makes autopilot campaign refill possible.
- Run a cost-ordered email waterfall inside Supabase before leads reach Clay; starting with a cached internal database and falling back to paid APIs cuts per-contact enrichment spend significantly.
- Claude Code's leverage is in one-time infrastructure work: Supabase schema design, edge function deployment, Trigger.dev cron setup. Once deployed, those run independently without Claude in the loop.
- Per-lead observability is Clay's durable advantage over custom code -- you can see exactly what enrichment ran on each record, which matters when a campaign breaks and you need to debug millions of rows.
- Segmenting campaigns by headcount, job title, and industry is the mechanism that enables genuine personalization at scale -- 50 separate campaign variants, each with its own messaging, routed automatically.
Terms worth knowing.
- TAM (Total Addressable Market)
- The complete universe of potential contacts or companies that match a target customer profile. Pulling the full TAM into a database upfront gives you a known runway before you start sending.
- Email Waterfall
- A cost-ordered sequence of email-finding providers tried one at a time per contact, stopping at the first successful hit to minimize spend.
- ICP (Ideal Customer Profile)
- A description of the company or contact type most likely to become a customer, used to score and filter leads before sending.
- Edge Function
- A serverless function that runs inside Supabase close to the database, triggered by events or on a schedule without requiring a separate server.
- Trigger.dev
- A developer-first job orchestration platform for scheduling and running background tasks with full observability into each run.
- MillionVerifier
- An email validation service that checks whether an address is deliverable, risky, or invalid before it enters a sending campaign.
- Clay Webhook
- An inbound URL in Clay that accepts batches of contact data pushed from an external system, triggering Clay enrichment and routing columns automatically.
- Smartlead
- A cold-email sending platform that manages inboxes, send schedules, follow-up sequences, and campaign routing at scale.
Things they pointed at.
Lines you could clip.
“I like using Claude for when I am gonna do something one time, and I am doing this big setup. I do not really like trusting a routine or a scheduled task inside of Claude Code.”
“Before we had a system like this, I literally had three full time people on my team downloading CSVs from Apollo.”
“We even just got more leads while we were just talking about this and I was setting up the video.”
Word for word.
Don't just watch it. Burn it in.
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
The bait, then the rug-pull.
Three full-time employees downloading CSVs. That was the before. In eleven minutes, the host walks through a 7-stage automated pipeline that replaced them entirely -- pulling 5 million contacts into Supabase, running a cost-ordered email waterfall as an edge function, and pushing batches into Clay every morning at 2AM without a human touching any of it.
Named ideas worth stealing.
The 3 Principles of Autopilot Campaigns
- Programmatic way to pull the entire TAM (no manual CSV downloads)
- Store everything in a database and enrich emails before Clay
- Use AI to personalize messaging at scale
The minimum conditions for a cold-email campaign that runs without daily human intervention.
GrowthEngineX Lead Pipeline (7 Stages)
- List Sourcing (Prospeo + Blitz API)
- Load into Supabase
- Email Waterfall (Supabase Edge Function, 4 providers)
- MillionVerifier Validation
- Daily Push via Trigger.dev cron (2AM EST, 25 at a time)
- Clay Final-Mile Enrichment + Routing
- 50 Smartlead Campaigns (segmented by headcount, title, industry)
End-to-end architecture where Claude Code handles infrastructure and Clay handles per-lead AI spend.
Email Waterfall (Cost-Ordered)
- 1. Internal Email Database (20M+ cached -- free)
- 2. SmartLead Email Finder (included in SmartLead plan)
- 3. Prospeo API (high accuracy)
- 4. Icypeas API (catch-remaining fallback)
Try the cheapest source first, stop at the first hit. Runs as a Supabase Edge Function hourly on new contacts.
How they asked for the click.
“If you are a B2B company doing over $3,000,000 in revenue, I would love to launch a free campaign for you.”
Revenue threshold pre-qualifies leads. Framed as a free trial proof-of-concept, not a sale. Consistent with proof-first structure of the whole video.








































































