> For the complete documentation index, see [llms.txt](https://documentations.seclea.com/iso-ai-risk-management/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentations.seclea.com/iso-ai-risk-management/ai-robustness-air.md).

# AI Robustness (AIR)

The ability of a system to keep operating at the same high level of performance regardless of the conditions under which it is used is one definition of robustness.

Within the context of AI systems, robustness introduces a new set of challenges. The architectures of neural networks present a unique difficulty due to the fact that not only are they difficult to explain, but also they often exhibit behaviour that is unexpected because of their nonlinear nature. The characterization of the robustness of neural networks is an unsolved research problem, and the testing and verification methods both have their drawbacks.

Controls related to this risk category are listed as below:

* AIR 01 - Evaluation of Resilience&#x20;
* AIR 02 - System Performance&#x20;
* AIR 03 - Measurable Performance Improvements


---

# 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:

```
GET https://documentations.seclea.com/iso-ai-risk-management/ai-robustness-air.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
