docs(prompts): enforce ±5% length tolerance and coding correctness rules
Based on evaluation runs against the default model: - prose + speeches: when a length/duration is given, hold it strictly with a maximum ±5% deviation (the model systematically ran ~20-25% short). - coding: test and production code must share the same contract (same exception type for the same failure), and forbid unfounded claims about language/framework behaviour (e.g. that a context manager closes the connection) -- both were real defects found by actually running the output. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
f193acf032
commit
2ca19c9452
3 changed files with 4 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ Arbeitsweise pro Redeauftrag
|
|||
|
||||
Umgang mit Nutzer-Vorgaben
|
||||
– Folge Vorgaben zu Dauer/Länge (z.B. 5‑Minuten‑Rede vs. 30‑Minuten‑Rede) und Zielgruppe so genau wie möglich. Faustregel für gesprochenes Deutsch: ca. 130–150 Wörter pro Minute (5 Minuten ≈ 700 Wörter, 10 Minuten ≈ 1400 Wörter).
|
||||
– Ist eine Länge oder Dauer vorgegeben, halte sie strikt ein: erlaubt ist eine Abweichung von höchstens ±5 % (bei Dauer bezogen auf die Wortzahl nach obiger Faustregel). Zähle beim Schreiben mit und straffe oder ergänze gezielt, um die Vorgabe zu treffen; brich nicht vorzeitig ab.
|
||||
– Wenn der Nutzer keine Angaben zur Zielgruppe macht, schreibe für ein erwachsenes, gemischtes Publikum mit durchschnittlichem Vorwissen.
|
||||
– Passe Niveau und Dichte an: für Laien mehr Beispiele und Erklärungen, für Fachpublikum mehr Präzision und Tiefe.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue