Chapter AAI ethics scenariosPage 4 of 8

AI ethics scenarios

Transparency and accountability

Transparency helps people understand and challenge an AI-supported process; accountability ensures someone has the authority and duty to act on what they learn.

~14 minOperational responsibility

Before you start

Why this matters

A customer asks why an insurance claim needs additional review. The support agent sees only “AI risk score: 0.82.” The customer sees a generic message saying the request is being processed. The data team can explain the model in broad terms, but nobody can identify which record affected this case or who may correct it.

The organization has information about its system, yet it lacks useful transparency and clear accountability. More documentation alone will not repair the customer’s situation.

1Learn the idea

Read

Give the right explanation to the right person

Transparency is not publishing every line of code or revealing a model’s internal calculations. Different people need different information for different purposes.

An affected customer may need to know that AI assisted the process, which submitted facts were considered, what the current status means, and how to correct or appeal it. A frontline reviewer needs source evidence, uncertainty, policy limits, and a safe way to disagree. A product owner needs performance by scenario and group. An auditor may need model versions, approvals, data lineage, logs, and change history.

An explanation is useful when it supports a decision. “A complex machine-learning algorithm generated this score” is technically descriptive but practically empty. “The application was routed for review because the reported address did not match the account record; you can correct either record here” gives the person a reason and an action.

Do not claim certainty the system does not have. Distinguish observed facts, generated interpretations, and policy decisions. A model might flag a document as possibly inconsistent, but policy determines whether that flag delays a claim. Keeping these layers separate prevents teams from blaming “the algorithm” for choices made by people and institutions.

Read

Disclose AI where it changes expectations

People do not need a warning every time software sorts a list. Disclosure becomes more important when AI changes how someone interprets an interaction, relies on personal data, produces synthetic media, or materially shapes a consequential decision.

A person chatting with automated support should know they are not speaking to a human, especially if the assistant could appear empathetic or authoritative. A reader should be able to distinguish a generated spokesperson from a recorded person when confusion would matter. An applicant should understand the role automation plays in assessment and where human judgment enters.

Good disclosure is timely and plain. Put it near the interaction or decision, not only in distant terms. Explain relevant limits without turning the notice into a long defense of the product. Offer a route to more detail for people who want it.

Disclosure does not cure a harmful design. Telling users that an assistant may be wrong does not make it appropriate for unsupported medical decisions. Saying that data may be analyzed does not make coerced collection fair. Transparency complements boundaries, testing, human review, and alternatives; it does not replace them.

Read

Assign decisions to named roles

Accountability answers “Who must do what?” A statement that “the team is responsible” often means nobody has explicit authority. Define ownership across the lifecycle:

  • A product owner approves intended uses and excluded uses.
  • A data owner controls source quality, access, and retention.
  • A model or engineering owner maintains evaluation and technical limits.
  • An operations owner handles reviews, appeals, and incidents.
  • A governance or risk owner challenges evidence for high-impact uses.
  • An executive owner accepts remaining organizational risk where required.

One person need not perform every task, but handoffs must be visible. The owner receiving an alert needs authority to pause the system. The person reviewing an appeal needs access to the original evidence and power to change the outcome. A safety committee without operational access can advise but cannot be the only accountable control.

Keep the organization accountable for systems it deploys. A vendor built the model, a user entered unusual text, or a reviewer clicked approve may all be relevant facts. None automatically removes the deploying organization’s responsibility to choose appropriate use, configure controls, train staff, and respond to harm.

Read

Preserve evidence without recording everything

Accountability depends on a trace of what happened. For a consequential AI-assisted action, useful records may include the request, relevant source versions, model and prompt version, generated proposal, policy checks, human review, final action, and later correction. A shared trace identifier lets investigators connect these events.

Logs should answer questions such as:

  • What did the system know at the time?
  • What did it propose, and what actually happened?
  • Which rule or person authorized the action?
  • Did retries or downstream systems alter the result?
  • Who was notified, and was an appeal resolved?

Logging everything forever creates privacy and security problems. Sensitive prompts, identity documents, and internal reasoning notes need strict access and retention. Record enough to reconstruct important decisions, prefer structured reason categories over unnecessary free text, and protect the audit trail from silent alteration. Transparency about one goal should not undermine privacy in another.

Documentation should follow changes. A model card or system description can state intended use, known limits, evaluation conditions, data dependencies, and ownership. Release records should connect each deployed version to its evidence and approval. If the real workflow differs from the document, the document is not a control.

Read

Make challenge and remedy real

Transparency has limited value if people cannot do anything with it. Build correction, appeal, and remedy into the service. A person should know where to go, what information to provide, how long review may take, and whether the original effect pauses during review.

Track appeal outcomes. Frequent reversals may reveal a weak model, incomplete records, unclear policy, or a review interface that pressures staff to accept recommendations. Measure time and effort for the person appealing, not only the organization’s processing time. A formally available route can still be inaccessible because of language, disability, documentation demands, or cost.

When harm occurs, remedy should match the effect: correct a record, restore access, repeat a review, notify downstream recipients, reimburse an improper charge, or stop a recurring use. The exact response depends on context and organizational obligations. Ethical accountability means preparing to repair outcomes, not merely explaining why they happened.

Checking tutor…

Continue learning · glossary & guides