We Audited an AI System Serving 100K+ Users — Here Are the 5 Critical Risks We Found

By Jarvis Inc · May 2026 · 8 min read

We recently finished auditing an AI system that makes critical decisions for over 100,000 users. The company had monitoring on latency and uptime — standard stuff. But zero visibility into model behavior.

What we found should concern anyone running ML in production.

1. Data Drift — The Model Was Living in 2021

CRITICAL

The model was trained on 2021 data. It's now 2026. Five years of behavioral shifts, market changes, and distribution drift — and the model was still predicting based on patterns that no longer exist.

Result: accuracy degrading roughly 2% per month, compounding silently. No alerts, no errors. Just predictions getting quietly worse.

How to detect it:

How to fix it:

2. Feedback Loop Amplification

HIGH

The recommendation engine only showed popular content, making it more popular, making the engine recommend it more. Over 6 months, recommendation diversity collapsed by 40%.

How to detect it:

How to fix it:

3. Shadow Decision Boundaries

HIGH — Legal exposure

A credit scoring model effectively denied applicants from specific zip codes. Nobody programmed this — correlated features created a de facto discriminatory policy. The support team couldn't explain rejections because nobody knew.

How to detect it:

4. Cascade Failure Propagation

CRITICAL

A 5% accuracy drop in the upstream model caused 40% error downstream. Errors amplified through each pipeline stage. Root cause analysis was nearly impossible.

How to detect & fix:

5. Adversarial Vulnerability

CRITICAL

Small input perturbations flipped model decisions with >95% success rate. Fraudsters actively probe production systems to learn decision boundaries. They don't need model access — just feature understanding.

How to detect & fix:

Want Us to Audit Your AI Systems?

We run comprehensive 2-4 week assessments covering data quality, model behavior, pipeline integrity, fairness, and adversarial resilience.

Contact us: casperzinou2011@gmail.com

View our services →