| Build a (question, ideal-answer) set and tune it | references/dataset-construction.md | Sourcing, ideal-answer authoring, run→compare→tune loop |
| Stop a judge from rating its own output high | references/llm-judge-bias.md | Self-preference, position, length, verbosity controls |
| Pick / wire an eval framework | references/framework-integration.md | inspect-ai, lighteval, Ragas, DeepEval, promptfoo, Braintrust integration snippets + when to use each |
| Choose a pass threshold defensibly | references/threshold-derivation.md | Derive thresholds from a labeled set; inter-rater agreement; gate design |
| Stop flaky runs reading as regressions | references/flake-and-reproducibility.md | pass@k, seeds, temperature, quarantine, contamination/leakage |
| Decide if "A beats B" is real, size the set | references/eval-statistics.md | Bootstrap CIs, McNemar, power/MDE sizing, FDR, variance reduction |
| Get maximum from an LLM | references/llm-optimization-technique-map.md | Technique ladder across prompts, data, RAG/tools, test-time compute, SFT, preference/RFT, PEFT, distillation |
| Decide whether and how to fine-tune | references/fine-tuning-eval-loop.md | Prompt/RAG/tool baseline, SFT vs preference/RFT vs PEFT, split hygiene, promotion gates |
| Evaluate on live/production traffic | references/online-production-eval.md | Offline-online correlation, A/B+guardrails, shadow/canary, drift, regression replay, HITL |
| Evaluate refusals, jailbreaks, harm | references/safety-redteam-eval.md | Over/under-refusal, ASR per attack family, injection, harm rubrics, robustness |
| Go beyond one judge | references/advanced-judging.md | Juries, fine-tuned judges, CoT/probability scoring, calibration (kappa/ECE), agentic reward |