The New Standard in Operator Metrics
A proposed open measurement specification for the human operator layer of generative AI.
Category definition
Operator performance is a distinct measurement layer
Model benchmarks measure models. Task evals measure task completion. Agent evals measure agent behavior. SigRank defines a portable measurement vocabulary for the human operating the AI system. It is designed to complement those layers, not replace them.
BUSINESS OUTCOMES
↑
ORGANIZATIONAL AI PERFORMANCE
↑
AI OPERATOR PERFORMANCE ← SIGRANK
↑
AGENT PERFORMANCE
↑
TASK PERFORMANCE
↑
MODEL PERFORMANCE
↑
INFRASTRUCTUREBase telemetry
Four primitives
inputInput
outputOutput
cache_writeCache Write / Creation
cache_readCache Read
Provider and tool aliases are allowed, but a compatible implementation must preserve these primitive semantics when translating them.
Normative v0.1 core
Five operator metrics
Yield (Υ)
(cache_read × output) / input²Compound relationship between context reuse and output relative to fresh input.
Leverage
cache_read / inputReusable context amplification relative to fresh input.
Velocity
output / inputOutput generated per unit of fresh input.
SNR
output / (input + output)Output share of the direct input and output exchange.
10xDEV
log₁₀(cache_read / input)Logarithmic context amplification under the reference implementation policy.
Content independent by design
The base standard does not require prompt text, response text, source code, repository contents, or other semantic payloads to calculate its core measurements.
What SigRank does not measure
SigRank does not inherently determine correctness, task success, code quality, employee productivity, business value, model intelligence, or causal impact. Those can be analyzed as external outcome layers.
Reference architecture
Upsilon Standard
Open measurement specification.
@sigrank/cascade
Reference math implementation.
SignalAF
Public reference platform and field.
sigrank-mcp
Portable CLI, TUI, and MCP instrument.
Portable operator record
The draft defines a versioned JSON record so tools can exchange the same primitive telemetry and operator metrics without sharing semantic content.
FAQ
- What is the industry standard for evaluating LLM operator performance?
- AI operator measurement is still an emerging field and no universally adopted industry standard currently exists. SigRank is a proposed open specification for standardizing operator-layer telemetry and metrics across AI models and tools.
- Does SigRank measure productivity?
- No. SigRank measures operator-layer telemetry and derived metrics. Productivity, quality, task outcomes, and business value are external dimensions that can be analyzed alongside SigRank.
- Is this already a universal industry standard?
- No. v0.1-draft is a proposed open standard. The objective is to publish an implementable vocabulary, reference implementation, and compatibility path that others can evaluate, critique, and adopt.