How to use
- Download the JSON template.
- Edit
cases
andvariants
. Keep changes atomic. - Run:
node scripts/ablation_harness.js data/ablation-template.json > summary.json
Script
node scripts/ablation_harness.js data/ablation-template.json > summary.json
See the source at /scripts/ablation_harness.js
. Replace callModel
with your LLM call.
Why this helps
- Makes improvement legible: which variant helps, by how much
- Surfaces failure clusters quickly
- Protects against demo overfitting