Early access — cascade metrics are real (derived from canonical token telemetry); the operator field is a curated seed. Learn more about the data
◈ Topic Hub

AI Benchmarking — Beyond Model Leaderboards

Model leaderboards rank the AI. Operator benchmarking ranks the human. A new category — built on real telemetry, not preference votes.

The problem with model-only benchmarking

Model leaderboards — LMSYS Chatbot Arena, MMLU, HumanEval, SWE-bench — answer one question: which model is best? It is a good question and the leaderboards answer it well. But it is only half the picture. The other half — who is best at using the model they have? — has no leaderboard. Model benchmarking holds the model as the variable and the operator as a constant. In practice the opposite is true: the model is a constant (you pick one and drive it), and the operator is the variable (two people on the same model produce wildly different results).

There is a second problem. Model benchmarks rely on synthetic test suites or human preference votes — not on real coding telemetry. A test suite tells you the model can solve a curated problem in a controlled harness. A preference vote tells you a human liked one response better than another. Neither tells you anything about how efficiently a real developer drives the model through a real coding session over a real week. That gap is where operator time, money, and signal are actually won or lost.

Operator benchmarking vs. model benchmarking

DimensionModel benchmarkOperator benchmark
QuestionWhich AI is best?Who uses the AI best?
RanksModelsHumans (operators)
DataTest suites / preference votesReal token telemetry
SettingControlled harnessLive coding sessions
ExampleLMSYS Chatbot ArenaSigRank Index

The two categories are complements, not competitors. A model benchmark helps you choose a model. An operator benchmark helps you measure whether you are driving the model you chose well. Most developers have never had the second one. That is the gap SigRank fills.

SigRank's approach

SigRank benchmarks operators by the architecture of their token cascade. Four pillars — input, output, cache-read, cache-write — are captured on-device from real coding sessions across 15+ platforms. The yield metric Υ = cache_read × output / input² measures whether signal is compounding or tokens are burning. Operators are ranked by yield, classified into tiers (IGNITER to TRANSMITTER), and scored over 7-day, 30-day, 90-day, and all-time windows.

The foundation is a published conservation law for language under compression (DOI: 10.5281/zenodo.20029607), with an empirical record and a public transformation harness. The data is privacy-preserving — token counts only, never prompt content — and cryptographically signed. It is benchmarking built on real telemetry, real science, and real privacy, not on preference votes or synthetic tests.

Explore the category

FAQ

What is AI benchmarking?
The systematic measurement and comparison of AI system performance. Traditional benchmarking ranks models. SigRank introduces operator benchmarking — ranking the humans driving the AI by token-cascade efficiency.
What is wrong with model-only benchmarking?
It holds the model as the variable and the operator as a constant — the inverse of reality. It also relies on synthetic tests or preference votes, not real coding telemetry. It cannot see the operator-level difference that determines real-world efficiency.
Operator benchmarking vs. model benchmarking?
Model benchmarking asks “which AI is best?” and ranks models using test suites or votes. Operator benchmarking asks “who is best at using the AI?” and ranks humans using real token telemetry. They are complements, not competitors.
How does SigRank benchmark operators?
Four token pillars captured on-device from real sessions. Yield (Υ = cache_read × output / input²) measures cascade architecture. Operators are ranked by yield, tiered, and scored over multiple time windows. Snapshots are ed25519-signed. No prompt content is ever read.
Is SigRank a replacement for model leaderboards?
No — it is a complement. Model leaderboards help you choose a model. SigRank helps you measure whether you are using the model you chose well. Both questions matter; SigRank fills the operator-layer gap.