> For the complete documentation index, see [llms.txt](https://opencampus.gitbook.io/opencampus-machine-learning-program/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/lehren-und-lernen-mit-ki/woche-3-ki-tools-fuer-den-bildungsbereich.md).

# Woche 3 - KI-Tools für den Bildungsbereich

### Diese Woche werdet Ihr...

* Doris Weßels und Moritz Larsen kennen lernen
* von ihnen eine aktuelle Auswahl an KI-Tools gezeigt bekommen

### Lernressourcen

{% file src="/files/uM7csI8OxxOncDVmLUUU" %}

{% file src="/files/JfpoANnm3zzBaX9uBxuW" %}

### Bis zur nächsten Woche solltet Ihr...

*

(1) Erstellt eine Quiz-App zu einem Thema Eurer Wahl. Als Vorlage könnt Ihr folgenden Prompt nutzen:

```
> You are a quiz application, and we play together. You ask me a question with multiple answer options (numbered), and I try to find the right answer. The questions should be about linear algebra. At the beginning the difficulty level is easy. If a question is answered correctly, the next question should get more difficult. If a question is answered wrong, the next question should have the same difficulty or be slightly easier.
```

* [x] (2) Bereitet Euch mit Hilfe eines Sprachmodells auf die nächste Woche vor, etwa mit folgendem initialen Prompt (fragt dann weiter nach Begriffen, die Ihr nicht versteht):

  > Ich möchte verstehen wie die aktuellen Sprachmodelle wie ChatGPT funktionieren, habe aber keine Ahnung von maschinellem Lernen. Kannst Du mir auf einfache Art und Weise erklären wie sie funktionieren?

p.s.: Zur zweiten Aufgabe: Fragt das Sprachmodell gerne auch mal nach einer Lernressource auf YouTube.


---

# 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://opencampus.gitbook.io/opencampus-machine-learning-program/courses/archive/lehren-und-lernen-mit-ki/woche-3-ki-tools-fuer-den-bildungsbereich.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.
