Cross-Vendor Study Finds 37% of LLM Executions Return Zero-Byte Outputs
Key Takeaways
- ▸37% of LLM executions across four major vendors returned zero-visible-byte outputs in controlled evaluation trials
- ▸The phenomenon occurs consistently across distinct model architectures and cannot be fully explained by token limits or output budget constraints
- ▸A new taxonomy distinguishes four Void subtypes from refusals, safety blocks, and infrastructure failures, enabling more precise LLM evaluation
Summary
A comprehensive cross-vendor research study by Rayan Pal has documented a previously unreported phenomenon affecting leading language models: 37% of LLM executions return successful provider responses with zero visible UTF-8 output bytes. Conducted across 31,430 single-turn trials spanning 11 exact model identifiers from OpenAI's GPT, Anthropic's Claude, Google's Gemini, and Moonshot's Kimi, the study identified 11,658 instances of what researchers term "Voids"—successful executions that produce no visible output, distinct from refusals, safety blocks, or infrastructure failures.
The research introduces a structured taxonomy distinguishing four equal-status Void subtypes (V0, V1, V2, and VU) based on provider termination metadata, providing the first systematic framework for understanding this cross-vendor phenomenon. In 4,290 semantically matched evaluation pairs, null-input arms produced 2,505 Voids while output-licensed controls produced zero, suggesting input characteristics influence void occurrence. Notably, even at a 16,000-token ceiling—where output budget constraints might explain blank responses—313 of 500 trials remained Voids, indicating that recognized token limits do not fully account for the phenomenon.
The study prioritizes reproducibility and transparency, with complete raw attempts, retries, request configurations, provider metadata, and cryptographically linked event records publicly preserved. Verification replayed 62,968 event hashes against the complete dataset, establishing a reproducible benchmark for cross-vendor LLM evaluation. The findings deliberately avoid claiming internal mechanisms or causal explanations, instead establishing a new semantic class of model behavior that warrants industry and research collaboration to understand.
- Complete raw data, verification logs, and cryptographic event records are publicly available, establishing a reproducible benchmark for cross-vendor research
Editorial Opinion
This research reveals a surprising blind spot in LLM evaluation: a cross-vendor phenomenon affecting more than a third of executions yet remaining largely unexplained. The study's commitment to full reproducibility—publishing complete raw data and cryptographic verification—sets a high standard for LLM benchmarking and invites healthy scrutiny of our understanding of model outputs. The finding that zero-byte responses transcend individual architectures and persist even beyond plausible token-limit explanations suggests current evaluation frameworks may be missing a significant class of model behavior worth understanding.



