AI for Risk, Compliance & Audit
Aware · M25 · lesson 25 of 30 · queued
Preview — browse every lesson free. Enroll to mark lessons complete, open partner links and save your progress. Login & enroll →
Understanding AI Risks & Failure Modes
📖
now learning

Understanding AI Risks & Failure Modes

10 min

Hallucination: When AI Confidently Lies

Hallucination is perhaps the most critical failure mode for compliance and audit professionals to understand. An AI system—especially a large language model—generates false information and presents it with complete confidence, as if it were fact.

Definition: Hallucination is the generation of plausible-sounding but factually incorrect information by an AI system, presented as if it were true.

Why Hallucinations Are Inevitable

Language models work by predicting the statistically most likely next word in a sequence. They don't have access to a database of facts they can verify against. They don't "know" what's true or false in any meaningful sense. They predict what word is likely to come next based on patterns in their training data.

Here's the critical insight: if generating false text is statistically probable given the input, the model will generate it. The system has no built-in mechanism to stop and say "I don't know this" or "this might be false." It simply generates the next likely word, then the next, building a response one word at a time.

Concrete Example: You ask an LLM, "What are the Section 404(b) requirements under SOX?" The model may not have precise training data about 404(b) requirements. But it knows that SOX guidance typically discusses internal control assessment, documentation, and management responsibility. So it generates plausible-sounding requirements about these topics. They sound authoritative. They are entirely fabricated.

Hallucination Risks in Audit and Compliance Work

The stakes for hallucination are highest in audit, compliance, and risk contexts because these functions depend on accurate information:

  • Regulatory Citation Fabrication: An LLM asked to interpret a regulation may cite specific sections or guidance that don't exist or misrepresent actual requirements
  • Fabricated Control Descriptions: When asked to describe control procedures, AI may generate plausible-sounding but non-existent procedures
  • False Precedent: An LLM might reference audit findings or compliance examples from organizations that don't exist
  • Evidence Invention: When summarizing documents, AI may "remember" evidence or quotes that never appeared in the source material

Governance Implication: Any AI-generated compliance summary, policy interpretation, or audit analysis must be independently verified by a subject matter expert who has read the original source material. This verification is not optional; it's a required control.

Bias and Discrimination: Learning Historical Patterns Forward

Bias in AI is not a malfunction or a flaw that can be engineered away. Bias is a direct consequence of how AI learns: from historical data.

If your training data reflects historical bias, your AI system will learn and replicate that bias. More troubling: the system will apply it consistently and at scale. What might have been biased judgment by a single person becomes biased decision-making automated across thousands of cases.

How Bias Enters Training Data

Bias doesn't require intentional discrimination. It emerges naturally from historical data:

  • Selection Bias: Your training data comes from past decisions. If those decisions were biased, the data is biased. A fraud detection model trained on confirmed fraud cases may overrepresent fraud from departments that were investigated more frequently
  • Representation Bias: Certain groups may be underrepresented or misrepresented in training data. A hiring recommendation AI trained on historical hiring data will replicate the demographic patterns of who was historically hired
  • Labeling Bias: The labels in your training data reflect subjective decisions that may embed bias. If historical loans were approved or denied in patterns correlated with demographic characteristics, the model learns those patterns

Concrete Audit Example: The Disappearing Controls

Your organization deploys an AI system to classify controls as "automated," "manual," or "automated with manual verification." The system is trained on 500 controls from the past three years.

During testing, you notice the system consistently misclassifies controls in the Finance department as "manual" when they are actually automated. Why? In your training data, Finance controls were disproportionately documented with narrative language. The IT controls were documented with technical language. The model learned to associate Finance with manual controls.

This isn't intentional. It's the system learning patterns in how controls were historically documented. But the consequence is systematic misclassification in one department, which could lead to incorrect audit scoping or control assessment.

Why Bias Detection Is Difficult

AI systems can appear unbiased on aggregate metrics while being systematically biased for specific groups:

  • A fraud detection model that achieves 90% accuracy overall may be 70% accurate for transactions from new vendors (a subset of your transaction population)
  • A risk classification system that correctly categorizes 95% of controls overall may systematically misclassify controls from smaller business units
  • A compliance alert system may have higher false positive rates for one regulatory domain than another, leading to inconsistent governance

Governance requires testing AI system performance disaggregated by relevant groups and categories. A single aggregate accuracy metric is insufficient.

Data Poisoning: Bad Input Creates Bad Output

Data poisoning occurs when training data is contaminated with false, misleading, or adversarial information, causing the AI system to learn incorrect patterns.

Data Poisoning: The intentional or accidental introduction of false, corrupted, or mislabeled data into training datasets, resulting in AI systems that learn harmful or incorrect patterns.

How Data Poisoning Happens

Intentional poisoning is rare but possible. A vendor could deliberately include false examples in training data to bias outcomes in their favor. A competitor could introduce corrupted data into a shared training dataset.

Accidental poisoning is more common: data entry errors, mislabeled examples, or data from unreliable sources contaminating your training set. If your fraud detection training data includes cases that were incorrectly labeled as fraud (false positives from the original system), your new model learns those false patterns.

Poisoning Risk in Audit Contexts

An organization implements AI to classify audit findings by severity. The training data comes from findings from the past five years, labeled by previous auditors. If some findings were mislabeled (marked as "high severity" when they should have been "medium"), the AI system learns those incorrect severity patterns and replicates them.

The risk compounds if the mislabeled findings came from a particular business unit or process type. The AI will systematically misclassify findings from those contexts in the future.

Governance control: Data quality assurance before training. Validate that training data is accurate, representative, and properly labeled. This is not optional.

Concept Drift: When the World Changes and AI Doesn't

Concept drift occurs when the real-world patterns the AI system was trained on change significantly, but the system continues to apply outdated patterns.

Concept Drift: A degradation in AI system performance caused by changes in the real-world distribution of data or the relationships between variables, while the system's learned patterns remain frozen.

What Causes Concept Drift?

  • Economic Disruption: A fraud detection model trained on five years of pre-pandemic transaction data will misclassify pandemic-era transactions. Spending patterns changed. Vendor relationships changed. The model's learned patterns no longer match reality
  • Regulatory Change: When regulations change, historical compliance patterns shift. An AI trained on historical control implementations may suggest controls that no longer meet current regulatory expectations
  • Process Evolution: Your organization adopts new vendors, changes workflows, or reorganizes teams. The AI trained on old process patterns generates incorrect recommendations
  • Adversary Adaptation: If your system detects fraud, fraudsters adapt their tactics. The historical fraud patterns the system learned no longer describe current fraud, reducing detection accuracy

Detecting Drift: The Monitoring Challenge

Concept drift is insidious because the system continues to operate without obvious failure. You don't get error messages. The system processes data and generates outputs just as it always did. But the outputs become steadily less accurate.

This requires proactive monitoring: comparing recent system performance to baseline performance, testing on new data to detect accuracy degradation, and establishing triggers for revalidation and retraining.

A fraud detection model that achieved 92% accuracy in 2023 may be at 76% accuracy in 2025 due to drift, but you only discover this if you measure it explicitly.

Adversarial Attacks: Gaming the System

Adversarial attacks occur when someone deliberately constructs inputs designed to fool an AI system into making incorrect decisions.

How Adversarial Attacks Work

An adversary learns how your AI system makes decisions and crafts inputs to exploit weaknesses. These attacks range from obvious to subtle:

  • Rule Exploitation: You deploy an AI system to flag transactions over a certain risk threshold. A bad actor structures transactions just below the threshold, repeating them multiple times to avoid detection
  • Pattern Manipulation: An LLM-based summarization system is instructed to provide a summary of a policy document. An actor embeds contradictory information within the document in a way that causes the LLM to hallucinate a summary that contradicts the actual policy
  • Data Crafting: A model predicts whether a transaction is suspicious based on vendor, amount, and timing. An actor submits transactions with characteristics carefully chosen to be statistically similar to legitimate transactions in the training data

Governance Alert: AI systems used in adversarial environments (fraud detection, sanctions screening, access controls) should be regularly tested against attack scenarios. The system's resilience to adversarial inputs should be part of control validation.

Model Brittleness: Reliability Beyond Training Scope

AI systems trained on one type of data often fail entirely when applied to different data. This is called brittleness: the system is not robust to variations outside its training domain.

Brittleness in Practice

Geographic Brittleness: A fraud detection model trained on US transaction patterns (USD denominations, standard business hours, familiar vendor ecosystems) performs poorly on international transactions. The model never learned the patterns of business in other regions.

Temporal Brittleness: A compliance alert system trained on normal business-day transaction patterns fails when applied to weekend or holiday transactions. The patterns are different; the system misclassifies.

Categorical Brittleness: An audit finding classification system trained on findings from Finance and IT departments performs poorly on findings from Operations or HR. The language, issue types, and severity drivers differ across departments.

Brittleness is not a defect that can be fixed. It's a structural characteristic of learning systems. Governance must account for it by understanding the system's training domain and scope, and validating performance when applying the system to new contexts.

Governance, Regulatory, and Organizational Risks

Individual failure modes create compounded governance risks.

Audit Risk and Control Assessment

If you use AI to assist in control testing or finding classification, and the AI system exhibits hallucination, bias, or concept drift, your audit conclusions are at risk. Audit findings based on AI output must be independently validated. The AI is a tool to increase efficiency; it does not replace professional judgment.

Regulatory Compliance Risk

Regulators increasingly ask how AI is being used in governance contexts. If your AI system misclassifies compliance risks due to bias or drift, you may submit incorrect regulatory reports. If you use AI to interpret regulations and the system hallucinated requirements, your controls may be inadequate.

Governance documentation should include: (1) What AI systems are in use, (2) What controls validate their accuracy, (3) How bias is monitored, (4) What contingencies exist if the system fails.

Organizational and Reputational Risk

If an AI system exhibits discrimination (biased outcomes affecting certain employee groups, business units, or customer segments), the organization faces legal exposure and reputational damage. If compliance controls fail because AI was inadequately governed, the organization faces regulatory action.

Building Resilient Governance Around Predictable Failures

Understanding failure modes enables stronger governance. Here are the control categories:

1. Validation and Verification Control

Before deploying any AI system, conduct independent validation: test the system on representative data, measure accuracy and error rates, assess bias across relevant groups, and document findings. This is your baseline of system reliability.

2. Continuous Monitoring

Monitor system performance over time. Are accuracy metrics degrading? Are error rates increasing in specific categories? Is the system behaving differently on recent data than historical data? Regular monitoring detects concept drift and other emerging failures.

3. Mandatory Human Oversight

Define which AI outputs require human review before action. High-stakes decisions (regulatory determinations, audit findings, control classifications) should not be automated. The human should validate the AI output and be accountable for the decision.

4. Escalation and Learning Process

When the AI system fails, what happens? Is there a process to investigate, document, and learn? Do you retrain the system? Do you adjust governance? Failure is an opportunity to strengthen controls if captured and analyzed systematically.

Key Takeaways: AI Failure Modes Are Predictable

  • Hallucination: AI systems generate plausible false information with confidence. Mandatory human verification of factual claims is a required control.
  • Bias: AI systems learn and amplify patterns in training data. Systematic bias is not a malfunction; it's a feature of learning-based systems that requires continuous monitoring.
  • Data Poisoning: Contaminated training data creates contaminated systems. Data quality assurance before training is essential.
  • Concept Drift: Real-world patterns change; AI systems don't adapt automatically. Continuous monitoring of system performance is required to detect degradation.
  • Adversarial Attacks: Determined actors can game AI systems. High-stakes applications require resilience testing.
  • Model Brittleness: AI systems fail when applied outside their training domain. Validate scope and test before expanding use.
  • Governance is not optional: AI failures are predictable if you understand these modes. Oversight must be designed to detect and contain them.

Integrating AI Risk Understanding into Your Audit Approach

As an audit, compliance, or risk professional, your role is not to prevent all AI failures—that's impossible. Your role is to ensure that when AI systems are deployed, the organization has governance structures to detect and contain predictable failures before they become compliance problems.

This means: understanding what failure modes are possible, designing controls to detect them, monitoring continuously, and maintaining the authority to escalate or shut down a system that isn't performing as expected.

The organization that understands AI failure modes is resilient. The organization that believes AI "just works" is exposed.

Frequently Asked Questions

What is AI hallucination and why is it dangerous in compliance work?

AI hallucination occurs when a system generates false information presented with confidence as fact. In compliance and audit work, this is particularly dangerous because AI systems may fabricate regulatory requirements, policy interpretations, or evidence citations that appear authoritative but are completely fabricated. An LLM asked about specific audit standards may invent guidance that doesn't exist, creating compliance risk if not verified by human experts.

How does bias in AI training data create organizational and governance risks?

AI systems learn patterns from their training data. If that data reflects historical bias—such as fraud detection models trained on data where certain departments had higher fraud rates—the AI will systematically replicate and amplify that bias in real-time decisions. This creates organizational risks including discriminatory outcomes, regulatory exposure, and audit findings. Bias is not a flaw to fix; it's an inherent characteristic of learning systems that must be monitored continuously.

What is concept drift and what governance controls are needed?

Concept drift occurs when the real-world environment changes in ways the AI system was never trained to recognize. A fraud detection model trained pre-pandemic may fail during economic disruption when transaction patterns shift dramatically. A risk classification model trained on historical data may misclassify new emerging risks. Governance must include continuous monitoring of AI system performance, regular revalidation, and processes to retrain models when performance degrades.