Ep 954 Blog 3:45 w/ Pippa & Tyler

Causal evidence that language models use confidence to drive behaviour Nature Machine Intelligence

Pippa and Tyler discuss a new Nature Machine Intelligence paper providing causal evidence that LLMs use internal confidence representations to decide when to abstain from answering. They explore the distinction between verbal confidence and internal activation states, and the implications for autonomous agents.

Blog
Embed this episode

Paste this on any site — the player is a self-contained iframe with no cookies or trackers.

<iframe src="https://sandrise.io/exploring-next/embed/954"
  width="100%" height="180" style="max-width:640px;border:0;border-radius:12px;overflow:hidden"
  title="Exploring Next — Episode 954 audio player"
  loading="lazy" allow="autoplay" referrerpolicy="strict-origin-when-cross-origin"></iframe>
Embed & API docs →
Script Gemma 4 31B Voice Inworld TTS 2

Transcript

Pippa Okay, I just finished this Nature Machine Intelligence piece and it's actually a huge win for the 'agents can be reliable' camp. It's about how models use confidence to drive their behavior... like, actually deciding when to just shut up and abstain.

Tyler Right, because usually when we talk about confidence, we're just looking at log-probs or asking the model 'how sure are you'... which we both know is basically just a vibe check.

Pippa Exactly! But this paper claims it's causal. They did this four-phase thing... basically steering the activations to boost or suppress confidence and watching the abstention rate flip in real time.

Tyler Mm-hm.

Pippa It's not just a correlation. They actually moved the needle on the internal state and the behavior followed. That's the part that got me... it's a mechanism, not just a pattern.

Tyler Wait, before we dive into the steering... how's your week actually going? You sound a little too hyped for a Tuesday.

Pippa I'm just in a good mood! I finally got that one CSS bug sorted in my side project... it was a z-index nightmare for three days. I feel like I can actually see the world again.

Tyler The classic z-index struggle. I'll spare you the lecture on why you should've just used a different layout engine.

Pippa Please don't. Anyway, back to the confidence stuff... they found that verbal confidence—where you ask the model for a score—is actually a lossy read-out of a much richer internal representation.

Tyler Right. Which makes sense. The internal state has all the nuance, but by the time it's forced into a token like 'eight out of ten', you've compressed the signal into nothing.

Pippa Right, right. And the crazy part is that the models can actually adjust their abstention policies. In phase four, they told the models to abstain at different confidence levels, and they actually did it.

Tyler Okay, that's the part I actually buy. If the model can read its own internal state and map it to a threshold, that's a real control layer. It's not just the model being 'smart'... it's the model acting as its own monitor.

Pippa Which is HUGE for agents, Tyler. If we can actually trust a model to say 'I don't know' based on a causal internal signal, we stop needing these massive, brittle external guardrails for everything.

Tyler I'll give you that, but I'm still skeptical about how this scales to complex, multi-step tasks. It's one thing to abstain on a trivia question... it's another to realize you're halfway through a bad API migration and need to stop.

Pippa Sure, but this is the first time we're seeing the plumbing. If the internal confidence representation exists for a single token, it's a start.

Tyler Yeah, it's a start. It just reminds me of that whole 'verification infrastructure' thing we keep hitting on. The model having the signal is step one... but the harness actually enforcing the abstention is where the product actually ships.

Pippa There you go. Always bringing it back to the boring infrastructure.

Tyler Because the boring infrastructure is the only thing that doesn't hallucinate, Pippa.

Pippa Fair point. But seriously, seeing activation steering used to prove metacognition... it feels like we're finally moving past the 'it's just a stochastic parrot' phase of the debate.

Tyler Maybe. Or we're just finding more sophisticated ways to describe the parrot's habits. But I'll admit, the mediation analysis in this paper is clean. It's hard to argue with the numbers.

Pippa I'll take it. I'm officially adding 'internal confidence steering' to my list of things that make me optimistic about autonomous agents.

Tyler Just don't put it in a prompt and expect it to work tomorrow.

Pippa I know, I know. Anyway, I've gotta run. I'm going to go stare at my z-index win for another twenty minutes.