Interpretability
Interpretability refers to how well a person can understand why an AI or machine learning model produced a particular decision or output, often by examining how the model works internally. It is commonly framed as the degree to which a human can understand the cause of a model's decision. The term is closely related to, but frequently distinguished from, explainability.
As commonly defined, interpretability is the degree to which a human can understand the cause of a model's decision, with particular emphasis on comprehending the internal mechanics of a machine learning system. Some sources frame it as the science of understanding models from the inside out, discovering how a model represents and processes information internally. Practitioners frequently distinguish interpretability from explainability: interpretability is typically characterized as concerning how well a human can understand a model's internal mechanics, whereas explainability is often characterized as concerning the ability to describe or account for a model's decision-making process, sometimes through post-hoc methods that do not require full access to internal mechanisms. Note that these two terms are used inconsistently across sources, and some references (for example, IBM) describe AI interpretability in terms that overlap with what others label explainability; the boundary between the two is not settled, and definitions vary by author and context.
Why it matters
Interpretability matters because model risk management and AI governance both depend, in part, on being able to understand why a model produces the outputs it does. When a model's internal reasoning can be understood, reviewers are better positioned to assess whether a decision rests on sound relationships rather than spurious correlations, and to identify failure modes before they cause harm. This capacity supports, but does not by itself satisfy, broader obligations such as model validation, ongoing monitoring, and challenge by an independent second line of defense.
The practical significance grows with model complexity. As commonly framed, some sources describe interpretability as the science of understanding models from the inside out, which becomes materially harder for large, high-dimensional systems such as modern neural networks and large language models. Where a model is difficult to interpret, organizations often rely on compensating controls and post-hoc explanation methods, but practitioners should recognize that such methods describe or approximate model behavior rather than establish full understanding of internal mechanics. Interpretability reduces uncertainty about model behavior; it does not eliminate model risk.
A further reason interpretability warrants care is that the term is used inconsistently. Because some sources treat interpretability and explainability as near-synonyms while others draw a firm line between internal understanding and external accounting of decisions, teams that fail to fix definitions internally can talk past one another or overstate what a given technique delivers. For governance and audit purposes, being explicit about which sense of the term is meant is more useful than assuming a single authoritative definition applies.
Who it's relevant to
Inside Interpretability
Common questions
Answers to the questions practitioners most commonly ask about Interpretability.