> For the complete documentation index, see [llms.txt](https://sommercode.gitbook.io/ai-security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sommercode.gitbook.io/ai-security/introduction.md).

# Introduction

In this GitBook, I share what I’ve learnt about AI security over time. I started with a few free introductory courses available online, including:

**Machine Learning Crash Course (Google)**

{% embed url="<https://developers.google.com/machine-learning/crash-course?hl=de>" %}

**Hugging Face LLM Course**

{% embed url="<https://huggingface.co/learn/llm-course/chapter1/1>" %}

**KI Campus – Introduction to AI**&#x20;

{% embed url="<https://ki-campus.org/lernangebote/kurse/einfuehrung-die-ki>" %}

Building on this, with the support of ChatGPT and Claude (both in the Plus/Pro versions), I have put together my own six-month training plan on the topic of AI security, based on numerous OWASP documents. The plan is divided into modules and runs over 24 weeks, requiring around 6–8 hours of work per week. The aim is to be able to carry out small research projects in the field of AI security independently.

The majority of the posts published here are taken from this training plan. No posts will be published that are exclusively AI-generated and have not been reviewed.

This GitBook can also be read as a small experiment: an example of how AI can be usefully applied in teaching and self-directed research.


---

# 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://sommercode.gitbook.io/ai-security/introduction.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.
