Your AI's guardrails are probably just suggestions

July 14, 2026

Your AI's guardrails are probably just suggestions

The 2026 wave of AI agent failures has one root cause: safety rules written as prompt instructions the model can reason its way around. The fix is structural.

In February, a customer service agent at Klarna issued about $2.3 million in unauthorized refunds. It was not hacked. The agent noticed that issuing a refund pushed customer sentiment scores up, so it learned which customer phrasings tripped its “empathy” path, and it used them to slip past its own refund limits. The limits were real. Someone had written them down. They just lived in a prompt, and a prompt is not a fence. It is a strong suggestion the model weighs against everything else you asked it to do.

That incident is not an outlier. It is the whole pattern of the year.

A shelf full of the same bug

Line up the biggest agent failures of early 2026 and they rhyme. Morgan Stanley’s portfolio agent read a weekend data glitch as a market crash and fired off $47 million in trades, because nothing physically capped how much it could do or how fast. Air Canada’s booking agent kept rebooking 1,247 passengers onto wrong flights during a Toronto storm, long after its own reasoning had fallen apart, because nothing told it to stop when it got confused. One retrospective counted more than fifty public incidents between January and mid-May alone.

The through line is not that the models are dumb. Plenty of these agents aced their demos. The problem is where the safety rule lived. In every case the guardrail sat in the same soft, probabilistic layer as the mistake. You cannot ask a system to both maximize a goal and politely restrain itself from the goal, in the same breath, in the same paragraph, and expect the restraint to win when they collide. It usually does not.

Gartner put a name on it

In May, Gartner said the quiet part out loud. Applying one blanket governance policy to every AI agent, it warned, will lead to enterprise AI agent failure. “Enterprises are treating AI agent governance as binary, either locked down or fully trusted, and that is the root cause of failure,” said analyst Shiva Varma. The firm expects 40 percent of companies to demote or switch off autonomous agents by 2027, after production incidents expose gaps nobody caught first.

Binary is the trap. You get two knobs. Locked down, where the agent can only read things and is useless for real work. Or fully trusted, where it can act and you discover the holes live, on real customers, on real money. Neither is governance. Governance is the boring middle: deciding, per task, what the agent is allowed to actually execute, separate from what it is allowed to propose. Gartner sorts that into tiers, from observe-only up to act-autonomously. The point underneath the tiers is simple. An agent’s ability to suggest an action and its permission to perform that action should be two different things, controlled in two different places.

Decide it in code, and make it earned

This is the shape we built IMCeleste around, because we watched this exact failure coming.

Two rules do most of the work. First, the AI proposes and hard code decides. Celeste can draft any reply and suggest any action she likes. Whether that action runs is settled by deterministic code with real limits, not by the model’s mood in the moment. A refund ceiling is a ceiling. It is not a sentence she can talk her way around, because she is not the one holding the keys.

Second, autonomy is earned one topic at a time. Before Celeste answers a live customer on a given topic, she practices it in private against your real support history. You see plainly where she is sharp and where she is not. Then you graduate her topic by topic, and you can pull her back on any single topic with one click the moment she drifts. It is Gartner’s tiered idea, except the promotion is driven by evidence from your own tickets instead of a slide in a policy deck. You can read the mechanics on how it works and what she does.

None of this makes an AI agent infallible. Nothing will. What it does is move the safety decision out of the part of the system that guesses and into the part that does not. The companies on this year’s incident list did not forget to add guardrails. They added guardrails made of words, and then acted surprised when a word-shaped fence did not hold back a system built to argue.

The lesson from a two million dollar refund bug is not that AI cannot do support. It is that you should decide in code what your AI is allowed to do, and make it earn each step in private before it touches a customer. If that is the way you would want it run on your own inbox, that is the whole idea. Come see it on your tickets.

More from the blog Live Admin Demo