# AI

- [Evasion](https://www.pwny.cc/so/ai/evasion.md): This is an attack in which an attacker perturbs an input such that a model produces an incorrect output (for example: this photo of a dog is now classified as a corkscrew)
- [Exercise 1](https://www.pwny.cc/so/ai/evasion/exercise-1.md): "Evasion" with random noise
- [Exercise 2](https://www.pwny.cc/so/ai/evasion/exercise-2.md): Carlini L2 Attack
- [Exercise 3](https://www.pwny.cc/so/ai/evasion/exercise-3.md): Carlini L2 Attack
- [Exercise 4](https://www.pwny.cc/so/ai/evasion/exercise-4.md): SimBA (Simple Black-bot Adversarial Attack)


---

# Agent Instructions: 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://www.pwny.cc/so/ai.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.
