AI vs the Human Brain: Why 15 Watts Beats 2.7 Billion-and How Neuromorphic Computing Could Close the Gap
The human brain operates on just 15 watts, far outstripping AI's energy demands, but neuromorphic computing aims to narrow that efficiency gap.
Why the human brain’s 15 watts embarrasses today’s AI – and what neuromorphic computing might change
The comparison is stark: a human brain runs on roughly 12-20 watts, yet simulating its full activity in real time may need around 2.7 billion watts. That’s the core claim in a thoughtful Reddit post that’s been doing the rounds, and it’s a useful prompt to look at why the gap exists – and whether “brain-inspired” chips can narrow it.
“The human brain runs on 15W. Simulating it in real time would need 2.7 billion watts.”
Below, I unpack the mechanics behind the gap, why neuromorphic computing matters, and what UK teams should watch from a cost, compliance, and sustainability point of view.
Key figures: energy and time gaps between brains and chips
| Measure | Brain | Silicon (as cited) |
|---|---|---|
| Power for operation | ~12–20 W | ~2.7 billion W for real-time brain simulation (Blue Brain estimate) |
| Speed of simulation | Real time | ~30,000× slower than real time (current hardware, as cited) |
| Energy efficiency advantage | – | ~2.7 × 1013 in favour of the brain (Frontiers in Neuroscience, as cited) |
Context matters. “Simulating the brain” ranges from detailed biophysical neuron models to higher-level functional approximations. The 2.7 GW figure comes from the Blue Brain Project; assumptions differ elsewhere. But even with caveats, the order-of-magnitude point stands: today’s AI hardware pays a heavy energy tax.
Why the gap exists: bottlenecks, sparsity, and event-driven signals
No von Neumann bottleneck
Conventional chips shuttle data between memory and compute constantly. That movement burns energy. Brains co-locate both: synapses store and compute in the same place. This “in-memory compute” is fundamental to biological efficiency.
Sparse activation
Most neurons are quiet most of the time. Activity – and therefore energy draw – is local and task-dependent. Many AI accelerators still keep vast numbers of transistors switching even when not strictly needed, though sparse and mixture-of-experts (MoE) architectures are moving in the right direction.
Event-driven signalling
Neurons send spikes only when there’s something to say. Digital logic flips billions of times a second regardless, consuming energy on each transition. Spiking neural networks aim to mimic this, but software and tooling are less mature than for today’s dense, synchronous models.
Neuromorphic computing: what’s promising and what’s hard
Neuromorphic approaches try to bring silicon closer to biology: local memory-compute, sparsity, and event-driven operation. The Reddit post highlights several lines of work:
- Spin-memristors (TDK/CEA) – devices that act as both memory and processor, analogous to synapses. The claim: target power under 1/100th of current AI draw. A memristor is a component whose resistance depends on past current, so it “remembers” and can compute in place.
- Phase-change materials (University at Buffalo) – materials that switch between amorphous and crystalline states, enabling synapse-like behaviour and rhythmic oscillations observed in the brain. Useful for energy-efficient memory and timing.
- Hebbian learning (Texas A&M “Super-Turing AI”) – “cells that fire together, wire together” as an alternative to backpropagation. Demonstrated on a drone that navigated a new environment without prior training, reportedly faster and less energy-intensive.
Where could it bite? A few practical bottlenecks to watch:
- Manufacturing variability and noise – analogue-like devices drift and vary. Biology copes with noise; software stacks aren’t yet built for it.
- Programming models and tooling – PyTorch/transformers toolchains are mature; spiking and analogue toolchains are not. Developer time is part of “energy efficiency” in the real world.
- Endurance and reliability – repeated writes in phase-change/memristive devices can wear them out. Lifetime and warranty terms matter in production.
- Scaling economics – even compelling lab results can stall without foundry support, standards, and buyer confidence.
The rebound effect: efficiency doesn’t guarantee lower total energy
The post rightly flags rebound. If neuromorphic chips cut cost per query by 100× but usage rises 200×, total demand still climbs. The International Energy Agency (IEA) has reportedly revised its AI energy projections upward twice. We’ve seen this pattern before with compute and storage: lower unit costs fuel new use cases.
For readers in the UK, this intersects with grid capacity, planning policy, and cooling water use for data centres. If you’re weighing location, contracts, and sustainability reporting, it’s worth a holistic view of power and water. I’ve written separately about data centre water and the actual water cycle behind “AI waste” headlines: AI, data centres, and water: what the numbers really mean.
Implications for UK teams: cost, compliance, and practical next steps
For CTOs and engineering leads
- Measure energy, not just latency. Track joules-per-token or joules-per-inference alongside cost and accuracy. Ask cloud vendors for location-based and market-based emissions, and power usage effectiveness (PUE) where available.
- Exploit sparsity today. MoE, low-rank adaptation (LoRA), pruning, and quantisation can cut energy without new hardware. Use event-driven pipelines where possible.
- Right-size the model. Distillation and retrieval-augmented generation (RAG – a pattern that fetches relevant documents into the prompt at query time) often beat raw parameter count for enterprise tasks.
- Edge vs cloud decisions. Ultra-low-power on-device inference will be the first real win for neuromorphic chips if/when they ship. Drones, wearables, and sensors are compelling targets.
For compliance, ESG and procurement
- Demand transparent energy disclosures. If a vendor touts 100× efficiency, ask about test conditions, workload type, and endurance. Look for third-party verification.
- Scenario plan for rebound. Budget for growth in usage after unit-cost drops. Efficiency alone won’t cap bills or emissions.
- Data protection stays centre stage. Shifting workloads to new hardware or providers doesn’t relax UK GDPR duties. Validate data residency, access controls, and model logging regardless of chip architecture.
Is brain-inspired architecture a viable path?
Short answer: yes, with time and careful expectations. The three core advantages biology enjoys – compute-in-memory, sparsity, and event-driven signalling – are exactly what neuromorphic approaches target. Early demonstrations (memristors, phase-change devices, Hebbian control) suggest large efficiency gains are technically plausible for specific workloads.
The near term will likely be hybrid. Conventional accelerators keep improving and adopt more sparsity and in-memory features, while neuromorphic hardware picks off edge cases where latency and power budgets are tight. The big unknown isn’t physics so much as productisation: can the tools, fabs, and business models make this stick at scale?
Sources and further reading
- Original discussion and references: Reddit: The human brain runs on 15W…
- Blue Brain Project (EPFL): official site
- On data centre water and sustainability claims: AI, data centres, and water
If you’re working on energy-aware AI in the UK and want to compare notes – from measurement to procurement criteria – I’m keen to hear what’s working and what isn’t.
Related
Keep reading
AI
What Nolan's Anti-AI Film Tells Us About the Limits of AI Cost Cutting in Creative Industries
A film industry debate around Christopher Nolan, AI cost cutting and human craft reveals a useful lesson for UK creative businesses: AI can reduce some production costs, but it is not a substitute for taste, trust or a .
JoshuaJuly 26, 2026
AI
Why Reddit's reported Google AI access rethink matters for publishers and AI training
A reported rethink over Google's access to Reddit content shows how valuable human-written data has become for AI training, search visibility and publisher strategy.
JoshuaJuly 26, 2026
AI
Why AI Data Centres Are Facing Backlash Over Water, Power and Planning
AI data centres are no longer just a technology story. They are becoming a planning, utilities and public trust issue, with lessons for UK councils, businesses and AI policy.
JoshuaJuly 19, 2026
Tagged
Last updated
Category
aiLikes
Star Rating
No ratings yet
Comments
No comments yet - start the conversation.