Building Production AI for Property Operations

AI that communicates with renters and safely takes operational actions inside property-management systems.

HappiNest AI mobile leasing workspace showing the official product interface.

Project statement

The goal was not another chatbot. It was AI that could communicate and safely take operational actions.

Context

I lead the technology — AI, product, infrastructure, integrations, reliability, security, mobile, vendor strategy, and technical economics.

Problem

AI answering a question is easy. Safely taking actions inside operational systems is much harder.

Constraints

It has to act inside the property-management system, under real operating conditions, and not become unreliable doing it.

My role and personal contribution

I own the read/write integration architecture that allows HappiNest.AI to act inside property-management systems.

System

The model decides what should happen. The surrounding system decides whether it is safe for it to happen.

Around the model: conversation serialization, distributed state and caching, debouncing, concurrency controls, idempotent tools, validation, retries, observability, provider abstraction, and human fallback.

HappiNest operational flow
  1. Stage 1
    • Lead
  2. Stage 2
    • Conversation
  3. Stage 3
    • AI
  4. Stage 4
    • Safety / state / validation
  5. Stage 5
    • Property operations
  • Lead leads to Conversation
  • Conversation leads to AI
  • AI leads to Safety / state / validation
  • Safety / state / validation leads to Property operations
Sanitized published HappiNest mobile conversation and tour workflow demo view with fictional neutral lead and property values.
Sanitized published demo view: mobile conversation workflow from HappiNest’s public mobile-app page. Visible lead, property, date, and status values have been replaced with fictional neutral values.
Sanitized published HappiNest desktop lead and operations workspace demo view with fictional neutral lead, property, source, and time values.
Sanitized published demo view: desktop lead and operations workspace from HappiNest’s public homepage. Visible lead, property, source, time, and status values have been replaced with fictional neutral values.

Decisions and tradeoffs

The model is probabilistic. The controls around it can’t be. And the whole thing still has to survive inference and voice cost, gross margin, onboarding, operational overhead, and staying up.

Verified outcome

HappiNest.AI has 3,277+ homes live and 6,500+ homes contracted and growing. For Dean & DeWitt, HappiNest.AI increased lead-to-lease conversion by 39%.

Lesson

Production AI has to operate within the constraints of the systems around it.

Relevant domains

  • Production AI
  • Product
  • Infrastructure
  • Integrations
  • Reliability