If you are moving a hundred million pounds across a portfolio based on a number, you want to know that number is real. Not approximate. Not a reasonable guess. Real. You want to trace it back to a source. You want to know who measured it, when they measured it, and whether the measurement changed.
This is where every general-purpose AI model gets you into trouble. Not because it is dishonest, but because it is indifferent. It will give you a number with perfect confidence even if that number is completely invented.
The technical term is hallucination. The practical term is a problem that neither you nor the AI can easily spot after the fact.
The confidence problem
A language model does not know what it does not know. It cannot tell the difference between “I have seen this before and I am certain” and “I have never seen this before but I will generate something plausible anyway.” More troubling, both outputs look identical to you. Both come back as calm, complete sentences. Both carry the same tone of authority.
Ask an LLM to calculate 7 × 8 and it will tell you 56 with absolute certainty, because it has been trained on enough arithmetic that the pattern is solid. Ask it to calculate the occupancy rate of a building based on a spreadsheet it has never seen before, and it will also tell you a number with absolute certainty, even though that number might be completely wrong.
“An AI that is always confident is an AI that will eventually fail you.”
Teddy James, Tercero Analytics
The building occupancy example is not hypothetical. It is exactly the kind of task we encounter in every real estate engagement. The spreadsheet has inconsistencies. The column headers change halfway down. The data is in three different formats. The AI will extract a number. It will do so confidently. And if nobody checks that number against the source, that number will become a fact in someone’s decision-making process.
Where hallucination actually costs money
In most use cases, hallucination is an annoyance. You ask for restaurant recommendations and the AI invents a place that does not exist. You ask for a company founder’s name and get it wrong. Frustrating, but low stakes.
The moment your AI system touches a number that moves money, the stakes change entirely. If an AI model confidently states that a property has 92 per cent occupancy when the real figure is 64 per cent, that false confidence feeds into a valuation. The valuation feeds into a loan decision. The loan decision affects capital allocation. Now you are not having an annoyed conversation. You are losing real money based on a fabrication the AI did not know it was making.
This is not a reason to abandon AI for this kind of work. It is a reason to build AI systems that will not let you trust a number that came directly from the model.