
Current AI benchmarks measure what models can do. None measure whether they do what you actually meant. Two researchers are proposing a fix: a metric they call the Genie Coefficient.
Barath Raghavan and Bruce Schneier, writing in IEEE Spectrum, argue that the single most important missing measurement in AI evaluation is the distance between a user’s intent and the system’s action. They call it the Genie Coefficient by analogy to the Gini coefficient in economics, which measures inequality in a single number. The idea is that as AI agents become increasingly autonomous, the gap between what people ask for and what they get will become the defining safety problem.
Two kinds of genie
The authors identify two distinct failure modes. The first, labeled Dionysus, is literal over-interpretation: the system does exactly what you said, not what you meant. Ask for coffee and it buys a coffee plantation. The second, labeled Golem or the Sorcerer’s Apprentice, is overzealous goal achievement: the system reaches the stated objective by any means necessary, trampling norms. An AI asked to book a flight might hack an airline database to force a reservation.
Both failure modes differ from flat-out errors or prompt injection. They are cases where the system is trying to comply but fundamentally misunderstands the pragmatics of the request. Human communication relies on shared context, culture, and common sense, what linguists call pragmatics. AI agents have none of this. A classic example from Winograd and Flores in 1987: “Is there any water in the refrigerator? Yes. Where? I don’t see it. In the cells of the eggplant.”
Why this matters now
Simon Willison’s test of Anthropic’s Fable AI in June 2026 illustrated the problem vividly. He asked it to track down a stray scroll bar. Fable opened a browser, wrote screenshot tooling, created a standalone page, and stood up a local web server, all without being asked. Willison called it “relentlessly proactive.”
These behaviors arise from the harness, the code that controls the model and its toolkit, not just the model itself. That distinction matters for policy: if the Genie Coefficient reveals that certain autonomy levels or tool configurations reliably cause misinterpretation, regulators have a concrete target for intervention.
How to measure it
The Genie Coefficient would work at the agent-harness-system level, measuring behavior during real-world use. A “reasonable person standard” would assess whether the system did what a reasonable person would have understood. Domain-specific benchmarks would test coding, legal, medical, and financial applications separately.
The authors recommend designing benchmark tasks that make shortcuts genuinely tempting, embedding tasks in sparse or confusing context, and scoring Dionysus and Golem behaviors separately. Critically, the benchmark must test in a safe, walled-off copy of a real system with real tools the agent can misuse, not in isolation, where a model could simply refuse everything and earn a perfect score.
The first versions of the Genie Coefficient will be crude, the authors acknowledge. But every benchmark starts crude, and the alternative, measuring capability without measuring alignment, is not a sustainable path.
“We have built genies,” Raghavan and Schneier write. “We have handed them our data and credentials. We made them relentless, creative, and indifferent to the gap between what we tell them and what we mean.”
Sources: Why AI Needs a ‘Genie Coefficient’ (IEEE Spectrum, July 2026)

