AINEJul 6

Heaviside Continuity of Rolling Coefficients for Eliminating Epistemic Entropy in Large Language Models

arXiv:2607.0456216.3
Predicted impact top 28% in AI · last 90 daysOriginality Highly original
AI Analysis

For practitioners deploying LLMs in high-stakes tasks (e.g., software engineering), HCRC provides a principled way to eliminate false completions through execution control rather than scaling, addressing a critical reliability bottleneck.

HCRC reduces false-completion rates in LLMs from 4-7% to 0% on capable models by using a verification-first execution framework with Heaviside gating, and converts errors into honest halts on weaker models, without modifying the underlying model.

Large language models (LLMs) generate fluent outputs that can be wrong. Unlike humans, who often exhibit cues when providing false information, LLMs produce errors that are difficult to detect because autoregressive decoding provides no mechanism for verifying intermediate reasoning before state progression. We introduce Heaviside Continuity of Rolling Coefficients (HCRC), a verification-first execution framework that reformulates inference as predicate-gated state transitions governed by a Heaviside Gate. HCRC combines model confidence with independent verification signals from a parallel worker architecture, allowing execution to advance only when predefined correctness predicates are satisfied. This prevents invalid intermediate states from propagating, reducing epistemic entropy without modifying the underlying model. We evaluate HCRC on software-engineering and reasoning tasks across thirteen proposers from four providers. On capable proposers, the gate reduces the false-completion rate (FCR) from 4--7% to 0% while remaining latency-competitive and, in some settings, faster than the unwrapped model. On weaker proposers, it converts false completions into honest halts instead of corrupting downstream state. Beyond benchmarking, HCRC has operated for months as the production control plane of an agentic coding environment, authorizing file mutations, verification-driven progress reporting, and memory compaction. These results establish HCRC as a general framework for verification-driven LLM execution, showing that reliable reasoning can be achieved through principled execution control rather than model scale alone.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes