57 lines
1.3 KiB
HTML
57 lines
1.3 KiB
HTML
{% extends "base.html" %}
|
||
|
||
{% block content %}
|
||
|
||
<h2>C3 – Vendor & Tool Governance</h2>
|
||
|
||
<section class="content-section ai-explainer">
|
||
<div class="content-wrapper">
|
||
<h2 class="section-title">Teil 5 – Dokumentationspflichten</h2>
|
||
|
||
<p class="lead">
|
||
„Der wichtigste Punkt dieses Moduls lautet:
|
||
</p>
|
||
|
||
<blockquote class="highlight-quote">
|
||
➡️ KI-Nutzung muss dokumentiert werden.
|
||
</blockquote>
|
||
|
||
<p><strong>Unternehmen müssen nachvollziehen können:</strong></p>
|
||
|
||
<ul class="example-list">
|
||
<li>Welche Tools eingesetzt wurden</li>
|
||
<li>zu welchem Zweck</li>
|
||
<li>mit welchen Daten</li>
|
||
<li>und mit welchem Ergebnis</li>
|
||
</ul>
|
||
|
||
<p>
|
||
Das ist nicht nur organisatorisch wichtig.
|
||
</p>
|
||
|
||
<blockquote class="highlight-quote">
|
||
➡️ Es ist rechtlich erforderlich.
|
||
</blockquote>
|
||
|
||
<p><strong>Dokumentation ermöglicht:</strong></p>
|
||
|
||
<ul class="example-list">
|
||
<li>Nachvollziehbarkeit</li>
|
||
<li>Kontrolle</li>
|
||
<li>Prüfbarkeit</li>
|
||
</ul>
|
||
|
||
<blockquote class="highlight-quote">
|
||
Und damit:<br>
|
||
➡️ Compliance.
|
||
</blockquote>
|
||
|
||
</div>
|
||
</section>
|
||
|
||
<div class="course-nav">
|
||
<a href="/course/{{ course_id }}/page/5" class="btn-secondary">Zurück</a>
|
||
<a href="/course/{{ course_id }}/page/7" class="btn-primary">Weiter</a>
|
||
</div>
|
||
|
||
{% endblock %} |