Skip to content

What goes wrong when businesses use AI: the four risks

When AI fails inside a business, the failure is rarely the kind that makes the news. It is quiet, ordinary, and usually noticed late.

4 risks cover most of what goes wrong: data exposure, IP and ownership, bias and fairness, and confident wrong answers acted on. They name what fails, not every way it can be caused.

The 4 do not depend on where the AI came from: an analyst typing into a consumer chatbot, an internal tool a team built on someone else’s model, a model running on the company’s own machines, or a product the business bought. The controls do.

Information the business should not be giving away ends up where it should not be.

The common version is an employee pasting customer data, contract terms or unreleased plans into a consumer chatbot. On free and low-tier plans that prompt is logged and sits on a server outside the business’s control, and on several consumer tiers it may be used for training unless someone went and turned that off. There is no procurement step, no security review, and no record on the company’s side that it happened at all.

The less obvious versions sit further in. An internal assistant a team built stores every conversation in the logs of the model provider it calls. A document summariser sends the whole PDF, financials included, to an outside service that keeps a copy for 30 days. A self-hosted model runs on the company’s own private network and writes every prompt and answer to a log file nobody is clearing out, locking down or watching. A voice agent sends a customer call to a speech service that is a separate vendor on separate terms.

The controls differ by where it happens. For consumer tools inside the workforce it is policy: making the sanctioned tools the easy ones to reach. For internal builds it is which service the team calls and how the tool is put together, which retention settings are on, and which logs are kept where. For a model the company runs itself it is what any sensitive internal system needs: access control, log retention, monitoring. For bought products it is the contract, including which other companies the vendor passes the data to.

Where your data goes follows each of those paths.

Who owns what, who is allowed to use what, and what the business quietly inherits from a model’s training.

Can the output be owned? In most places, work generated purely by an AI cannot be copyrighted by anyone. A meaningful human contribution can be. Where the line falls between the two is unsettled, and it surprises people who assumed anything their team produced belonged to the company.

What was the model trained on? Large models were trained on enormous quantities of text and images whose creators did not opt in. Courts in more than one country have now started to rule on whether that was lawful, and some of the early rulings turn as much on how the training material was obtained as on what the model does with it. Nothing is settled on appeal. In the meantime an image model can still reproduce a protected character closely, and the moment that output is published under the company’s name it is the company’s problem.

Is anyone standing behind it? Some vendors offer indemnity, a promise written into the contract to defend and pay if the customer is sued over what the tool produced. It usually applies only on certain plans, with certain settings on, for certain kinds of use. Output from a model the company runs itself, or from a consumer tool an analyst happened to open, comes with none.

AI, IP and copyright goes through all three.

The model reflects patterns in the data it learned from, including patterns the business would not endorse.

A screening model is trained on the company’s own history: past applicants, and which of them were hired and stayed. It learns the correlations sitting inside those decisions. If the past intake leaned towards a handful of universities, or towards candidates with unbroken employment, the model does not learn that these were preferences. It learns them as what a good candidate looks like.

The obvious fix is to stop showing it the protected field, and it does not work. The signal is in the other columns. Postcode tracks neighbourhood, which tracks a great deal else. University tracks who could afford to live where. Employment gaps track caring responsibilities. Sports, society names, phrasing, even the length of a covering letter carry some of it. Take the one field away and the model reassembles most of the pattern from what is left. Illinois wrote this into its human rights act in 2026 and named postcode explicitly as a field that stands in for a protected one, which is a fair measure of how well understood the mechanism now is.

That is bias arriving through the company’s own data. There is a second source, and it reaches any general model. An LLM learned from a very large body of text written by people, and it carries the associations in that text whichever lab trained it. So a model running on the company’s own hardware is not fairer for being there. It inherits whatever it was trained on, plus whatever internal data it was fine-tuned with.

Two things make this hard to manage.

The first is that skew is invisible from the outside. Every individual answer reads as considered and confident. Only looking at outputs across a group shows the pattern, and only if someone is looking.

The second is that “fair” has more than one definition and the definitions pull against each other. Where the success rates recorded in the data differ between two groups, and they usually do, no model can satisfy both definitions at once. That is arithmetic, not a tuning problem.

Which rule applies is a decision the business and its lawyers make, and it cannot be handed down to the people building the model to settle on the way past. It is worth holding, too, that those recorded success rates come out of past decisions themselves, which is where the whole problem started.

The controls are mostly not technical. They are review: looking at outputs across the groups that matter, a person in the loop on decisions about people, and a written note of what the model was built for and where it should not be used.

In some places that review is not a good habit, it is a legal requirement. In New York City, an employer using an automated tool to screen or promote has to commission an independent bias audit each year and publish the result. In Illinois, using AI that produces a discriminatory effect in hiring became unlawful under the state’s human rights act in 2026, whether or not anyone intended it. The EU AI Act puts hiring and worker-management systems in its high-risk tier, with the detailed obligations phasing in later than first scheduled. None of that turns on where the model runs or who trained it. It turns on what the tool is being used to decide, and about whom.

The model hallucinates or misreads, and the wrong output flows into an action nobody stopped.

This is the most common failure in production, and the almost-true answer is the hardest to catch: right in shape, wrong in one detail.

One of those has already been to court. A Canadian tribunal held an airline to a refund rule its own chatbot had invented, and rejected the argument that the chatbot was a separate thing the airline was not answerable for. The model’s output was the company’s word.

This is not a model-quality problem. Even a model that is wrong 1% of the time will be wrong tens of times a day at any real volume. The risk is not the error rate. It is the path from the error to the action.

The control is workflow. Where does a person actually look? How much damage is done before anyone catches it? Which decisions need a second pair of eyes, and which can run unattended? The answer is the same whichever lab’s model sits underneath, and the same again if the model is the company’s own. Building trust in AI works through the patterns.

The 4 risks name what fails. They do not name every cause, and one cause is different from the rest, because somebody is trying.

A model reads everything as one stream of text. The instructions from the team who built the system, the user’s question, and any document, email, web page or support ticket the system pulled in all arrive in the same place, in the same form. The model has no reliable way to tell which part is instruction and which part is material. So text inside the material can give it orders.

This is prompt injection, and it arrives through exactly the tools and retrieval and connections into company systems that make an AI system useful in the first place. It lands as data exposure or as a wrong answer acted on: data goes somewhere it should not, or an action gets taken that nobody sanctioned. What is different is that the input was written to cause it. The security community’s standard risk list for AI applications has kept prompt injection in first place across its last two editions, alongside a sharp rise for agents given more freedom to act than the job needs.

The control is the one the 4 risks already point at, applied with a hostile reader in mind: what the system is able to reach, what it can do without a person approving it, and how far a single planted instruction could travel before something stops it.

The risks stay the same. What changes is the surface: where the AI is actually running inside the business. There are 4, and each carries its own control shape.

  • Consumer tools employees use. ChatGPT, Claude, Gemini, Copilot, whatever else is one tab away. Least visible to the company, most used without anyone deciding it should be.
  • Internal tools the team builds. Usually a small application the team wrote that calls someone else’s model, sometimes one running on the company’s own machines.
  • Models the company runs itself. Open-weights models on the company’s own hardware.
  • Bought products. Third-party software where AI is a large part of what was paid for.

Every risk applies to every surface, and the weight shifts. Data exposure matters most on consumer tools, where there is no contract and no settings anyone chose, and least on a model the company runs itself, though the logs still matter there. IP matters most wherever output goes out under the company’s name, and where the model lives is beside the point. Bias matters most wherever a model shapes a decision about a person, and the surface barely matters at all. Wrong answers acted on matters most wherever output flows into an action with no gate in between.

The combination is what makes a control urgent rather than merely sensible. A model shaping hiring decisions and a model drafting internal summaries carry all 4 risks and almost none of the same urgency. Where AI fits names where AI belongs in an operation. The 4 risks name what to watch once it is there.

Most thinking about AI risk gets stuck in one of two places.

The first is dismissal. The model is good enough, the team is careful, it will be fine. That usually holds for a while, then breaks once, badly, in public.

The second is paralysis. Nothing moves until there is a full written policy. That usually means nothing ships for a year, while the team the policy was meant to protect has been using consumer chatbots the whole time.

Both miss the same thing. The risks are known, and so are the controls. The work is ordinary, it happens project by project, and it is never finished once. Done repeatedly, it is worth more than any written policy.