While mainstream benchmarks have long fixated on whether large language models output surface-level confidence scores that match ground-truth probabilities, a critical architectural question remained unaddressed: do models actively use internal uncertainty signals to govern their own operational behavior? In biological cognition, internal confidence estimates regulate adaptive strategies—prompting an agent to gather more data or withhold action entirely. A rigorous study published in Nature Machine Intelligence now delivers causal proof that LLMs rely on internal confidence representations to decide whether to respond or abstain.

The Four-Phase Experimental Paradigm

To move past observational correlation and isolate the underlying mechanism, the researchers implemented a four-phase experimental setup. Phase 1 established baseline confidence metrics without providing an abstention pathway, tracking both raw token log probabilities and verbalized confidence elicited through explicit self-report forward passes.

Phase 2 introduced an explicit abstention option, revealing that models enforce an implicit threshold over their internal confidence states before answering. Effect sizes tied to internal confidence in driving abstention were roughly an order of magnitude larger than those of alternative behavioral mechanisms.

"Phase 3 provided causal evidence via activation steering: boosting or suppressing confidence correspondingly decreased or increased abstention"

By manipulating internal activations directly, the team demonstrated direct causality rather than passive alignment. Mediation analysis confirmed that confidence redistribution is the dominant driver dictating whether a model commits to an output.

Multidimensional Internal Representations and Control

Phase 4 tested programmatic steering by instructing models to abstain across varying, user-defined confidence thresholds. The models adapted dynamically, verifying that they can read out internal states and execute complex abstention policies on demand.

Crucially, activation decoding showed that standard metrics like token log-probs and verbalized answers are lossy, incomplete readouts of a significantly richer internal representation. While verbal confidence proved less reliable for assessing factual correctness, it consistently predicted whether the model chose to abstain across every evaluated architecture.

Practical Enterprise Implications

Proving that model abstention relies on multidimensional internal states and threshold gating redefines how engineering teams should approach hallucinations in high-stakes B2B workflows—such as automated compliance checks, algorithmic trading, and clinical triage. Instead of burning compute on costly multi-agent consensus loops or brittle prompt-based verification, engineers can directly tap into latent confidence vectors for sub-millisecond, native gating. As LLMs transition into autonomous agents with real execution authority, leveraging these internal metacognitive signals offers a direct, low-overhead path to deterministically controlling failure modes.

Artificial IntelligenceLarge Language ModelsMachine LearningAI Safety