Share via


More machine than man now

The other day, someone not in the computer related fields asked me an interesting question. He wanted to know what I think the difference is between the human brain and a computer. Now, it's been a long time since I took biology, but I believe I remember most of it.

The first thing that jumped into my mind is that all of the parts of the human brain are neurons which happen to be specialized for one purpose or another. When you get right down to it, they're really all the same type of cell that just happens to be versatile enough to do everything from storing memories to guiding motor functions, from sorting and analyzing sensory input to performing complex computations.

In a computer, however, ever piece is highly specialized by design. We couldn't very well put a harddrive in where the CPU is supposed to be, or RAM in the place of a network card. Perhaps if we break everything down small enough we could claim that the parts all have the same sorts of roots, but the a capacitor functions very differently from a NAND gate.

Putting these thoughts in order, I decided that what I see as the main difference between the human brain and a computer is that the human brain has multiple orders of magnitude greater adaptability. A computer, in the meantime, is only as smart as the people who designed it and programmed the software that exercises the hardware. We might even add in the end user here since they might not exercise the full capabilities or may do something to further restrict the computer's capabilities (like not plug in the ethernet cable, disable certain settings, install unknown software, etc).

In summary, while my opinion of the human mind's potential is very high, I don't see computers as having the same capabilities. Perhaps some day we'll be able to decouple "computers" from any particular physical media and thus give them the ability to incorporate whatever components they need to perform a specific function at a given time. Still, the computers will only be as smart (or as dumb) as their programmers. As the poster on my wall reminds me daily, "Never underestimate the power of stupid people in large groups."

Comments

  • Anonymous
    August 06, 2007
    That is an interesting take, but I disagree.Take for example an FPGA. We can implement an ARM processor and quite a bit of memory on a single FPGA. But the FPGA itself is entirely generic.For that matter all parts of a CPU are still just transistors. Memory is just transistors. Its all just electrons and transistors.Our brains are just electrons and neurons.IMO the difference is our brains ability to self organize. In fact, a cute (and unscientific) example could be comparing someone with a really good memory like fictional Professor Smith with someone who is highly mathematical like the absent minded Professor Barnes. Its the same brain, just organized differently.
  • Anonymous
    August 06, 2007
    That's true, I suppose. In part, what I'm thinking of is that most computers you'll find on an average user's desktop will have a magnetic hard drive, which functions by fairly different means than, say, the RAM does. In the human brain, the same cell is used both for storage and for processing.I do like the point about self-organization.Thanks for stopping by!