"The mind is what the brain does — and cognitive science is the attempt to make that sentence precise."- Claude 2026
Understanding the mind as a system — what it is, how we study it, and how machines can model it.
By the end of this page you should be able to:
Cognitive science — the interdisciplinary scientific study of the mind and its processes — draws on six fields: psychology, linguistics, philosophy, anthropology, neuroscience, and computer science. Each contributes a different lens on how thinking works. The goal is not just to describe mental activity but to explain it: to build theories precise enough to be tested and, ideally, implemented.
Three foundational concepts run through almost every area of the field:
The idea that the mind stores and manipulates internal models of the world — symbols, images, or patterns that stand in for things outside the brain. A memory of a face, a concept like "justice," or a plan for tomorrow are all representations.
The hypothesis that cognition works like information processing — that the brain takes inputs, transforms them through structured operations, and produces outputs. This does not mean the brain is literally a computer, but that computation is a useful model for understanding how it works.
The proposal, associated with philosopher Jerry Fodor, that the mind is divided into specialized subsystems (modules) — one for language, one for face recognition, and so on — each operating largely independently and automatically.
The scope of cognitive science was mapped visually in 1978 by a committee convened by the Sloan Foundation. Their hexagonal diagram — now simply called the "cognitive science hexagon" — placed six disciplines at the vertices, with lines showing where they overlapped into joint sub-fields.
The hexagon was never meant to be a rigid boundary. Cognitive science has grown to include fields not in the original diagram, and the relative weight of each discipline shifts as research evolves. What stays constant is the shared ambition: to produce a unified, empirically grounded account of mind.
A brain–computer interface (BCI) — a system that reads electrical signals from the brain and translates them into commands for an external device, or in reverse sends signals back into the brain — is one of the most direct technological expressions of cognitive science: it treats the brain as a signal-producing system and applies computational methods to decode what those signals mean.
Brain cells (neurons) communicate using tiny electrical signals. A BCI captures those signals through electrodes — either placed on the scalp (non-invasive) or implanted in or on the brain surface (invasive) — and passes them through a pipeline:
Electrodes sit on the scalp. The most common method uses electroencephalography (EEG) — recording the brain's electrical activity through sensors on the outside of the skull. Safe and inexpensive, but the skull blurs the signal.
Electrodes are implanted directly in or on the brain surface using a technique called electrocorticography (ECoG) — placing electrode grids directly on the exposed brain surface. Much higher signal resolution, enabling fine-grained control — but requires surgery and carries risks of infection and tissue damage.
BCIs matter to cognitive science in two directions. First, they are applications of cognitive science: building a working BCI requires understanding what brain signals mean, how cognition is organized, and how intent is represented neurally. Second, they are research tools: by watching what signals change as a person thinks, plans, or perceives, researchers gain data about cognition that no behavioral experiment alone can provide.
Real examples include cochlear implants (which restore hearing by sending sound-derived signals directly to the auditory nerve), motor BCIs that allow people with paralysis to control robotic limbs through thought, and research systems that let patients type on a screen using only imagined hand movements.
Computational models are formal systems — implemented in software — that attempt to reproduce or explain a cognitive process. They are the bridge between cognitive science theory and AI engineering. Three principles from cognitive science have most directly shaped how these models are designed.
Symbolic AI — also called rule-based or classical AI — treats cognition as the manipulation of symbols according to explicit rules, much like logical inference or arithmetic. A symbolic system represents knowledge as discrete, human-readable structures (facts, rules, ontologies) and reasons by applying operations to them. This approach maps directly onto the cognitive science idea that thought involves structured mental representations.
Strengths: transparent reasoning, strong at logic and language tasks. Weakness: brittle when rules are incomplete or the world is ambiguous.
Connectionism — modeling cognition as patterns of activation spreading across networks of simple, neuron-like units — stores no explicit rules. Knowledge is distributed across the weights (connection strengths) of the network and emerges from learning. This is the principle behind artificial neural networks and modern deep learning.
Strengths: learns from data, handles noisy or partial inputs gracefully, scales well. Weakness: hard to interpret — it is often unclear why a network produces a given output.
A more recent challenge to both approaches argues that cognition cannot be understood apart from the body and environment. Embodied cognition — the view that mental processes are shaped by having a physical body that acts in the world — holds that perception, action, and thought are deeply intertwined rather than separable. This has pushed AI researchers toward robotic systems that learn through physical interaction rather than from disembodied datasets.
Current research in neuro-symbolic AI attempts to combine both: neural networks handle perception and pattern recognition, while symbolic layers handle reasoning and explanation. This hybrid reflects the cognitive science insight that the brain likely uses multiple strategies depending on the task.