Skip to content
View in the app

A better way to browse. Learn more.

Benchmark Six Sigma Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How Should AI Be Monitored After Deployment?

Featured Replies

Q 821.


Even a well-tested AI solution can drift over time — as data changes, user behavior evolves, or processes get updated.
Without continuous validation, an AI system that once performed flawlessly may start producing inconsistent or biased results.

Think of one AI-enabled process in your domain that runs continuously or at scale. What kind of post-deployment monitoring and validation system would you put in place to ensure it remains accurate, ethical, and aligned with business objectives?

How would you decide when the system needs retraining, recalibration, or redesign?

⚠️ Note: Any answer that is generic or does not connect with a specific, relevant process will not be approved.

🏆 The best answer will be selected on the basis of:

  • Relevance and clarity of the chosen process

  • Practicality and depth of the monitoring approach

  • Insight into sustaining AI reliability and integrity

 

Note for website visitors -

Solved by Adil Khan18

  • Solution

Domain: Banking — Fraud Detection and Transaction Monitoring

In a bank, an AI system runs behind every digital transaction.
Its job is to spot anything that looks off — like a card suddenly being used in two countries within minutes, or someone transferring a large amount to a brand-new account.
When it sees something unusual, it either blocks the payment or sends an alert to the fraud team.

It works great when it’s new.
But over time, people’s habits change — they travel more, use new payment apps, or start shopping on international websites.
That’s when the AI can get confused, either blocking good transactions or missing real fraud.
So the trick isn’t just building it — it’s keeping it in line after it goes live.


1️ Keep an eye on accuracy every single day

We track how well it’s catching actual fraud versus how often it cries wolf.
If the false-alert rate goes above 5 % for a few days, the AI stops auto-blocking and switches to a review-only mode until we fix it.
It’s like a safety brake — we’d rather check twice than upset good customers.


2️ Watch for data drift

The AI learns from spending patterns.
If too many new kinds of transactions show up — say, everyone suddenly starts using a new digital wallet — the system knows its old patterns don’t fit anymore.
When that drift crosses a set threshold, it raises its hand for retraining.


3️ Audit how fair it is

Once a week, our fraud and compliance team reviews a few hundred random cases.
We look for patterns — maybe one region or customer type keeps getting blocked more often than others.
If that happens, we fine-tune the model or the rules.
We want tough fraud control, but not bias.


4️ Retrain only when it’s really needed

We don’t retrain on a timer; we do it when the data proves the model is slipping —
for example, when accuracy drops below 90 % or new payment methods go live.
We always test new models on months of old transactions before letting them replace the live one.


5️ Keep humans in charge

Every month, our AI Fraud Governance Board — risk, compliance, IT, and customer service — sits together to review how the system’s doing.
If accuracy or fairness drifts, we take action.
Every quarter, internal audit checks that the AI still meets KYC, AML, and GDPR rules.


A real example

Right after a big shopping festival, the AI started flagging thousands of small international card payments as fraud.
It wasn’t wrong before — behavior just changed.
Accuracy dipped, and the system’s drift alert kicked in.
We retrained it with fresh data, and within a week it was back to normal, catching real fraud and leaving genuine customers alone.


In short

AI in banking is like a guard who never sleeps — but you still have to check if he’s watching the right door.
We monitor it daily, audit it weekly, and retrain it when life changes faster than data does.
That’s how we keep our fraud detection both smart and human-friendly.

 

I’ve always believed that both business and people are in constant evolution, everything moves in cycles, and things can change overnight. That’s why continuous monitoring and feedback are crucial after any solution is implemented. In one of the projects where I had the pleasure of leading the functional stream, we integrated CRM, Power BI, and AI to deliver real-time insights to our sales representatives. We built a dashboard to monitor the accuracy of those insights, user adoption, and direct feedback from the sales team within the CRM. This required strong business alignment to compare AI performance with key KPIs (for which we defined specific thresholds) and to track data drift indicating shifts in customer consumption behaviour. Whenever anomalies were detected, we initiated a retraining or recalibration cycle to realign the AI model with business objectives.

How Should AI Be Monitored After Deployment?

 

In manufacturing or any other industry deploying AI is not a end of innovation. Its a beginning of continues evaluation. Even the most accurate AI models drift in long-term due to changes in material ,workforce behavior and machine. There fore post deployment monitoring is important to maintain the system reliable and ethical.

 

Lets consider a practical example from .Ai to predict daily production capacity in apparel industry

 

How to monitor after deployment 

 

1)First we need to check the accuracy of the prediction

  • Compare forecast out put and daily actual production
  • Track MAPE-Mean Absolute % error
  • Alert if deviation is >10%

2)Monitor Business Impact KPI

  • Monitor Line efficiency Rate, OTD and Overtime cost
  • Use before-and-after control charts to ensure that improvements achieved after AI implementation are sustained.
  • Drill down these KPIs to all layers — from management to line-level teams — to ensure alignment and ownership across the organization.

3)Monitor for Changes

  • Identify changes and alert .when product types ,machines and workforce changes the model may need retraining
  • Detect data drift in input features such as operator efficiency or machine downtime using statistical comparison
  • Set automated alerts when such changes occurs so the model can be reviewed.

4) Maintain Human Oversight

  • Supervisors should review AI’s daily plan suggestions and provide feedback when adjustments are made manually
  • This ensures AI remains a decision-support tool, not a fully autonomous system.

5)Retraining and Triggers

  • Significant difference between AI prediction and actual performance for 2–3 consecutive weeks.
  • Retraining may also be required when new product styles are introduced or when line configurations change.

Post deployment monitoring ensure AI to perform Effectively under real Factory Conditions. By tracking MAPE, monitoring Business KPIs, Detecting the data drift ,keeping human oversight and setting clear training triggers can maintain implementation reliable ,ethical and Continuously Improving AI systems.

 

 

Monitoring personalization/recommendation AI models post deployment is one of the complicated systems in e-commerce retail business.

Traditionally, one would monitor if the e-commerce site is up, how fast the site loads, check on whether any backend services are failing, latency due to bot attacks. However, with AI coming into frame, the whole game of monitoring the systems has become even more complicated and more indicators to track.

There are couple of indicators that needs to be in-place to monitor the recommendation AI models in the system. The goal is to minimize the cost of errors, data accuracy with transparency (data drift), resource utilization, system issues, performance issues.

 

1.     Metrics: setting up metrics that is important and directly impacts the results. Most importantly end-user experience.

a.     Latency: how fast the model will respond. The systems need to be constantly monitored for any increase in latency which could happen for various reasons not limited to Bot attack, backend services failing, unscheduled upgrades by service providers or in-house application upgrades, new changes or deployments.

b.     Throughput: how many requests the model can handle per second. How the systems will handle the increase in traffic especially during the holiday seasons or promotional events. One needs to keep tweaking the resources to make sure the requests are handled efficiently without compromising on the speed and accuracy.

c.      Accuracy: how well the model performs in real word. The product recommendations or personalization either in the app/website needs to be more accurate, relevant and timely. If there is a small drop in the accuracy then recommendations will be off (data drift) and it is time for the models needs a re-training with new data, new behavioural patterns, new external changes influencing the data.

d.     Resource Utilization: Monitory resources like CPU, GPU, Memory and network. If one of the resources under-performs then it will the performance of the AI system and in-turn will affect the throughput.

e.     Incident and alert management: We need to set thresholds for every metric we set. An alert should be triggered if the threshold is crossed and automatically send out alerts to the concerned teams via tools like PagerDuty, Slack or SMS. It should also log an incident ticket for every issue or alert triggered so that the concerned teams like SRE, Dev-Ops and application teams can react and act.

 

 

 

 

2.     Tools: Due to the nascent stage of AI models, we will need tools which can be integrated that align in monitoring the infrastructure. Tools like Uptime robot which can give AI specific metrics and other traditional metrics.

 

3.     Securing the AI monitoring

a.     Authentication: how the monitoring dashboards are secured and what kind of authentication is required. Data like logs, APIs must have secure logins.

b.     Data security: Ensure the data in logs or traces does not include any confidential data including user’s personal details like driver’s license, government IDs etc. Ensure all the confidential data are either masked or restricted from accessing. Making sure everything follows regulations and data security.

 

Future Actions:

1.     Optimization and cost control: We always need to keep an eye on new tools or infrastructure changes which can help in optimization of performance and efficiency in turn bring down the overall cost.

2.     Continuous improvement: We need to make sure we are retraining the models with new data by tracking behaviours of the users throughout the year especially during the holiday season, promotional events or long weekend to make the AI models more effective and accurate in recommending products.

3.     Incident Management: Make sure the user manual or application readme are up to date. Every team is communicated about the change being implemented in the models and keep the changes documented in a common place for future reference. Review priorities in a timely manner so that everything is regulated.

  • Author

🏆 Winner – Adil Khan (Banking: Fraud Detection): Daily accuracy guardrails, 5% false-alert brake, explicit drift detection, weekly fairness audits, and retrain triggers <90% accuracy — plus board-level governance. This is deployment-grade.

🥈 Runner-up – Asangi Pathirana (Apparel Capacity): MAPE-based alerts (>10%), business KPI tracking (OTD, overtime, line efficiency), feature-drift checks, and clear 2–3-week retrain triggers. Tight and practical.

Also approved: Arul Palani (E-commerce Recos), Barbara Feijen (CRM/BI Sales Insights).

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.