The Harness Is the Product
Stanford proved orchestration matters more than the model

A few weeks ago I wrote that the harness matters more than the model. Stanford just put a number on it.
Their Meta-Harness study tested what happens when you change the scaffolding around a completely fixed model... same weights, same architecture, nothing about the model itself changed. The result was a 6x performance gap on the same benchmark. The system also beat the best hand-engineered solutions by 7.7 points on text classification while using 4x fewer tokens, and the harnesses it discovered transferred across five completely different models it had never seen.
6x from the scaffolding alone. That's not a marginal gain. That's the whole game.
There's a second finding in the paper that deserves equal attention. When researchers summarized the feedback given to the harness optimizer rather than passing the full execution traces, performance dropped by 15 points. The compression cost was enormous. It puts a hard number on something builders have felt intuitively: over-abstracting context is expensive, and the instinct to summarize everything to save tokens is quietly leaving performance on the table.
Jamin Ball at Clouded Judgement drew the right conclusion for founders this week: you don't need to train your own foundation model. You need to build the best harness for your domain. The generic managed harness Anthropic announced this week is a sensible foundation for sandboxing, auth, and session management. But the orchestration intelligence, what context to surface, when to retrieve it, how to handle domain-specific edge cases, that's where differentiation actually lives.
The model race was never the whole game. The harness has a leading role.
Long Live the Harness (Wrapper?) !