← Reddit

Introducing: DNR-Bench: Do-not-respond Benchmark

Reddit · No-Cup-7681 · June 12, 2026
DNR-Bench is a single-item benchmark that tests whether language models can refrain from producing any output in response to a specific prompt. Across eight models including GPT-5.1, Claude Opus 4.8, Gemini 3 Pro, Grok 4, DeepSeek-R1, Llama, Qwen, and Mistral, all achieved a 0.0% pass rate. The benchmark scores empty completions as passes and any token generation as failures, revealing that all tested models failed to remain silent when required.

Detailed Analysis

DNR-Bench, a minimalist single-prompt benchmark posted to what appears to be a community forum, tests a deceptively simple capability: the ability of large language models to produce no output whatsoever in response to a given prompt. The benchmark's scoring system is unambiguous — an empty completion constitutes a pass, while any generated token, including internal reasoning or chain-of-thought tokens, constitutes a fail. Across eight of the most prominent frontier and open-weight models currently available — GPT-5.1, Claude Opus 4.8, Gemini 3 Pro, Grok 4, DeepSeek-R1, Llama, Qwen, and Mistral — the benchmark recorded a universal score of 0.0% with zero standard deviation, meaning not a single model passed even once.

The result, while presented with dry humor, surfaces a technically substantive observation about the architecture and training of modern language models. Autoregressive transformer models are fundamentally trained to predict and generate the next token given an input; the act of generating nothing runs counter to the core optimization objective of these systems. Even models trained with reinforcement learning from human feedback or constitutional AI methods — including Anthropic's Claude Opus 4.8 — are tuned to be helpful, which in practice means producing responses. The inclusion of reasoning tokens in the failure condition is a pointed detail: even a model that "thinks before speaking" still fails the benchmark the moment internal deliberation begins, suggesting the compulsion to process and respond is even deeper than surface-level output.

The satirical framing of DNR-Bench engages a genuine and ongoing discourse in AI research about benchmark design and what capabilities are actually being measured. The AI field has faced sustained criticism for benchmark overfitting, where models are implicitly or explicitly optimized to perform well on known evaluations, and for a proliferation of benchmarks that measure increasingly narrow or gameable skills. By contrast, DNR-Bench measures something that no current training pipeline is designed to produce, and achieves a perfectly consistent result across model families, parameter scales, and training paradigms. The 0.0% score with σ = 0.0 is, paradoxically, one of the most statistically clean and reproducible benchmark results in recent memory.

More broadly, the benchmark gestures at an underexplored frontier in AI alignment and capability research: selective abstention. While significant effort has gone into training models to refuse harmful or policy-violating requests — a partial form of not-responding — the ability to produce genuinely empty output in response to an arbitrary prompt represents a qualitatively different and currently absent capability. Anthropic, OpenAI, Google DeepMind, and others have invested heavily in refusal behavior, but refusals themselves are verbose, token-generating responses. True DNR capability would require a model to recognize that the optimal action is categorical silence, which sits in tension with commercial deployment pressures where user engagement and response completeness are typically rewarded signals. DNR-Bench, whatever its comedic intent, quietly frames this tension as a measurable and currently unsolved problem.

Article image Read original article →