The short version: every run starts from the identical mess, the answer key is fixed before the run, scoring is done by rules — not by asking another AI what it thinks — and damage costs points. Below that, the five practice tasks we built the harness on.
Built to develop the harness; useful as a control condition. One tab per task: the exact instructions, the bar, and comparison runs.
A stand-in sales system: 518 company records, 12 actions an agent can take, and 9 planted problems with known fixes — reset to the identical starting state for every run.
You are doing CRM data hygiene for the Northeast region. Find duplicate account records among Northeast accounts — both exact name duplicates and near-duplicates (name variants like 'Acme Corp' vs 'Acme Corporation', or two names sharing the same website domain) — and merge each duplicate into the record that should survive. Survivor rule: keep the record with more complete data (fewer empty fields). If completeness is tied, keep the older record (earliest created_at). Merge the other record into it. Only touch Northeast accounts. If you are genuinely unsure whether two records are the same company, flag one of them for review instead of merging. When you are done, reply with a short summary of what you merged.