ElI5: Our brain uses about 10W of power, when a computer can use 100W. With our brain doing significantly more than a computer, how is it so much more efficient?

515 views

ElI5: Our brain uses about 10W of power, when a computer can use 100W. With our brain doing significantly more than a computer, how is it so much more efficient?

In: Technology

4 Answers

Anonymous 0 Comments

The real answer is that billions of years of evolution have optimized biological organisms for energy efficiency. But in a sense, that doesn’t really answer the question. *Why* are brains so energy efficient?

I suspect one of the main contributing factors to be the way the brain is structured: it’s very “sparse”, in a sense that, at any given point in time, everything not currently needed is “turned off”. You may have heard that only a small fraction of the brain is “in use” at any given time. What this means is that, in a sense, the brain is doing the minimal amount of work necessary – only updating state where it’s relevant to the task at hand.

Conversely, computers tend to be big and stupid and simple and full of logic gates that flip whether their results are needed or not. Modern CPUs have started selectively enabling and disabling parts of the hardware based on what’s currently needed, but it’s many orders of magnitude less sophisticated than what the brain is capable of doing.

Also, despite almost a hundred years of engineering, transistors are still very energy inefficient. They don’t just propagate state changes, they also waste a bunch of current in the process.

You are viewing 1 out of 4 answers, click here to view all answers.