Amsterdam's Digital Services Department published "Grip on LLMs," a benchmark suite evaluating 30+ language models across six dimensions tailored for Dutch public-sector use. The paper, released on arXiv August 10, was written by civil servants Laurens Samson, Iva Gornishka, and Gossa Lô alongside University of Amsterdam researchers Yuki M. Asano and Sennay Ghebreab. It is the first systematic framework to jointly weight public administration values and non-English language requirements—a gap that blocked responsible LLM procurement across EU governments.

The six dimensions—factuality, honesty, social bias, energy consumption, cost, and training data transparency—were shaped by an advisory board including a sustainability officer, privacy officer, diversity and inclusion adviser, and business owners. User research and civil servant surveys informed the criteria. The result is a scorecard procurement officers can defend in committee.

DimensionWhat It MeasuresKey Stakeholder
FactualityAccuracy of model responses in DutchAll users / committee reviewers
HonestyModel's acknowledgment of its own uncertaintyCitizens receiving advice on benefits or zoning
Social BiasDemographic bias in Dutch-language outputsDiversity & inclusion adviser
Energy ConsumptionWh consumed per querySustainability officer
Cost€ per million tokensBusiness owners
Training Data TransparencyOpenness and provenance of training data sourcesPrivacy officer / EU procurement rules
FIG. 02 The six evaluation dimensions in the "Grip on LLMs" benchmark suite, shaped by an advisory board of public-sector stakeholders — Amsterdam Digital Services, "Grip on LLMs," arXiv 2025

Testing at amsterdam.github.io/grip-on-llms runs experiments in Dutch, which shifts results materially versus English benchmarks. Energy footprints span two orders of magnitude: TinyLlama-1.1B draws 0.63 Wh per query at €0.01 per million tokens; OLMo-2-0325-32B-Instruct hits 68.59 Wh at €0.89. GPT-4o costs €1.55 per million tokens with no disclosed energy figure. For a city running a chatbot at population scale, a 29× difference in model size (1.1B vs. 32B parameters) yields no proportional quality gain—but generates roughly a hundredfold energy penalty.

ModelParametersEnergy (Wh / query)Cost (€ / M tokens)
TinyLlama-1.1B1.1B0.63€0.01
OLMo-2-0325-32B-Instruct32B68.59€0.89
GPT-4oNot disclosedNot disclosed€1.55
FIG. 03 Energy and cost comparison for selected models tested in "Grip on LLMs" — amsterdam.github.io/grip-on-llms

Factuality and honesty are independent properties governed by distinct mechanisms. A model answering correctly most of the time need not acknowledge uncertainty. For government use—where confidently wrong responses on benefits or zoning cause real harm—both dimensions must be evaluated separately. High factuality does not imply high honesty.

Factuality and honesty are governed by distinct mechanisms — high scores on one do not predict scores on the other
FIG. 04 Factuality and honesty are governed by distinct mechanisms — high scores on one do not predict scores on the other — Amsterdam Digital Services, "Grip on LLMs," arXiv 2025

Bias scores are largely orthogonal to quality and cost. Spending more on a frontier model does not reduce demographic bias in Dutch-language outputs. Training data transparency qualifies as a first-class dimension: only seven of 30+ models tested—TinyLlama-1.1B, SmolLM3-3B, EuroLLM-9B, OLMo-2-1124-7B, OLMo-2-0325-32B-Instruct, Apertus-8B, and Apertus-70B—carry fully open training data. Full disclosure is a hard requirement under some EU procurement rules.

ModelParameter Scale
TinyLlama-1.1B1.1B
SmolLM3-3B3B
EuroLLM-9B9B
OLMo-2-1124-7B7B
OLMo-2-0325-32B-Instruct32B
Apertus-8B8B
Apertus-70B70B
FIG. 05 The 7 models (of 30+ tested) carrying fully open training data — a hard requirement under some EU procurement rules — amsterdam.github.io/grip-on-llms

The dashboard is live at gripopllms@amsterdam.nl for municipalities replicating the methodology. The framework uses a CC BY-NC-SA license, allowing other public-sector teams to adapt it for non-commercial procurement.

For architects building or procuring LLM-backed services in regulated environments: benchmark in your deployment language, not English. Separate factuality and honesty evaluations—they do not move together. Treat energy and cost as primary dimensions, especially at population scale. Verify training data provenance early; retroactive compliance after deployment is expensive.