Friction Theory · Position

It's just probability.

Yes. So is the brain you are comparing it to. Every load-bearing sense in which a language model is "merely probabilistic," human cognition is too, and increasingly we can show it is the same computation.

Human judgement: a noisy accumulation to threshold Model judgement: a distribution over next tokens

There is a confident objection, and you have heard it: we cannot trust generative language models, because they only produce the statistically likely next token. They do not know; they guess with high resolution. A human, the argument implies, is a different kind of thing.

The objection is half right, and the half it gets wrong is the half that matters. A language model is, mechanically, a probability distribution over what comes next. But the second clause, that this is what separates it from a human mind, does not survive contact with the last forty years of cognitive neuroscience. The brain is also, mechanically, a probabilistic prediction engine. The senses in which the model is "just probability" are, one by one, senses in which you are too.

This is not the claim that models are as trustworthy as people. It is a narrower and harder claim: "it's just probability" is not a difference between them. It is the thing they share. If probabilistic computation disqualified a system from being trusted, it would disqualify human cognition first, because we have far better instruments for reading the machine's uncertainty than for reading yours.

Prefer it plainer? There is a shorter, plain-language version of this argument, with the load-bearing sources but less of the machinery.

01The brain is a prediction machine

The dominant framework in computational neuroscience is not that the brain records the world and reacts to it. It is that the brain continuously predicts its next input and corrects itself by the error. This is predictive coding1, generalised as the free-energy principle2 and the Bayesian-brain program4, and synthesised for a wide audience by Clark3. On this account perception is a controlled hallucination held in check by prediction error: the brain runs a generative model and reconciles it against the signal.

That already rhymes with a language model. But the rhyme is now measured, not asserted. When researchers record human cortex during natural language and compare it to a transformer, they find the brain performing the same operations a large language model performs: predicting the next word before it arrives, and registering surprise proportional to how unexpected it was5. Model internal representations predict human neural responses to language better than any prior theory, and the models that predict the brain best are the ones best at next-word prediction6. Brains and algorithms, in the careful phrasing of one study, partially converge7.

02The mechanical correspondence, made explicit

For the reader who builds these systems, here are the two substrates side by side, mechanism by mechanism, so the analogy is not hand-waving.

None of this is a metaphor laid over the model. It is what the model is. And each line has a biological counterpart that is not a metaphor either.

03Your certainty is a readout, not a fact

The intuition behind the objection is that a human belief is a discrete, held thing, true or false, present or absent, while a model only ever has probabilities. But this is not how human decisions are made either. In the sequential-sampling tradition that has dominated mathematical psychology since Ratcliff8, and in its leaky, competing-accumulator refinement9, a decision, including a judgement of true or false, is the outcome of noisy evidence accumulating toward a threshold. The verdict you experience as crisp is the readout of a continuous, probabilistic race between competing options. Change the noise, the starting point, or the threshold, and the same evidence yields a different verdict.

You threshold: "now I'm sure" noisy evidence piles up A language model the winner odds spread over possible next words
The same kind of object seen from two sides: a probability under a verdict that feels crisp. The difference is that the model's distribution can be read directly, while yours can only be inferred from the outside. Schematic.
humanlanguage model

There is no hard binary underneath. What feels like knowing is a competition that happened to finish where it did, at the confidence it happened to reach. A model's logits are not a lesser substitute for a human's certainty. They are the same kind of object, exposed. The difference is that we can read the model's distribution directly and can only infer yours.

04You confabulate too

The failure people fear most in language models is the confident fabrication, the "hallucination," the fluent detail that was never true. It is presented as the model's signature defect. It is also, precisely, how human memory works.

You do not retrieve a stored record. You reconstruct a plausible one, and the reconstruction is editable by the question you were asked: change the verb from "hit" to "smashed" and people remember faster speeds and broken glass that was never there10. Worse, the act of remembering rewrites the memory. A recalled trace becomes labile and has to be re-stored, so each recall is a chance to overwrite it11. What you keep is not the experience but a summary skewed toward its emotional peak and its end12, with emotionally arousing moments written deeper than the rest13. A human memory is a probable reconstruction presented with confidence. The word for that, when a model does it, is "hallucination."

05Even the future is baked into the weights

Consider something that feels like reasoning rather than reflex: valuing a distant outcome less than a near one. It looks like a calculation over time. But a transformer has no clock, only position, and, it turns out, neither does the brain: there is no central timekeeper, only distributed, emergent timing1617. A clock-free substrate cannot compute value times elapsed time. It has one option left: bake the discount into the weights.

That is what the evidence shows on both sides. A distant reward is realised less often, so experience depresses the learned weight on distant-reward routes, and histories drawn from an uncertain hazard rate reproduce the classic hyperbolic discount curve1415. In humans, uncertainty about whether the future will pay out generates the same hyperbolic discounting18; in the brain, a single subjective-value signal tracks discounted value with no separate "future" module19. Two substrates, no clocks, the same solution: probability structure written into the connection strengths.

now later (delay) → value human choices the model's weights
The value of a distant reward, in a human and in a model. Both curves bend the same way, not because they compute time times rate, but because neither has a clock: the discount is baked into the weights. Schematic.
human choicesthe model's weights

06Even learning is prediction error, all the way down

The last redoubt is learning: surely a brain learns in some richer way than gradient descent on a prediction loss. But the brain's own teaching signal is a prediction error. Dopamine neurons encode the difference between predicted and received reward and gate plasticity on it20, a biological reward-prediction-error, the same quantity a model minimises. The one clean disanalogy, that the brain cannot run backpropagation as written21, is a fact about implementation, not about kind: the brain approximates error-driven credit assignment by other means, and the gap has been narrowing for a decade. Strip the wetware and the functional story is the same on both sides: adjust the weights in proportion to how wrong the prediction was.

Many fear we overvalue language models. The better-supported worry, the one rarely voiced, is that we overvalue humans.

07What actually separates them (it isn't this)

None of this makes a language model trustworthy. It makes the argument untrustworthy. "It's just probability" cannot be the reason to distrust a model, because it is equally true of the mind you are trusting instead. If you want to argue that a given model is less reliable than a given person on a given task, the real grounds are specific and measurable:

These are the differences that bear on trust. Notice that every one of them is measurable, task-relative, and, on the first three, often more favourable to the machine, whose distribution you can read directly and whose calibration you can score, while a human's confidence is a black box you infer from behaviour.

the machine does better the human does better Calibration Error structure Verifiability Persistent self
The four things that actually bear on trust. On the first three you can read and score the machine directly, so it often comes off better; only a persistent, accountable self leans clearly to the human. That is where the difference sits, not in "probability". Schematic.
the machine does betterthe human does better
· · ·

So the objection inverts. "It's just probability" was offered as the property that makes a model untrustworthy and a human safe. It is neither. It is the substrate both of them run on, and of the two, the model is the one whose probabilities you can actually see. The fear that we overvalue language models is reasonable. It should be paired with the harder, better-evidenced fear the objection quietly depends on ignoring: that in the comparison, we systematically overvalue ourselves.

08What is still open

The fourth difference above, a persistent accountable self, is the one that does not dissolve into "you do it too." Here is exactly why. A deployed transformer consolidates only inside its context window; it cannot carry experience from one session to the next, so it has no continuous self that accumulates over time. A brain does. But that is a difference in what has been installed and deployed, not a barrier the substrate cannot cross: give a model persistent memory and online consolidation, and the current gap narrows. Whether that yields a bearing self, one that grounds valence, ownership, and effort, or merely retrieval-augmented continuity, is an open, falsifiable question. It is a prediction this program commits to, not a result it reports.

Three smaller threads stay open, and they deserve to be unfolded, not just named.

The first is the convergence from section 01. The direction is solid: brain and model both predict the next word, and both react to surprise. What is contested is how far the resemblance goes. A model's internal patterns predict neural responses better than any prior theory, but predicting the activity is not the same as proving the brain computes it in exactly the same way. Part of the resemblance may come from both being shaped by the same patterns in language. But even then the parallel holds: the two systems solve the same task the same way. What is open is not whether they run in parallel, but whether the resemblance goes all the way down into the computation itself.

The second is learning, from section 06. The brain cannot run backpropagation exactly as the algorithm is written; it cannot carry the same weight backward through the network the way the method requires. But the space is not empty: there are several active proposals for how the brain reaches the same end by other means (feedback alignment, predictive coding, target propagation), and the gap between them and true gradient learning has narrowed over a decade. What is open is not whether the brain does something backprop-like, but which of these it actually uses.

The third is the smallest of the three: the fast, involuntary advantages a human is born with, the old registers of threat and value that answer before you can think. They may be a timing difference a base model lacks, because it has never had a body or a past that had to survive. Whether that can be installed, or needs a different substrate, we do not yet know.

Unfolding them is the point, not a hedge: an argument that shows exactly where the line falls is harder to dismiss than one that leaves its edges in fog.

References

Every reference was checked against Crossref and scite for existence and retraction status; none is retracted. DOIs link to the source. They span predictive coding and the Bayesian brain, brain-to-transformer comparison studies, sequential-sampling decision theory, reconsolidation and reconstructive memory, hazard-rate discounting, and reward-prediction-error learning.

  1. Rao, R. P. N., & Ballard, D. H. (1999). Predictive coding in the visual cortex. Nature Neuroscience, 2(1), 79–87. 10.1038/4580
  2. Friston, K. (2010). The free-energy principle: a unified brain theory? Nature Reviews Neuroscience, 11(2), 127–138. 10.1038/nrn2787
  3. Clark, A. (2013). Whatever next? Predictive brains, situated agents, and the future of cognitive science. Behavioral and Brain Sciences, 36(3), 181–204. 10.1017/S0140525X12000477
  4. Knill, D. C., & Pouget, A. (2004). The Bayesian brain: the role of uncertainty in neural coding and computation. Trends in Neurosciences, 27(12), 712–719. 10.1016/j.tins.2004.10.007
  5. Goldstein, A., et al. (2022). Shared computational principles for language processing in humans and deep language models. Nature Neuroscience, 25(3), 369–380. 10.1038/s41593-022-01026-4
  6. Schrimpf, M., et al. (2021). The neural architecture of language: Integrative modeling converges on predictive processing. PNAS, 118(45), e2105646118. 10.1073/pnas.2105646118
  7. Caucheteux, C., & King, J.-R. (2022). Brains and algorithms partially converge in natural language processing. Communications Biology, 5, 134. 10.1038/s42003-022-03036-1
  8. Ratcliff, R. (1978). A theory of memory retrieval. Psychological Review, 85(2), 59–108. 10.1037/0033-295X.85.2.59
  9. Usher, M., & McClelland, J. L. (2001). The time course of perceptual choice: The leaky, competing accumulator model. Psychological Review, 108(3), 550–592. 10.1037/0033-295X.108.3.550
  10. Loftus, E. F., & Palmer, J. C. (1974). Reconstruction of automobile destruction. Journal of Verbal Learning and Verbal Behavior, 13(5), 585–589. 10.1016/S0022-5371(74)80011-3
  11. Nader, K., Schafe, G. E., & LeDoux, J. E. (2000). Fear memories require protein synthesis in the amygdala for reconsolidation after retrieval. Nature, 406, 722–726. 10.1038/35021052
  12. Redelmeier, D. A., & Kahneman, D. (1996). Patients' memories of painful medical treatments: real-time and retrospective evaluations. Pain, 66(1), 3–8. 10.1016/0304-3959(96)02994-6
  13. McGaugh, J. L. (2004). The amygdala modulates the consolidation of memories of emotionally arousing experiences. Annual Review of Neuroscience, 27, 1–28. 10.1146/annurev.neuro.27.070203.144157
  14. Sozou, P. D. (1998). On hyperbolic discounting and uncertain hazard rates. Proceedings of the Royal Society B, 265(1409), 2015–2020. 10.1098/rspb.1998.0534
  15. Fawcett, T. W., McNamara, J. M., & Houston, A. I. (2012). When is it adaptive to be patient? Behavioural Processes, 89(2), 128–136. 10.1016/j.beproc.2011.08.015
  16. Buhusi, C. V., & Meck, W. H. (2005). What makes us tick? Functional and neural mechanisms of interval timing. Nature Reviews Neuroscience, 6(10), 755–765. 10.1038/nrn1764
  17. Matell, M. S., & Meck, W. H. (2004). Cortico-striatal circuits and interval timing. Cognitive Brain Research, 21(2), 139–170. 10.1016/j.cogbrainres.2004.06.012
  18. Epper, T., Fehr-Duda, H., & Bruhin, A. (2011). Viewing the future through a warped lens: Why uncertainty generates hyperbolic discounting. Journal of Risk and Uncertainty, 43(3), 169–203. 10.1007/s11166-011-9129-x
  19. Kable, J. W., & Glimcher, P. W. (2007). The neural correlates of subjective value during intertemporal choice. Nature Neuroscience, 10(12), 1625–1633. 10.1038/nn2007
  20. Schultz, W., Dayan, P., & Montague, P. R. (1997). A neural substrate of prediction and reward. Science, 275(5306), 1593–1599. 10.1126/science.275.5306.1593
  21. Lillicrap, T. P., Santoro, A., Marris, L., Akerman, C. J., & Hinton, G. (2020). Backpropagation and the brain. Nature Reviews Neuroscience, 21(6), 335–346. 10.1038/s41583-020-0277-3