Skip to content
       

Blog

Why AI Recommendations Get Ignored

Why AI Recommendations Get Ignored

Here is a failure mode that does not show up in any dashboard. The AI works. It was deployed on time, it reached production, and its recommendations are, by any fair measure, good. And the people it was built for quietly do not use them. The property manager glances at the suggested renewal rate and enters her own. The maintenance lead sees the AI's prioritized list and works the tickets in the order he always has. Nothing broke. The system just gets politely ignored, and the value it was supposed to deliver never arrives.

This is one of the most expensive and least discussed outcomes in enterprise AI, because it looks like success from the outside. The project shipped. Usage reports even show people logging in. But adoption and use are not the same thing, and a recommendation that is seen and overridden delivers nothing. Understanding why capable people ignore good machine advice is the difference between AI that changes how a business runs and AI that becomes expensive wallpaper.

The reasons are not mysterious, and they are not about your team being stubborn. They are well documented, they are human, and most of them are things you can design around if you know they are coming.

The Thing That Has a Name: Algorithm Aversion

Researchers have a term for this: algorithm aversion. It describes a consistent human tendency to discount advice more heavily once we learn a machine produced it, even when the machine is measurably more accurate than we are. This is not a fringe finding. It has been replicated for a decade, across finance, medicine, and operations, since the original work by Dietvorst, Simmons, and Massey in 2015.

The most striking part is how the aversion is triggered. People will abandon an algorithm after seeing it make a single mistake, even a small one, while forgiving a human colleague the very same error without a second thought. We hold the machine to a standard of perfection we never apply to people, and the first time it falls short, we quietly stop trusting it. For a property leader, this means the risk to your AI is not that it will be wrong often. It is that it will be wrong once, early, in front of the person whose trust you needed, and never recover it.

A Framework: The Four Reasons Operators Override

When a capable operator ignores a good recommendation, it is usually one of four reasons. Each has a different fix, which is why naming them matters. Guessing wrong means solving a problem your team does not have. Here is the whole framework as a quick diagnostic before we go through each one.

The Symptom The Root Cause The Design Fix
"It's a black box" Reason 1: No visibility. They can't see the underlying logic. Show the cues: display the top factors driving the number.
"Take it or leave it" Reason 2: No control. The recommendation feels like an ultimatum. Allow nudging: give an editable starting field instead of a lock.
"My gut says no" Reason 3: Intuition clash. The advice contradicts their experience. Explain the disconnect: show why the model disagrees, so the expert can judge it.
"Garbage in, garbage out" Reason 4: Data distrust. They know the underlying data is messy. Fix the foundation: secure a single source of truth before launching tools.

Reason 1: They can't see why

An unexplainable recommendation is just an instruction from a black box, and experienced people do not take instructions from black boxes about decisions they are accountable for. When the AI says "offer this renewal rate" with no sense of why, the operator has no way to check it against their own knowledge, so they fall back on the judgment they can explain. The fix is not more accuracy. It is showing the reasoning, the cues the model used, so the person can agree with the logic rather than being asked to obey the output.

Reason 2: They have no control over it

This is the most actionable finding in the whole literature. People are far more willing to use an imperfect algorithm if they can even slightly adjust it. A recommendation presented as final and unchangeable invites rejection. The same recommendation presented as a strong starting point the operator can nudge gets used. Giving the human a little authority over the output, the ability to modify rather than only accept or reject, converts aversion into adoption, often dramatically.

Reason 3: It contradicts their expertise

Here is the cruel asymmetry at the heart of this. The most valuable recommendations an AI can make are the ones that contradict expert intuition, because those are the ones carrying information the expert does not already have. But those are also precisely the recommendations humans are most primed to reject, because they feel wrong. So the AI's best advice is its most likely to be ignored, and its most agreeable advice is the advice you did not need. Designing for this means deciding in advance when a counterintuitive recommendation should push back harder, and making sure the expert sees why it disagrees with them rather than just that it does.

Reason 4: They don't trust the data underneath

Operators know where the bodies are buried in their own systems. If the person using the AI suspects it is reasoning over data they know is stale, duplicated, or wrong, they will discount its output no matter how sophisticated the model, and they will be right to. Trust in a recommendation is downstream of trust in the data. A team that does not believe the numbers will never believe the conclusions drawn from them.

If you can look at an ignored recommendation and identify which of these four is the cause, you can fix it. If you assume it is simply resistance to change, you will keep making the model more accurate, which addresses none of the four.

Why This Bites Property Companies Harder

Two features of property operations sharpen every one of these reasons. The first is that property is run by experienced operators with strong intuitions, people who have priced renewals and triaged maintenance for years. That expertise is exactly what Reason 3 collides with, so a property AI's most useful, counterintuitive calls land in front of the audience most equipped to overrule them.

The second is data, which drives Reason 4. Property data is spread across leasing, maintenance, accounting, and portal systems, which collides with the AI's most useful counterintuitive advice, and because fragmented systems give operators an immediate, logical reason to doubt the inputs. An operator who suspects the AI is working from a shaky version of the truth is not being difficult, they are exercising informed judgment. This is the quiet link between data architecture and adoption: when the underlying records are consistent and trusted, the operator's last reason to dismiss the recommendation goes away. AI adoption is not only a design problem. It is partly a data-foundation problem wearing a behavioral disguise.

Designing Recommendations People Actually Use

The pattern across all four reasons is that adoption is a design choice, not a byproduct of accuracy. A few principles follow directly. Show the reasoning, always, so the operator can agree with the logic instead of obeying the output. Give the human control, letting them adjust rather than only accept or reject, because that single change does more for adoption than almost anything else. Introduce the AI as an assistant to the operator's judgment rather than a replacement for it, so it is not competing with the very expertise you need on your side. And earn trust in the data before you ask anyone to trust the conclusions, because no interface fixes a recommendation the operator believes is built on bad numbers.

None of these make the model smarter. They make it usable, which is the only kind of smart that shows up in results.

Looking Ahead

There is a deeper risk on the horizon that property leaders should hold alongside the adoption problem. Research is beginning to show that the danger is not only people ignoring AI, it is people eventually following it without asking why, sliding from healthy skepticism straight past calibrated trust into blind reliance. The goal is neither aversion nor blind obedience. It is calibrated trust, where an operator uses the AI when it is right and overrides it when it is wrong, and can tell the difference.

That balance is not achieved by a better model. It is achieved by design choices that keep the human informed, in control, and confident in the data. The companies that get real value from property AI will not be the ones with the most accurate systems. They will be the ones whose people actually trust and use what the system tells them, which was always a human problem wearing a technical costume.

Frequently Asked Questions

Q1. What is algorithm aversion?
It is the documented human tendency to discount advice more heavily once we know a machine produced it, even when the machine is more accurate than we are. It has been replicated across many fields since 2015, and it is a leading reason good AI systems go unused.

Q2. Why do people abandon AI after one mistake?
Because we hold machines to a standard of perfection we do not apply to people. A human colleague who makes an occasional error is forgiven, but an AI that makes the same error once often loses the user's trust permanently. This is why an early, visible mistake is so damaging to adoption.

Q3. What are the four reasons operators override AI recommendations?
They cannot see the reasoning behind it, they have no ability to adjust it, it contradicts their own expertise, or they do not trust the data it is built on. Each has a different fix, which is why identifying the specific cause matters more than simply improving the model.

Q4. What is the single most effective way to improve adoption?
Give the operator some control over the output. Research consistently shows people will use an imperfect algorithm far more readily if they can even slightly modify its recommendation, rather than being forced to accept or reject it as final.

Q5. Why are an AI's best recommendations the most likely to be ignored?
Because the most valuable recommendations are the ones that contradict expert intuition, and those are exactly the ones people are most primed to reject as feeling wrong. The advice that agrees with the expert is the advice they did not need, which creates a difficult asymmetry to design around.

Q6. How does data quality affect whether people trust AI?
Directly. Operators know their own systems, and if they suspect the AI is reasoning over stale, duplicated, or conflicting data, they will discount its output and be right to. Trust in a recommendation depends on trust in the data underneath it.

Q7. Why is this a bigger problem for property companies?
Because property is run by experienced operators with strong intuitions, which collides with the AI's most useful counterintuitive advice, and because property data is often fragmented across systems, giving operators a legitimate reason to doubt the inputs.

Q8. Isn't a more accurate model the answer?
Usually not. If the recommendation is ignored because it cannot be explained, cannot be adjusted, contradicts expertise, or is built on distrusted data, more accuracy changes none of that. Adoption is a design and trust problem, not an accuracy problem.