{"id":8071,"date":"2024-09-19T10:35:29","date_gmt":"2024-09-19T10:35:29","guid":{"rendered":"https:\/\/www.version1.com\/en-us\/?p=8071"},"modified":"2024-09-19T10:35:29","modified_gmt":"2024-09-19T10:35:29","slug":"xai-marks-the-spot","status":"publish","type":"post","link":"https:\/\/www.version1.com\/en-us\/xai-marks-the-spot\/","title":{"rendered":"XAI marks the spot: what it is, why it matters and how it&#8217;s applied"},"content":{"rendered":"<p><i>Artificial Intelligence (AI) is reshaping industries like healthcare, finance, and law. But there\u2019s a significant challenge: transparency. Many AI systems, especially deep learning models, operate as &#8220;black boxes&#8221;. They give us results without revealing how they got there. And when AI is used in high-stakes scenarios &#8211; diagnosing diseases, approving loans, or influencing legal outcomes &#8211; understanding how a decision was made is critical.<\/i>\u00a0<\/p>\n<p><i>Explainable AI (XAI) is tackling this issue, making AI systems more interpretable. Our Global Head of Data x AI, Nathan Marlor, explores what XAI is, why it matters, and how it\u2019s applied.<\/i>\u00a0<\/p>\n<h2 aria-level=\"2\">What\u2019s Explainable AI?\u00a0<\/h2>\n<p>Simply put, <b>Explainable AI (XAI) aims to clarify how AI systems make decisions.<\/b>\u00a0<\/p>\n<p aria-level=\"2\">Imagine receiving feedback on something important, like a medical diagnosis or a loan application, but without any explanation for the outcome. It can be frustrating, and the same is true for AI when it makes decisions without offering insight into its reasoning. Understanding why an AI made a decision builds trust and allows us to make more informed choices.\u00a0<\/p>\n<h2 aria-level=\"2\">Why Does XAI Matter?\u00a0<\/h2>\n<p>AI isn&#8217;t just about recommending movies or targeting ads anymore &#8211; it\u2019s being used in high-stakes scenarios that can have life-changing consequences \u2013 making understanding why an AI made a particular decision essential. Here\u2019s why explainability is crucial:\u00a0<\/p>\n<ul>\n<li aria-setsize=\"-1\"><b>Trust<\/b>: People are more likely to trust AI if they understand how it arrives at decisions\u00a0<\/li>\n<\/ul>\n<ul>\n<li aria-setsize=\"-1\"><b>Accountability<\/b>: Organisations must explain AI-driven decisions to regulators, customers, and stakeholders, especially in high-stakes areas\u00a0<\/li>\n<\/ul>\n<ul>\n<li aria-setsize=\"-1\"><b>Bias detection<\/b>: AI systems can unintentionally pick up biases from data. XAI helps identify and fix those biases before they lead to unfair treatment\u00a0<\/li>\n<\/ul>\n<ul>\n<li aria-setsize=\"-1\"><b>Model improvement<\/b>: Understanding AI decisions allows developers to debug, improve, and fine-tune models effectively\u00a0<\/li>\n<\/ul>\n<h3 aria-level=\"2\">Real-life Applications of XAI:\u00a0<\/h3>\n<ul>\n<li aria-setsize=\"-1\"><b>Healthcare<\/b>: AI models must explain which symptoms or patient data led to a diagnosis, helping doctors trust and act on AI-assisted results\u00a0<\/li>\n<\/ul>\n<ul>\n<li aria-setsize=\"-1\"><b>Finance<\/b>: In credit scoring, XAI ensures that decisions like loan approvals are fair, transparent, and compliant with regulations\u00a0<\/li>\n<\/ul>\n<ul>\n<li aria-setsize=\"-1\"><b>Legal systems<\/b>: AI is used in predictive policing and sentencing, and XAI ensures these decisions are transparent, fair, and free from bias\u00a0<\/li>\n<\/ul>\n<h2 aria-level=\"2\">Challenges in Implementing Explainable AI\u00a0<\/h2>\n<p>While the need for explainable AI is clear, implementing it in practice is not without challenges. Let&#8217;s explore some of the obstacles that organisations face when trying to make their AI systems more interpretable.\u00a0<\/p>\n<p><b>Complexity of models:<\/b> Modern AI models, especially deep learning networks, are inherently complex due to their architecture and the vast amount of data they process. Simplifying these models without losing performance is a significant challenge\u00a0<\/p>\n<p><b>Trade-off between accuracy and interpretability:<\/b> The trade-off between accuracy and interpretability depends on the context. Simpler models are easier to understand, but complex models offer higher accuracy for tasks like medical diagnoses &#8211; the right balance depends on the application\u00a0<\/p>\n<p><b>Lack of standardisation:<\/b> There is no universally accepted standard for what constitutes an &#8220;explanation&#8221; in AI. This lack of standardisation makes it difficult to compare methods and ensure that explanations are meaningful to end-users\u00a0<\/p>\n<p><b>Data privacy concerns:<\/b> Providing explanations may require revealing sensitive data or proprietary algorithms, raising concerns about data privacy and intellectual property\u00a0<\/p>\n<p><b>Regulatory compliance<\/b>: Different industries have varying regulations regarding explainability. Navigating these regulations requires specialised knowledge and can complicate implementation\u00a0<\/p>\n<h2 aria-level=\"2\">XAI Techniques: Breaking Down AI Decisions<\/h2>\n<blockquote>\n<p>To make AI systems more transparent, we often need to understand decisions at two levels: local explanations focus on individual predictions, while global explanations reveal the overall patterns driving a model\u2019s behaviour across multiple predictions.\u00a0\u00a0<\/p>\n<\/blockquote>\n<p>Different tools excel at providing these insights &#8211; let\u2019s explore three popular techniques: LIME, SHAP, and Counterfactual Explanations.\u00a0<\/p>\n<h2><b>LIME: Explaining AI One Decision at a Time<\/b>\u00a0<\/h2>\n<p>One of the most popular tools in XAI is LIME (Local Interpretable Model-agnostic Explanations). LIME helps explain a specific decision by building a simpler model to mimic the AI\u2019s behaviour locally around that decision.\u00a0<\/p>\n<p>Imagine tweaking the input &#8211; adjusting someone\u2019s income or debt level in a loan application &#8211; and watching how the AI\u2019s prediction changes. By observing these changes, it builds a simple, interpretable model (like a linear regression) that shows which features were most influential in the AI\u2019s decision.\u00a0<\/p>\n<p>However, LIME is limited in that it provides local explanations, meaning it can only explain individual predictions &#8211; it doesn\u2019t give insight into how the model behaves on a global scale.\u00a0<\/p>\n<h2><b>SHAP: A Broader Approach<\/b>\u00a0<\/h2>\n<p>SHAP (SHapley Additive exPlanations) offers a more comprehensive method for interpreting AI decisions by providing both local and global insights. SHAP assigns a Shapley value to each feature, quantifying how much it contributed to a prediction.\u00a0<\/p>\n<p>Unlike simpler methods, SHAP accounts for interactions between features, providing more precise insights. For instance, SHAP can show not only how income affects a loan decision but also how it interacts with other factors like debt and employment history.\u00a0<\/p>\n<p>Though SHAP can be computationally intensive, especially with large datasets, its strong theoretical foundation makes it one of the most reliable tools for understanding both individual decisions and overall trends in AI models.\u00a0<\/p>\n<h2><b>Counterfactual Explanations: Exploring &#8220;What If?&#8221; Scenarios<\/b>\u00a0<\/h2>\n<p>Counterfactual explanations offer an intuitive way to understand AI decisions by asking &#8220;what if&#8221; questions &#8211; they explore what changes could have led to a different outcome.\u00a0<\/p>\n<p aria-level=\"2\">For example, in a loan rejection case, a counterfactual explanation might suggest, &#8220;If your income had been \u00a310,000 higher, your loan would have been approved.&#8221; This offers actionable insights by highlighting specific changes that could alter future decisions.\u00a0<\/p>\n<p aria-level=\"2\">However, generating counterfactuals can be computationally demanding, especially for complex models with many features. Additionally, some counterfactuals may be unrealistic or impractical, such as suggesting a large and unattainable income increase, which can limit their real-world usefulness.\u00a0<\/p>\n<h2 aria-level=\"2\">Let\u2019s Get Technical\u00a0<\/h2>\n<p><em>Ready to go deeper? Let\u2019s explore the technical mechanics behind XAI and the challenges of explaining complex, non-linear models like deep neural networks.\u00a0<\/em><\/p>\n<h2><b>The Deep Dive into Neural Networks<\/b>\u00a0<\/h2>\n<p>Deep neural networks (DNNs) are remarkable for their ability to model highly complex, non-linear relationships between inputs and outputs -they achieve this by stacking multiple layers of neurons, where each layer applies non-linear transformations to the input data. The source of this non-linearity lies in activation functions such as ReLU (Rectified Linear Unit) or sigmoid, which allow the network to capture intricate patterns that simpler models, like linear regression, might overlook.\u00a0<\/p>\n<p>However, this added complexity comes with its own set of challenges. As input features &#8211; such as income or credit score in a loan application &#8211; move through these layers, their individual contributions to the final decision become intertwined with other features.\u00a0\u00a0<\/p>\n<p>For example, income might not have much impact on its own, but when considered in combination with employment history, it could significantly affect the decision. This intricate feature interaction is what gives DNNs their power but also makes them highly opaque and difficult to interpret.\u00a0<\/p>\n<h2><b>Decoding the Layers<\/b>\u00a0<\/h2>\n<p>In traditional models such as decision trees, it\u2019s relatively easy to trace a prediction back to a specific input or rule. The logic is explicit, and the decision-making process is transparent. In contrast, DNNs operate on a network of weighted connections between neurons, where each neuron aggregates information from several others across multiple layers. This results in a decision-making process that is spread out, or &#8220;distributed,&#8221; across the entire network.\u00a0<\/p>\n<p>The learning process, called backpropagation, adds another layer of complexity. During backpropagation, DNNs adjust the weights of their neurons to minimise prediction errors. These adjustments are incremental but happen millions of times across many layers, making it difficult to trace how a single input feature influences the final output. Each neuron\u2019s influence is diluted across the network, making the decision-making process appear abstract and unintuitive.\u00a0<\/p>\n<h2><b>The Cost of Clarity<\/b>\u00a0<\/h2>\n<p>Beyond the complexity of interpretation, there\u2019s also a computational cost associated with explainability techniques. Deep learning models are already resource-intensive to train and deploy, but adding explainability methods such as LIME or SHAP increases these demands.\u00a0\u00a0<\/p>\n<p>For example, SHAP, which assigns importance scores to features, requires running the model multiple times with different feature subsets to calculate the contribution of each feature. While this provides detailed insights, it can be time-consuming and computationally expensive, particularly for large datasets or complex models.\u00a0<\/p>\n<p aria-level=\"2\">This creates a practical challenge: balancing the need for transparency with the limitations of real-world computational resources. Organisations must weigh the trade-offs between achieving a high level of interpretability and maintaining the efficiency and speed required for real-time applications.\u00a0<\/p>\n<h2 aria-level=\"2\">Let\u2019s wrap it up\u00a0<\/h2>\n<p>AI is transforming how we make decisions, but without explainability, its usage could be limited. Explainable AI helps us bridge that gap &#8211; making black-box systems more transparent and trustworthy. Whether through LIME\u2019s local approximations, SHAP\u2019s comprehensive global insights, or counterfactuals offering actionable feedback, XAI is key to building AI systems that we can truly understand and rely on.\u00a0<\/p>\n<h3><b>About the author<\/b>\u00a0<\/h3>\n<p><a href=\"https:\/\/www.linkedin.com\/in\/nathan-marlor-84a706144\/\" target=\"_blank\" rel=\"noopener\">Nathan Marlor<\/a> leads the development and implementation of data and AI strategies at Version 1, driving innovation and business value. With experience at a leading Global Integrator and Thales, he leveraged ML and AI in several digital products, including solutions for capital markets, logistics optimisation, predictive maintenance, and quantum computing. Nathan has a passion for simplifying concepts, focussing on addressing real-world challenges to support businesses in harnessing data and AI for growth and for good.\u00a0<\/p>\n<p>If you&#8217;d like to learn more about <a href=\"https:\/\/www.version1.com\/data-ai\/\">Data X AI<\/a> at Version 1, or talk to one of our experts, you can reach out to us <a href=\"https:\/\/www.version1.com\/talk-to-us\/\">here<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Artificial Intelligence (AI) is reshaping industries like healthcare, finance, and law. But there\u2019s a significant challenge: transparency. Many AI systems, especially deep learning models, operate as &#8220;black boxes&#8221;. They give us results without revealing how they got there. And when AI is used in high-stakes scenarios &#8211; diagnosing diseases, approving loans, or influencing legal outcomes [&hellip;]<\/p>\n","protected":false},"author":12,"featured_media":8019,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"content-type":"","inline_featured_image":false,"footnotes":""},"categories":[101],"tags":[115],"industry":[],"class_list":["post-8071","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog","tag-ai"],"acf":[],"translations":[{"blog_id":1,"post_id":8071,"name":"Europe","code":"EN-GB","hreflang":"en-gb","url":"https:\/\/www.version1.com\/blog\/xai-marks-the-spot\/","is_current":false},{"blog_id":13,"post_id":8071,"name":"Americas","code":"EN-US","hreflang":"en-us","url":"https:\/\/www.version1.com\/en-us\/xai-marks-the-spot\/","is_current":true}],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>XAI marks the spot: what it is, why it matters and how it&#039;s applied | Version 1 (US)<\/title>\n<meta name=\"description\" content=\"Artificial Intelligence (AI) is reshaping industries like healthcare, finance, and law. But there\u2019s a significant challenge: transparency.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.version1.com\/en-us\/xai-marks-the-spot\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"XAI marks the spot: what it is, why it matters and how it&#039;s applied | Version 1 (US)\" \/>\n<meta property=\"og:description\" content=\"Artificial Intelligence (AI) is reshaping industries like healthcare, finance, and law. But there\u2019s a significant challenge: transparency.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.version1.com\/en-us\/xai-marks-the-spot\/\" \/>\n<meta property=\"og:site_name\" content=\"Version 1 (US)\" \/>\n<meta property=\"article:published_time\" content=\"2024-09-19T10:35:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.version1.com\/en-us\/wp-content\/uploads\/2024\/10\/XAI-marks-the-spot-Thumbnail.png.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1080\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"joedaniels\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"joedaniels\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/xai-marks-the-spot\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/xai-marks-the-spot\\\/\"},\"author\":{\"name\":\"joedaniels\",\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/#\\\/schema\\\/person\\\/bcf39d1f20547594454e44cf06410b1c\"},\"headline\":\"XAI marks the spot: what it is, why it matters and how it&#8217;s applied\",\"datePublished\":\"2024-09-19T10:35:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/xai-marks-the-spot\\\/\"},\"wordCount\":1590,\"publisher\":{\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/xai-marks-the-spot\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/XAI-marks-the-spot-Thumbnail.png.webp\",\"keywords\":[\"AI\"],\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/xai-marks-the-spot\\\/\",\"url\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/xai-marks-the-spot\\\/\",\"name\":\"XAI marks the spot: what it is, why it matters and how it's applied | Version 1 (US)\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/xai-marks-the-spot\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/xai-marks-the-spot\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/XAI-marks-the-spot-Thumbnail.png.webp\",\"datePublished\":\"2024-09-19T10:35:29+00:00\",\"description\":\"Artificial Intelligence (AI) is reshaping industries like healthcare, finance, and law. But there\u2019s a significant challenge: transparency.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/xai-marks-the-spot\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.version1.com\\\/en-us\\\/xai-marks-the-spot\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/xai-marks-the-spot\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/XAI-marks-the-spot-Thumbnail.png.webp\",\"contentUrl\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/XAI-marks-the-spot-Thumbnail.png.webp\",\"width\":1080,\"height\":1080},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/xai-marks-the-spot\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"XAI marks the spot: what it is, why it matters and how it&#8217;s applied\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/#website\",\"url\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/\",\"name\":\"Version 1\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/#organization\",\"name\":\"Version 1\",\"url\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.version1.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/cropped-cropped-Favicon-2.png\",\"contentUrl\":\"https:\\\/\\\/www.version1.com\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/cropped-cropped-Favicon-2.png\",\"width\":512,\"height\":512,\"caption\":\"Version 1\"},\"image\":{\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/#\\\/schema\\\/person\\\/bcf39d1f20547594454e44cf06410b1c\",\"name\":\"joedaniels\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/72813d39287b825de9bef8835b4cba2769ad78e7dfc0ce6686bf359ce9b44b24?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/72813d39287b825de9bef8835b4cba2769ad78e7dfc0ce6686bf359ce9b44b24?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/72813d39287b825de9bef8835b4cba2769ad78e7dfc0ce6686bf359ce9b44b24?s=96&d=mm&r=g\",\"caption\":\"joedaniels\"},\"url\":\"https:\\\/\\\/www.version1.com\\\/en-us\\\/author\\\/joedaniels\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"XAI marks the spot: what it is, why it matters and how it's applied | Version 1 (US)","description":"Artificial Intelligence (AI) is reshaping industries like healthcare, finance, and law. But there\u2019s a significant challenge: transparency.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.version1.com\/en-us\/xai-marks-the-spot\/","og_locale":"en_US","og_type":"article","og_title":"XAI marks the spot: what it is, why it matters and how it's applied | Version 1 (US)","og_description":"Artificial Intelligence (AI) is reshaping industries like healthcare, finance, and law. But there\u2019s a significant challenge: transparency.","og_url":"https:\/\/www.version1.com\/en-us\/xai-marks-the-spot\/","og_site_name":"Version 1 (US)","article_published_time":"2024-09-19T10:35:29+00:00","og_image":[{"width":1080,"height":1080,"url":"https:\/\/www.version1.com\/en-us\/wp-content\/uploads\/2024\/10\/XAI-marks-the-spot-Thumbnail.png.webp","type":"image\/png"}],"author":"joedaniels","twitter_card":"summary_large_image","twitter_misc":{"Written by":"joedaniels","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.version1.com\/en-us\/xai-marks-the-spot\/#article","isPartOf":{"@id":"https:\/\/www.version1.com\/en-us\/xai-marks-the-spot\/"},"author":{"name":"joedaniels","@id":"https:\/\/www.version1.com\/en-us\/#\/schema\/person\/bcf39d1f20547594454e44cf06410b1c"},"headline":"XAI marks the spot: what it is, why it matters and how it&#8217;s applied","datePublished":"2024-09-19T10:35:29+00:00","mainEntityOfPage":{"@id":"https:\/\/www.version1.com\/en-us\/xai-marks-the-spot\/"},"wordCount":1590,"publisher":{"@id":"https:\/\/www.version1.com\/en-us\/#organization"},"image":{"@id":"https:\/\/www.version1.com\/en-us\/xai-marks-the-spot\/#primaryimage"},"thumbnailUrl":"https:\/\/www.version1.com\/en-us\/wp-content\/uploads\/2024\/10\/XAI-marks-the-spot-Thumbnail.png.webp","keywords":["AI"],"articleSection":["Blog"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.version1.com\/en-us\/xai-marks-the-spot\/","url":"https:\/\/www.version1.com\/en-us\/xai-marks-the-spot\/","name":"XAI marks the spot: what it is, why it matters and how it's applied | Version 1 (US)","isPartOf":{"@id":"https:\/\/www.version1.com\/en-us\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.version1.com\/en-us\/xai-marks-the-spot\/#primaryimage"},"image":{"@id":"https:\/\/www.version1.com\/en-us\/xai-marks-the-spot\/#primaryimage"},"thumbnailUrl":"https:\/\/www.version1.com\/en-us\/wp-content\/uploads\/2024\/10\/XAI-marks-the-spot-Thumbnail.png.webp","datePublished":"2024-09-19T10:35:29+00:00","description":"Artificial Intelligence (AI) is reshaping industries like healthcare, finance, and law. But there\u2019s a significant challenge: transparency.","breadcrumb":{"@id":"https:\/\/www.version1.com\/en-us\/xai-marks-the-spot\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.version1.com\/en-us\/xai-marks-the-spot\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.version1.com\/en-us\/xai-marks-the-spot\/#primaryimage","url":"https:\/\/www.version1.com\/en-us\/wp-content\/uploads\/2024\/10\/XAI-marks-the-spot-Thumbnail.png.webp","contentUrl":"https:\/\/www.version1.com\/en-us\/wp-content\/uploads\/2024\/10\/XAI-marks-the-spot-Thumbnail.png.webp","width":1080,"height":1080},{"@type":"BreadcrumbList","@id":"https:\/\/www.version1.com\/en-us\/xai-marks-the-spot\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.version1.com\/en-us\/"},{"@type":"ListItem","position":2,"name":"XAI marks the spot: what it is, why it matters and how it&#8217;s applied"}]},{"@type":"WebSite","@id":"https:\/\/www.version1.com\/en-us\/#website","url":"https:\/\/www.version1.com\/en-us\/","name":"Version 1","description":"","publisher":{"@id":"https:\/\/www.version1.com\/en-us\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.version1.com\/en-us\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.version1.com\/en-us\/#organization","name":"Version 1","url":"https:\/\/www.version1.com\/en-us\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.version1.com\/en-us\/#\/schema\/logo\/image\/","url":"https:\/\/www.version1.com\/wp-content\/uploads\/2026\/05\/cropped-cropped-Favicon-2.png","contentUrl":"https:\/\/www.version1.com\/wp-content\/uploads\/2026\/05\/cropped-cropped-Favicon-2.png","width":512,"height":512,"caption":"Version 1"},"image":{"@id":"https:\/\/www.version1.com\/en-us\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.version1.com\/en-us\/#\/schema\/person\/bcf39d1f20547594454e44cf06410b1c","name":"joedaniels","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/72813d39287b825de9bef8835b4cba2769ad78e7dfc0ce6686bf359ce9b44b24?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/72813d39287b825de9bef8835b4cba2769ad78e7dfc0ce6686bf359ce9b44b24?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/72813d39287b825de9bef8835b4cba2769ad78e7dfc0ce6686bf359ce9b44b24?s=96&d=mm&r=g","caption":"joedaniels"},"url":"https:\/\/www.version1.com\/en-us\/author\/joedaniels\/"}]}},"_links":{"self":[{"href":"https:\/\/www.version1.com\/en-us\/wp-json\/wp\/v2\/posts\/8071","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.version1.com\/en-us\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.version1.com\/en-us\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.version1.com\/en-us\/wp-json\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/www.version1.com\/en-us\/wp-json\/wp\/v2\/comments?post=8071"}],"version-history":[{"count":0,"href":"https:\/\/www.version1.com\/en-us\/wp-json\/wp\/v2\/posts\/8071\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.version1.com\/en-us\/wp-json\/wp\/v2\/media\/8019"}],"wp:attachment":[{"href":"https:\/\/www.version1.com\/en-us\/wp-json\/wp\/v2\/media?parent=8071"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.version1.com\/en-us\/wp-json\/wp\/v2\/categories?post=8071"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.version1.com\/en-us\/wp-json\/wp\/v2\/tags?post=8071"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.version1.com\/en-us\/wp-json\/wp\/v2\/industry?post=8071"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}