Explainability
AI Explainability involves designing artificial intelligence systems in a way that allows users and developers to understand and trace how decisions are made. This principle emphasizes creating transparent AI models that can clearly articulate the reasoning behind their outputs.

Explainability is crucial because it builds trust among users by making AI decisions transparent and understandable. It also facilitates regulatory compliance, particularly in industries where explanations for automated decisions are required by law.
Trust and Transparency
Product, AI
Explainability
AI Explainability involves designing artificial intelligence systems in a way that allows users and developers to understand and trace how decisions are made. This principle emphasizes creating transparent AI models that can clearly articulate the reasoning behind their outputs.
IMPORTANCE
Explainability is crucial because it builds trust among users by making AI decisions transparent and understandable. It also facilitates regulatory compliance, particularly in industries where explanations for automated decisions are required by law.
TIPS TO IMPLEMENT
Feature Importance Visualization: Use techniques such as SHAP or LIME to visualize how different features impact the model's decision.
Simpler Models: Where possible, use simpler, inherently interpretable models such as decision trees or linear regressions.
Model Documentation: Thoroughly document model development processes, including data sources, model choices, and validation methods.
Interactive Tools: Develop tools that allow users to interact with AI models and see how changes in input affect the output.
User Education: Educate users on the AI system's capabilities and limitations, enhancing their understanding and trust.
EXAMPLE
The AI system used by Zillow to estimate home values, known as Zestimate, provides explanations for its home valuations. It breaks down the contribution of different factors like location, size, and market trends, helping users understand how each factor affects the estimated price.
RECOMMENDED USAGE
Explainability is particularly important for AI products used in critical decision-making processes such as financial lending, healthcare diagnostics, and legal assessments. It is also valuable in customer-facing applications where users benefit from understanding how recommendations or decisions are generated.
Select principles for your team using the Principle Selection Exercises.