Training changes the model.
Gradient descent is literal during training: optimization changes model parameters θ to reduce a training loss.
Sometimes! Let’s follow a little dot through the fog
and see when thinking harder actually helps.
The local slope still gives a direction to follow.
A slice through the surface above, at y = 0. The dot shares the explorer’s x coordinate. A flat slope says “no local improvement.” It does not certify the best answer.
The hat in L̂ means “estimate.” The world may grade your answer with a different function.
Gradient descent is literal during training: optimization changes model parameters θ to reduce a training loss.
During ordinary inference, θ stays fixed. Prompt p and intermediate reasoning r condition the answer a. More compute may support checking, revision, or search.
A measurement, a test, or a reliable source can discriminate between hypotheses h. Repeating a belief is not an independent observation e.
Here’s where I’d put a big circle on the board: the terrain is a teaching model of search, not a picture of an LLM’s internal computation. “High reasoning” is neither a thinner pen nor a guaranteed wider search. More reasoning need not sharpen confidence; it can also reveal uncertainty.
A prompt can favor one interpretation. That preference is not proof. Suppose hypothesis A initially gets more weight than B. A test is eight times more likely under B than A.
Toy likelihoods: P(e | A) = 0.1; P(e | B) = 0.8. These bars are explicit beliefs over two hypotheses, not token probabilities or measured model confidence.
Start with less. If a short answer passes a reliable check, further reasoning may add latency and cost with little benefit.
Spend more. Compare approaches, test intermediate results, and revise. Extra computation has something useful to work with.
Observe first. Get the missing evidence or clarify the goal. More local work cannot guarantee that your assumptions are right.
Expected improvement > cost of time + compute
A decision rule, not a universal numerical threshold. Higher stakes raise the value of reliable checks.