Loading rankings…
Loading rankings…
Operator measurement
Models have benchmarks. Agents have evals. Upsilon proposes a common measurement vocabulary for the human operating the AI system.
The draft standard defines four portable telemetry primitives: input, output, cache write, and cache read. It then defines a small core of operator metrics that can be computed consistently across compatible tools.
(cache_read × output) / input²Compound token-flow relationship between context reuse and output relative to fresh input.
cache_read / inputReusable context amplification relative to fresh input.
output / inputOutput generated per unit of fresh input.
output / (input + output)Output share of the direct input/output exchange.
log₁₀(cache_read / input)Log-scale cascade summary under the reference null policy.
Upsilon is an operator-layer measurement specification. It does not replace model benchmarks, task correctness evals, agent reliability testing, software-quality systems, or business-outcome analytics.
That separation is intentional: operator measurements become more useful when they can be joined to external outcomes without pretending the operator metric itself measures those outcomes.
SignalAF is the public reference implementation and reference field. This site is a read-only discovery surface and points canonical definitions back to SignalAF.