Where should AI actually sit in a real estate lead workflow?
I've been thinking about this while working on lead workflows for real estate teams.
There seems to be a tendency to either:
Put everything into a traditional rules-based automation, or
Throw an LLM/AI agent at the entire process and call it "agentic."
I don't think either extreme works particularly well.
For example, take a new property enquiry:
Lead comes in
↓
Extract requirements
↓
Determine buying intent
↓
Prioritize the lead
↓
Decide what happens next
↓
Salesperson follows up
I'd probably split this into different layers.
The predictable parts should remain deterministic.
For example:
- Required fields
- Lead scoring weights
- Routing
- Notifications
- CRM updates
- Follow-up timing
- Status changes
AI makes more sense where the input is messy or requires interpretation:
- Understanding a WhatsApp conversation
- Extracting budget/location/timeline from natural language
- Determining buying intent
- Summarizing the conversation
- Identifying missing information
- Flagging unusual or ambiguous cases
And then I'd still keep a human in the loop for decisions where being wrong is expensive.
So instead of:
AI → decides everything → automation
I'd think of it more as:
Rules + Automation
↓
AI interpretation
↓
Deterministic decision layer
↓
Human when confidence/risk requires it
The interesting part to me is that this doesn't necessarily require replacing an existing CRM.
A lot of the value may actually be in the layer between:
"Lead entered the system"
and
"Salesperson knows exactly what to do with it."
Curious how other people working with real estate systems are approaching this.
Where have you found AI genuinely useful in the workflow, and where have you found that a normal automation/rule works better?