llamacppctl/example_system_prompts
dschlueter 2ca19c9452 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>
2026-07-07 20:10:15 +02:00
..
system_prompt_coding.md docs(prompts): enforce ±5% length tolerance and coding correctness rules 2026-07-07 20:10:15 +02:00
system_prompt_prosa.md docs(prompts): enforce ±5% length tolerance and coding correctness rules 2026-07-07 20:10:15 +02:00
system_prompt_reden.md docs(prompts): enforce ±5% length tolerance and coding correctness rules 2026-07-07 20:10:15 +02:00