Building trust in AI recommendations — the change management story

Building trust in AI recommendations — the change management story

Simor Consulting | 28 Jul, 2026 | 06 Mins read

A consumer goods company built an AI system that recommended reorder quantities for 12,000 SKUs across 340 distribution points. The system optimized for a multi-objective function that balanced inventory carrying costs, stockout risk, and supplier lead time variability. In backtesting, the system would have reduced inventory costs by eighteen percent while maintaining the same service levels.

The supply chain planners did not use it.

The system had been deployed for seven months. Adoption rate was twelve percent — meaning eighty-eight percent of planner decisions were made without consulting the system’s recommendation. Planners who did consult the recommendation overrode it sixty-four percent of the time. The system was technically available. It was organizationally invisible.

The VP of supply chain asked us to determine why. The answer was not what the data science team expected.

The trust gap was not about accuracy

The data science team assumed the adoption problem was an accuracy problem. They ran a fresh backtest and confirmed that the system’s recommendations were within five percent of optimal for eighty-nine percent of SKUs. The system was accurate. Accuracy was not the issue.

The issue was explainability — not in the technical sense of model interpretability, but in the organizational sense of decision reasoning. When the system recommended reducing reorder quantity for a SKU by thirty percent, the planner needed to understand why. Was it because demand was declining? Because the supplier’s lead time had improved? Because a promotion was ending? The system provided a number. The planners needed a reason.

Without a reason, the planner could not defend the decision to their manager. Supply chain decisions had downstream consequences — stockouts triggered customer complaints, excess inventory triggered carrying cost reviews. Every decision was implicitly auditable. A planner who followed a system recommendation and caused a stockout could not explain their reasoning. A planner who used their own judgment and caused a stockout could at least describe their thought process. The system recommendation, without explanation, was a liability.

This is the trust gap that kills AI adoption in operational settings. The system does not need to be more accurate. It needs to be more defensible.

What the team tried

The data science team added feature importance charts to the recommendation interface. Each recommendation was accompanied by a bar chart showing which input features contributed most to the reorder quantity suggestion. The charts were technically correct. They showed that “last 30 days demand” and “supplier lead time” were the top features for a given recommendation.

The planners did not find this helpful. Feature importance tells you what the model used. It does not tell you what happened in the business that made the recommendation sensible. A planner seeing that “last 30 days demand” was the top feature still did not know whether demand dropped because of seasonality, a competitor promotion, or a distribution channel change. The feature importance chart answered a machine learning question. The planner needed a business question answered.

The second attempt was a confidence score. Each recommendation was tagged with a confidence level — high, medium, or low — based on the model’s prediction interval. Planners were told to trust high-confidence recommendations and override low-confidence ones. This created a perverse incentive: planners treated “high confidence” as permission to follow the recommendation without understanding it, and “low confidence” as permission to ignore it. The confidence score became a proxy for thinking rather than a tool for thinking.

The approach: decision narratives

We redesigned the recommendation interface to present each recommendation as a decision narrative — a short, structured explanation that described what changed, why the recommendation changed, and what the planner should verify before accepting.

This diagram requires JavaScript.

Enable JavaScript in your browser to use this feature.

The narrative generator did not use an LLM. It used a rule-based template system that mapped model features to business language. The templates were written by experienced supply chain planners, not data scientists. This was a critical design choice. The planners who would use the system designed the explanations that would make the system trustworthy.

A typical narrative read: “Reorder quantity reduced by 30% because trailing 30-day demand for this SKU dropped by 25%, primarily in the Southeast region. Supplier lead time is stable. Before accepting, verify that the demand drop reflects a permanent shift and not a temporary distribution disruption.”

The narrative answered three questions. What changed: the reorder quantity recommendation moved. Why it changed: demand dropped, concentrated in a specific region. What to verify: whether the demand drop was permanent or temporary.

The verification step was the most important component. It gave the planner a specific action to take before accepting the recommendation. Instead of trusting the system blindly or ignoring it, the planner checked a specific business condition. If the verification confirmed the system’s reasoning, the planner accepted the recommendation with confidence. If the verification contradicted the system’s reasoning, the planner overrode the recommendation and the override reason was fed back into the system.

The override feedback loop

Every override was logged with the planner’s reason. The reasons were categorized: demand anomaly, supplier issue, promotion not reflected, seasonal adjustment needed, and system error. The data science team reviewed override categories weekly. If a specific category dominated overrides for a specific SKU or region, it indicated a feature the model was missing.

Over the first three months, the override feedback led to four model improvements. The “promotion not reflected” category revealed that the model did not account for retailer-specific promotions, which were tracked in a system the model had not been connected to. The “seasonal adjustment needed” category revealed that the model’s seasonal decomposition was too coarse for certain product categories. Each improvement was validated by tracking whether the override rate for the affected category decreased after the model was updated.

This created a virtuous cycle. Planners overrode recommendations for specific, categorizable reasons. The data science team used the override reasons to improve the model. The improved model produced recommendations that required fewer overrides. The planners’ trust in the system increased because they could see that their overrides led to improvements rather than disappearing into a log file.

What we gave up

The narrative generation system added latency to the recommendation interface. Each recommendation required a feature analysis pass and a template selection step before the narrative was displayed. Total interface load time increased from 1.2 seconds to 2.8 seconds. The planners accepted the additional latency because the narrative made each recommendation actionable.

The template system required ongoing maintenance. As the model evolved and new features were added, new narrative templates had to be written. The planning team designated one senior planner to spend ten percent of their time maintaining narrative templates. This was a recurring cost that did not exist in the original recommendation-only interface.

The structured override process added a step to every decision. Instead of simply following or ignoring a recommendation, the planner had to categorize their override reason. This added approximately thirty seconds per override. For planners who overrode twenty recommendations per day, this was ten additional minutes of work.

Results

After six months, adoption rate increased from twelve percent to seventy-one percent. Override rate decreased from sixty-four percent to twenty-eight percent. The remaining overrides were concentrated in specific SKU categories where the model’s features were demonstrably incomplete, giving the data science team a clear prioritization for model improvement.

Inventory carrying costs decreased by fourteen percent, slightly below the eighteen percent that the backtesting had predicted. The four-percentage-point gap was attributable to the SKUs where planners still overrode the system’s recommendations. As model improvements addressed the override reasons, the gap was closing.

The decision heuristic

If your AI system is accurate but unused, the problem is not the model. The problem is that the system provides conclusions without reasoning, and your users need reasoning to make defensible decisions. Do not optimize for accuracy. Optimize for explainability — not the technical kind that satisfies a model auditor, but the organizational kind that satisfies a decision-maker’s manager. Present recommendations as decision narratives that answer what changed, why it changed, and what to verify. Make the override process a feedback mechanism rather than a failure mode. Trust is not a property of the model. It is a property of the interface between the model and the human.

Shipping a production AI system?

Find the control gaps before they turn into incidents. Take the AI Production Scorecard for a fast baseline across the seven layers, or book an architecture review and we will turn it into a hardening plan.

Similar Articles

Anatomy of an AI Incident: Post-Mortem of a Model Provider Outage
Anatomy of an AI Incident: Post-Mortem of a Model Provider Outage
19 Jun, 2026 | 09 Mins read

On a Tuesday at 2:14 PM, a major model provider began returning elevated error rates for a specific model endpoint. By 2:31 PM, a customer support platform that depended on that endpoint was producing

Agent Guardrails: Containing What an Agent Can Do in Production
Agent Guardrails: Containing What an Agent Can Do in Production
25 Jun, 2026 | 09 Mins read

Input guardrails check whether a user prompt is safe. Output guardrails check whether a model response is appropriate. Agent guardrails check whether the actions an agent takes are within bounds. Thes

How a retailer reduced inference latency 90% with feature store caching
How a retailer reduced inference latency 90% with feature store caching
21 Apr, 2026 | 04 Mins read

A mid-market e-commerce retailer with roughly $200M in annual revenue had invested eighteen months building a product recommendation engine. The models were accurate. Offline evaluation showed meaning

The data pipeline that cost $50K/month — and the audit that found why
The data pipeline that cost $50K/month — and the audit that found why
22 Apr, 2026 | 04 Mins read

A financial services firm running analytics on trade settlement data came to us with a specific complaint: their cloud data platform cost had tripled in eighteen months, and nobody could explain why.

EU AI Act enforcement begins: what data teams must do now
EU AI Act enforcement begins: what data teams must do now
25 Apr, 2026 | 04 Mins read

The first enforcement window of the EU AI Act opened in February 2026, and the grace periods that protected early movers are expiring on a rolling schedule through 2027. This is no longer a policy dis

Migrating from batch to streaming: a 6-month journey
Migrating from batch to streaming: a 6-month journey
28 Apr, 2026 | 05 Mins read

A logistics company processing two million shipments per day ran their entire operational reporting stack on nightly batch ETL. Every morning at 6 AM, operations managers reviewed dashboards built on

When RAG failed: a knowledge retrieval project post-mortem
When RAG failed: a knowledge retrieval project post-mortem
29 Apr, 2026 | 05 Mins read

A legal technology company had invested six months building a retrieval-augmented generation system to help contract attorneys find relevant precedent clauses across a corpus of 180,000 executed agree

From 3-hour dashboards to 3-minute insights: a BI modernization story
From 3-hour dashboards to 3-minute insights: a BI modernization story
05 May, 2026 | 05 Mins read

A manufacturing company with facilities in twelve countries ran its operational reporting on a traditional BI stack: a data warehouse, an ETL pipeline, and a dashboard tool that had been deployed six

The vector database that couldn't scale — and what we did instead
The vector database that couldn't scale — and what we did instead
12 May, 2026 | 05 Mins read

A media company with a library of twelve million articles, transcripts, and research documents had built a semantic search system on a managed vector database. The system was designed to let journalis

Building an AI operating system for a 10,000-person company
Building an AI operating system for a 10,000-person company
19 May, 2026 | 05 Mins read

A diversified industrial company with 10,000 employees across manufacturing, logistics, and field services had accumulated forty-seven separate AI projects over three years. Each business unit had bui

How we killed our ETL pipeline (and productivity went up)
How we killed our ETL pipeline (and productivity went up)
26 May, 2026 | 05 Mins read

A B2B SaaS company running a customer success platform had a data pipeline that consumed sixty percent of the data engineering team's time. Not feature work. Not analytics. Pipeline maintenance. The p

A compliance-first AI rollout in financial services
A compliance-first AI rollout in financial services
03 Jun, 2026 | 05 Mins read

A regional bank with $12 billion in assets wanted to use machine learning to improve its commercial loan underwriting process. The existing process was manual, relying on credit analysts who spent fou

Regulators are coming for your training data — are you ready?
Regulators are coming for your training data — are you ready?
06 Jun, 2026 | 03 Mins read

The regulatory focus on AI is narrowing from the models themselves to the data that trains them. The EU AI Act requires documentation of training data provenance and composition. The US Copyright Offi

How to audit your AI pipeline for bias -- step by step
How to audit your AI pipeline for bias -- step by step
07 Jun, 2026 | 06 Mins read

Bias in AI systems is not a theoretical risk. It is a measurable property that can be detected, quantified, and mitigated at every stage of the pipeline. The teams that treat bias as an audit problem

The $2M model that never made it to production
The $2M model that never made it to production
09 Jun, 2026 | 05 Mins read

A retail chain with 400 stores spent two years and $2.1 million building an inventory optimization model. The model was technically excellent. It reduced predicted stockouts by thirty-two percent and

Data mesh in practice: year 2 retrospective
Data mesh in practice: year 2 retrospective
16 Jun, 2026 | 05 Mins read

An insurance company with $400 million in premium volume adopted data mesh two years ago. The central data team had become a bottleneck. Every business unit — claims, underwriting, actuarial, and dist

Designing guardrails: a practical architecture guide
Designing guardrails: a practical architecture guide
21 Jun, 2026 | 06 Mins read

The guardrail problem in AI is a tension between two failure modes. Too few guardrails and the system produces harmful, inaccurate, or brand-damaging outputs. Too many guardrails and the system refuse

Sovereign AI: why countries are building their own models
Sovereign AI: why countries are building their own models
27 Jun, 2026 | 03 Mins read

France released a fully open-source large language model trained on curated French-language data. India announced a multilingual model covering 22 scheduled languages. The UAE expanded its Falcon mode

When your AI vendor goes bankrupt — surviving platform lock-in
When your AI vendor goes bankrupt — surviving platform lock-in
23 Jun, 2026 | 05 Mins read

A healthcare analytics company received notice on a Tuesday afternoon that their primary AI infrastructure vendor was filing for Chapter 7 bankruptcy. The platform hosted their patient risk stratifica

Real-time fraud detection: from proof-of-concept to production in 90 days
Real-time fraud detection: from proof-of-concept to production in 90 days
30 Jun, 2026 | 05 Mins read

A payment processor handling twelve million transactions per day had a fraud detection system that was accurate but slow. The system reviewed transactions in batch, four times per day. A fraudulent tr

Consolidating 47 data sources into one knowledge layer
Consolidating 47 data sources into one knowledge layer
01 Jul, 2026 | 05 Mins read

A global professional services firm with 8,000 consultants maintained institutional knowledge across forty-seven separate systems. Project proposals lived in a document management system. Client engag

The GDPR audit that reshaped our entire ML pipeline
The GDPR audit that reshaped our entire ML pipeline
07 Jul, 2026 | 05 Mins read

A European fintech with twelve million customers received a GDPR audit notice from their national data protection authority. The audit focused on the company's machine learning pipeline, which powered

How to write an AI incident response plan
How to write an AI incident response plan
12 Jul, 2026 | 07 Mins read

AI systems fail differently than traditional software. A traditional software bug produces incorrect output deterministically -- the same input always produces the same wrong output, and a fix elimina

How a healthcare org deployed LLMs without violating HIPAA
How a healthcare org deployed LLMs without violating HIPAA
14 Jul, 2026 | 05 Mins read

A hospital system with twelve facilities and 14,000 clinical staff wanted to use large language models to assist with clinical documentation. Physicians spent an average of two hours per day on docume

Legacy mainframe to cloud-native: the data migration they said was impossible
Legacy mainframe to cloud-native: the data migration they said was impossible
21 Jul, 2026 | 06 Mins read

An insurance company running on an IBM mainframe had accumulated forty years of policy data in VSAM files and DB2 tables. The mainframe processed 600,000 transactions per day across policy administrat

The procurement checklist for AI vendors
The procurement checklist for AI vendors
26 Jul, 2026 | 07 Mins read

AI vendor procurement is where organizations make binding commitments that are expensive to unwind. A three-year contract with a model provider locks you into their pricing, their rate limits, their m

Metadata Management for AI Governance
Metadata Management for AI Governance
24 May, 2024 | 03 Mins read

# Metadata Management for AI Governance AI systems in production require metadata management to support compliance, auditing, and model oversight. Without systematic tracking of model lineage, traini

Case Study: End-to-End RAG Platform for Customer Support
Case Study: End-to-End RAG Platform for Customer Support
05 Dec, 2025 | 05 Mins read

A SaaS company with 200 support agents and 10,000+ knowledge base articles had an 18-hour average response time and 23% first-contact resolution. Their largest enterprise client threatened to cancel a

The Governance Layer: Managing AI Risk, Compliance, and Audit
The Governance Layer: Managing AI Risk, Compliance, and Audit
07 Feb, 2026 | 13 Mins read

A healthcare system deployed an AI triage assistant. It worked well in testing. In production, it started routing patients with chest pain to low-priority queues. The error was subtle and infrequent.

Case Study: Building a Production AI Knowledge Layer for Financial Services
Case Study: Building a Production AI Knowledge Layer for Financial Services
01 Mar, 2026 | 10 Mins read

A regional bank's investment research team spent 60% of their time gathering information and 40% doing analysis. Analysts had to search through regulatory filings, internal research memos, market data

Case Study: Multi-Agent System for Supply Chain Optimization
Case Study: Multi-Agent System for Supply Chain Optimization
13 Jun, 2026 | 12 Mins read

A mid-size automotive parts manufacturer with operations spanning 15 countries and relationships with over 200 suppliers faced a supply chain coordination problem that was consuming too much of their

Responsible AI by Design: Integrating Ethics into AI Architecture
Responsible AI by Design: Integrating Ethics into AI Architecture
02 Jun, 2026 | 09 Mins read

Responsible AI is not a checklist you complete before deployment. It is a set of architectural decisions that you make throughout the design process, each of which involves trade-offs that are real an