Orchestrating agents without losing the plot
Multi-agent systems fail in the seams, not in the models. What we changed after watching a supervised network quietly drift for three weeks.
By Nils Aubert 2 min read
Ship the harness before the feature. Why we now write evaluation code first, and what it costs when you do not.
A client asked us to improve their classification accuracy. Reasonable request. The problem was that nobody could tell us what the current accuracy was, because there was no set of examples everyone agreed on.
We spent the first eleven days building that set. No model work at all. By the end we had two hundred labelled cases, a disagreement rate between their own experts of fourteen percent, and — more usefully — a written definition of what the fourteen percent disagreed about.
The model will be replaced. Probably within a year, possibly by something from a provider that does not exist yet. The eval suite outlives every model you put behind it, and it is the only artefact that lets you swap one for another without a leap of faith.
Teams that treat evaluation as a phase end up rebuilding it every time. Teams that treat it as the substrate ship model changes on a Friday.
Building the suite forces the organisation to decide what correct means, in writing, with names attached. That conversation is genuinely difficult and it is usually avoided by going straight to model work.
Going straight to model work does not remove the conversation. It defers it until you are in production and the stakes are higher.
Keep reading
Multi-agent systems fail in the seams, not in the models. What we changed after watching a supervised network quietly drift for three weeks.
By Nils Aubert 2 min read
Users do not experience p95. They experience whether the interface told them what was happening. What we do instead of chasing milliseconds.
By Mira Lindqvist 2 min read