Unit 11 / 12

Human Control, Transparency, Bias and Ethics

Gains:

  • Distinguishing three models of human control (in the loop, on the loop, in command)
  • Recognizing and mitigating risks of bias and discrimination in AI output
  • Translating the principles of transparency and explainability into concrete applications

An AI system may technically work perfectly but still be wrong: it may systematically eliminate a group, fail to explain the reason for its decision, or lead people to accept it without questioning. In this unit, we translate the “soft” but most decisive side of governance—human control, bias management, transparency, and ethics—into concrete practices. The goal isn't vague slogans like "don't trust AI"; They are working mechanisms that show how to audit an output, reduce bias, and establish transparency.

Three models of human control

Human oversight means that the human retains control over the decisions made by the AI. There are three basic models and it is necessary to choose the right model according to the risk.

model

Meaning

Where it fits

Human in the loop

A person approves every decision

High-risk, impactful decisions

Human on the loop

AI works, humans monitor and intervene if necessary

Medium risk, high volume transactions

Man in command

The human designs the system, sets its limits, can close it

Overall governance level

For decisions that significantly affect the person (employment, credit, healthcare), the human-in-the-loop model is preferred: AI gives advice, but a competent human makes the final decision. “AI said so” is never an excuse; The responsibility always lies with the person.

Attention: It is not enough for human control to be "on paper". If the human automatically approves the AI's suggestion (rubber-stamping), there is no real control. For auditing to be meaningful, one must be able to see the rationale, question it, and truly say “no.”

Risk of prejudice and discrimination

Bias is when AI systematically disadvantages or advantages certain groups. Its source is often training data: if there is discrimination in historical data, the AI ​​learns and maintains it — even scales it.

Practical steps to reduce bias:

  1. Review sensitive variables: Check the impact of fields such as gender, age, ethnicity on the decision.
  2. Test results by groups: Does the system produce different rejection/acceptance rates in different groups?
  3. Beware of proxy variables: Fields such as “neighborhood” or “school” may implicitly convey ethnic/class distinction.
  4. Establish regular monitoring: Bias is tested continuously, not just once; It may come back as the data changes.

three mini cases

Case 1 — Rubber stamp. At one bank, loan officers approve the AI ​​score without reviewing it; They say "the system has already calculated it". An audit shows that in 498 out of 500 submissions, the human made the exact same decision as the AI ​​— so there is no real review. Solution: require people to see the reasoning, second-guess the decision to a certain extent, and require a "why agree/disagree" note.

Case 2 — Implicit bias. A recruiting AI scores female candidates lower, even though it doesn't use gender at all. From where? Because the past data included mostly men in a given position, the model learned indirect discrimination through proxy variables such as “uninterrupted career.” Group-based testing reveals this; The team extracts surrogate variables and monitors the result.

Case 3 — Trust with transparency. In its AI-powered damage assessment, an insurance company informs each customer that “the decision is AI-powered, they can appeal and request human review.” The objection rate is lower than expected because customers understand and trust the process. Transparency increases trust while reducing risk.

Transparency and explainability

Transparency is about making it clear to the relevant people that an AI is in action and how it works. Explainability means being able to explain the reason for a decision in an understandable way. Concrete applications:

  • "You are talking to an AI" notification on AI interacting with the person.
  • "This decision was based on the following factors" explanation in automatic decisions.
  • Clearly present the path to appeal and request human review.
  • For internal teams: documentation and recording of what the model does.
Hint: Ask an AI decision “what were the top three factors that influenced this decision?” Test it with the question. If the system cannot make this understandable and the decision affects the person significantly, that system is not yet ready for responsible use.

Automation bias: one's own trap

Even if transparency and human oversight are established, there is an insidious risk on the human side: automation bias. This is the tendency for people to trust a machine's output more than their own judgment. Because the on-screen AI proposal appears “objective and calculated,” one is tempted to accept it without questioning — this is the psychological origin of the rubber stamp.

There are concrete ways to reduce this. Encourage counter-opinion first: ask the person approving the decision “Why might I disagree with AI?” Ask him to think about the question. Then show the confidence score: indicate how confident the AI ​​is; Mark low confidence outputs separately. Then set up a conflict alert: If the AI ​​recommendation violates the institution's rule or the data available to the human, the system will highlight this. Finally, apply the two human principles to critical decisions; A single approver is more susceptible to automation bias.

Caution: Saying “there is human approval” does not mean being free from automation bias. The human must have both the authority, the time, and the right information to question the AI. A system that forces the approver to make 200 decisions in 3 seconds does not actually offer true human control.

Copiable templates

TEMPLATE 1 — Human control model selection: "Which human control model is appropriate for the following AI use [describe the use]: in the loop, on the loop, or in command? Recommend with justification, considering the risk and impact to the individual. Specify what control should I add to avoid the rubber stamp risk."

TEMPLATE 2 — Bias testing plan: "Draw up a [describe usage] bias testing plan for the following decision support AI: which groups should I compare, what metric should I measure (rejection/acceptance rate, etc.), what surrogate variables should I look for, how often should I repeat the test? Write it step by step."

TEMPLATE 3 — Decision description text: "Write a simple description text for a personalized automated decision: whether the decision was AI-powered, key factors influencing the decision, a way to appeal and request human review. Non-accusatory, respectful tone, 120 words or less."

TEMPLATE 4 — Ethical review checklist: "Prepare an ethics review checklist before publishing an AI use: fairness/discrimination, transparency, human control, privacy, security, accountability. Include 1-2 clear questions to be answered under each heading."

Weak prompt / Strong prompt

WEAK: “Is this recruiting AI fair?”-> The model gives a general answer like 'it should be fair'; does not provide a testable method and bias measurement. STRONG: "Set up a bias testing plan for this recruiting support AI: a method to compare acceptance rates across gender and age groups, proxy variables to consider, acceptable difference threshold, and monitoring frequency. Also add control to ensure the human makes the final decision." -> The model produces a measurable, repeatable fairness mechanism.

Common mistakes

  • Leaving human control “on paper” and automatically approving the AI recommendation (rubber stamp).
  • Leaving decisions that significantly affect the person unsupervised instead of in the loop.
  • Considering the bias resolved just because "I deleted the sensitive variable"; skipping proxy variables.
  • Testing bias once and not constantly monitoring it.
  • Skipping transparency because "it's a technical detail, the user won't understand".
  • Using a system that cannot explain the reason for the decision in critical decisions.
  • Leaving ethical evaluation until after publication, saying "we'll see later".

In summary

  • Human control is implemented in three models; In decisions affecting people, people are preferred in the cycle.
  • Control must be meaningful; The rubber stamp (auto-approve) is not the actual audit.
  • Bias often comes from the training data; Sensitive and surrogate variables should be tested and constantly monitored.
  • Transparency and explainability require clearly presenting to the user that the AI ​​is in play and the reason for the decision.
  • Ethical review occurs before publication; the responsibility always lies with the human being, "AI said so" is no excuse.

Application task

Choose an AI decision process that impacts people in your organization (for example, application evaluation). Determine the appropriate human control model for this process with justification and design a concrete control to prevent rubber stamping (e.g. requirement to see justification, sample review). Then write a bias testing plan: specify which groups you will compare, with what metric, how often, and which proxy variables you will pay attention to. Finally, draft a decision explanation text that will be shown to the person during this process and include an appeal/human review path.

checklist

  • [ ] I chose the human control model appropriate to the process.
  • [ ] I designed a concrete control that will prevent the rubber stamp.
  • [ ] I prepared a bias testing plan (groups, metric, frequency).
  • [ ] I evaluated the risk of surrogate variables.
  • [ ] I wrote a decision explanation text for the person.
  • [ ] I have clearly presented the path to appeal and human review.
  • [ ] I conducted the ethics review before publication.