Blog

What Happens When Property Management AI Gets It Wrong

Sepehr ShoarinejadFounder, URBI

Property management AI mistakes happen. The useful question is not whether the AI will be wrong but what the building's software does in the minutes after it is. URBI builds this AI, so this post describes the failures we design around rather than pretending they do not exist.

Most articles on this topic are written by vendors, and most handle failure with one line about keeping your data clean. That is not an answer. Below is the version I would want if I were signing the contract.

What actually goes wrong when property management AI makes a mistake?

Six distinct things go wrong, and they are not variations of one problem. Lumping them into a single category called "hallucination" is why so many buildings turn this on without a plan for any of them.

Failure modeWhat it looks like in a buildingWhat contains it
Confident inventionThe AI states a pet rule, a fine, or a quiet hours policy that does not appear anywhere in the governing documents.Answers grounded in the building's own files, plus a source the manager can open and check.
Right answer, wrong personA correct arrears balance read aloud to the roommate who is not on the account.Identity verification and privacy scoping before anything sensitive is disclosed.
Action without authorityA refund issued, an amenity booking canceled, a fee waived, a door code shared.A hard approval gate on the action itself, not a polite instruction in the prompt.
Correct answer, superseded documentThe AI quotes last year's rule perfectly, because nobody replaced the file.Effective dates on documents and a named owner for keeping them current.
Escalation loopThe resident asks three times, gets three versions of "I will pass that along," and nothing moves.Escalation that creates a tracked item assigned to a human, not a conversational dead end.
Missed urgencyWater coming through a ceiling gets handled as a routine request.Urgency detection plus a route that does not rest on the AI's judgment alone.

The fourth one is the quiet one, because it does not feel like an AI problem at all. The retrieval worked and the citation was real. The document was just old. An AI grounded on last year's rules will quote last year's rules with total confidence, every time somebody asks.

Is there a real documented record of these mistakes, or is everyone guessing?

Mostly guessing, and I would rather say that than pretend otherwise. I went looking for a public, primary sourced record of a building AI giving a resident a wrong answer about a lease clause, a bylaw, or a fee, with a traceable consequence. I did not find one. There is no published incident rate for this, so anyone quoting you a percentage is making it up.

What does exist is adjacent evidence, and it is strong enough to reason from.

  • Legal document AI, measured properly. Stanford researchers tested commercial legal research tools that work the same way a bylaw assistant works, by retrieving from a document set before answering. Nearly one in five queries produced misleading or false information, and the tools tested hallucinated more than seventeen percent of the time (Stanford University, 2024).
  • A government chatbot answering housing questions wrong, in public. New York City's MyCity chatbot told users that landlords could refuse tenants paying rent through housing vouchers, and answered no when asked whether tenants can withhold rent over failed repairs. Both answers were wrong. The city added a disclaimer and, per The Markup's reporting in 2024, the tool would "continue to remain publicly accessible."
  • Landlords already getting burned by general purpose AI. A landlord association reported in 2026 that notices drafted with a general chatbot were arriving without legally required content, including a notice to quit served mid month that told the tenant they had thirty days. Peter Shapiro, a mediator counselor quoted by MassLandlords, described "landlords who use ChatGPT to generate notices which often don't give the required information." Those notices get thrown out and the case starts over.

Meanwhile the industry is adopting anyway. A 2024 National Apartment Association industry pulse found fifty seven percent of respondents at companies adopting AI, with a plurality naming accuracy and reliability as their concern. On written AI policy, fifty three percent answered that they did not know whether one existed, and four percent said written documentation was accessible to employees (NAA, 2024). That gap between adoption and governance is the actual story.

Has "the AI said it" ever worked as a defense?

No US regulator has accepted it, and I could not find a US court decision holding a property manager to something a chatbot told a resident. That absence is worth stating plainly, because you will see confident claims to the contrary. What you can rely on is the direction every US agency has taken when a company put an automated system between itself and a customer.

  • The FTC went after unsupported accuracy claims. In its finalized 2025 order against DoNotPay, the Commission said the company did not test whether its service "operated to the level of a human lawyer" and did not retain attorneys to check accuracy. The order imposed monetary relief, banned the unsupported claims, and required notices to subscribers from 2021 through 2023 (FTC). Marketing an AI as reliable without testing it is itself the violation.
  • HUD says fair housing law follows the algorithm. Its 2024 guidance states that the Fair Housing Act applies to tenant screening and housing advertising, "including when artificial intelligence and algorithms are used to perform these functions" (HUD, 2024). Housing providers and the screening companies both carry responsibility. Hiring a vendor moves the work, not the liability.
  • The Justice Department took the same position in court. Filing a statement of interest in a fair housing case over algorithmic tenant screening, DOJ argued the Fair Housing Act reaches companies that build and sell those screening algorithms. Then United States Attorney Rachael S. Rollins put it directly: "Algorithms are written by people" (Justice Department, 2023).
  • The CFPB penalized inaccurate automated housing data. Its 2023 action against TransUnion Rental Screening Solutions concerned a failure to follow reasonable procedures to assure "maximum possible accuracy of eviction records," and ordered consumer redress plus a civil penalty (CFPB). Not a language model case, but the principle carries: wrong automated information that reaches a housing decision is an enforcement matter.

Legislatures are moving in the same direction. Colorado's automated decision making law, signed in May 2026, treats housing as a consequential decision. It requires notice at the point of interaction, a plain language description of the system's role within thirty days of an adverse outcome, and "the right to request meaningful human review and reconsideration" (Colorado General Assembly). Documentation duties begin January 1, 2027. If you cannot explain what your AI did and route the resident to a human who can revisit it, you have a problem arriving on a calendar.

Does grounding the AI in your own documents fix this?

It changes the failure profile without eliminating failure, and the honest version of that sentence is what most vendor pages skip. An AI answering from your declaration, your rules, and your fire safety plan invents far less than one answering from general training. It also picks up a new dependency it did not have before, which is whether those documents are current.

Retrieval introduces its own failure points. A widely cited engineering paper catalogs seven of them: the document is missing entirely, the right document does not rank high enough to be retrieved, a retrieved document gets dropped before it reaches the model, the model misreads a passage where "the answer is present in the context," the format is wrong, the specificity is wrong, or the answer is simply incomplete (Barnett et al., 2024). Four of those produce a wrong answer that looks well sourced, which is worse than an obvious guess.

There is also a trade off nobody advertises. In the Stanford testing, one product answered sixty five percent of queries accurately while another refused to answer sixty two percent of the time and was accurate on only eighteen percent. You can drive down wrong answers by refusing more questions, and end up with a system residents stop using. The researchers' own conclusion was that these products deliver value used as "the first step of legal research rather as the last word." That is the right posture for a bylaw assistant too. We go further into this in using ChatGPT for leases and bylaws and in building an AI knowledge base.

What design choices actually contain a wrong answer?

Six of them, and they are structural rather than conversational. You cannot prompt your way out of these. Here is where URBI lands on each.

Can it act, or only speak?

Reading and writing are different risk classes and should be gated differently. An AI that answers a question wrong creates a misunderstanding. An AI that takes an action wrong creates a transaction someone has to unwind. Both arrive in the chat looking the same to the resident.

Arthur, URBI's resident facing AI, has tools split into three categories: READ, WRITE, and PM_APPROVAL. PM_APPROVAL is a hard gate on actions Arthur may not take alone. A resident can ask Arthur to request a refund, and Arthur will not complete it without a manager approving it.

Where are the approval gates on money and access?

Anything touching money or building access needs a human in the path, every time. This is the category where a wrong answer becomes a real loss rather than a correction.

Beyond the PM_APPROVAL gate, sensitive actions in Arthur require a PIN, with throttling on repeated failed attempts. Household privacy scoping controls who can see what within a unit, so a dependent asking about the account does not receive the owner's financial detail.

Is escalation designed, or is it a fallback?

In most systems escalation is what happens once everything else failed, which is why it feels like being dropped. Designed escalation is different. The unknown question leaves the AI, arrives somewhere a human will see it, and comes back as an answer that improves the system.

When Arthur does not know, it escalates to the manager with a summary of what the resident asked. The manager answers. Arthur adapts that answer into its own voice, relays it to the resident, and saves it to the property scoped knowledge base with semantic matching, so the next resident asking the same question in different words gets answered without the manager. This is the piece I see missing most often, and it matters more than any accuracy claim.

Can staff see, correct, and delete what the AI has learned?

If the AI learns something wrong and you cannot reach in and delete it, you have built a machine that repeats an error forever. This is the correction path, and it is the question I would ask any vendor first.

Managers can view, edit, and delete knowledge base entries in URBI. On the document side, AI document processing parses uploaded files into chunks with embeddings and a full text index, so answers trace back to the building's own documents rather than to general training. Replace an outdated bylaw file and the answers change with it.

Can you reconstruct what happened?

If a wrong action cannot be reconstructed, it stays mysterious, and mysterious incidents do not get fixed. NIST's guidance on generative AI risk describes confabulation as content presented confidently but false, and asks organizations to check output against known ground truth and design systems that "fail safely, particularly if made to operate beyond its knowledge limits" (NIST, 2024). You cannot do either without records.

On the manager side, every HERO tool call writes a row with status, arguments, result, retry count, and timestamps, and tokens used per message are recorded so the manager can see AI cost. HERO is URBI's manager facing AI co worker. It is desktop web only, and it is not available to residents. On the resident side, every Arthur call is transcribed, summarized, sentiment scored, and tied back to the resident record, with a guaranteed record even when the caller hangs up mid call.

Do you know who you are talking to?

Identity verification has to come before disclosure, not after it. The right answer given to the wrong person is still a failure, and it is the one that turns into a complaint fastest.

Arthur reaches residents across voice, SMS, email, and in app chat, with a phone number per building. The PIN requirement and household privacy scoping stand between a caller and someone else's information.

None of this makes Arthur incapable of being wrong. It will be wrong sometimes. What the design decides is whether a wrong answer stays a wrong answer or becomes a wrong action, and whether anyone finds out. More on how the platform fits together in what URBI is and in URBI for residential buildings.

What should you ask a vendor before you turn this on?

Ask questions whose answers are checkable rather than reassuring. Every vendor will tell you their AI is accurate and secure. Ask these instead, and watch whether you get a demonstration or an adjective.

  • Show me what it does when it does not know. Make them trigger it live. You want a clean handoff, not a confident paraphrase.
  • What exactly is written to a log when it answers, and when it acts? Ask to see one row. Status, inputs, result, timestamps.
  • Who on my team can correct something it learned wrong, and how long does that take? If the answer involves filing a support ticket with the vendor, that is your answer.
  • List every action it can take without a human approving it. Ask for the list, not the philosophy. Compare it against anything touching money, access, or a legal notice.
  • How would I find out it was wrong? Almost nobody asks this. A wrong answer nobody reports stays invisible until it is a pattern.
  • Which documents does it answer from, and who keeps them current after go live?
  • What does it do with an emergency? Ask specifically about a flood at 2am. We covered that scenario in whether AI can handle emergency maintenance calls.
  • Do you publish an accuracy rate, and how was it measured? Most cannot. The vendor pages I reviewed for this post publish automation and containment metrics, which measure how many conversations ended without staff, not how many answers were right. Those are different numbers.

While we are being direct about limits, here are URBI's. Accounting is in beta. Asset management and certificate of insurance tracking are on the roadmap and not shipped. We do not have a published public API, single sign on for operator accounts, or a SOC 2 Type II report. Sync with legacy property management systems is CSV import with an AI cleanup step, not a live two way integration. If any of those are requirements, you should know now.

Do human staff not get things wrong constantly too?

Yes, and this is the strongest argument against everything above. The honest comparison is not AI against a perfect standard, but AI against a real team.

A concierge asked about the moving elevator policy at 9pm on a Sunday answers from memory. A manager covering four buildings mixes up which one banned barbecues on balconies. These are not rare events, and nobody logs any of them. The AI at least produces a record of being wrong, which is more than the 9pm phone call does. Grounding a system in the building's actual documents can beat a tired human working from recall.

Three things make the AI case genuinely different.

  • Scale. A human misremembering a rule tells the people they speak to that shift. A system misreading a document tells four hundred residents, identically, at once.
  • Consistency. Human errors are noisy, so they get caught by contradiction. Somebody says "that is not what I was told." A system is consistent, so its error looks like policy.
  • Speed. A wrong human answer takes a conversation to deliver. A wrong AI answer arrives in a second, and a wrong action can follow it immediately if nothing gates that action.

That is the case for containment rather than the case against AI. We are not neutral about whether this technology belongs in buildings, and we have written about where the line sits in whether AI will replace property managers and about the fair housing exposure specific to leasing in AI leasing and fair housing compliance.

Frequently asked questions

What is the most common property management AI mistake?

The most common one is a correct answer pulled from a document that is no longer in force. It does not look like a failure because the retrieval worked and the quotation is accurate. The rule just changed and nobody replaced the file. Confident invention gets the attention, but stale grounding is the failure that survives longest because nothing about it looks wrong.

Who is responsible when a building's AI gives a resident wrong information?

The operator, in every US framework I could verify. HUD's 2024 guidance applies the Fair Housing Act to housing functions performed by algorithms, and the FTC's 2025 DoNotPay order treated unsupported AI accuracy claims as the violation itself. No US regulator has accepted a vendor as a shield. Hiring one moves the work, not the responsibility.

Can an AI grounded in our own documents still be wrong?

Yes, and in more ways than most buyers expect. Published research on retrieval systems identifies seven separate failure points, including the right document failing to rank high enough to be retrieved and the model misreading a passage it did receive. Grounding reduces invention substantially. It does not remove misreading, incomplete answers, or documents that were never uploaded in the first place.

What should we log so we can prove what happened?

Enough to reconstruct the interaction without asking the vendor. In URBI, every HERO tool call writes a row with status, arguments, result, retry count, and timestamps, and every Arthur call is transcribed, summarized, sentiment scored, and attached to the resident record, including when the caller hangs up mid call. That is the difference between an incident you can investigate and one you can only apologize for.

Should we just keep AI away from anything sensitive?

Keep it away from unapproved actions, not from sensitive questions. Residents ask their hardest questions at the worst hours, and refusing to answer sends them nowhere. The split that works is letting the AI read and answer with grounded sources while gating anything that moves money, grants access, or issues a notice behind a human approval.

If you want to see this on a real building rather than in a demo script, we will walk you through Arthur's approval gates, the escalation path, and the logs, including the parts still on the roadmap. Compare approaches in our guide to the best AI property management software, or write to hello@myurbi.co and we will use your actual documents.

See URBI In Your Building

Book a walkthrough built around your own building's scenarios and see what changes on day one.

See URBI in Action