Add the natural-coding definition files with single-pass convergence
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -9,14 +9,15 @@
|
||||
`prompts/<track>-<step>-<task>.md` (e.g. 01-01-tag.md; no
|
||||
version suffix -- versions live in git history) and are
|
||||
passed verbatim as the system prompt.
|
||||
- LLM steps whose outputs are item-by-item comparable
|
||||
(convergence, coding) run the same definition file twice,
|
||||
then a separate arbitration step settles only the
|
||||
script-computed disagreements ("2 runs + 1 arbitration").
|
||||
Free-generation steps run twice and both outputs are pooled,
|
||||
unarbitrated. If arbitration output is unexpected, revise
|
||||
the definition file and repeat that cycle; never patch
|
||||
results by hand.
|
||||
- Per-song LLM judgments (coding, screening) run the same
|
||||
definition file twice, then a separate arbitration step
|
||||
settles only the script-computed disagreements
|
||||
("2 runs + 1 arbitration"). Free-generation steps run
|
||||
twice and both outputs are pooled, unarbitrated.
|
||||
Vocabulary-building steps (convergence) run once as a
|
||||
recorded pass. If an arbitration or validation outcome is
|
||||
unexpected, revise the definition file and repeat that
|
||||
cycle; never patch results by hand.
|
||||
- Each run of a step is archived self-contained under the
|
||||
destination directory given explicitly on the `run-llm`
|
||||
command line (by convention `runs/<definition-file>/run<N>/`):
|
||||
|
||||
Reference in New Issue
Block a user