THE PROBLEM, MEASURED
Agent operations run on records that nothing reads
Wherever writing is cheap and reading takes effort, systems over-produce. Industry estimates put the majority of telemetry spend on data that is never queried. We measured our own agent operation and found the same shape — then built the instruments to fix it.
~70%
of observability spend goes to log data that is never queried
INDUSTRY ESTIMATE
5 : 1
agents under-report their own friction versus what an independent extractor finds in the record
MEASURED, OUR OPERATION
65%
of wall clock in our first fully delegated sprint was batch-induced waiting, not work
MEASURED, OUR OPERATION
A figure that verifies itself
This is not an illustration. It is our first fully delegated sprint run, rendered from its own event log: four agents, two waves, 863 seconds of wall clock. Toggle to see what the measured working times imply if the scheduler had honoured the dependency graph it computed — and then discarded.
Every bar is computed from the run's event log — agent start, finish, merge. The wave boundary cost 259 seconds of orchestrator turnaround; finished agents sat unmerged for another 303. The batch was one line of scheduling code.
The one-piece view is a target computed from measured working times — not yet a result. The scheduling fix has shipped; the instrumented re-run is how we falsify our own claim.
The method
THE UNIT OF DESIGN IS A DECISION
Not a feature, not a story, not a ticket. Map a workflow into the decisions it actually contains — supplier, input, conversion, output, customer — and you get a graph you can measure, improve and hand to an agent. Most organisations have never drawn theirs.
DISAGREEMENT IS MADE PRODUCTIVE BY MECHANICS, NOT BY MANNERS
Put a panel of agents on a question and they converge on the average of their priors. Adversarial collaboration is the set of mechanics that stops that: a briefing packet instead of a pitch, explicit affordances to refute, an accountable author on every convergence, and dissent kept on the record rather than resolved away.
NO OBSERVABLE IS SELF-REPORTED
Every measurement in the system is computed from the record, never authored by the agent being measured. That single rule is what makes the numbers on this page arguable — and what lets a second reader regenerate any of them.
Every figure carries its status, its source, and what would prove it wrong. Claims are pinned to the record that produced them, and the book refuses to compile when a source no longer says what the prose claims. That is the differentiator, and it is not a marketing posture — it is a build constraint.