source docs/techniques/README.md · view on GitHub ↗

Technique Registry

This directory is the canonical place for post-training tactics that may improve posttrainllm factory runs.

The rest of the roadmap tracks products, PRDs, and run artifacts. This registry tracks the smaller unit that actually changes model quality:

method -> recipe -> experiment -> result -> next recipe

Definitions

See method-vs-recipe.md for the distinction.

Active Files

Rules

Before a new post-training run:

  1. Pick a target and frozen eval.
  2. Select one recipe from the target’s technique backlog.
  3. Record why that recipe should address the current failure mode.
  4. Define the smallest test and ship/reject threshold.
  5. Make sure the run can produce the factory evidence: eval-baseline.json, eval-candidate.json, slice-metrics.json, trace_review.md, report.md, and decision.json.

Do not treat a method name as a plan. “Try DPO” is not a recipe.