Our rental operation runs day to day on AI agents.
Claude-based agents inside Slack handle guest operations, bookkeeping, and month-end reporting for our own multi-market short-term-rental business, with an audit trail behind every action.
Read the full case
A short-term-rental operation across multiple markets generates a constant stream of small, time-sensitive work: guest messages at odd hours, maintenance incidents, a ledger that grows with every stay. We standardized that work first, then put Claude-based agents on top, working inside Slack, where the operation already lives. We call the system RebornOS.
Agents triage guest messages and incidents, categorize transactions against the chart of accounts as they land, and assemble month-end reporting from the same ledger. People review the exceptions; agents work the volume. Every action is logged: what the agent read, what it decided, and why. That audit discipline is what makes it safe to let agents work.
Codify the rules, put agents on the routine volume inside the tools your team already uses, keep people on the judgment calls, and log everything.
What it takes off an operator's plate
- 87%fewer scheduling touches: 9 approval reviews covered 70 turnover assignments, against a baseline of one manual coordination per turnover
- 73%of schedule cards were changes the system caught by polling the property management system (24 of 33): the silent calendar drift that otherwise eats an operator's day
- 96xdaily guest-inbox sweeps on a 15-minute cron. Routine monitoring costs zero human attention; a person appears only when a draft card asks for review
- 100%of outbound writes pass a human gate: drafts for review, propose-then-confirm, approval digests, dry-run defaults. Autonomous actions sent in the period: zero
- 2:00 AMwhen the daily cleaning schedule assembles itself from the property management system, before anyone is awake
- Allbot answers logged to an audit table with cost, usage, and turn telemetry
Counted July 19, 2026, twelve days after go-live, from the operation's own Slack history and system records: 86 agent-authored cards in that window. This is a small operation on purpose. At this scale the absolute numbers look modest; the percentages are what transfer to a larger book of units. Where a baseline assumption enters (one manual touch per turnover) we say so, and we round in the direction that understates the effect.
Deeper reading, if you want the full context:
What runs here
- Guest-ops triage in Slack
- Incident escalation handling
- Automated ledger categorization
- Month-end reporting
- Audit trails on every action