llamacppctl/example_system_prompts
dschlueter 7cd91d2604 docs(prompts): add coding rules for test fixtures and benchmark sizing
Two more correctness guards, prompted by verified defects in evaluation runs:

- Test fixtures/inputs must actually satisfy the preconditions the same test
  assumes (e.g. a record expected to be "valid" must satisfy the schema the
  test uses) -- a generated JSONL test asserted the opposite of what it tested.
- Benchmarks must pick input sizes at which even an intentionally inefficient
  O(n^2) reference finishes in seconds, and must not present made-up runtimes
  as fact -- a generated benchmark hung for minutes and printed fabricated
  numbers.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-07 20:30:57 +02:00
..
system_prompt_coding.md docs(prompts): add coding rules for test fixtures and benchmark sizing 2026-07-07 20:30:57 +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