I used to get flooded with leads every month—over 200, but it was 90% junk. Tire-kickers, students, wannabe founders with zero budget, and people convinced my tools were free. Wasting 15-20 hours every month on pointless calls? Brutal.
So I ditched the manual vetting and wrote an AI agent. Now only qualified prospects reach my calendar. Close rate on AI-vetted leads? 73%. I dropped from 20 wasted hours to just 4 focused discovery calls a month.
Why Manual Lead Qualification Sucks
Here’s how it usually goes:
- Someone fills out your form.
- SDR (or you) sifts through garbage.
- Back-and-forth “Are you even legit?” emails.
- Discovery calls with people who have no intent.
- Most get disqualified anyway.
It’s a time sink. Actual buyers wait days for a reply. SDRs burn out. Criteria shift depending on who's tired.
The AI Fix
Automate qualification before humans get involved. It's instant, consistent, never sleeps, never gets bored.
How My AI Lead Qualifier Works
- Pulls info from all sources—web forms, email, LinkedIn DMs.
- Auto-enriches data and scores with BANT (Budget, Authority, Need, Timeline).
- Fires off qualifying questions over chat/email, blends into normal conversation.
- Sorts leads: hot leads hit my calendar, warm get nurture emails, cold/pure junk get a polite “not a fit.”
Under the Hood
- Multi-source capture: One hub for all inbound leads.
- Data enrichment: Scrapes context with tools like Clearbit and Apollo.
- ML-aided BANT scoring: I tweaked the model by hand after running it for two weeks.
- Conversational bot: Used Claude Sonnet + GPT-4.1 for the chat flow.
- Routing engine: Types leads, sends them down the right path.
Stack? brand_cron.py grabs inbound, social_poster.py hits outreach, vision_social_poster.py for image-based leads. The intelligence runs on our MCP server (79 tools), uses our homebrew scoring plus some OpenAI API calls.
Cost to Run
- OpenAI: $15-30/month (overkill for most)
- Clearbit/Apollo: $99-199/month
- Email/hosting: pennies
ROI? 60-130x, no exaggeration. Less wasted time, more deals closed, less spam for everyone.
How to Build Yours This Weekend
Saturday (4 hrs):
- Deploy a webhook for multi-channel capture (I like Playwright+CDP to automate the Chrome flows)
- Basic BANT scoring scaffold
- Data enrichment hooks
- Draft the core qualifying questions
Sunday (4 hrs):
- Fire up a conversational bot (Claude Sonnet or GPT-4.1 works fine)
- Routing logic with basic state machine (or your favorite if/else hell)
- Nurture sequence stub
- Test with your worst historical leads
Week 2: Refine scoring, tweak questions. Week 3: Add smart disqualification/autoreply. Week 4: Plug in monitoring, set to autopilot.
The Takeaway
Automate this now. Talk only to people who matter. You can wire up your own AI qualification agent in a weekend—seriously.
Want the stack? Hit up axon.nepa-ai.com.
