Why AI Needs Explanations Only Where It Needs Control

Thomas Hirschmann

Hatched by Thomas Hirschmann

May 12, 2026

11 min read

86%

0

The hidden problem is not explanation, it is alignment

Most conversations about AI interpretability start with a familiar question: Can we explain what the system is doing? That sounds reasonable, even noble. But there is a deeper question hiding underneath it, one that is usually missed: what, exactly, are we trying to control, and how will we know we are getting closer to it?

That shift matters. An explanation is not valuable just because it is intelligible. It is valuable when it helps a person reduce uncertainty, choose the next action, and steer a system toward a desired state. In other words, explanation is not the end goal. It is part of a control loop.

This is why interpretable AI and human control belong in the same conversation. Both are about making the relationship between human intention and machine behavior legible enough to act on. A model that is transparent but not usable is still frustrating. A system that is controllable but not explainable may work in narrow cases, but it will fail when stakes, ambiguity, or accountability rise.

The real challenge is not to make AI universally understandable in the abstract. The real challenge is to design AI so that people can form a workable theory of what the system is doing, decide whether it is heading in the right direction, and correct it when it is not.


Why explanation and control are secretly the same design problem

Think about using a thermostat. You do not need to know the internal physics of the heating system to control it effectively. You need a readable signal, a reliable action, and a feedback loop that tells you whether the room is moving toward the target temperature. The thermostat is useful because it compresses a messy physical process into a small set of actionable cues.

Now compare that with many AI systems. They often produce outputs that are impressive but hard to inspect. A recommendation engine suggests a movie. A medical model flags a patient. A hiring tool ranks applicants. In each case, the user is not merely asking, “Why did this happen?” The real question is, “What should I do now, and how confident can I be that this system is moving me toward my goal?”

That is why interpretable AI is similar to information visualisation. Good visualisations do not show everything. They make the right structure visible for a specific task. A weather map, a stock chart, and a surgical dashboard all reveal different patterns because the decision each supports is different. Likewise, a useful AI explanation is not generic truth in the abstract. It is a task specific interface for judgment.

This also explains why many explanation techniques disappoint in practice. They may be technically sophisticated, yet they often rely on knowledge of the underlying model and the specific architecture that produced the output. That makes them fragile. If the system changes, the explanation changes. If the user is not already fluent in the model family, the explanation becomes another opaque artifact.

So the old dream of one universal explanation method is misleading. There is no single form of interpretability that can satisfy every user, system, and context. There are only fit for purpose control instruments.

A good explanation is not a lecture about the machine. It is a steering aid for the human.


The gulf of evaluation: the moment most AI systems fail the user

Human centered design has long recognized a problem called the gulf of evaluation: the difficulty of figuring out whether the system has moved closer to the goal state after you act. This is where many AI systems become psychologically expensive. They produce outputs, but they do not make their consequences legible.

Imagine asking an AI assistant to draft an email to a difficult client. You edit a few lines, press send, and then wait. Did your changes improve clarity? Did the tone become more persuasive or more abrupt? Did the message become more likely to achieve the goal? Without feedback, the user is left with a vague sense of motion but no confidence about direction.

That is the gulf of evaluation in miniature. It is not enough for the system to accept input and generate output. The user must be able to assess progress toward the goal state. This is exactly where interpretable AI should matter most. Not as a decorative feature, but as a mechanism for closing the feedback loop.

Information theory sharpens this point. Communication between user and system can be seen as an exchange of messages. The user encodes intention into actions, and the system decodes them into behavior. But the channel is noisy. Keystrokes, clicks, prompts, corrections, and intermediate outputs all contain uncertainty. Natural language helps because it is redundant. It says more than is strictly necessary, which makes meaning more robust in noisy environments.

The same logic applies to AI interfaces. A useful system does not merely minimize interaction. It adds redundancy where needed so the user can infer state, detect errors, and recover intent. In information theoretic terms, surprisal matters. Less probable messages carry more information, which means unexpected AI behavior is not just annoying, it is cognitively expensive. It forces the user to spend mental energy decoding the system instead of using it.

That is why the best explanation is often not the most detailed one. It is the one that lowers entropy at the right moment. A single confidence indicator, a highlighted assumption, or a ranked set of alternative causes may be more useful than a dense technical trace. The right explanation reduces uncertainty enough to support the next decision.


The right level of interpretability depends on the kind of control you want

One reason AI interpretability debates become endless is that they collapse several different goals into one word. But control is not one thing. There is direct control, exploratory control, and shared control, and each demands a different kind of explanation.

1. Direct control

Here the user has a specific goal and wants the system to help accomplish it. A text editor with AI assistance is a good example. The user wants a sentence rewritten, not a philosophical account of style. In this case, interpretability should answer questions like: What changed? Why did the system propose this edit? What tradeoff was made? Can I override it easily?

2. Exploratory control

Sometimes the user does not know the goal fully at the start. They are investigating possibilities. A data scientist exploring model outputs, or a designer brainstorming with generative AI, needs a system that reveals structure without overcommitting. Here explanation functions like a map. It shows clusters, patterns, and boundaries so the user can navigate uncertainty.

3. Shared control

This is the most interesting and the hardest case. The system and the user jointly shape the outcome. Autonomous driving is a classic example. The human may indicate the destination, but the machine handles micro decisions. If the road conditions change, the question is not simply, “Why did the AI do that?” It is, “How much should I trust the system right now, and when should I take back control?”

Shared control reveals the deepest tension in AI design: the more autonomy the system has, the more important it becomes to understand its local logic, but the less likely it is that a single explanation will suffice. A driver does not need a complete mechanical theory of the vehicle. They need timely signals about state, uncertainty, and boundaries of competence.

That suggests a powerful design principle: interpretability should be proportional to the degree of delegated control. The more the system acts on behalf of the user, the more it must communicate not just what it did, but what it thinks the user is trying to do, what it assumes about the world, and when those assumptions are fragile.

This reframes explanation as a negotiation of agency. A good AI does not merely present outputs. It helps the user understand the current division of labor between human intention and machine inference.


A practical model: explanations should answer four control questions

Instead of asking whether an AI system is explainable in some absolute sense, ask whether its explanations answer the four questions people actually need in order to control it.

1. What state am I in?

This is the basic evaluation question. The user needs to know the current system state and how close it is to the desired one. In a navigation app, that might be the route and estimated arrival time. In a fraud detection tool, it might be the risk score and key signals driving it.

2. What changed because of my action?

The user needs to see the effect of their input. Did the prompt alter the output because it changed the task framing, the style, or the constraints? Did that slider increase personalization or just noise? If the system does not reveal causal impact, control becomes guesswork.

3. What is the system uncertain about?

This may be the most important question of all. A model that presents itself with false confidence is dangerous, especially in high stakes contexts. Users need to know not only what the system believes, but where its belief is brittle. Uncertainty is not a flaw to hide. It is a critical part of the control interface.

4. What should I do next?

The best explanation closes the loop by suggesting the next human action. That might mean refining a query, escalating to a human expert, changing a threshold, or rejecting the system output entirely. Without this step, explanation remains passive information instead of actionable guidance.

This framework helps distinguish helpful interpretability from decorative interpretability. A heatmap may look sophisticated, but if it does not answer any of these four questions, it is not truly supporting control.

Interpretability is not a display problem. It is a decision problem.


Why regulation forces this conversation into the open

In many settings, AI systems must provide interpretable responses because law or regulation demands it. That requirement is often treated as a compliance burden, but it should be understood differently. Regulation is exposing a truth about AI design that product teams often prefer to ignore: if a decision can meaningfully affect a person, then the person deserves a path to understand, contest, and correct it.

This matters in credit, hiring, healthcare, education, and public services. In these domains, people are not just using a tool. They are being governed by it. That means interpretability cannot be an afterthought. It becomes part of procedural fairness.

But regulation also introduces a trap. Teams may try to satisfy it with generic explanations that sound reassuring but do not improve control. A legalistic paragraph about model features is not the same as a usable account of why a specific decision happened and what a user can do next.

The deeper lesson is this: compliance only succeeds when it coincides with human agency. If an explanation does not help the affected person regain some form of control, then it is probably not doing enough, no matter how polished it sounds.

So the regulatory demand for explainability should be seen not merely as a constraint on AI, but as an opportunity to align systems with a basic human expectation: that when a machine influences our goals, it should also help us navigate the consequences.


Key Takeaways

  • Stop treating explanation as an end in itself. The real goal is to help users steer systems toward desired states.
  • Design for the gulf of evaluation. Users need feedback that shows whether their actions moved the system closer to the goal.
  • Match interpretability to the control context. Direct control, exploratory control, and shared control each need different explanation styles.
  • Surface uncertainty, not just output. A useful AI system reveals what it knows, what it does not know, and where its confidence may break.
  • Use the four control questions. Ask whether the interface answers: What state am I in? What changed because of my action? What is uncertain? What should I do next?

The future of explainable AI is not more detail, it is better steering

The temptation in AI design is to believe that more explanation automatically means more trust. In practice, the opposite can be true. Too much detail can obscure the decision that matters. Too little detail leaves the user blind. The sweet spot is not maximum transparency. It is actionable intelligibility.

That phrase captures the real synthesis here. Information theory reminds us that communication is about managing uncertainty. Human computer interaction reminds us that people act through feedback loops, not static insight. Interpretable AI sits at the intersection of both: it should reduce uncertainty in ways that improve control.

Once you see that, the design problem changes shape. The question is no longer, “How do we explain the model?” It becomes, “How do we make the machine a better partner in human intention?” That is a far more demanding standard. It also happens to be the right one.

A truly useful AI system is not the one that explains itself most eloquently. It is the one that helps a person recognize where they are, choose where to go, and correct course when the world pushes back. In that sense, the best explanation is not a sentence. It is a stable and trustworthy path from intention to action.

Sources

← Back to Library

Hatch New Ideas with Glasp AI 🐣

Glasp AI allows you to hatch new ideas based on your curated content. Let's curate and create with Glasp AI :)

Start Hatching 🐣