← All articles

The Neuroscience of Human Behaviour

A framework for predicting human choices: convert behavioural signals into latent state, forecast likely actions, test interventions and learn from the outcome.

Chirag AgrawalFounder
Human Behaviour

The Brain as a Prediction Machine

Every decision you make, from picking a coffee order to choosing a career, begins as an electrochemical event that shows up in measurable patterns long before you’re consciously aware of choosing anything. Modern neuroscience treats the brain less like a passive responder to the world and more like a prediction engine, constantly generating internal models of what will happen next and adjusting them when reality disagrees.

This idea, known as predictive coding or the Bayesian brain hypothesis, is the foundation for why behaviour prediction through neuroscience is not just theoretically possible but already happening in labs, clinics, and increasingly in consumer technology. Understanding how it works starts with three interacting systems: the prefrontal cortex, which weighs options and goals; the limbic system, which assigns emotional and motivational value; and the basal ganglia, which helps select and execute one action from many competing possibilities.

Human Behaviour Cues
Decision Engine of Humans

The Reward Circuit: Dopamine and Prediction Error

Much of behaviour prediction rests on one elegant computation: reward prediction error. Dopamine neurons in the ventral tegmental area do not simply fire when something good happens; they fire in proportion to the gap between what was expected and what actually occurred. This signal, formalized in reinforcement learning as temporal difference learning and rooted in the older Rescorla-Wagner model of associative learning, is projected to the nucleus accumbens and orbitofrontal cortex, where it updates the subjective value assigned to a choice.

Because value signal can be measured and modeled, researchers can build computational models that predict, trial by trial, how likely a person is to repeat, escalate, or abandon a behaviour, which is exactly the mechanism exploited in research on gambling, substance use, and habit formation.

From Neural Data to Predictive Models

Activity data and training
Activity pattern and Decision Making

Turning raw brain signals into a prediction requires machine learning. Multivariate pattern analysis (MVPA) treats each brain scan as a high-dimensional vector of voxel or electrode activity and trains classifiers, commonly support vector machines or deep neural networks, to associate specific activity patterns with specific outcomes. In a widely cited demonstration, researchers used fMRI decoding to predict which button a person would press up to several seconds before the person reported making the decision, by reading sustained activity in the frontopolar and parietal cortex. Similar decoding approaches now underpin connectome-based predictive modeling, where the strength of connections between brain networks, measured via resting-state fMRI, is used to forecast traits like sustained attention, susceptibility to relapse in addiction, or response to a specific therapy. The accuracy of these models comes from training on large datasets that capture how an individual’s own baseline neural patterns shift under specific conditions, which is why personalized, within-subject models consistently outperform generic, one-size-fits-all ones.

Where This Is Already Being Applied

These mechanisms already power applied fields. Neuromarketing studies use activity in the ventromedial prefrontal cortex, an area strongly tied to subjective value computation, to predict purchase intent more reliably than self-report surveys in some experiments, since people are not always aware of or honest about what is driving their preference.

In clinical neuroscience, patterns of connectivity between the amygdala and prefrontal regulatory regions are used to forecast relapse risk in depression and addiction, giving clinicians a biological early-warning signal alongside behavioural ones. Human-computer interaction researchers combine eye-tracking and pupillometry with interface data to predict when a user is about to disengage or make an error, adjusting the interface before the person consciously notices their own hesitation.

A Case Study: Predicting Attention from Brain Connectivity

The clearest example is Rosenberg et al. (2016). Rather than look for one “attention area”, the team built a whole-brain functional-connectivity model from fMRI. They identified two distributed networks: connections whose strength tracked better sustained-attention performance and connections whose strength tracked worse performance. The resulting network-strength score predicted attention in held-out participants and generalized to an independent ADHD cohort, where it related to symptom severity. The useful lesson is methodological: behaviour is usually an emergent property of a network and a task, not a readout from a single brain region.

Modelling focus level
How brain areas communicate

Neuroscience and computational behaviour modelling meet at the level of latent state. The brain does not directly output a purchase, a click, or a decision; it carries changing internal variables such as expected reward, uncertainty, attention, habit strength and social threat.

For example, imagine a user deciding whether to upgrade a software product. A model can represent perceived value, switching cost, budget pressure, peer influence and prior product experience as changing state variables. A strong feature demonstration can increase evidence for upgrading; a confusing price page can increase uncertainty; a competitor’s discount can alter the reward comparison. The eventual choice is a probability distribution over actions, not a deterministic prediction. This is analogous to the brain: multiple signals are integrated over time until a context-dependent action becomes more likely.

The Bottom Line

The important similarity is not that AI should copy the brain neuron by neuron. It is that both systems must model behaviour as a dynamic process: an agent receives signals, forms expectations, updates from error, weighs trade-offs under uncertainty and acts inside a social environment.

Neuroscience gives us grounded candidate mechanisms for that loop. Useful behavioural systems turn them into testable models, stay explicit about uncertainty, and avoid the mistake of calling a probabilistic forecast a readout of the human mind.

Conclusion

Decision Context
Signals , context and human actions

Precision does not come from collecting every possible signal. It comes from matching the model to a stable decision, defining the relevant context, using a representative training set and validating on future cases rather than the data used to build it. At an individual level, recent choices and reactions usually carry more predictive weight than static demographics. At a market level, segment-level patterns and social diffusion matter more. Good models combine these levels instead of treating a person as an isolated data point.

The practical ambition is therefore specific: predict which action is most likely next, explain the factors moving that probability, and test which intervention can improve it. Neuroscience contributes the underlying logic—expectations, reward, attention, memory and social cues are dynamic state variables. Behavioural prediction turns that logic into measurable signals and decisions.