> For the complete documentation index, see [llms.txt](https://docs.assenteo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.assenteo.com/ai-and-data-protection/ensuring-human-oversight.md).

# Ensuring Human Oversight

### Why must your startup have a human-in-the-loop (HITL) process?

**Regulatory compliance**

Key legislation like the EU AI Act, the GDPR and the DUAA mandate a certain amount of meaningful human review and intervention in AI systems, particularly where decisions are automated.

For example, the [EU AI Act](https://artificialintelligenceact.eu/article/14/) stipulates that high-risk AI systems must be ‘designed and developed in such a way, including with appropriate human-machine interface tools, that they can be effectively overseen by natural persons during the period in which they are in use'.

Requirements for human oversight are particularly strict in the case of high-risk AI systems.&#x20;

The financial penalties for not complying with human oversight requirements can be very hefty.

**Building trust**

Even if your startup isn’t directly subject to these laws currently, aligning early with regulatory requirements elsewhere can demonstrate trustworthiness to stakeholders and simplify compliance as you scale. <br>

### How can your business ensure sufficient human oversight?&#x20;

Your business must implement mechanisms to ensure meaningful human oversight of its AI systems. Although your user may perform the human oversight step (often by consenting to the use of the AI system), your business is responsible for providing that human oversight mechanism and documenting its successful functioning.&#x20;

Your business is responsible for:

1. **Providing a human oversight mechanism**

* While AI can perform assessments and plan next steps, a human must oversee its use.&#x20;
* Often, the oversight step is performed by your user. For example, your business will provide a consent mechanism whereby your user consents to the continued use of the AI system.&#x20;

2. **Documenting this human oversight mechanism**

* Your startup is responsible for documenting what the intervention mechanism is and how it functions day-to-day.
* Maintain detailed records of these workflows. Log:&#x20;
* when a human intervention mechanism is presented to the user;
* the user’s response;
* that these mechanisms are applied consistently across the business and across versions of the tech you use.
* Keep these logs for at least ten years (required for high-risk systems under the EU AI Act). These paper trails are critical for both external audits and internal reflection.

3. **Allowing humans to functionally override all high-risk AI decisions**

* This is mandated under Article 14 of the EU AI Act.
* Make sure that human operators are able to override AI decisions when necessary.&#x20;
* These overrides should also be logged in the HITL workflow records to ensure transparency and aid development.&#x20;

4. **Facilitating users to challenge automated decisions**

* Article 22 of GDPR grants individuals the right to obtain human intervention in any automated decisions that affect them (note that this has been tweaked in the UK following the Data (Use and Access) Act).
* This is a right your users can invoke when they please.
* Therefore, your business must have an established mechanism via which users can request a human review of the automated decision.

**Additional technical safeguards**

There are also some key technical tests that can be carried out on AI output to ensure it isn’t straying too far from the model. Often, this involves using benchmark comparisons to regularly validate model outputs. These may include fairness metrics, accuracy metrics, and domain-specific standards.&#x20;

\
There are established systems for monitoring dashboards and drift detection which can help you practically implement these safeguards.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.assenteo.com/ai-and-data-protection/ensuring-human-oversight.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
