{"id":84,"date":"2026-03-08T11:38:47","date_gmt":"2026-03-08T10:38:47","guid":{"rendered":"https:\/\/metalmotion.de\/kim\/?page_id=84"},"modified":"2026-03-08T12:03:16","modified_gmt":"2026-03-08T11:03:16","slug":"prompting-techniken","status":"publish","type":"page","link":"https:\/\/metalmotion.de\/kim\/prompting-techniken\/","title":{"rendered":"Prompting"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"de\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Prompting Techniken \u2013 Interaktiver Leitfaden<\/title>\n    <style>\n        :root {\n            --color-bg-base: #0f172a;\n            --color-bg-elevated: #020617;\n            --color-bg-surface: #1e293b;\n            --color-bg-card: #334155;\n            --color-text-primary: #f1f5f9;\n            --color-text-secondary: #cbd5e1;\n            --color-text-muted: #94a3b8;\n            --color-accent: #38bdf8;\n            --color-accent-hover: #0ea5e9;\n            --color-success: #10b981;\n            --color-warning: #f59e0b;\n            --color-error: #ef4444;\n        }\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;\n            background: linear-gradient(135deg, var(--color-bg-elevated) 0%, var(--color-bg-base) 100%);\n            color: var(--color-text-primary);\n            line-height: 1.6;\n            min-height: 100vh;\n        }\n        .container { max-width: 1200px; margin: 0 auto; padding: 2rem; }\n        header {\n            text-align: center;\n            padding: 3rem 0;\n            background: var(--color-bg-surface);\n            border-radius: 12px;\n            margin-bottom: 2rem;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.3);\n        }\n        h1 { font-size: 2.5rem; color: var(--color-accent); margin-bottom: 0.5rem; }\n        .subtitle { font-size: 1.2rem; color: var(--color-text-secondary); }\n        .header-meta { margin-top: 1rem; color: var(--color-text-muted); font-size: 0.9rem; }\n        nav {\n            background: var(--color-bg-surface);\n            padding: 1rem;\n            border-radius: 8px;\n            margin-bottom: 2rem;\n            position: sticky;\n            top: 1rem;\n            z-index: 100;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.2);\n        }\n        nav ul { list-style: none; display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; }\n        nav a {\n            color: var(--color-text-secondary);\n            text-decoration: none;\n            padding: 0.4rem 0.85rem;\n            border-radius: 6px;\n            transition: all 0.3s;\n            font-size: 0.9rem;\n        }\n        nav a:hover, nav a.active { background: var(--color-bg-card); color: var(--color-accent); }\n        section {\n            background: var(--color-bg-surface);\n            padding: 2rem;\n            border-radius: 12px;\n            margin-bottom: 2rem;\n            box-shadow: 0 4px 6px rgba(0,0,0,0.3);\n        }\n        h2 {\n            font-size: 2rem;\n            color: var(--color-accent);\n            margin-bottom: 1.5rem;\n            border-bottom: 2px solid var(--color-accent);\n            padding-bottom: 0.5rem;\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n        }\n        h3 { font-size: 1.5rem; color: var(--color-text-primary); margin-top: 1.5rem; margin-bottom: 1rem; }\n        p { margin-bottom: 1rem; color: var(--color-text-secondary); }\n        .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; margin: 1.5rem 0; }\n        .card {\n            background: var(--color-bg-card);\n            padding: 1.5rem;\n            border-radius: 8px;\n            border-left: 4px solid var(--color-accent);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n        .card:hover { transform: translateY(-4px); box-shadow: 0 8px 12px rgba(56,189,248,0.2); }\n        .card h4 { color: var(--color-accent); margin-bottom: 0.5rem; font-size: 1.2rem; }\n        .card p { font-size: 0.95rem; line-height: 1.5; }\n        .highlight-box {\n            background: linear-gradient(135deg, rgba(56,189,248,0.1) 0%, rgba(56,189,248,0.05) 100%);\n            border-left: 4px solid var(--color-accent);\n            padding: 1.5rem;\n            margin: 1.5rem 0;\n            border-radius: 8px;\n        }\n        .example-box {\n            background: var(--color-bg-card);\n            padding: 1.5rem;\n            border-radius: 8px;\n            margin: 1.5rem 0;\n            border: 1px solid var(--color-accent);\n        }\n        .example-box h4 { color: var(--color-success); margin-bottom: 0.75rem; font-size: 1.1rem; }\n        .prompt-block {\n            background: var(--color-bg-elevated);\n            border-left: 3px solid var(--color-warning);\n            padding: 1rem 1.25rem;\n            border-radius: 6px;\n            margin: 0.75rem 0;\n            font-family: 'Courier New', monospace;\n            font-size: 0.88rem;\n            color: var(--color-text-secondary);\n            white-space: pre-wrap;\n            line-height: 1.7;\n        }\n        .response-block {\n            background: var(--color-bg-elevated);\n            border-left: 3px solid var(--color-success);\n            padding: 1rem 1.25rem;\n            border-radius: 6px;\n            margin: 0.75rem 0;\n            font-size: 0.88rem;\n            color: var(--color-text-secondary);\n            white-space: pre-wrap;\n            line-height: 1.7;\n        }\n        .label {\n            font-size: 0.75rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            letter-spacing: 0.08em;\n            margin-bottom: 0.25rem;\n        }\n        .label.prompt { color: var(--color-warning); }\n        .label.response { color: var(--color-success); }\n        ul, ol { margin-left: 2rem; margin-bottom: 1rem; color: var(--color-text-secondary); }\n        li { margin-bottom: 0.5rem; }\n        .diagram {\n            background: var(--color-bg-base);\n            padding: 1.5rem;\n            border-radius: 8px;\n            margin: 1.5rem 0;\n            text-align: center;\n            overflow-x: auto;\n        }\n        .diagram svg { max-width: 100%; height: auto; }\n        .process-flow { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin: 2rem 0; align-items: center; }\n        .process-step {\n            background: var(--color-bg-card);\n            padding: 1.25rem 1.5rem;\n            border-radius: 8px;\n            min-width: 160px;\n            text-align: center;\n            position: relative;\n            flex: 1;\n            max-width: 220px;\n        }\n        .process-step::after {\n            content: '\u2192';\n            position: absolute;\n            right: -1.25rem;\n            top: 50%;\n            transform: translateY(-50%);\n            font-size: 1.5rem;\n            color: var(--color-accent);\n        }\n        .process-step:last-child::after { content: ''; }\n        .process-step h4 { color: var(--color-accent); margin-bottom: 0.25rem; font-size: 1rem; }\n        .process-step p { font-size: 0.82rem; margin: 0; }\n        .algorithm-comparison { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1rem; margin: 2rem 0; }\n        .algorithm-card { background: var(--color-bg-card); padding: 1.5rem; border-radius: 8px; border-top: 3px solid var(--color-success); }\n        .algorithm-card h4 { color: var(--color-success); margin-bottom: 0.75rem; }\n        .algorithm-card.warning-border { border-top-color: var(--color-warning); }\n        .algorithm-card.warning-border h4 { color: var(--color-warning); }\n        .algorithm-card.error-border { border-top-color: var(--color-error); }\n        .algorithm-card.error-border h4 { color: var(--color-error); }\n        .technique-header-row {\n            display: flex;\n            align-items: center;\n            gap: 1rem;\n            margin-bottom: 1rem;\n        }\n        .technique-icon-badge {\n            font-size: 2rem;\n            background: var(--color-bg-card);\n            width: 60px; height: 60px;\n            display: flex; align-items: center; justify-content: center;\n            border-radius: 10px;\n            flex-shrink: 0;\n        }\n        .badge {\n            display: inline-block;\n            padding: 0.2rem 0.65rem;\n            border-radius: 20px;\n            font-size: 0.78rem;\n            font-weight: 600;\n            margin-right: 0.4rem;\n        }\n        .badge-basic { background: rgba(56,189,248,0.15); color: var(--color-accent); }\n        .badge-reasoning { background: rgba(16,185,129,0.15); color: var(--color-success); }\n        .badge-advanced { background: rgba(239,68,68,0.15); color: var(--color-error); }\n        .badge-structured { background: rgba(245,158,11,0.15); color: var(--color-warning); }\n        .when-to-use {\n            background: linear-gradient(135deg, rgba(16,185,129,0.08) 0%, rgba(16,185,129,0.03) 100%);\n            border-left: 4px solid var(--color-success);\n            padding: 1.25rem;\n            margin: 1rem 0;\n            border-radius: 8px;\n        }\n        .when-to-use h4 { color: var(--color-success); margin-bottom: 0.5rem; font-size: 1rem; }\n        .when-to-use ul { margin-bottom: 0; }\n        .glossary-term { background: var(--color-bg-card); padding: 1rem; margin-bottom: 1rem; border-radius: 8px; border-left: 3px solid var(--color-accent); }\n        .glossary-term dt { font-weight: bold; color: var(--color-accent); font-size: 1.1rem; margin-bottom: 0.5rem; }\n        .glossary-term dd { color: var(--color-text-secondary); margin-left: 0; }\n        .comparison-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: 0.9rem; }\n        .comparison-table th { background: var(--color-bg-card); color: var(--color-accent); padding: 0.75rem 1rem; text-align: left; border-bottom: 2px solid var(--color-accent); }\n        .comparison-table td { padding: 0.75rem 1rem; border-bottom: 1px solid rgba(255,255,255,0.07); color: var(--color-text-secondary); }\n        .comparison-table tr:hover td { background: rgba(56,189,248,0.04); }\n        a { color: var(--color-accent); text-decoration: none; transition: color 0.3s; }\n        a:hover { color: var(--color-accent-hover); text-decoration: underline; }\n        footer { text-align: center; padding: 2rem; color: var(--color-text-muted); margin-top: 3rem; }\n        .scroll-top {\n            position: fixed; bottom: 2rem; right: 2rem;\n            background: var(--color-accent); color: #000;\n            width: 44px; height: 44px;\n            border-radius: 50%; border: none; cursor: pointer;\n            font-size: 1.25rem; display: none;\n            align-items: center; justify-content: center;\n            box-shadow: 0 4px 12px rgba(56,189,248,0.4);\n            transition: background 0.3s;\n        }\n        .scroll-top:hover { background: var(--color-accent-hover); }\n        .scroll-top.visible { display: flex; }\n        @media (max-width: 768px) {\n            h1 { font-size: 1.8rem; }\n            nav ul { flex-direction: column; }\n            .process-flow { flex-direction: column; }\n            .process-step { max-width: 100%; }\n            .process-step::after { content: '\u2193'; right: 50%; top: auto; bottom: -1.25rem; transform: translateX(50%); }\n            .process-step:last-child::after { content: ''; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<div class=\"container\">\n\n    <header>\n        <h1>\ud83e\udde0 Prompting Techniken<\/h1>\n        <p class=\"subtitle\">Der vollst\u00e4ndige Leitfaden f\u00fcr modernes Prompt Engineering<\/p>\n        <p class=\"header-meta\">11 Techniken \u00b7 Mit Beispielen \u00b7 Einsatzempfehlungen \u00b7 Visuelle Diagramme<\/p>\n    <\/header>\n\n    <nav>\n        <ul>\n            <li><a href=\"#intro\">Einf\u00fchrung<\/a><\/li>\n            <li><a href=\"#zero-shot\">Zero-Shot<\/a><\/li>\n            <li><a href=\"#few-shot\">Few-Shot<\/a><\/li>\n            <li><a href=\"#cot\">Chain-of-Thought<\/a><\/li>\n            <li><a href=\"#self-consistency\">Self-Consistency<\/a><\/li>\n            <li><a href=\"#tot\">Tree of Thoughts<\/a><\/li>\n            <li><a href=\"#role\">Role Prompting<\/a><\/li>\n            <li><a href=\"#react\">ReAct<\/a><\/li>\n            <li><a href=\"#structured\">Structured Output<\/a><\/li>\n            <li><a href=\"#reflexive\">Reflexive<\/a><\/li>\n            <li><a href=\"#meta\">Meta Prompting<\/a><\/li>\n            <li><a href=\"#best-practice\">Best-Practice<\/a><\/li>\n            <li><a href=\"#vergleich\">Vergleich<\/a><\/li>\n            <li><a href=\"#glossar\">Glossar<\/a><\/li>\n        <\/ul>\n    <\/nav>\n\n    <!-- EINF\u00dcHRUNG -->\n    <section id=\"intro\">\n        <h2>\ud83d\udcd6 Was ist Prompt Engineering?<\/h2>\n        <p>Prompt Engineering bezeichnet die Kunst und Wissenschaft, Anweisungen f\u00fcr KI-Sprachmodelle so zu formulieren, dass sie pr\u00e4zise, n\u00fctzliche und qualitativ hochwertige Antworten liefern. Die Qualit\u00e4t eines Prompts entscheidet ma\u00dfgeblich \u00fcber die Qualit\u00e4t der KI-Ausgabe.<\/p>\n        <div class=\"highlight-box\">\n            <strong style=\"color: var(--color-accent);\">Kernprinzip:<\/strong> Ein gut formulierter Prompt gibt der KI <em>Kontext<\/em>, <em>Rolle<\/em>, <em>Aufgabe<\/em> und <em>Format<\/em> vor \u2013 \u00e4hnlich wie eine gute Briefing-Unterlage f\u00fcr einen menschlichen Experten.\n        <\/div>\n        <div class=\"card-grid\">\n            <div class=\"card\">\n                <h4>\ud83c\udfaf Warum ist es wichtig?<\/h4>\n                <p>Dieselbe KI liefert mit unterschiedlichen Prompts v\u00f6llig verschiedene Ergebnisse. Prompt Engineering maximiert die N\u00fctzlichkeit und reduziert Fehler, Halluzinationen und unerw\u00fcnschte Ausgaben.<\/p>\n            <\/div>\n            <div class=\"card\">\n                <h4>\ud83d\udcc8 Anwendungsbereiche<\/h4>\n                <p>Marketing, Softwareentwicklung, Bildung, Datenanalyse, Kundenservice, Kreativarbeit, Forschung \u2013 \u00fcberall wo KI-Systeme eingesetzt werden, verbessert Prompt Engineering die Ergebnisse.<\/p>\n            <\/div>\n            <div class=\"card\">\n                <h4>\u26a1 Schneller Einstieg<\/h4>\n                <p>Starte mit Zero-Shot f\u00fcr einfache Fragen, wechsle zu Few-Shot oder Chain-of-Thought f\u00fcr komplexere Aufgaben. Fortgeschrittene Techniken wie Tree of Thoughts sind f\u00fcr strategische Probleme ideal.<\/p>\n            <\/div>\n        <\/div>\n\n        <h3>Die 4 Bausteine eines guten Prompts<\/h3>\n        <div class=\"process-flow\">\n            <div class=\"process-step\">\n                <h4>\ud83c\udfad Rolle<\/h4>\n                <p>Wer soll die KI sein?<\/p>\n            <\/div>\n            <div class=\"process-step\">\n                <h4>\ud83d\udccb Aufgabe<\/h4>\n                <p>Was soll sie tun?<\/p>\n            <\/div>\n            <div class=\"process-step\">\n                <h4>\ud83c\udf0d Kontext<\/h4>\n                <p>Welche Hintergr\u00fcnde?<\/p>\n            <\/div>\n            <div class=\"process-step\">\n                <h4>\ud83d\udcd0 Format<\/h4>\n                <p>Wie soll die Ausgabe aussehen?<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- ZERO-SHOT -->\n    <section id=\"zero-shot\">\n        <h2>\ud83c\udfaf Zero-Shot Prompting<\/h2>\n        <div class=\"technique-header-row\">\n            <div class=\"technique-icon-badge\">\ud83c\udfaf<\/div>\n            <div>\n                <span class=\"badge badge-basic\">Basis<\/span>\n                <p style=\"margin:0; color: var(--color-text-secondary);\">Die KI erh\u00e4lt <strong style=\"color:var(--color-text-primary)\">keine Beispiele<\/strong> \u2013 sie antwortet allein aus der Aufgabenbeschreibung heraus. Das Modell nutzt sein vortrainiertes Wissen, ohne zus\u00e4tzliche Demonstration.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"diagram\">\n            <svg viewBox=\"0 0 600 120\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <defs><marker id=\"arr\" markerWidth=\"8\" markerHeight=\"8\" refX=\"7\" refY=\"3\" orient=\"auto\"><polygon points=\"0 0,8 3,0 6\" fill=\"#38bdf8\"\/><\/marker><\/defs>\n                <rect x=\"10\" y=\"35\" width=\"140\" height=\"50\" rx=\"8\" fill=\"#334155\" stroke=\"#38bdf8\" stroke-width=\"1.5\"\/>\n                <text x=\"80\" y=\"55\" fill=\"#f1f5f9\" text-anchor=\"middle\" font-size=\"13\" font-weight=\"bold\">Nutzer-Prompt<\/text>\n                <text x=\"80\" y=\"73\" fill=\"#94a3b8\" text-anchor=\"middle\" font-size=\"11\">direkte Frage<\/text>\n                <path d=\"M150 60 L220 60\" stroke=\"#38bdf8\" stroke-width=\"2\" marker-end=\"url(#arr)\"\/>\n                <circle cx=\"300\" cy=\"60\" r=\"45\" fill=\"#1e293b\" stroke=\"#38bdf8\" stroke-width=\"2\"\/>\n                <text x=\"300\" y=\"55\" fill=\"#38bdf8\" text-anchor=\"middle\" font-size=\"13\" font-weight=\"bold\">KI-Modell<\/text>\n                <text x=\"300\" y=\"72\" fill=\"#94a3b8\" text-anchor=\"middle\" font-size=\"10\">vortrainiertes Wissen<\/text>\n                <path d=\"M345 60 L420 60\" stroke=\"#38bdf8\" stroke-width=\"2\" marker-end=\"url(#arr)\"\/>\n                <rect x=\"420\" y=\"35\" width=\"160\" height=\"50\" rx=\"8\" fill=\"#334155\" stroke=\"#10b981\" stroke-width=\"1.5\"\/>\n                <text x=\"500\" y=\"55\" fill=\"#f1f5f9\" text-anchor=\"middle\" font-size=\"13\" font-weight=\"bold\">Direkte Antwort<\/text>\n                <text x=\"500\" y=\"73\" fill=\"#94a3b8\" text-anchor=\"middle\" font-size=\"11\">ohne Beispiele<\/text>\n            <\/svg>\n        <\/div>\n\n        <div class=\"example-box\">\n            <h4>\ud83d\udcac Beispiel 1: Wissen &#038; Definitionen<\/h4>\n            <div class=\"label prompt\">\u25b6 Prompt<\/div>\n            <div class=\"prompt-block\">Erkl\u00e4re den Unterschied zwischen Brutto- und Nettogehalt.<\/div>\n            <div class=\"label response\">\u25c0 KI-Antwort<\/div>\n            <div class=\"response-block\">Das Bruttogehalt ist das Gesamteinkommen vor Steuern und Sozialabgaben. Das Nettogehalt ist der Betrag, der nach Abzug aller Steuern, Kranken-, Renten- und Arbeitslosenversicherung tats\u00e4chlich ausgezahlt wird.\n\nKurzformel: Brutto = Gesamtlohn \u00b7 Netto = Auszahlung auf dem Konto<\/div>\n        <\/div>\n\n        <div class=\"example-box\">\n            <h4>\ud83d\udcac Beispiel 2: \u00dcbersetzung<\/h4>\n            <div class=\"label prompt\">\u25b6 Prompt<\/div>\n            <div class=\"prompt-block\">\u00dcbersetze folgenden Satz ins Englische: &#8222;Guten Morgen, wie kann ich Ihnen helfen?&#8220;<\/div>\n            <div class=\"label response\">\u25c0 KI-Antwort<\/div>\n            <div class=\"response-block\">Good morning, how can I assist you?<\/div>\n        <\/div>\n\n        <div class=\"example-box\">\n            <h4>\ud83d\udcac Beispiel 3: Klassifikation<\/h4>\n            <div class=\"label prompt\">\u25b6 Prompt<\/div>\n            <div class=\"prompt-block\">Ist die folgende Kundenbewertung positiv, negativ oder neutral?\n&#8222;Das Produkt kam schnell an, aber die Verpackung war besch\u00e4digt.&#8220;<\/div>\n            <div class=\"label response\">\u25c0 KI-Antwort<\/div>\n            <div class=\"response-block\">Neutral \u2013 Die Bewertung enth\u00e4lt sowohl einen positiven Aspekt (schnelle Lieferung) als auch einen negativen (besch\u00e4digte Verpackung).<\/div>\n        <\/div>\n\n        <div class=\"when-to-use\">\n            <h4>\u2705 Wann Zero-Shot verwenden?<\/h4>\n            <ul>\n                <li>Einfache Fakten-, Definitions- oder \u00dcbersetzungsfragen<\/li>\n                <li>Wenn kein spezifischer Stil oder Ton erforderlich ist<\/li>\n                <li>Bei zeitkritischen Anfragen ohne Vorbereitung<\/li>\n                <li>Als erster Test, bevor komplexere Techniken eingesetzt werden<\/li>\n            <\/ul>\n        <\/div>\n        <div class=\"highlight-box\">\n            <strong style=\"color:var(--color-warning)\">\u26a0\ufe0f Grenzen:<\/strong> Bei komplexen, mehrstufigen oder stilkritischen Aufgaben sinkt die Qualit\u00e4t. Hier sind Few-Shot oder Chain-of-Thought besser geeignet.\n        <\/div>\n    <\/section>\n\n    <!-- FEW-SHOT -->\n    <section id=\"few-shot\">\n        <h2>\ud83d\udcda Few-Shot Prompting<\/h2>\n        <div class=\"technique-header-row\">\n            <div class=\"technique-icon-badge\">\ud83d\udcda<\/div>\n            <div>\n                <span class=\"badge badge-basic\">Basis<\/span>\n                <p style=\"margin:0; color: var(--color-text-secondary);\">Die KI lernt durch <strong style=\"color:var(--color-text-primary)\">2\u20135 Beispiele<\/strong> im Prompt das gew\u00fcnschte Muster, bevor sie die eigentliche Aufgabe l\u00f6st. Das Modell erkennt Struktur, Ton und Format aus den Demonstrationen.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"diagram\">\n            <svg viewBox=\"0 0 620 140\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <defs><marker id=\"arr2\" markerWidth=\"8\" markerHeight=\"8\" refX=\"7\" refY=\"3\" orient=\"auto\"><polygon points=\"0 0,8 3,0 6\" fill=\"#8b5cf6\"\/><\/marker><\/defs>\n                <rect x=\"10\" y=\"10\" width=\"110\" height=\"30\" rx=\"5\" fill=\"#334155\" stroke=\"#8b5cf6\" stroke-width=\"1.5\"\/>\n                <text x=\"65\" y=\"29\" fill=\"#f1f5f9\" text-anchor=\"middle\" font-size=\"11\">Beispiel 1 (Input\u2192Output)<\/text>\n                <rect x=\"10\" y=\"50\" width=\"110\" height=\"30\" rx=\"5\" fill=\"#334155\" stroke=\"#8b5cf6\" stroke-width=\"1.5\"\/>\n                <text x=\"65\" y=\"69\" fill=\"#f1f5f9\" text-anchor=\"middle\" font-size=\"11\">Beispiel 2 (Input\u2192Output)<\/text>\n                <rect x=\"10\" y=\"90\" width=\"110\" height=\"30\" rx=\"5\" fill=\"#334155\" stroke=\"#f59e0b\" stroke-width=\"2\"\/>\n                <text x=\"65\" y=\"109\" fill=\"#f59e0b\" text-anchor=\"middle\" font-size=\"11\">Neue Aufgabe<\/text>\n                <path d=\"M120 25 Q175 65 205 65\" stroke=\"#8b5cf6\" stroke-width=\"1.5\" fill=\"none\" marker-end=\"url(#arr2)\"\/>\n                <path d=\"M120 65 L205 65\" stroke=\"#8b5cf6\" stroke-width=\"1.5\" marker-end=\"url(#arr2)\"\/>\n                <path d=\"M120 105 Q175 65 205 65\" stroke=\"#8b5cf6\" stroke-width=\"1.5\" fill=\"none\" marker-end=\"url(#arr2)\"\/>\n                <circle cx=\"260\" cy=\"65\" r=\"50\" fill=\"#1e293b\" stroke=\"#8b5cf6\" stroke-width=\"2\"\/>\n                <text x=\"260\" y=\"60\" fill=\"#8b5cf6\" text-anchor=\"middle\" font-size=\"12\" font-weight=\"bold\">Muster-<\/text>\n                <text x=\"260\" y=\"75\" fill=\"#8b5cf6\" text-anchor=\"middle\" font-size=\"12\" font-weight=\"bold\">erkennung<\/text>\n                <path d=\"M310 65 L380 65\" stroke=\"#8b5cf6\" stroke-width=\"2\" marker-end=\"url(#arr2)\"\/>\n                <rect x=\"380\" y=\"40\" width=\"230\" height=\"50\" rx=\"8\" fill=\"#334155\" stroke=\"#10b981\" stroke-width=\"2\"\/>\n                <text x=\"495\" y=\"60\" fill=\"#f1f5f9\" text-anchor=\"middle\" font-size=\"13\" font-weight=\"bold\">Konsistente Ausgabe<\/text>\n                <text x=\"495\" y=\"78\" fill=\"#94a3b8\" text-anchor=\"middle\" font-size=\"11\">in gelerntem Stil &amp; Format<\/text>\n            <\/svg>\n        <\/div>\n\n        <div class=\"example-box\">\n            <h4>\ud83d\udcac Beispiel: Produkttexte im einheitlichen Stil<\/h4>\n            <div class=\"label prompt\">\u25b6 Prompt<\/div>\n            <div class=\"prompt-block\">Beispiel 1:\nProdukt: Yoga-Matte\nWerbetext: Erreiche innere Ruhe und Balance mit unserer nachhaltigen Yoga-Matte aus Naturkautschuk.\n\nBeispiel 2:\nProdukt: Laufschuhe\nWerbetext: Starte energiegeladen in deinen Tag \u2013 federleichte Laufschuhe f\u00fcr maximale Performance.\n\nSchreibe im selben Stil einen Werbetext f\u00fcr:\nProdukt: Bambus-Trinkflasche<\/div>\n            <div class=\"label response\">\u25c0 KI-Antwort<\/div>\n            <div class=\"response-block\">Bleib erfrischt \u2013 nat\u00fcrlich und stilvoll. Die Bambus-Trinkflasche h\u00e4lt dein Getr\u00e4nk perfekt temperiert und schont zugleich die Umwelt. F\u00fcr Menschen, die bewusst leben und genie\u00dfen.<\/div>\n        <\/div>\n\n        <div class=\"example-box\">\n            <h4>\ud83d\udcac Beispiel 2: Sentiment-Klassifikation trainieren<\/h4>\n            <div class=\"label prompt\">\u25b6 Prompt<\/div>\n            <div class=\"prompt-block\">Klassifiziere die Stimmung als POSITIV, NEGATIV oder NEUTRAL:\n\nText: &#8222;Das war das beste Restaurant in der Stadt!&#8220; \u2192 POSITIV\nText: &#8222;Der Service war absolut inakzeptabel.&#8220; \u2192 NEGATIV\nText: &#8222;Die \u00d6ffnungszeiten sind von 9 bis 18 Uhr.&#8220; \u2192 NEUTRAL\n\nText: &#8222;Das Essen war okay, aber der Preis war etwas hoch.&#8220; \u2192 ?<\/div>\n            <div class=\"label response\">\u25c0 KI-Antwort<\/div>\n            <div class=\"response-block\">NEUTRAL \u2013 Die Aussage enth\u00e4lt eine m\u00e4\u00dfig positive Einsch\u00e4tzung (okay) kombiniert mit einem leicht negativen Aspekt (Preis zu hoch), was insgesamt eine neutrale Gesamtbewertung ergibt.<\/div>\n        <\/div>\n\n        <div class=\"when-to-use\">\n            <h4>\u2705 Wann Few-Shot verwenden?<\/h4>\n            <ul>\n                <li>Wenn ein bestimmter Schreibstil oder Ton konsistent reproduziert werden soll<\/li>\n                <li>Bei Klassifikationsaufgaben mit klar definierten Kategorien<\/li>\n                <li>F\u00fcr wiederkehrende Textformate (E-Mails, Beschreibungen, Posts)<\/li>\n                <li>Wenn Zero-Shot unzuverl\u00e4ssige oder inkonsistente Ergebnisse liefert<\/li>\n            <\/ul>\n        <\/div>\n    <\/section>\n\n    <!-- CHAIN-OF-THOUGHT -->\n    <section id=\"cot\">\n        <h2>\ud83d\udd17 Chain-of-Thought Prompting<\/h2>\n        <div class=\"technique-header-row\">\n            <div class=\"technique-icon-badge\">\ud83d\udd17<\/div>\n            <div>\n                <span class=\"badge badge-reasoning\">Reasoning<\/span>\n                <p style=\"margin:0; color: var(--color-text-secondary);\">Die KI erkl\u00e4rt ihre <strong style=\"color:var(--color-text-primary)\">Denkschritte explizit<\/strong>, bevor sie das Ergebnis liefert. Durch &#8222;laut denken&#8220; werden logische Fehler reduziert und die Antwortqualit\u00e4t bei komplexen Aufgaben deutlich verbessert.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"diagram\">\n            <svg viewBox=\"0 0 680 120\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <defs><marker id=\"arr3\" markerWidth=\"8\" markerHeight=\"8\" refX=\"7\" refY=\"3\" orient=\"auto\"><polygon points=\"0 0,8 3,0 6\" fill=\"#10b981\"\/><\/marker><\/defs>\n                <rect x=\"10\" y=\"40\" width=\"100\" height=\"40\" rx=\"6\" fill=\"#334155\" stroke=\"#10b981\" stroke-width=\"1.5\"\/>\n                <text x=\"60\" y=\"64\" fill=\"#f1f5f9\" text-anchor=\"middle\" font-size=\"12\">Frage<\/text>\n                <path d=\"M110 60 L150 60\" stroke=\"#10b981\" stroke-width=\"2\" marker-end=\"url(#arr3)\"\/>\n                <rect x=\"150\" y=\"30\" width=\"110\" height=\"60\" rx=\"6\" fill=\"#334155\" stroke=\"#10b981\" stroke-width=\"1.5\"\/>\n                <text x=\"205\" y=\"55\" fill=\"#10b981\" text-anchor=\"middle\" font-size=\"11\" font-weight=\"bold\">Schritt 1<\/text>\n                <text x=\"205\" y=\"70\" fill=\"#94a3b8\" text-anchor=\"middle\" font-size=\"10\">Daten sammeln<\/text>\n                <path d=\"M260 60 L300 60\" stroke=\"#10b981\" stroke-width=\"2\" marker-end=\"url(#arr3)\"\/>\n                <rect x=\"300\" y=\"30\" width=\"110\" height=\"60\" rx=\"6\" fill=\"#334155\" stroke=\"#10b981\" stroke-width=\"1.5\"\/>\n                <text x=\"355\" y=\"55\" fill=\"#10b981\" text-anchor=\"middle\" font-size=\"11\" font-weight=\"bold\">Schritt 2<\/text>\n                <text x=\"355\" y=\"70\" fill=\"#94a3b8\" text-anchor=\"middle\" font-size=\"10\">Berechnen<\/text>\n                <path d=\"M410 60 L450 60\" stroke=\"#10b981\" stroke-width=\"2\" marker-end=\"url(#arr3)\"\/>\n                <rect x=\"450\" y=\"30\" width=\"110\" height=\"60\" rx=\"6\" fill=\"#334155\" stroke=\"#10b981\" stroke-width=\"1.5\"\/>\n                <text x=\"505\" y=\"55\" fill=\"#10b981\" text-anchor=\"middle\" font-size=\"11\" font-weight=\"bold\">Schritt 3<\/text>\n                <text x=\"505\" y=\"70\" fill=\"#94a3b8\" text-anchor=\"middle\" font-size=\"10\">Schlussfolgern<\/text>\n                <path d=\"M560 60 L600 60\" stroke=\"#10b981\" stroke-width=\"2\" marker-end=\"url(#arr3)\"\/>\n                <rect x=\"600\" y=\"35\" width=\"70\" height=\"50\" rx=\"6\" fill=\"#10b981\" fill-opacity=\"0.3\" stroke=\"#10b981\" stroke-width=\"2\"\/>\n                <text x=\"635\" y=\"64\" fill=\"#f1f5f9\" text-anchor=\"middle\" font-size=\"12\" font-weight=\"bold\">Ergebnis<\/text>\n            <\/svg>\n        <\/div>\n\n        <div class=\"example-box\">\n            <h4>\ud83d\udcac Beispiel 1: Gewinnberechnung<\/h4>\n            <div class=\"label prompt\">\u25b6 Prompt<\/div>\n            <div class=\"prompt-block\">Ein Unternehmen verkauft 200 Produkte zu je 25 \u20ac. Produktionskosten: 10 \u20ac pro St\u00fcck, Fixkosten: 1.000 \u20ac\/Monat.\nBerechne den monatlichen Gewinn. Gehe Schritt f\u00fcr Schritt vor.<\/div>\n            <div class=\"label response\">\u25c0 KI-Antwort<\/div>\n            <div class=\"response-block\">Schritt 1 \u2013 Umsatz berechnen:\n  200 St\u00fcck \u00d7 25 \u20ac = 5.000 \u20ac\n\nSchritt 2 \u2013 Variable Kosten:\n  200 St\u00fcck \u00d7 10 \u20ac = 2.000 \u20ac\n\nSchritt 3 \u2013 Gesamtkosten:\n  2.000 \u20ac (variabel) + 1.000 \u20ac (fix) = 3.000 \u20ac\n\nSchritt 4 \u2013 Gewinn:\n  5.000 \u20ac \u2212 3.000 \u20ac = 2.000 \u20ac\n\n\u2705 Der monatliche Gewinn betr\u00e4gt 2.000 \u20ac.<\/div>\n        <\/div>\n\n        <div class=\"example-box\">\n            <h4>\ud83d\udcac Beispiel 2: Logisches Schlie\u00dfen<\/h4>\n            <div class=\"label prompt\">\u25b6 Prompt<\/div>\n            <div class=\"prompt-block\">Anna ist \u00e4lter als Ben. Ben ist \u00e4lter als Clara. Ist Anna \u00e4lter als Clara? Begr\u00fcnde Schritt f\u00fcr Schritt.<\/div>\n            <div class=\"label response\">\u25c0 KI-Antwort<\/div>\n            <div class=\"response-block\">Schritt 1: Anna > Ben (gegeben)\nSchritt 2: Ben > Clara (gegeben)\nSchritt 3: Durch Transitivit\u00e4t gilt: Wenn A > B und B > C, dann A > C.\nSchritt 4: Also: Anna > Clara.\n\n\u2705 Ja, Anna ist \u00e4lter als Clara.<\/div>\n        <\/div>\n\n        <div class=\"when-to-use\">\n            <h4>\u2705 Wann Chain-of-Thought verwenden?<\/h4>\n            <ul>\n                <li>Mathematische Berechnungen oder mehrstufige Logikaufgaben<\/li>\n                <li>Wenn die Nachvollziehbarkeit des Denkwegs wichtig ist<\/li>\n                <li>Bei Entscheidungen, die begr\u00fcndet werden sollen<\/li>\n                <li>Um Halluzinationen bei komplexen Faktenaussagen zu reduzieren<\/li>\n            <\/ul>\n        <\/div>\n    <\/section>\n\n    <!-- SELF-CONSISTENCY -->\n    <section id=\"self-consistency\">\n        <h2>\ud83d\udd04 Self-Consistency Prompting<\/h2>\n        <div class=\"technique-header-row\">\n            <div class=\"technique-icon-badge\">\ud83d\udd04<\/div>\n            <div>\n                <span class=\"badge badge-reasoning\">Reasoning<\/span>\n                <p style=\"margin:0; color: var(--color-text-secondary);\">Die KI generiert <strong style=\"color:var(--color-text-primary)\">mehrere unabh\u00e4ngige L\u00f6sungswege<\/strong> f\u00fcr dasselbe Problem und w\u00e4hlt durch Mehrheitsentscheid die zuverl\u00e4ssigste Antwort. Fehler in einem Weg werden durch korrekte andere kompensiert.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"diagram\">\n            <svg viewBox=\"0 0 620 150\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <defs><marker id=\"arr4\" markerWidth=\"8\" markerHeight=\"8\" refX=\"7\" refY=\"3\" orient=\"auto\"><polygon points=\"0 0,8 3,0 6\" fill=\"#f59e0b\"\/><\/marker><\/defs>\n                <rect x=\"10\" y=\"55\" width=\"90\" height=\"40\" rx=\"6\" fill=\"#334155\" stroke=\"#f59e0b\" stroke-width=\"1.5\"\/>\n                <text x=\"55\" y=\"79\" fill=\"#f1f5f9\" text-anchor=\"middle\" font-size=\"12\">Prompt<\/text>\n                <path d=\"M100 75 L160 25\" stroke=\"#f59e0b\" stroke-width=\"1.5\" marker-end=\"url(#arr4)\"\/>\n                <path d=\"M100 75 L160 55\" stroke=\"#f59e0b\" stroke-width=\"1.5\" marker-end=\"url(#arr4)\"\/>\n                <path d=\"M100 75 L160 85\" stroke=\"#f59e0b\" stroke-width=\"1.5\" marker-end=\"url(#arr4)\"\/>\n                <path d=\"M100 75 L160 115\" stroke=\"#f59e0b\" stroke-width=\"1.5\" marker-end=\"url(#arr4)\"\/>\n                <rect x=\"160\" y=\"10\" width=\"100\" height=\"25\" rx=\"4\" fill=\"#334155\" stroke=\"#f59e0b\" stroke-width=\"1\"\/>\n                <text x=\"210\" y=\"26\" fill=\"#f1f5f9\" text-anchor=\"middle\" font-size=\"10\">Weg 1 \u2192 80 km\/h<\/text>\n                <rect x=\"160\" y=\"42\" width=\"100\" height=\"25\" rx=\"4\" fill=\"#334155\" stroke=\"#f59e0b\" stroke-width=\"1\"\/>\n                <text x=\"210\" y=\"58\" fill=\"#f1f5f9\" text-anchor=\"middle\" font-size=\"10\">Weg 2 \u2192 80 km\/h<\/text>\n                <rect x=\"160\" y=\"72\" width=\"100\" height=\"25\" rx=\"4\" fill=\"#334155\" stroke=\"#f59e0b\" stroke-width=\"1\"\/>\n                <text x=\"210\" y=\"88\" fill=\"#f1f5f9\" text-anchor=\"middle\" font-size=\"10\">Weg 3 \u2192 80 km\/h<\/text>\n                <rect x=\"160\" y=\"102\" width=\"100\" height=\"25\" rx=\"4\" fill=\"#334155\" stroke=\"#ef4444\" stroke-width=\"1\"\/>\n                <text x=\"210\" y=\"118\" fill=\"#ef4444\" text-anchor=\"middle\" font-size=\"10\">Weg 4 \u2192 75 km\/h \u2717<\/text>\n                <path d=\"M260 24 L330 75\" stroke=\"#f59e0b\" stroke-width=\"1\" fill=\"none\"\/>\n                <path d=\"M260 54 L330 75\" stroke=\"#f59e0b\" stroke-width=\"1\" fill=\"none\"\/>\n                <path d=\"M260 84 L330 75\" stroke=\"#f59e0b\" stroke-width=\"1\" fill=\"none\"\/>\n                <circle cx=\"370\" cy=\"75\" r=\"35\" fill=\"#1e293b\" stroke=\"#10b981\" stroke-width=\"2\"\/>\n                <text x=\"370\" y=\"70\" fill=\"#10b981\" text-anchor=\"middle\" font-size=\"10\" font-weight=\"bold\">Mehrheits-<\/text>\n                <text x=\"370\" y=\"83\" fill=\"#10b981\" text-anchor=\"middle\" font-size=\"10\" font-weight=\"bold\">entscheid<\/text>\n                <path d=\"M405 75 L450 75\" stroke=\"#10b981\" stroke-width=\"2\" marker-end=\"url(#arr4)\"\/>\n                <rect x=\"450\" y=\"50\" width=\"150\" height=\"50\" rx=\"8\" fill=\"#334155\" stroke=\"#10b981\" stroke-width=\"2\"\/>\n                <text x=\"525\" y=\"70\" fill=\"#f1f5f9\" text-anchor=\"middle\" font-size=\"12\" font-weight=\"bold\">\u2705 80 km\/h<\/text>\n                <text x=\"525\" y=\"88\" fill=\"#94a3b8\" text-anchor=\"middle\" font-size=\"10\">Konsensantwort (3\/4)<\/text>\n            <\/svg>\n        <\/div>\n\n        <div class=\"example-box\">\n            <h4>\ud83d\udcac Beispiel: Robuste Rechenaufgabe<\/h4>\n            <div class=\"label prompt\">\u25b6 Prompt<\/div>\n            <div class=\"prompt-block\">L\u00f6se diese Aufgabe auf 3 verschiedenen Rechenwegen und gib die h\u00e4ufigste Antwort zur\u00fcck:\nEin Zug f\u00e4hrt 120 km in 90 Minuten. Wie hoch ist die Durchschnittsgeschwindigkeit in km\/h?<\/div>\n            <div class=\"label response\">\u25c0 KI-Antwort<\/div>\n            <div class=\"response-block\">Weg 1: 120 km \u00f7 1,5 h = 80 km\/h\nWeg 2: (120 \u00d7 60) \u00f7 90 = 7200 \u00f7 90 = 80 km\/h\nWeg 3: Verh\u00e4ltnis: 90 min \u2192 120 km; 60 min \u2192 80 km \u2192 80 km\/h\n\nAlle drei Wege liefern: 80 km\/h \u2705<\/div>\n        <\/div>\n\n        <div class=\"when-to-use\">\n            <h4>\u2705 Wann Self-Consistency verwenden?<\/h4>\n            <ul>\n                <li>Kritische Berechnungen, bei denen Fehler teuer w\u00e4ren<\/li>\n                <li>Wenn eine einzige KI-Antwort zu unsicher erscheint<\/li>\n                <li>Qualit\u00e4tssicherung vor wichtigen Entscheidungen<\/li>\n                <li>Mehrdeutige Probleme mit mehreren g\u00fcltigen L\u00f6sungsans\u00e4tzen<\/li>\n            <\/ul>\n        <\/div>\n        <div class=\"highlight-box\">\n            <strong style=\"color:var(--color-warning)\">\u26a0\ufe0f Hinweis:<\/strong> Self-Consistency erh\u00f6ht die Token-Kosten und Verarbeitungszeit erheblich. Nur bei wirklich kritischen Aufgaben einsetzen.\n        <\/div>\n    <\/section>\n\n    <!-- TREE OF THOUGHTS -->\n    <section id=\"tot\">\n        <h2>\ud83c\udf33 Tree of Thoughts (ToT)<\/h2>\n        <div class=\"technique-header-row\">\n            <div class=\"technique-icon-badge\">\ud83c\udf33<\/div>\n            <div>\n                <span class=\"badge badge-reasoning\">Reasoning<\/span>\n                <p style=\"margin:0; color: var(--color-text-secondary);\">Die KI erkundet <strong style=\"color:var(--color-text-primary)\">mehrere Denkpfade baumartig<\/strong>, bewertet jeden Ast und w\u00e4hlt die vielversprechendste Richtung. Bei Sackgassen kann die KI zur\u00fcckgehen (Backtracking) und einen anderen Weg einschlagen.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"diagram\">\n            <svg viewBox=\"0 0 580 200\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <circle cx=\"290\" cy=\"20\" r=\"16\" fill=\"#14b8a6\" fill-opacity=\"0.5\" stroke=\"#14b8a6\" stroke-width=\"2\"\/>\n                <text x=\"290\" y=\"25\" fill=\"#f1f5f9\" text-anchor=\"middle\" font-size=\"10\" font-weight=\"bold\">Start<\/text>\n                <path d=\"M290 36 L150 75\" stroke=\"#14b8a6\" stroke-width=\"1.5\"\/>\n                <path d=\"M290 36 L290 75\" stroke=\"#14b8a6\" stroke-width=\"1.5\"\/>\n                <path d=\"M290 36 L430 75\" stroke=\"#14b8a6\" stroke-width=\"1.5\"\/>\n                <circle cx=\"150\" cy=\"85\" r=\"14\" fill=\"#334155\" stroke=\"#10b981\" stroke-width=\"2\"\/>\n                <text x=\"150\" y=\"90\" fill=\"#10b981\" text-anchor=\"middle\" font-size=\"10\">A<\/text>\n                <circle cx=\"290\" cy=\"85\" r=\"14\" fill=\"#334155\" stroke=\"#ef4444\" stroke-width=\"2\"\/>\n                <text x=\"290\" y=\"90\" fill=\"#ef4444\" text-anchor=\"middle\" font-size=\"10\">B<\/text>\n                <circle cx=\"430\" cy=\"85\" r=\"14\" fill=\"#334155\" stroke=\"#10b981\" stroke-width=\"2\"\/>\n                <text x=\"430\" y=\"90\" fill=\"#10b981\" text-anchor=\"middle\" font-size=\"10\">C<\/text>\n                <path d=\"M150 99 L90 135\" stroke=\"#10b981\" stroke-width=\"1.5\"\/>\n                <path d=\"M150 99 L210 135\" stroke=\"#10b981\" stroke-width=\"1.5\"\/>\n                <path d=\"M430 99 L370 135\" stroke=\"#10b981\" stroke-width=\"1.5\"\/>\n                <path d=\"M430 99 L490 135\" stroke=\"#10b981\" stroke-width=\"1.5\"\/>\n                <line x1=\"280\" y1=\"80\" x2=\"302\" y2=\"92\" stroke=\"#ef4444\" stroke-width=\"2\"\/>\n                <line x1=\"302\" y1=\"80\" x2=\"280\" y2=\"92\" stroke=\"#ef4444\" stroke-width=\"2\"\/>\n                <circle cx=\"90\" cy=\"145\" r=\"12\" fill=\"#334155\" stroke=\"#10b981\" stroke-width=\"1.5\"\/>\n                <circle cx=\"210\" cy=\"145\" r=\"12\" fill=\"#334155\" stroke=\"#ef4444\" stroke-width=\"1.5\"\/>\n                <circle cx=\"370\" cy=\"145\" r=\"12\" fill=\"#334155\" stroke=\"#10b981\" stroke-width=\"2\"\/>\n                <circle cx=\"490\" cy=\"145\" r=\"12\" fill=\"#334155\" stroke=\"#10b981\" stroke-width=\"1.5\"\/>\n                <path d=\"M370 157 L370 180\" stroke=\"#10b981\" stroke-width=\"3\"\/>\n                <polygon points=\"364 178,370 192,376 178\" fill=\"#10b981\"\/>\n                <text x=\"370\" y=\"200\" fill=\"#10b981\" text-anchor=\"middle\" font-size=\"11\" font-weight=\"bold\">Beste L\u00f6sung<\/text>\n                <text x=\"510\" y=\"85\" fill=\"#ef4444\" font-size=\"10\">\u2717 Sackgasse<\/text>\n                <text x=\"105\" y=\"195\" fill=\"#94a3b8\" font-size=\"9\">\u2192 Backtracking m\u00f6glich<\/text>\n            <\/svg>\n        <\/div>\n\n        <div class=\"example-box\">\n            <h4>\ud83d\udcac Beispiel: Strategische Marketingplanung<\/h4>\n            <div class=\"label prompt\">\u25b6 Prompt<\/div>\n            <div class=\"prompt-block\">Plane eine Marketingstrategie f\u00fcr ein neues Produkt. Entwickle 3 Hauptans\u00e4tze, bewerte jeden nach Kosten und Reichweite, und expandiere den besten Ansatz in einen konkreten 4-Wochen-Plan.<\/div>\n            <div class=\"label response\">\u25c0 KI-Antwort<\/div>\n            <div class=\"response-block\">Ansatz A \u2013 Social Media Organisch: Reichweite \u2605\u2605\u2605 | Kosten \u2605\u2605\u2605 (g\u00fcnstig) \u2192 vielversprechend \u2713\nAnsatz B \u2013 TV-Werbung: Reichweite \u2605\u2605\u2605\u2605 | Kosten \u2605 (sehr teuer) \u2192 ungeeignet \u2717\nAnsatz C \u2013 Influencer Marketing: Reichweite \u2605\u2605\u2605 | Kosten \u2605\u2605 (mittel) \u2192 erg\u00e4nzend \u2713\n\nExpansion von Ansatz A + C:\nWoche 1: Profil-Aufbau + Influencer-Briefing\nWoche 2: Erste Posts + Stories, Influencer-Content live\nWoche 3: Community-Engagement, Kommentare beantworten\nWoche 4: Performance-Analyse, Paid Boost der Top-Posts<\/div>\n        <\/div>\n\n        <div class=\"when-to-use\">\n            <h4>\u2705 Wann Tree of Thoughts verwenden?<\/h4>\n            <ul>\n                <li>Strategische Planungsaufgaben mit mehreren m\u00f6glichen L\u00f6sungspfaden<\/li>\n                <li>Kreative Probleml\u00f6sungen, bei denen Exploration wichtig ist<\/li>\n                <li>Komplexe Entscheidungen mit Abw\u00e4gung verschiedener Optionen<\/li>\n                <li>Wenn Backtracking und Neubewertung zum Denkprozess geh\u00f6ren sollen<\/li>\n            <\/ul>\n        <\/div>\n    <\/section>\n\n    <!-- ROLE PROMPTING -->\n    <section id=\"role\">\n        <h2>\ud83c\udfad Role Prompting<\/h2>\n        <div class=\"technique-header-row\">\n            <div class=\"technique-icon-badge\">\ud83c\udfad<\/div>\n            <div>\n                <span class=\"badge badge-basic\">Basis<\/span>\n                <p style=\"margin:0; color: var(--color-text-secondary);\">Die KI \u00fcbernimmt eine <strong style=\"color:var(--color-text-primary)\">definierte Persona oder Fachrolle<\/strong>, was den Ton, das Fachvokabular und die Perspektive der Antworten steuert. Je pr\u00e4ziser die Rollendefinition, desto passender das Ergebnis.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"example-box\">\n            <h4>\ud83d\udcac Beispiel 1: Personalcoach<\/h4>\n            <div class=\"label prompt\">\u25b6 Prompt<\/div>\n            <div class=\"prompt-block\">Du bist ein erfahrener Personalcoach mit 15 Jahren Berufserfahrung. Erstelle einen kurzen Leitfaden, wie Berufseinsteiger ihr Selbstvertrauen st\u00e4rken k\u00f6nnen.<\/div>\n            <div class=\"label response\">\u25c0 KI-Antwort<\/div>\n            <div class=\"response-block\">Als Coach empfehle ich 4 erprobte Strategien:\n\n1. St\u00e4rken-Inventar erstellen \u2013 Liste 10 vergangene Erfolge, egal wie klein.\n2. Kommunikation trainieren \u2013 Spreche klar, ohne Weichmacher (&#8222;ich glaube, vielleicht&#8230;&#8220;).\n3. Micro-Goals setzen \u2013 Kleine, t\u00e4glich erreichbare Ziele bauen Selbstwirksamkeit auf.\n4. W\u00f6chentliche Reflexion \u2013 Was lief gut? Was w\u00fcrde ich anders machen?\n\nTipp: Selbstvertrauen entsteht durch wiederholte Erfolgserlebnisse, nicht durch \u00dcberzeugung.<\/div>\n        <\/div>\n\n        <div class=\"example-box\">\n            <h4>\ud83d\udcac Beispiel 2: Rechtsanwalt vs. Marketing-Experte \u2013 gleiche Frage, andere Rolle<\/h4>\n            <div class=\"label prompt\">\u25b6 Prompt A (Anwalt)<\/div>\n            <div class=\"prompt-block\">Du bist Rechtsanwalt f\u00fcr Vertragsrecht. Welche Risiken hat ein m\u00fcndlicher Kaufvertrag?<\/div>\n            <div class=\"label response\">\u25c0 Anwalt-Antwort<\/div>\n            <div class=\"response-block\">M\u00fcndliche Kaufvertr\u00e4ge sind grunds\u00e4tzlich rechtsg\u00fcltig (\u00a7 433 BGB), jedoch schwer beweisbar. Risiken: Keine Dokumentation der vereinbarten Konditionen, Beweislastprobleme bei Streitigkeiten, keine Widerrufsbelehrung. Empfehlung: Immer schriftlich fixieren.<\/div>\n            <div class=\"label prompt\" style=\"margin-top:1rem\">\u25b6 Prompt B (Verhandlungsexperte)<\/div>\n            <div class=\"prompt-block\">Du bist Verhandlungsexperte. Welche Chancen bietet ein m\u00fcndlicher Kaufvertrag?<\/div>\n            <div class=\"label response\">\u25c0 Verhandlungs-Antwort<\/div>\n            <div class=\"response-block\">M\u00fcndliche Deals erm\u00f6glichen schnelle Einigung ohne b\u00fcrokratischen Overhead, schaffen Vertrauen durch pers\u00f6nliche Absprache und lassen Spielraum f\u00fcr sp\u00e4tere Nachverhandlung. Ideal f\u00fcr langfristige Gesch\u00e4ftsbeziehungen.<\/div>\n        <\/div>\n\n        <div class=\"when-to-use\">\n            <h4>\u2705 Wann Role Prompting verwenden?<\/h4>\n            <ul>\n                <li>Fachliche Texte, die Expertenwissen und -vokabular erfordern<\/li>\n                <li>Wenn ein spezifischer Ton (professionell, freundlich, wissenschaftlich) gew\u00fcnscht ist<\/li>\n                <li>F\u00fcr Perspektivenwechsel (Anwalt vs. Unternehmer vs. Nutzer)<\/li>\n                <li>Bildungs- und Coaching-Inhalte f\u00fcr bestimmte Zielgruppen<\/li>\n            <\/ul>\n        <\/div>\n    <\/section>\n\n    <!-- REACT -->\n    <section id=\"react\">\n        <h2>\u26a1 ReAct Prompting<\/h2>\n        <div class=\"technique-header-row\">\n            <div class=\"technique-icon-badge\">\u26a1<\/div>\n            <div>\n                <span class=\"badge badge-advanced\">Fortgeschritten<\/span>\n                <p style=\"margin:0; color: var(--color-text-secondary);\">Kombiniert <strong style=\"color:var(--color-text-primary)\">Reasoning + Acting<\/strong>: Die KI denkt zuerst laut nach (Reasoning), plant dann die Schritte (Planning) und formuliert abschlie\u00dfend konkrete Handlungsma\u00dfnahmen (Action).<\/p>\n            <\/div>\n        <\/div>\n        <div class=\"process-flow\">\n            <div class=\"process-step\">\n                <h4>\ud83e\udde0 Reasoning<\/h4>\n                <p>Was brauche ich? Was sind die Abh\u00e4ngigkeiten?<\/p>\n            <\/div>\n            <div class=\"process-step\">\n                <h4>\ud83d\udccb Planning<\/h4>\n                <p>Welche Reihenfolge? Was zuerst?<\/p>\n            <\/div>\n            <div class=\"process-step\">\n                <h4>\ud83d\ude80 Action<\/h4>\n                <p>Konkrete, ausf\u00fchrbare Schritte<\/p>\n            <\/div>\n            <div class=\"process-step\">\n                <h4>\u2705 Ergebnis<\/h4>\n                <p>Begr\u00fcndetes, umsetzbares Resultat<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"example-box\">\n            <h4>\ud83d\udcac Beispiel: Online-Event organisieren<\/h4>\n            <div class=\"label prompt\">\u25b6 Prompt<\/div>\n            <div class=\"prompt-block\">\u00dcberlege laut, welche Schritte n\u00f6tig sind, um ein Online-Event mit 100 Teilnehmern zu organisieren, und erstelle danach einen konkreten Aktionsplan.<\/div>\n            <div class=\"label response\">\u25c0 KI-Antwort<\/div>\n            <div class=\"response-block\">\ud83e\udde0 REASONING:\nIch brauche: Registrierungssystem, Videokonferenzplattform, Agenda, Kommunikation, Techniktest.\nAbh\u00e4ngigkeiten: Plattform muss vor Registrierung feststehen. Techniktest vor Kommunikation.\n\n\ud83d\udccb PLAN:\nWoche -3: Plattform w\u00e4hlen (Zoom\/Teams), Agenda festlegen\nWoche -2: Registrierungsformular erstellen, Einladungen verschicken\nWoche -1: Reminder, Techniktest mit Referenten\nTag davor: Finaler Technikcheck, Moderationsunterlagen\n\n\ud83d\ude80 AKTION am Eventtag:\n09:00 \u2013 Technik-Check Live\n09:30 \u2013 Einlass \u00f6ffnen\n10:00 \u2013 Event-Start mit Begr\u00fc\u00dfung\n12:00 \u2013 Abschluss + Feedback-Umfrage<\/div>\n        <\/div>\n\n        <div class=\"when-to-use\">\n            <h4>\u2705 Wann ReAct verwenden?<\/h4>\n            <ul>\n                <li>Komplexe Projektplanung mit vielen abh\u00e4ngigen Schritten<\/li>\n                <li>Business-Analysen, die sowohl Diagnose als auch Ma\u00dfnahmen erfordern<\/li>\n                <li>Prozessoptimierung, wo Begr\u00fcndungen wichtig sind<\/li>\n                <li>Wenn &#8222;Warum&#8220; und &#8222;Wie&#8220; gleichzeitig beantwortet werden sollen<\/li>\n            <\/ul>\n        <\/div>\n    <\/section>\n\n    <!-- STRUCTURED OUTPUT -->\n    <section id=\"structured\">\n        <h2>\ud83d\udcca Structured Output Prompting<\/h2>\n        <div class=\"technique-header-row\">\n            <div class=\"technique-icon-badge\">\ud83d\udcca<\/div>\n            <div>\n                <span class=\"badge badge-structured\">Strukturiert<\/span>\n                <p style=\"margin:0; color: var(--color-text-secondary);\">Die KI gibt ihre Antwort in einem <strong style=\"color:var(--color-text-primary)\">vordefinierten Format<\/strong> aus \u2013 JSON, Tabelle, Markdown, CSV, XML oder Bullet-Point-Strukturen. Ideal f\u00fcr Weiterverarbeitung und Datenintegration.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"card-grid\">\n            <div class=\"card\">\n                <h4>\ud83d\uddc3\ufe0f JSON-Format<\/h4>\n                <p>F\u00fcr API-Integration, Datenbankeintr\u00e4ge oder strukturierte Datenexporte in Entwicklungsworkflows.<\/p>\n            <\/div>\n            <div class=\"card\">\n                <h4>\ud83d\udccb Tabellenformat<\/h4>\n                <p>F\u00fcr Vergleiche, Reports und \u00fcbersichtliche Darstellungen in Pr\u00e4sentationen oder Dashboards.<\/p>\n            <\/div>\n            <div class=\"card\">\n                <h4>\ud83d\udcdd Bullet Points \/ Listen<\/h4>\n                <p>F\u00fcr schnell erfassbare \u00dcbersichten, Checklisten und strukturierte Zusammenfassungen.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"example-box\">\n            <h4>\ud83d\udcac Beispiel 1: JSON-Ausgabe f\u00fcr Produktdaten<\/h4>\n            <div class=\"label prompt\">\u25b6 Prompt<\/div>\n            <div class=\"prompt-block\">Erstelle eine JSON-Struktur f\u00fcr 3 Produkte mit den Feldern: name, price, category, inStock. Produkte: Laptop (999\u20ac, Elektronik), Yoga-Matte (45\u20ac, Sport), Kochbuch (28\u20ac, B\u00fccher).<\/div>\n            <div class=\"label response\">\u25c0 KI-Antwort<\/div>\n            <div class=\"response-block\">[\n  {&#8222;name&#8220;: &#8222;Laptop&#8220;, &#8222;price&#8220;: 999, &#8222;category&#8220;: &#8222;Elektronik&#8220;, &#8222;inStock&#8220;: true},\n  {&#8222;name&#8220;: &#8222;Yoga-Matte&#8220;, &#8222;price&#8220;: 45, &#8222;category&#8220;: &#8222;Sport&#8220;, &#8222;inStock&#8220;: true},\n  {&#8222;name&#8220;: &#8222;Kochbuch&#8220;, &#8222;price&#8220;: 28, &#8222;category&#8220;: &#8222;B\u00fccher&#8220;, &#8222;inStock&#8220;: false}\n]<\/div>\n        <\/div>\n\n        <div class=\"example-box\">\n            <h4>\ud83d\udcac Beispiel 2: Tabellenformat Social Media<\/h4>\n            <div class=\"label prompt\">\u25b6 Prompt<\/div>\n            <div class=\"prompt-block\">Erstelle eine Tabelle mit den wichtigsten Social-Media-Kan\u00e4len, Zielgruppe, Nutzungsschwerpunkt und empfohlener Posting-Frequenz.<\/div>\n            <div class=\"label response\">\u25c0 KI-Antwort<\/div>\n            <div class=\"response-block\">| Plattform  | Zielgruppe  | Schwerpunkt            | Frequenz      |\n|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;|\n| Instagram  | 18\u201335 Jahre | Lifestyle, Marke       | 4\u20137x \/ Woche  |\n| LinkedIn   | 25\u201355 Jahre | Beruf, Networking      | 3\u20135x \/ Woche  |\n| TikTok     | 13\u201330 Jahre | Unterhaltung, Trends   | T\u00e4glich       |\n| Facebook   | 30\u201360 Jahre | Community, Events      | 3\u20135x \/ Woche  |\n| YouTube    | 18\u201345 Jahre | Tutorials, Long-Form   | 1\u20132x \/ Woche  |<\/div>\n        <\/div>\n\n        <div class=\"when-to-use\">\n            <h4>\u2705 Wann Structured Output verwenden?<\/h4>\n            <ul>\n                <li>Wenn die Ausgabe in ein System (API, Datenbank, Excel) weiterverarbeitet wird<\/li>\n                <li>F\u00fcr konsistente Report-Generierung in automatisierten Workflows<\/li>\n                <li>Bei Vergleichen oder \u00dcbersichten, die visuell klar sein sollen<\/li>\n                <li>Wenn mehrere Datenpunkte strukturiert erfasst werden sollen<\/li>\n            <\/ul>\n        <\/div>\n    <\/section>\n\n    <!-- REFLEXIVE -->\n    <section id=\"reflexive\">\n        <h2>\ud83d\udd0d Reflexive Prompting<\/h2>\n        <div class=\"technique-header-row\">\n            <div class=\"technique-icon-badge\">\ud83d\udd0d<\/div>\n            <div>\n                <span class=\"badge badge-advanced\">Fortgeschritten<\/span>\n                <p style=\"margin:0; color: var(--color-text-secondary);\">Die KI <strong style=\"color:var(--color-text-primary)\">pr\u00fcft und kritisiert ihre eigene Antwort<\/strong> nach definierten Kriterien und verbessert diese anschlie\u00dfend. Der Prozess kann mehrfach iteriert werden, bis die Qualit\u00e4t das gew\u00fcnschte Niveau erreicht.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"diagram\">\n            <svg viewBox=\"0 0 580 110\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <defs><marker id=\"arr9\" markerWidth=\"8\" markerHeight=\"8\" refX=\"7\" refY=\"3\" orient=\"auto\"><polygon points=\"0 0,8 3,0 6\" fill=\"#a855f7\"\/><\/marker><\/defs>\n                <rect x=\"10\" y=\"35\" width=\"110\" height=\"40\" rx=\"6\" fill=\"#334155\" stroke=\"#a855f7\" stroke-width=\"1.5\"\/>\n                <text x=\"65\" y=\"59\" fill=\"#f1f5f9\" text-anchor=\"middle\" font-size=\"12\">Erste Antwort<\/text>\n                <path d=\"M120 55 L165 55\" stroke=\"#a855f7\" stroke-width=\"2\" marker-end=\"url(#arr9)\"\/>\n                <rect x=\"165\" y=\"30\" width=\"130\" height=\"50\" rx=\"6\" fill=\"#334155\" stroke=\"#a855f7\" stroke-width=\"1.5\"\/>\n                <text x=\"230\" y=\"51\" fill=\"#a855f7\" text-anchor=\"middle\" font-size=\"11\" font-weight=\"bold\">Selbstpr\u00fcfung<\/text>\n                <text x=\"230\" y=\"66\" fill=\"#94a3b8\" text-anchor=\"middle\" font-size=\"10\">Vollst\u00e4ndig? Korrekt?<\/text>\n                <path d=\"M295 55 L340 55\" stroke=\"#a855f7\" stroke-width=\"2\" marker-end=\"url(#arr9)\"\/>\n                <rect x=\"340\" y=\"30\" width=\"120\" height=\"50\" rx=\"6\" fill=\"#334155\" stroke=\"#10b981\" stroke-width=\"2\"\/>\n                <text x=\"400\" y=\"51\" fill=\"#10b981\" text-anchor=\"middle\" font-size=\"11\" font-weight=\"bold\">Optimierung<\/text>\n                <text x=\"400\" y=\"66\" fill=\"#94a3b8\" text-anchor=\"middle\" font-size=\"10\">Verbesserte Version<\/text>\n                <path d=\"M400 80 Q400 100 230 100 Q65 100 65 80\" stroke=\"#a855f7\" stroke-width=\"1.5\" fill=\"none\" stroke-dasharray=\"5,4\"\/>\n                <polygon points=\"60 82,65 75,70 82\" fill=\"#a855f7\"\/>\n                <text x=\"230\" y=\"98\" fill=\"#a855f7\" text-anchor=\"middle\" font-size=\"9\">Iterationsschleife (bei Bedarf)<\/text>\n            <\/svg>\n        <\/div>\n\n        <div class=\"example-box\">\n            <h4>\ud83d\udcac Beispiel: Produktbeschreibung mit Selbstpr\u00fcfung<\/h4>\n            <div class=\"label prompt\">\u25b6 Prompt<\/div>\n            <div class=\"prompt-block\">Formuliere eine Produktbeschreibung f\u00fcr ein ergonomisches B\u00fcroset. Pr\u00fcfe anschlie\u00dfend: Ist sie konkret genug? Fehlen wichtige Details? Verbessere sie, falls n\u00f6tig.<\/div>\n            <div class=\"label response\">\u25c0 KI-Antwort<\/div>\n            <div class=\"response-block\">\ud83d\udcdd Erste Version:\n&#8222;Das B\u00fcroset sorgt f\u00fcr mehr Komfort beim Arbeiten.&#8220;\n\n\ud83d\udd0d Selbstpr\u00fcfung:\n&#8211; Zu vage: Was ist im Set enthalten?\n&#8211; Kein Nutzen konkret benannt\n&#8211; Keine Zielgruppe adressiert\n\n\u2705 \u00dcberarbeitete Version:\n&#8222;Das ergonomische B\u00fcroset umfasst einen h\u00f6henverstellbaren Schreibtisch (70\u2013120 cm), einen lordosenst\u00fctzenden B\u00fcrostuhl und eine Handgelenkst\u00fctze \u2013 entwickelt f\u00fcr gesundes, erm\u00fcdungsfreies Arbeiten \u00fcber 8+ Stunden.&#8220;<\/div>\n        <\/div>\n\n        <div class=\"when-to-use\">\n            <h4>\u2705 Wann Reflexive Prompting verwenden?<\/h4>\n            <ul>\n                <li>Bei Texten, bei denen Qualit\u00e4t und Vollst\u00e4ndigkeit entscheidend sind<\/li>\n                <li>F\u00fcr kritische Dokumente wie Angebote, E-Mails oder Berichte<\/li>\n                <li>Wenn Halluzinationen oder Ungenauigkeiten reduziert werden sollen<\/li>\n                <li>Als letzter Schritt in einem Schreibworkflow zur Qualit\u00e4tssicherung<\/li>\n            <\/ul>\n        <\/div>\n    <\/section>\n\n    <!-- META PROMPTING -->\n    <section id=\"meta\">\n        <h2>\ud83c\udf93 Meta Prompting<\/h2>\n        <div class=\"technique-header-row\">\n            <div class=\"technique-icon-badge\">\ud83c\udf93<\/div>\n            <div>\n                <span class=\"badge badge-advanced\">Fortgeschritten<\/span>\n                <p style=\"margin:0; color: var(--color-text-secondary);\">Meta Prompting fokussiert auf die <strong style=\"color:var(--color-text-primary)\">Struktur und Logik des Prompts selbst<\/strong> statt auf spezifische Inhalte. Es definiert ein abstraktes Denkger\u00fcst, dem die KI bei jeder Aufgabe folgen soll.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"example-box\">\n            <h4>\ud83d\udcac Beispiel 1: Universelles Probleml\u00f6se-Ger\u00fcst<\/h4>\n            <div class=\"label prompt\">\u25b6 Prompt<\/div>\n            <div class=\"prompt-block\">L\u00f6se jede Aufgabe nach folgendem Schema:\n1. PROBLEM: Definiere das Kernproblem in einem Satz.\n2. KONTEXT: Welche Rahmenbedingungen sind relevant?\n3. OPTIONEN: Liste 3 m\u00f6gliche L\u00f6sungsans\u00e4tze.\n4. BEWERTUNG: Bewerte jeden Ansatz nach Aufwand (1-5) und Wirkung (1-5).\n5. EMPFEHLUNG: W\u00e4hle den besten Ansatz und begr\u00fcnde ihn.\n\nAufgabe: Unser Kundenservice reagiert zu langsam auf Anfragen.<\/div>\n            <div class=\"label response\">\u25c0 KI-Antwort<\/div>\n            <div class=\"response-block\">1. PROBLEM: Reaktionszeit im Kundenservice \u00fcberschreitet Kundenwartzeiten.\n2. KONTEXT: Begrenztes Team, hohes Anfragevolumen, keine Automatisierung.\n3. OPTIONEN:\n   A) Chatbot einf\u00fchren | B) Team aufstocken | C) FAQ ausbauen\n4. BEWERTUNG:\n   A) Aufwand: 4 | Wirkung: 5 \u2192 Gesamtscore: 9\n   B) Aufwand: 2 | Wirkung: 3 \u2192 Gesamtscore: 5\n   C) Aufwand: 5 | Wirkung: 4 \u2192 Gesamtscore: 9\n5. EMPFEHLUNG: Option A \u2013 Chatbot l\u00f6st 60-70% aller Standardfragen automatisch.<\/div>\n        <\/div>\n\n        <div class=\"when-to-use\">\n            <h4>\u2705 Wann Meta Prompting verwenden?<\/h4>\n            <ul>\n                <li>F\u00fcr wiederkehrende Aufgabentypen, die immer gleich strukturiert bearbeitet werden sollen<\/li>\n                <li>Beim Aufbau von KI-Workflows und Prompt-Templates<\/li>\n                <li>Wenn Teams einheitliche KI-Antwortformate ben\u00f6tigen<\/li>\n                <li>F\u00fcr komplexe Analysen, bei denen ein systematisches Vorgehen wichtig ist<\/li>\n            <\/ul>\n        <\/div>\n    <\/section>\n\n    <!-- BEST PRACTICE -->\n    <section id=\"best-practice\">\n        <h2>\u2b50 Best-Practice Prompt<\/h2>\n        <div class=\"technique-header-row\">\n            <div class=\"technique-icon-badge\">\u2b50<\/div>\n            <div>\n                <span class=\"badge badge-advanced\">Fortgeschritten<\/span>\n                <p style=\"margin:0; color: var(--color-text-secondary);\">Ein optimaler Prompt kombiniert <strong style=\"color:var(--color-text-primary)\">alle 5 Kernelemente<\/strong>: Rollenbeschreibung, klare Struktur, Zielgruppe, Stilangabe und L\u00e4ngenbegrenzung \u2013 f\u00fcr maximale Pr\u00e4zision und N\u00fctzlichkeit.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"algorithm-comparison\">\n            <div class=\"algorithm-card\">\n                <h4>\ud83c\udfad Rolle<\/h4>\n                <p>Wer ist die KI? Welche Expertise hat sie? (z.B. &#8222;erfahrener Umweltp\u00e4dagoge mit 10 Jahren Schulerfahrung&#8220;)<\/p>\n            <\/div>\n            <div class=\"algorithm-card warning-border\">\n                <h4>\ud83d\udcd0 Struktur<\/h4>\n                <p>Wie soll die Antwort gegliedert sein? (z.B. &#8222;3 Abschnitte: Was, Warum, Was tun?&#8220;)<\/p>\n            <\/div>\n            <div class=\"algorithm-card error-border\">\n                <h4>\ud83d\udc65 Zielgruppe<\/h4>\n                <p>F\u00fcr wen schreibt die KI? (z.B. &#8222;f\u00fcr 12-j\u00e4hrige Sch\u00fcler ohne Vorkenntnisse&#8220;)<\/p>\n            <\/div>\n            <div class=\"algorithm-card\">\n                <h4>\u270d\ufe0f Stil<\/h4>\n                <p>Wie soll es klingen? (z.B. &#8222;kurze S\u00e4tze, Alltagsbeispiele, kein Fachjargon&#8220;)<\/p>\n            <\/div>\n            <div class=\"algorithm-card warning-border\">\n                <h4>\ud83d\udccf L\u00e4nge<\/h4>\n                <p>Wie lang soll die Antwort sein? (z.B. &#8222;maximal 150 W\u00f6rter&#8220;)<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"example-box\">\n            <h4>\ud83d\udcac Beispiel: Vollst\u00e4ndiger Best-Practice Prompt<\/h4>\n            <div class=\"label prompt\">\u25b6 Prompt<\/div>\n            <div class=\"prompt-block\">Du bist ein erfahrener Umweltp\u00e4dagoge mit 10 Jahren Schulerfahrung.\nErkl\u00e4re das Thema \u201eKlimawandel&#8220; f\u00fcr 12-j\u00e4hrige Sch\u00fcler in leicht verst\u00e4ndlicher Sprache.\nGliedere die Antwort in:\n  1. Was ist Klimawandel?\n  2. Warum passiert er?\n  3. Was k\u00f6nnen wir tun?\nVerwende kurze S\u00e4tze, Beispiele aus dem Alltag und maximal 150 W\u00f6rter.<\/div>\n            <div class=\"label response\">\u25c0 KI-Antwort<\/div>\n            <div class=\"response-block\">1. Was ist Klimawandel?\nDas Klima auf der Erde ver\u00e4ndert sich \u2013 es wird w\u00e4rmer, Wetterextreme nehmen zu. Stell dir vor, eine Wolldecke um die Erde macht es drinnen immer hei\u00dfer.\n\n2. Warum passiert er?\nWir Menschen produzieren CO\u2082 \u2013 durch Autos, Fabriken und Heizungen. Dieses Gas sammelt sich in der Luft und h\u00e4lt die W\u00e4rme der Sonne fest, wie ein Treibhaus.\n\n3. Was k\u00f6nnen wir tun?\nJeder kann helfen: Fahrrad statt Auto, weniger Fleisch essen, Energie sparen. Auch kleine Schritte z\u00e4hlen \u2013 besonders wenn alle mitmachen!<\/div>\n        <\/div>\n\n        <div class=\"when-to-use\">\n            <h4>\u2705 Wann Best-Practice Prompts verwenden?<\/h4>\n            <ul>\n                <li>Professionelle Texterstellung f\u00fcr Kunden, Lernende oder Fachpublikum<\/li>\n                <li>Wenn die Ausgabe direkt ver\u00f6ffentlicht oder pr\u00e4sentiert wird<\/li>\n                <li>F\u00fcr Bildungs- und Schulungsmaterialien<\/li>\n                <li>Als finale Version, nachdem andere Techniken iteriert wurden<\/li>\n            <\/ul>\n        <\/div>\n    <\/section>\n\n    <!-- VERGLEICHSTABELLE -->\n    <section id=\"vergleich\">\n        <h2>\u2696\ufe0f Techniken im \u00dcberblick<\/h2>\n        <p>Diese \u00dcbersicht hilft bei der Auswahl der richtigen Technik f\u00fcr unterschiedliche Aufgabentypen:<\/p>\n        <table class=\"comparison-table\">\n            <thead>\n                <tr>\n                    <th>Technik<\/th>\n                    <th>Schwierigkeit<\/th>\n                    <th>Aufwand<\/th>\n                    <th>Beste Einsatzgebiete<\/th>\n                    <th>Qualit\u00e4t<\/th>\n                <\/tr>\n            <\/thead>\n            <tbody>\n                <tr><td>\ud83c\udfaf Zero-Shot<\/td><td>Einfach<\/td><td>\u2b50<\/td><td>FAQs, Definitionen, \u00dcbersetzungen<\/td><td>Gut<\/td><\/tr>\n                <tr><td>\ud83d\udcda Few-Shot<\/td><td>Einfach<\/td><td>\u2b50\u2b50<\/td><td>Marketing-Texte, Klassifikation<\/td><td>Sehr gut<\/td><\/tr>\n                <tr><td>\ud83d\udd17 Chain-of-Thought<\/td><td>Mittel<\/td><td>\u2b50\u2b50<\/td><td>Mathematik, Logik, Analysen<\/td><td>Sehr gut<\/td><\/tr>\n                <tr><td>\ud83d\udd04 Self-Consistency<\/td><td>Mittel<\/td><td>\u2b50\u2b50\u2b50\u2b50<\/td><td>Kritische Berechnungen, QS<\/td><td>Exzellent<\/td><\/tr>\n                <tr><td>\ud83c\udf33 Tree of Thoughts<\/td><td>Fortgeschritten<\/td><td>\u2b50\u2b50\u2b50\u2b50<\/td><td>Strategie, komplexe Planung<\/td><td>Exzellent<\/td><\/tr>\n                <tr><td>\ud83c\udfad Role Prompting<\/td><td>Einfach<\/td><td>\u2b50<\/td><td>Fachtexte, Coaching, Bildung<\/td><td>Sehr gut<\/td><\/tr>\n                <tr><td>\u26a1 ReAct<\/td><td>Fortgeschritten<\/td><td>\u2b50\u2b50\u2b50<\/td><td>Projektplanung, Business-Analyse<\/td><td>Sehr gut<\/td><\/tr>\n                <tr><td>\ud83d\udcca Structured Output<\/td><td>Einfach<\/td><td>\u2b50\u2b50<\/td><td>APIs, Reports, Datenexport<\/td><td>Sehr gut<\/td><\/tr>\n                <tr><td>\ud83d\udd0d Reflexive<\/td><td>Mittel<\/td><td>\u2b50\u2b50\u2b50<\/td><td>Qualit\u00e4tssicherung, Texte<\/td><td>Exzellent<\/td><\/tr>\n                <tr><td>\ud83c\udf93 Meta Prompting<\/td><td>Fortgeschritten<\/td><td>\u2b50\u2b50\u2b50<\/td><td>Templates, Workflows<\/td><td>Exzellent<\/td><\/tr>\n                <tr><td>\u2b50 Best-Practice<\/td><td>Mittel<\/td><td>\u2b50\u2b50\u2b50<\/td><td>Bildung, Publishing, Profis<\/td><td>Exzellent<\/td><\/tr>\n            <\/tbody>\n        <\/table>\n\n        <h3>Entscheidungsbaum: Welche Technik w\u00e4hlen?<\/h3>\n        <div class=\"highlight-box\">\n            <strong style=\"color:var(--color-accent)\">Einfache, direkte Frage?<\/strong> \u2192 Zero-Shot<br><br>\n            <strong style=\"color:var(--color-accent)\">Bestimmter Stil\/Format gew\u00fcnscht?<\/strong> \u2192 Few-Shot<br><br>\n            <strong style=\"color:var(--color-accent)\">Komplexe Berechnungen \/ Logik?<\/strong> \u2192 Chain-of-Thought<br><br>\n            <strong style=\"color:var(--color-accent)\">Hohe Zuverl\u00e4ssigkeit kritisch?<\/strong> \u2192 Self-Consistency<br><br>\n            <strong style=\"color:var(--color-accent)\">Strategische Planung mit Optionen?<\/strong> \u2192 Tree of Thoughts<br><br>\n            <strong style=\"color:var(--color-accent)\">Fachlicher Ton gew\u00fcnscht?<\/strong> \u2192 Role Prompting<br><br>\n            <strong style=\"color:var(--color-accent)\">Planung + Umsetzungsplan?<\/strong> \u2192 ReAct<br><br>\n            <strong style=\"color:var(--color-accent)\">Ausgabe f\u00fcr System\/API?<\/strong> \u2192 Structured Output<br><br>\n            <strong style=\"color:var(--color-accent)\">Qualit\u00e4tssicherung n\u00f6tig?<\/strong> \u2192 Reflexive Prompting<br><br>\n            <strong style=\"color:var(--color-accent)\">Professionelle Publikation?<\/strong> \u2192 Best-Practice Prompt\n        <\/div>\n    <\/section>\n\n    <!-- GLOSSAR -->\n    <section id=\"glossar\">\n        <h2>\ud83d\udcd6 Glossar<\/h2>\n        <dl>\n            <div class=\"glossary-term\">\n                <dt>LLM (Large Language Model)<\/dt>\n                <dd>Gro\u00dfes Sprachmodell wie GPT-4, Claude oder Gemini \u2013 das KI-System, das die Prompts verarbeitet und Antworten generiert.<\/dd>\n            <\/div>\n            <div class=\"glossary-term\">\n                <dt>Token<\/dt>\n                <dd>Die kleinste Verarbeitungseinheit eines LLMs \u2013 ca. 0,75 W\u00f6rter. L\u00e4ngere Prompts verbrauchen mehr Tokens und erh\u00f6hen die Verarbeitungskosten.<\/dd>\n            <\/div>\n            <div class=\"glossary-term\">\n                <dt>Halluzination<\/dt>\n                <dd>Wenn ein KI-Modell falsche oder erfundene Informationen selbstsicher als Fakten pr\u00e4sentiert. Prompting-Techniken wie Reflexive oder Self-Consistency reduzieren dieses Risiko.<\/dd>\n            <\/div>\n            <div class=\"glossary-term\">\n                <dt>Kontext-Fenster<\/dt>\n                <dd>Die maximale Anzahl an Tokens, die ein LLM gleichzeitig verarbeiten kann. Umfangreiche Few-Shot-Beispiele k\u00f6nnen das Kontextfenster schnell f\u00fcllen.<\/dd>\n            <\/div>\n            <div class=\"glossary-term\">\n                <dt>Zero-Shot vs. Few-Shot<\/dt>\n                <dd>Zero-Shot = keine Beispiele; Few-Shot = 2-5 Beispiele im Prompt. One-Shot = genau ein Beispiel. More-Shot = viele Beispiele (selten praktisch).<\/dd>\n            <\/div>\n            <div class=\"glossary-term\">\n                <dt>System-Prompt<\/dt>\n                <dd>Ein versteckter Prompt, der das Grundverhalten eines KI-Assistenten definiert \u2013 oft kombiniert mit Role Prompting f\u00fcr konsistente Persona-Steuerung.<\/dd>\n            <\/div>\n            <div class=\"glossary-term\">\n                <dt>Temperature<\/dt>\n                <dd>Parameter (0\u20132), der die Kreativit\u00e4t der KI-Ausgabe steuert. Niedriger Wert = pr\u00e4ziser\/deterministischer; hoher Wert = kreativer\/\u00fcberraschender.<\/dd>\n            <\/div>\n        <\/dl>\n    <\/section>\n\n    <footer>\n        <p>\ud83e\udde0 Prompting Techniken \u2013 Interaktiver Leitfaden<\/p>\n        <p style=\"margin-top: 0.5rem; font-size: 0.85rem;\">Basierend auf aktuellen Forschungen zu Prompt Engineering \u00b7 11 Techniken \u00b7 Mit Praxisbeispielen<\/p>\n    <\/footer>\n\n<\/div>\n\n<button class=\"scroll-top\" id=\"scrollTop\" onclick=\"window.scrollTo({top:0,behavior:'smooth'})\">\u2191<\/button>\n\n<script>\n    \/\/ Scroll-to-top Button\n    window.addEventListener('scroll', () => {\n        const btn = document.getElementById('scrollTop');\n        btn.classList.toggle('visible', window.scrollY > 400);\n    });\n\n    \/\/ Active Nav Link Highlighting\n    const sections = document.querySelectorAll('section[id]');\n    const navLinks = document.querySelectorAll('nav a');\n    window.addEventListener('scroll', () => {\n        let current = '';\n        sections.forEach(s => {\n            if (window.scrollY >= s.offsetTop - 120) current = s.id;\n        });\n        navLinks.forEach(a => {\n            a.classList.toggle('active', a.getAttribute('href') === '#' + current);\n        });\n    });\n\n    \/\/ Smooth scroll for nav links\n    navLinks.forEach(a => {\n        a.addEventListener('click', e => {\n            e.preventDefault();\n            const target = document.querySelector(a.getAttribute('href'));\n            if (target) target.scrollIntoView({ behavior: 'smooth', block: 'start' });\n        });\n    });\n<\/script>\n\n<\/body>\n<\/html>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/metalmotion.de\/kim\/89-2\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Prompt Battle<\/a><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Prompting Techniken \u2013 Interaktiver Leitfaden \ud83e\udde0 Prompting Techniken Der vollst\u00e4ndige Leitfaden f\u00fcr modernes Prompt Engineering 11 Techniken \u00b7 Mit Beispielen \u00b7 Einsatzempfehlungen \u00b7 Visuelle Diagramme Einf\u00fchrung Zero-Shot Few-Shot Chain-of-Thought Self-Consistency Tree of Thoughts Role Prompting ReAct Structured Output Reflexive Meta Prompting Best-Practice Vergleich Glossar \ud83d\udcd6 Was ist Prompt Engineering? Prompt Engineering bezeichnet die Kunst und [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-84","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Prompting - KI Marketing<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/metalmotion.de\/kim\/prompting-techniken\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Prompting - KI Marketing\" \/>\n<meta property=\"og:description\" content=\"Prompting Techniken \u2013 Interaktiver Leitfaden \ud83e\udde0 Prompting Techniken Der vollst\u00e4ndige Leitfaden f\u00fcr modernes Prompt Engineering 11 Techniken \u00b7 Mit Beispielen \u00b7 Einsatzempfehlungen \u00b7 Visuelle Diagramme Einf\u00fchrung Zero-Shot Few-Shot Chain-of-Thought Self-Consistency Tree of Thoughts Role Prompting ReAct Structured Output Reflexive Meta Prompting Best-Practice Vergleich Glossar \ud83d\udcd6 Was ist Prompt Engineering? Prompt Engineering bezeichnet die Kunst und [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/metalmotion.de\/kim\/prompting-techniken\/\" \/>\n<meta property=\"og:site_name\" content=\"KI Marketing\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-08T11:03:16+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"16\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/metalmotion.de\\\/kim\\\/prompting-techniken\\\/\",\"url\":\"https:\\\/\\\/metalmotion.de\\\/kim\\\/prompting-techniken\\\/\",\"name\":\"Prompting - KI Marketing\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/metalmotion.de\\\/kim\\\/#website\"},\"datePublished\":\"2026-03-08T10:38:47+00:00\",\"dateModified\":\"2026-03-08T11:03:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/metalmotion.de\\\/kim\\\/prompting-techniken\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/metalmotion.de\\\/kim\\\/prompting-techniken\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/metalmotion.de\\\/kim\\\/prompting-techniken\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/metalmotion.de\\\/kim\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Prompting\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/metalmotion.de\\\/kim\\\/#website\",\"url\":\"https:\\\/\\\/metalmotion.de\\\/kim\\\/\",\"name\":\"KI Marketing\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/metalmotion.de\\\/kim\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Prompting - KI Marketing","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/metalmotion.de\/kim\/prompting-techniken\/","og_locale":"de_DE","og_type":"article","og_title":"Prompting - KI Marketing","og_description":"Prompting Techniken \u2013 Interaktiver Leitfaden \ud83e\udde0 Prompting Techniken Der vollst\u00e4ndige Leitfaden f\u00fcr modernes Prompt Engineering 11 Techniken \u00b7 Mit Beispielen \u00b7 Einsatzempfehlungen \u00b7 Visuelle Diagramme Einf\u00fchrung Zero-Shot Few-Shot Chain-of-Thought Self-Consistency Tree of Thoughts Role Prompting ReAct Structured Output Reflexive Meta Prompting Best-Practice Vergleich Glossar \ud83d\udcd6 Was ist Prompt Engineering? Prompt Engineering bezeichnet die Kunst und [&hellip;]","og_url":"https:\/\/metalmotion.de\/kim\/prompting-techniken\/","og_site_name":"KI Marketing","article_modified_time":"2026-03-08T11:03:16+00:00","twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"16\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/metalmotion.de\/kim\/prompting-techniken\/","url":"https:\/\/metalmotion.de\/kim\/prompting-techniken\/","name":"Prompting - KI Marketing","isPartOf":{"@id":"https:\/\/metalmotion.de\/kim\/#website"},"datePublished":"2026-03-08T10:38:47+00:00","dateModified":"2026-03-08T11:03:16+00:00","breadcrumb":{"@id":"https:\/\/metalmotion.de\/kim\/prompting-techniken\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/metalmotion.de\/kim\/prompting-techniken\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/metalmotion.de\/kim\/prompting-techniken\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/metalmotion.de\/kim\/"},{"@type":"ListItem","position":2,"name":"Prompting"}]},{"@type":"WebSite","@id":"https:\/\/metalmotion.de\/kim\/#website","url":"https:\/\/metalmotion.de\/kim\/","name":"KI Marketing","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/metalmotion.de\/kim\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"}]}},"_links":{"self":[{"href":"https:\/\/metalmotion.de\/kim\/wp-json\/wp\/v2\/pages\/84","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/metalmotion.de\/kim\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/metalmotion.de\/kim\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/metalmotion.de\/kim\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/metalmotion.de\/kim\/wp-json\/wp\/v2\/comments?post=84"}],"version-history":[{"count":4,"href":"https:\/\/metalmotion.de\/kim\/wp-json\/wp\/v2\/pages\/84\/revisions"}],"predecessor-version":[{"id":92,"href":"https:\/\/metalmotion.de\/kim\/wp-json\/wp\/v2\/pages\/84\/revisions\/92"}],"wp:attachment":[{"href":"https:\/\/metalmotion.de\/kim\/wp-json\/wp\/v2\/media?parent=84"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}