Biological Computing Underhang
A viral neuroscience post claims GPT-3's 192-layer architecture fundamentally outpaces the human brain's ~14-layer cortical limit.
A provocative post by Elliot Callender titled 'Biological Computing Underhang' has gone viral on LessWrong, presenting a stark technical comparison between biological and artificial intelligence. The core argument is that the human neocortex is fundamentally limited by its serial processing depth—each cortical area can only perform about 14 sequential computational steps (equivalent to ReLU transforms in a neural network) per 4-millisecond corticothalamic cycle. In contrast, models like GPT-3 operate with 192 such layers and complete a forward pass in under 2ms. This creates a computational 'underhang' where, given sufficient data, artificial neural networks (ANNs) can be trained to strictly dominate human cortical capabilities, even with unlimited developmental time.
Callender extends this to the concept of 'primitives'—fundamental representations embedded during childhood critical learning periods, like a toddler learning linear algebra concepts that become wired into early visual cortex. Adults cannot establish new primitives with the same neural efficiency, making certain complex abstractions and their compositions biologically unattainable. The post raises a pivotal evolutionary question: if adding more cortical layers seems genetically simple, why are all mammalian brains stuck at six? The suggested answer points to metabolic constraints, error propagation challenges in biological networks, and the Pareto-optimal trade-off between depth and the heavy energy cost of neural interconnect. The implication is that AI's architectural freedom from these biological constraints may enable forms of reasoning and concept mastery permanently out of human reach.
- Human cortical areas are depth-limited to ~14 equivalent neural network layers per 4ms processing cycle, a fundamental bottleneck.
- GPT-3's 192-layer architecture operates in <2ms, giving ANNs a structural 'underhang' to dominate biological reasoning capacity.
- Critical learning periods in childhood embed cognitive 'primitives'; adults cannot efficiently establish new ones, limiting late-life concept acquisition.
Why It Matters
This frames AI not just as a tool, but as a cognitive species with architectural advantages enabling reasoning beyond human biological limits.