Sylvestri Systems
real-estate·April 12, 2026·2 min read

The 15-hour lead response gap

Average agent takes 917 minutes to answer a new lead. Agents replying in under 5 minutes are 21x more likely to qualify. Here's the stack I built to close that gap end-to-end.

Empty slot: post:15-hour-lead-response-gap.video-1
Populate in content/videos/video-slots.yml

One number changes every conversation I have with real-estate agents who are frustrated with their lead conversion:

917 minutes
average lead response time
~15 hours. Across US residential RE.

And the companion:

21×
more likely to qualify
When response happens inside 5 minutes.

Why the gap exists

It's not lack of effort. It's tooling. The typical agent has:

  • A CRM they check 2–3 times a day
  • A phone that rings during showings, closings, and dinner
  • Five lead sources that don't talk to each other
  • A vague "respond fast" intention that loses to reality every Tuesday

The stack I run to close the gap

Lead response pipeline: lead source → FUB webhook → n8n router → Claude classifier → SMS/voice agent → human handoff on engagement.
Every new lead routes through the same pipe, 24/7. Humans see only the ones that engage.

Components:

  1. Follow Up Boss — still the best RE CRM I've used. Webhooks out on every new lead.
  2. n8n on VPS2 — receives the webhook, dedupes, enriches (address + MLS if available), routes by source.
  3. Claude Sonnet 4.6 — classifies lead intent (buyer / seller / just-browsing / spam) and drafts the first SMS/voice message.
  4. Bland.ai or Twilio SMS — the outbound channel. Under 60 seconds from form-fill to first touch.
  5. Human handoff — the moment a lead replies with intent signal, I get a Slack ping with the full thread and a one-tap "take over" link.

The first-touch message framework

First-touch message — always hits these beats

    What it's not

    It's not an AI pretending to be me. The disclosure is clear. The handoff is immediate on engagement. The agent's job shifts from initiating contact to taking over conversations that already have signal.

    The unit economics

    1,000 leads/month × 3 touches each = 3,000 interactions. Blended cost per interaction ~$0.15 = $450 in AI + SMS spend. My done-for-you service runs $1,497/month. That's a 70% gross margin for me and a 21× response-rate improvement for the agent.

    Install the follow-up stack

    Tomorrow: the n8n workflow JSON, with the Claude prompt inline.