On-prem LLM agents automating real estate lead qualification.
n8n-based workflow that automates real estate lead qualification and follow-up using LLM agents running on-prem.
Client lead data includes names, addresses, and financial details. Sending that to a third-party API creates a compliance surface I don't want. Local Ollama keeps inference on-prem — zero data egress, no per-token cost at scale.
LangChain is built for engineers. n8n gives me a visual flow I can hand off or explain to a non-technical client without a 30-minute setup walk. Ops-friendly > developer-flexible for this use case.
LXC containers give me snapshot-level backup with VZDump, resource isolation without container overhead, and live migration if I scale to a second node. Docker Compose would've been faster to set up and harder to recover.