The Metric Picks the Winner Before Your Model Does
Four fresh findings converge on one uncomfortable conclusion: how you score does more work than the model you score—and most harnesses are blind to it.
The clearest evidence isn't on any leaderboard. It's in a correlation table. The Puppet benchmark (MIT/CMU, 1,000+ users) tested whether manipulation-language detectors predict actual belief change. They don't. MentalManip, AI-LieDAR and CLAIM sit near 0.00, while outcome-based estimation with GPT-4o reaches 0.436. Style is not effect. An engagement-optimized safety eval that flags fear/guilt/flattery language is measuring the wrong variable. The thing this doesn't tell you sits in the tail: adversarial belief shifts had an SD of ~22 against a median of 3.3, so small-n A/B tests will miss the effect entirely.
The lesson repeats structurally. The Illusion of Robustness result shows aggregate accuracy hides prediction flips when irrelevant context is injected. Kimi K3 is the live example. It posts 84% on Terminal-Bench v2 but 23% on SWE-Atlas-QnA. One index number, opposite verdicts.
The gains live in the scaffolding, not the weights. MemoHarness posts 0.806 vs 0.722 on Shell-Agent. That is an 8.4-point jump from decomposing the harness into six editable control surfaces, at lower per-task cost. One inventory agent moved 62%→92% from a five-task pass/fail loop with zero model change. Both rival a model swap and cost less to capture. This is a harness win, not a weights win, and the two get filed under the same headline number too often.
For recommender teams, the heterogeneous-treatment-effect study (n=1,339, four experiments) is the warning. Chatbot recommendations lifted purchase intent +44.7% on hard-to-evaluate items but reduced it on simple, small-assortment ones. The sign flips. A pooled A/B reads flat while hiding both a win and a loss.
Add two axes the harness probably lacks. A prediction-stability metric and trajectory scoring. Then segment before reading results.
What to do
Add a prediction-stability metric this sprint: inject irrelevant distractors and log flip rate, and score trajectory (tool-call sequence, intermediate states) alongside final-output correctness.
Re-analyze any recommender or chatbot experiment by decision-complexity and assortment segments with per-segment holdouts before trusting the pooled ATE.