LR-201c · Module 1

The AI Risk Surface

4 min read

Every AI system has a risk surface — the total area of exposure where something can go wrong. Traditional software has a risk surface defined by its specifications: bugs, security vulnerabilities, performance failures. AI systems have all of those plus a second layer that traditional software does not: emergent behavior. The AI can produce outputs that no specification anticipated, no test case covered, and no developer intended. That second layer is what makes AI risk fundamentally different from software risk.

  1. Technical Risks Model accuracy degradation, training data bias, hallucinated outputs, adversarial inputs, and infrastructure failures. Technical risks are the ones engineers think about first — and they are the most well-understood because they have analogs in traditional software. The difference is that AI technical risks are probabilistic, not deterministic. The model does not fail the same way every time.
  2. Operational Risks Process failures in how the AI system is deployed, monitored, and maintained. Inadequate human oversight, insufficient testing before deployment, missing rollback procedures, and undocumented model updates. Operational risks are the gap between having a system and having a system that runs safely in production.
  3. Legal Risks Regulatory non-compliance, contractual liability from AI outputs, intellectual property infringement by AI-generated content, and privacy violations from AI data processing. Legal risks are the ones that create financial exposure — fines, lawsuits, and contract disputes. They are also the ones that take the longest to materialize and the longest to resolve.
  4. Reputational Risks Public-facing AI failures, biased outputs that become news, customer trust erosion from AI errors, and brand damage from perceived irresponsibility. Reputational risks are difficult to quantify but easy to observe. One viral AI failure can undo years of brand building. The risk surface extends beyond the system into the public perception of the system.