Home/Thoughts
Thoughts

The Closer Who Couldn't Wake Up at 4am

Every AI sales tool exists because a human system broke first. Here's exactly what that break looks like.

Quick Diagnostic
Is Your Lead Response System Built to Fail?
Answer 4 questions to see where your outbound process is leaking money - and whether a machine should be doing your team's job.
1. How fast does your team typically respond to a new inbound lead?
Within 30 seconds
Within 5 minutes
Within a few hours
Next business day or longer
2. What happens to a lead that comes in at 3am or 4am?
An automated system calls or contacts them immediately
They get an automated email, but no call
They wait until someone on the team wakes up
Honestly, not sure - it depends who checks Slack first
3. If a lead does not pick up the first call, what is your follow-up process?
Automated retries every 24 hours until contact or opt-out
We have a structured multi-touch sequence
We try once or twice and then move on
It falls on the rep to remember to follow up
4. How much does your current lead response setup cost per month?
$1,000 or more (part-time SDR, tools, overhead)
$200 - $999
Under $200
Under $50 with full automation
0
/ 12
Your Current Setup Cost
AI Automation Stack Cost
~$38 / month
What your answers reveal

I want to tell you about the moment I stopped pretending my sales team could do something they were never going to do.

It wasn't a dramatic firing. There was no confrontation. It was quieter than that - and more embarrassing, honestly, because the failure had been hiding in plain sight for months before I finally admitted it was structural.

We had leads coming into our mastermind application pipeline around the clock. Someone fills out the form at 4:15 in the morning - maybe they're in a different time zone, maybe they just can't sleep, whatever the reason - and that lead is hot. The window to call someone back within the first 30 seconds of them raising their hand is the difference between a meeting and a ghost. I know this. I've known it for years. Speed to lead is one of those things that sounds obvious until you try to actually operationalize it across a team of humans and realize how completely impossible it is at scale.

I couldn't get my closers to call people within 30 seconds of the lead coming in at 4:15 in the morning. Not consistently. Not even close.

And I want to be clear: this wasn't a staffing problem. These weren't bad closers. This was a structural impossibility. You cannot hire a human being who will reliably wake up, check a lead notification, and dial a number within 30 seconds at 4am - every single day, across every time zone, without exception. That's not a job. That's a trap. You'd burn through people and still have coverage gaps, because the math just doesn't work.

So I stopped trying to fix the human system and I built a machine instead.

What the Machine Actually Does

The flow runs inside n8n. When someone comes into our mastermind and applies, the system immediately checks whether they're an existing paying customer. Then it checks whether we've called them in the last 24 hours. If we haven't, it pulls all of their lead information and automatically dials them using Bland.ai - an AI voice agent that can hold a real conversation, not just play a recorded message.

While the call is happening, the system is tracking call status. When the call finishes, it automatically summarizes what happened. It tells us: Did it connect? Did the prospect engage? Did they sign up? All of that gets logged back into the application record so we have a complete picture before any human even looks at the lead.

And then - this is the part that matters - if there's no pickup, no conversion, no "do not contact," the system will try again in 24 hours. And again. It keeps dialing every day until they either buy or they tell us to stop. The whole thing - the AI caller, the retry logic, the status tracking, the summaries - costs less than $38 a month to run.

Full AI cold calling infrastructure. Less than $38 a month.

Compare that to what you'd spend trying to staff overnight coverage. A single part-time SDR covering one time zone costs you hundreds of dollars a month before you get a single dial in. And they still won't pick up at 4:15am on a Tuesday.

The Part Most People Get Wrong About Automation

When I show people this kind of setup, the immediate reaction is usually one of two things: either "that's insane, a bot can't replace a human salesperson" - or - "cool, how do I copy it."

Both of those reactions miss the point.

The AI voice agent isn't replacing your closers. It's doing the thing your closers were never actually doing in the first place. Your best closer should be on the phone with warm, qualified prospects who are genuinely interested. That's where the skill matters. That's where closing happens. What the machine handles is the gap between "someone filled out a form" and "someone is ready to talk to a real human." That gap is where most leads die - not because the closer wasn't skilled enough, but because nobody called in the first place, or they called three hours later when the prospect had already moved on.

If you want to understand how I think about team segmentation in sales, the book I wrote on this goes deeper - but the short version is: segment by function. The people who are great at closing deals should not be spending four hours a day doing lead research or waiting by a phone at 3am hoping an application comes in. You hire for the function that actually needs a human, and you automate everything else.

The machine isn't an upgrade to your sales team. It's an admission that your sales team should never have been responsible for that particular function in the first place.

How the Lead Generation Side Works

The voice caller is just one piece of the n8n stack I've been building. The other piece - the one that feeds leads into the whole system - is worth walking through, because it illustrates how far you can take this without Clay credits or expensive middleware.

The flow I demoed during this call started with a trigger (either manual or on a schedule - those are the only two you really need), then hit the Serper API to pull Google search results. Serper gives you the first 2,500 searches free, and you just need an API key. We were searching for startups that had recently announced funding - you could change that to any signal that matters for your market.

The raw Google results come back as messy JSON. You feed that into OpenAI via the n8n OpenAI node, and you write a prompt that extracts just what you need: company name, funding amount, source URL. ChatGPT does the extraction and cleaning. Then you run another Google search - this time using the company name as the input - to find the CEO, the domain, and the CEO's LinkedIn URL. You feed those results back into GPT to structure them into clean fields: first name, last name, domain, LinkedIn URL.

Then you hit the Findymail API. You pass it the LinkedIn profile URL and it returns a verified email address. If it can't find the email via LinkedIn, it tries again using the domain and the person's name. The whole enrichment loop runs automatically, and the output goes directly into a Google Sheet - company name, CEO name, email, domain, LinkedIn, all clean and ready to import.

When I ran this live during the call, we pulled three companies from a single Google search, found the CEO for each, and got verified email addresses - all flowing into a sheet in real time. That's with a minimal setup. If you want volume, you rotate through multiple Serper queries and pull multiple pages of results. The scale is just a function of how many search queries you run.

From the sheet, the path is straightforward. Download as a CSV, import into Smartlead, map your fields, and you're in a sequence. Or - and this is where it gets interesting - you can skip the manual export entirely by hitting the Smartlead API from inside n8n and feeding leads directly into campaigns the moment they're verified. Same API integration pattern, just one more node in the flow.

Free Download: 7-Figure Offer Builder

Drop your email and get instant access.

By entering your email you agree to receive daily emails from Alex Berman and can unsubscribe at any time.

You're in! Here's your download:

Access Now →

Why n8n Instead of Clay

I want to address this directly because I get asked about it constantly.

Clay is a great tool. I'm not here to trash it. But there are things n8n can do that Clay fundamentally cannot, and the cost structure is completely different.

Clay is built around credits. Every enrichment step costs credits. Every API call costs credits. The moment you want to do anything custom - like tap into a cold calling API, wait for the call to complete, summarize the result, and loop back - you're either hitting a wall or paying through the nose. n8n is just making direct API calls. No credits. No monthly seat fee per enrichment action. You pay for the APIs themselves, which in most cases are fractions of a penny per call.

The voice calling flow I described above - every lead called automatically, retried every 24 hours, call summaries logged - costs less than $38 a month total. That's the entire stack. In Clay, you'd be looking at credit costs that would make this kind of high-frequency looping prohibitively expensive.

The tradeoff is that n8n requires more technical comfort. If you're just getting started, the cloud version runs around $24 a month and you don't have to manage hosting. If you want to go deeper, you can self-host it on a server like DigitalOcean for around $50 a month - and on that same server you can run your lead database, your email verifier, and n8n all at once. Three tools, one server cost. That's how I'm running it.

None of this requires you to write code from scratch. Every single piece of custom logic in these flows - the JavaScript flatteners, the data cleaning scripts, the structured output parsers - was written by ChatGPT. You describe what you need, you paste in a sample of the data you're working with, and it writes the code. If it breaks, you paste the error back in and ask it to fix it. The only skill you actually need is patience and the ability to read error messages.

What Else You Can Do With This Stack

Lead generation is the obvious use case, but it's not the only one.

I've been using the same n8n infrastructure to build what I call AI-powered lead magnets. We built a startup idea generator on Galadon.com that scrapes Reddit every day, runs the raw posts through GPT to extract business pain points, and outputs three fully-formed business ideas with demand signals already baked in. Someone lands on the page, sees an idea that resonates, stays for more than ten seconds, and gets prompted for their email. The backend is entirely n8n. The frontend is just a Webflow page. The whole thing generates leads on autopilot.

We also built a cold email writer inside our Slack workspace. You type a slash command, drop in any domain, and the flow scrapes the website, infers the offer, identifies the target audience, pulls case studies from the site, and writes three complete cold email campaigns - formatted and ready to test. It runs through the same email scripts I've refined over years of campaigns. Any team member can generate a custom campaign for any prospect in about 30 seconds.

If you want to see the underlying email scripts that power something like that, grab the Top 5 Cold Email Scripts here - those are the same frameworks I've been iterating on since before any of these automation tools existed.

For the lead generation side specifically, the flow I walked through during this call is essentially a lighter version of what I use for prospecting. If you want to go deeper on the database side - building out lists from Apollo exports, cleaning invalid emails, finding replacement contacts when an email bounces - ScraperCity plugs into this kind of workflow naturally. You pull the raw list from a database, run it through n8n for enrichment, and you're not starting from a blank Google search every time.

Same goes for the Apollo output you might already have sitting in a spreadsheet. Invalid emails don't have to be dead leads. The enrichment flow I described - where you take an invalid email, identify who currently holds that role, find their name, and run it through Findymail - works exactly the same way on a cold Apollo export as it does on fresh Google results. You're essentially resurrecting leads that most people would just delete.

The Real Takeaway

I want to come back to where we started, because I think people hear "AI automation" and they immediately go to either hype or skepticism, and both of those miss what's actually happening.

The reason I built the AI voice caller wasn't because I read a blog post about the future of sales tech. It was because I spent real time and real money trying to staff a function that no human team could reliably execute - calling leads within 30 seconds at 4:15 in the morning - and I finally stopped pretending that the right hire would fix it.

That's the pattern I see over and over with founders who are struggling with outbound. They have a broken process, and instead of asking "is this something a human should be doing at all," they hire another person, write another playbook, and run the same broken system with fresh legs. Three months later they're back to the same conversion rates wondering what went wrong.

Sometimes the honest answer is that the failure mode is structural. You cannot staff reliability at 4am across every time zone. You cannot have a human being consistently do sub-30-second callback on every lead, every day, indefinitely. You cannot have a sales rep manually research 500 funding announcements, find the CEO's LinkedIn, verify their email, and write a personalized first line before the lead goes cold. These aren't human jobs. They're machine jobs. The moment you get honest about which category a task belongs in, you stop hiring people to fail at things and start building systems that actually work.

The leads I'm pulling, the calls I'm making, the emails I'm sending - they're not being generated by a team of SDRs grinding away at spreadsheets. They're coming out of a $38-a-month automation stack that runs whether I'm awake or not.

That's not the future. That's just what good outbound looks like right now.

If you want to get into the specifics of building the outbound system around these leads - the offer, the sequence, the follow-up - the Cold Email Follow-Up Templates are a good place to start, and if you want to go all the way through it with me directly, that's what Galadon Gold is for.

Ready to Book More Meetings?

Get the exact scripts, templates, and frameworks Alex uses across all his companies.

By entering your email you agree to receive daily emails from Alex Berman and can unsubscribe at any time.

You're in! Here's your download:

Access Now →