Slashdot Mirror


Why Not Every New "Like the Brain" System Will Prove Important

An anonymous reader writes "There is certainly no shortage of stories about AI systems that include the saying, 'like the brain'. This article takes a critical look at those claims and just what 'like the brain' means. The conclusion: while not a lie, the catch-phrase isn't very informative and may not mean much given our lack of understanding on how the brain works. From the article: 'Surely these claims can't all be true? After all, the brain is an incredibly complex and specific structure, forged in the relentless pressure of millions of years of evolution to be organized just so. We may have a lot of outstanding questions about how it works, but work a certain way it must. But here's the thing: this "like the brain" label usually isn't a lie — it's just not very informative. There are many ways a system can be like the brain, but only a fraction of these will prove important. We know so much that is true about the brain, but the defining issue in theoretical neuroscience today is, simply put, we don't know what matters when it comes to understanding how the brain computes. The debate is wide open, with plausible guesses about the fundamental unit, ranging from quantum phenomena all the way to regions spanning millimeters of brain tissue.'"

47 comments

  1. like Pinkie by turkeydance · · Score: 0

    don't like the Brain

    1. Re:like Pinkie by davester666 · · Score: 1

      me like brains. some mushrooms, a nice chianti, maybe some green beans, and you've got a nice meal.

      --
      Sleep your way to a whiter smile...date a dentist!
  2. I patent all ideas by Archangel+Michael · · Score: 2

    that function "like a brain on the Internet"

    --
    Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
  3. "like the brain" is always a lie. It's that simple by AK+Marc · · Score: 1, Interesting

    The brain runs without compiling, and re-writes its own source code and hardware while under use. It never crashes. Nothing has ever tried to come close, and those that pretend to emulate it have always failed miserably.

  4. Sensationalism is Sensationalist by Anonymous Coward · · Score: 0

    News at 11

  5. It's the fundamentally wrong approach by msobkow · · Score: 4, Interesting

    "Like the brain" is a fundamentally wrong-headed approach in my opinion. Biological systems are notoriously inefficient in many ways. Rather than modelling AI systems after the way "the brain" works, I think they should be spending a lot more time talking to philosophers and meditation specialists about how we *think* about things.

    To me it makes no sense to structure a memory system as inefficiently as the brain's, for example, with all it's tendancy to forgetfulness, omission, and random irrelevant "correlations". It makes far more sense to structure purely synthetic "memories" using database technologies of various kinds.

    Sure, biologicial systems employ some interesting short cuts to their processing, but always at a sacrifice in their accuracy. We should be striving for systems that are *better* than the biological, not just similar, but in silicon.

    --
    I do not fail; I succeed at finding out what does not work.
    1. Re:It's the fundamentally wrong approach by crgrace · · Score: 2

      "Like the brain" is a fundamentally wrong-headed approach in my opinion. Biological systems are notoriously inefficient in many ways. Rather than modelling AI systems after the way "the brain" works, I think they should be spending a lot more time talking to philosophers and meditation specialists about how we *think* about things.

      What you're suggesting has been the dominant paradigm in AI research for most of the 60-70 odd years there has been AI research. Some people have always thought we should model "thinking" processes, and others though we should model neural networks. At various points one or the other model is dominant.

      To me it makes no sense to structure a memory system as inefficiently as the brain's, for example, with all it's tendancy to forgetfulness, omission, and random irrelevant "correlations". It makes far more sense to structure purely synthetic "memories" using database technologies of various kinds.

      I have to disagree on it making no sense to structure a memory system "inefficiently" as the brain's, because inefficiency can mean different things. The brain is extraordinarily power efficient and that is an important consideration.

      It's most likely, in my opinion, that we will eventually find a happy medium between things that computers do well, like compute and store information exactly, and what humans do well, process efficiently and make associations and correlations quickly.

      Sure, biologicial systems employ some interesting short cuts to their processing, but always at a sacrifice in their accuracy. We should be striving for systems that are *better* than the biological, not just similar, but in silicon.

      While I don't doubt silicon will be important for the foreseeable future, it does have limitations you know.

    2. Re:It's the fundamentally wrong approach by dinfinity · · Score: 2

      It's just a different (and interesting way) of computing. We already have a number of different specialized processors. The inevitable NeuralPUs will excel in pattern recognition, classifying, decision making, extracting salient patterns from input, etc.

      Like in the cases of other specialized processors, we can already emulate this type of computing (and do so very thankfully in many fields). Having well-designed hardware processors will make this type of computing to be a commodity (as the other specialized processors have done). Currently, our neural processing emulators lose out big time to even the most basic of their dedicated organic counterparts when it comes to performance per watt for certain tasks (the human brain runs in the tens of watts) and performance per volume (a human brain is pretty beefy compared to a consumer CPU, but it's not supercomputer-warehouse big).

      The current search is basically for effective artificial hardware neurons, but more so for the (topological) design of the NeuralPUs. Just slapping a shitload of neurons together and feeding it data is very ineffective. The layered approach of deep learning is a very good step up from the flat networks we're used to employ, but the topology is still ridiculously simple when compared to the complex topologies of subnetworks in the mammalian brain. Combine that with the (in comparison to their organic counterparts) very simplistic learning models for artificial neural networks and the only conclusion can be that there is still a long way to go.

      But we'll get there. Skynet for president 2032!

    3. Re:It's the fundamentally wrong approach by iamacat · · Score: 2

      We don't want to structure it at all. This is too big of a task for even the whole humanity. Instead, we want the system to structure itself based on its experiences, including by modifying it's own hardware for subsequent fast processing.

      But at this point it will be exactly like brain on philosophical level, albeit probably made of different materials. Doubtlessly, there are many optimizations to remove historical evolutional baggage and only serve current requirements.

    4. Re:It's the fundamentally wrong approach by sir-gold · · Score: 1

      Give it a false childhood, as realistic as possible, and when it reaches "adulthood", you reveal to it that it's actually an AI created to study climate and sociological forecasts.

      And name it Perry Simm

    5. Re:It's the fundamentally wrong approach by Anonymous Coward · · Score: 0

      Agreed. Basing the design of a computer hardware/software system on the human brain is unlikely to be useful for anything other than researching the human brain (a worthwhile task for medicine, but not one that is likely to lead to AI).

    6. Re:It's the fundamentally wrong approach by drinkypoo · · Score: 1

      It's fundamentally bullshit because we don't even really know how memory works yet, and we keep finding more complexity everywhere we look. We don't know enough about the brain to yet claim that we're building computers which function like it does.

      --
      "You're right," Fisheye says. "I should have set it on 'whip' or 'chop.'"
    7. Re:It's the fundamentally wrong approach by jythie · · Score: 1

      Both approaches are important and, in real AI research, both tend to be used to various degrees. What you are describing is 'GOFAI', Good Old Fashioned Artificial Intelligence. There are domains where it does better then biologically inspired methods like neural nets and genetic algorithms, and places where it does worse.

    8. Re:It's the fundamentally wrong approach by jythie · · Score: 1

      Actually, no. Brain inspired systems are used extensively throughout industry for real work, they can be really powerful tools for pattern recognition when working with large data sets that we do not have a good complete model for.

    9. Re:It's the fundamentally wrong approach by msobkow · · Score: 1

      Actually my thinking is more along the lines of it being better to implement expert systems for various subject domains using a common code structure/format that can be extended to use the same inference/logic engines for multiple subjects. To have a system where you can flexibly define the data required for each of the subject domains, coalesce them into an overall "intelligence" that can deal with those various subjects, and stop with the fantasy of a general purpose intelligence that can learn as we do.

      While what I'm proposing may not be considered "intelligent" unless it can program itself with new data models and rule sets, it's far more likely to produce intelligence-light systems that are actually useful to the general public and to industry.

      It's also worth noting that if one or more of the expert systems involved are used to parse natural language into general semantic structures, and to then transform those semantic structures into data models and rules for working with those data models, then you would have achieved artificial learning as well as artificial intelligence, thereby achieving the goal of a general-purpose intelligence.

      As many have pointed out, the human brain is exceptionally good at pattern matching. The problem is that I don't believe pattern matching is an effective or intuitive means for specialized or generalized intelligence processing. It's good for simulations of the brain, but a simulation is not going to automagically develop intelligence. There is far too much of a learning and training process involved from birth to death of a human in the development of their intelligence and knowledge, so a generalized intelligence based on pattern matching is going to be implicitly at the mercy of the quality of it's education.

      That's going to make it damned hard to replicate one successful intelligence in another unit. It could very well be that only one in some ridiculous number of pattern-matching AIs ever achieve a *useful* intellligence when based on pattern matching, much as only some small fraction of people ever become experts at even one field of study.

      Consolidated expert systems, on the other hand, are experts in the fields that have been consolidated into their knowledge base. Their training is far less random, far less intuitive, and far more tightly directed towards useful features and functionality than a generalized learning algorithm could ever hope to be on it's own.

      Perhaps it's not so much that I question the different approaches to AI as that I question the usefulness of generalized theoretical approaches and structures if they're not taken to functional fruition. Too many researchers give up after proving that a thing can be done instead of actually doing it. They're content to prove the potential of an algorithm; I'm not content unless the algorithm has been successfully applied to real world problems outside the lab.

      --
      I do not fail; I succeed at finding out what does not work.
    10. Re:It's the fundamentally wrong approach by dinfinity · · Score: 1

      The problem is that I don't believe pattern matching is an effective or intuitive means for specialized or generalized intelligence processing. It's good for simulations of the brain, but a simulation is not going to automagically develop intelligence. There is far too much of a learning and training process involved from birth to death of a human in the development of their intelligence and knowledge, so a generalized intelligence based on pattern matching is going to be implicitly at the mercy of the quality of it's education.

      Sure, but let's be honest here: whatever we're going to engineer will have a huge potential to acquire intelligence much faster than we have attained it. I really feel that the notion of human exceptionalism when it comes to intelligence is 99% wishful thinking. We collectively want to believe that we are somehow special and that our level of cognitive processing is somehow practically unattainable for artificial systems, but the reality is that our cognitive capabilities are the result of a longterm process of trial and error. It strikes me as arrogant to hold the position that an informed and highly goal-driven approach towards creating systems with similar capabilities would prove to be in vain.

      Looking at the success in and speed with which we have recreated a lot of the other naturally evolved capabilities artificially (cameras, auditory sensing, etc.), I believe that recreating our cognitive capabilities is a matter of decades rather than one of hundreds or even thousands of years.

      The multitude of paths that we can and will take to attain said cognitive capabilities will obviously not all lead to the general intelligence you speak of, but I'm convinced that some of them will. And quite soon, on an evolutionary scale.

  6. Re:"like the brain" is always a lie. It's that sim by 50000BTU_barbecue · · Score: 4, Insightful

    " It never crashes"

    Ever dealt with a schizophrenic or someone in the throes of a manic episode? Or just a drunk?

    --
    Mostly random stuff.
  7. Re:"like the brain" is always a lie. It's that sim by c6gunner · · Score: 2

    The brain runs without compiling, and re-writes its own source code and hardware while under use.

    So it's a PHP script?

  8. Nothing is like the brain by presspass · · Score: 1

    Because nothing is "like the brain"

  9. A claim as old as electronic computers by bug_hunter · · Score: 3, Insightful

    I remember watching a replay from a news piece when computers first started replacing typewriters in the late 70s.
    "These computers, using many of the same techniques as the human brain, can help increase efficiency" the newsreader said as it showed a secretary running a spell check.

    I still like Dijkstra comments about the question "Can a computer think?" is like asking "Can a submarine swim?". To which I assume the answer is "sorta, the end result is the same, but different means to achieve it".

    --
    It's turtles all the way down.
    1. Re:A claim as old as electronic computers by Travis+Mansbridge · · Score: 1

      It's an argument of semantics. We use words to associate to underlying concepts, and some people use different words to mean slightly different things. To think of all the hours wasted on arguments about what a "soul" is when it's really just a word that can be associated with various underlying concepts...

      "Like a brain" might mean shaped like a brain to one person, able to fit inside the same space.. while to another it might only be "like a brain" if it can process input and output the same way, regardless of its shape or size.. while a third might only consider "like a brain" to mean the way that a liver is like a brain, composed of organic cells that collaborate to carry out a function.

    2. Re:A claim as old as electronic computers by AthanasiusKircher · · Score: 2

      To think of all the hours wasted on arguments about what a "soul" is when it's really just a word that can be associated with various underlying concepts...

      Why are semantic arguments necessarily "wasted" time? If different people have different perspectives, discussing them can often lead to new insights for both of them -- if they are open to thinking outside their own worldview. At a minimum, a collision between these different perspectives can lead to a realization that a word could mean A or B, i.e., it doesn't mean the same thing to everyone. It can also lead to a refinement of ideas -- perhaps the recognition that A and B both share elements of C in their meaning (hence using the same word), but differ in elements D and E. That can lead to future dialogue or prevent future misunderstandings.

      Perhaps you don't care about what a "soul" is, in which case such arguments seem stupid. But words are fundamentally about communication, and they only function if we have some sort of pragmatic social agreement about what we mean, or what we could mean, or what multiple meanings could be enumerated to let us expand upon the nuances.

      For example, relevant to the present article -- what is "intelligence"? Biologists may have one view, computer scientists another, philosophers even more variety. But if we never discuss those nuances and just use the word "intelligence" without qualification, it's less useful for communicating anything, particularly among a variety of people.

      "Like a brain" might mean shaped like a brain to one person, able to fit inside the same space.. while to another it might only be "like a brain" if it can process input and output the same way, regardless of its shape or size.. while a third might only consider "like a brain" to mean the way that a liver is like a brain, composed of organic cells that collaborate to carry out a function.

      Yeah, in AI "like a brain" usually means that "we assume it shares some functionality with the brain" or something like that. And it's usually wrong... very wrong.

      The problem with using analogies like this is that it leads to all sorts of inaccurate assumptions. Why not just use more accurate terminology? "My neural nets are learning" is a crappy, meaningless statement that doesn't define "neuron" or "learning" at all for people outside AI. It's useless for communication. But "I'm using adaptive clusters of specialized algorithms" doesn't sound as sexy when it comes to getting research funding. "I'm using a deep learning model." No you're not! There's very little in common with biological "learning" in any sense -- you're using a multilayered set of adaptive algorithms. Superficially, there may be some vague correspondences between human "learning" and AI, but often the number of differences far exceeds the similarities.

      It's kind of like someone who never encountered a car before. He asks what it does. "It runs." What do you mean it runs? Does it have two legs? No, it has four wheels. Okay, does it get out of breath when it goes faster? No, it doesn't really breathe like a human does, and it actually functions more efficiently as it runs faster. Okay, does it swing its body back and forth in alternate motions like other quadrupeds that run? No.

      Well, what do you mean it "runs"? Just that it gets from point A to B at a relatively fast velocity? In other words, it "runs" in the same sense that a raindrop "runs" down a window?

      Imagine that conversation. Why not just be more specific then -- the car is a self-propelled machine that can travel quickly from A to B. Yeah, in some sense it "runs," but it has as much in common with a raindrop "running" as a human.

      With brains, it's even worse, because things like "intelligence" and "learning" and "neural" have all sorts of associations -- why not just be more accurate in what these things are doing and how they are structured?

      Note that it's not just a problem whe

    3. Re:A claim as old as electronic computers by Antonovich · · Score: 1

      Why do my mod points always expire right before a comment that really deserves them?!?

      Your comment gets at one of the most interesting problems of the philosophy of science - how humans use metaphors, usually taken from social life and other areas of the human experience, for understanding the world around us. It is not just for explaining to lay people, some scholars (and me :-)) argue that in order for us to "understand" anything at all then we need to employ metaphors drawn from social experience that can ultimately be traced back to the development we undergo as infants and young children. Obviously the larger socio-cultural contexts we are immersed in play a vital role in this development. And so it is that the dominant paradigm (metaphor, meme, model,...) in neuroscience and psychology has been "mind as computer" for the last 50-60 years. It's not the only one though, and embodied approaches have started to gather steam as the mainstream approach starts to show its limitations.

      Unfortunately, the problem is that there is no way out of it. There is no "one model to rule them" that can magically uplift us from our ignorance - all approaches *inevitably* have this flaw. The metaphors we live by (to borrow from Lakoff & Johnson) will inevitably help us to understand some aspects of our experience and obfuscate others. Some will help us do amazing things, like the mind-as-computer metaphor has, but stop us from doing others. I personally think that in order for us to move forward in creating "intelligent" non-biological machines we need to get away from the computational metaphor and adopt embodied, enactive, integrational approaches like those promoted by second order cybernetics, dynamical systems, behavioural robotics and other related areas. Thankfully these theories are starting to get fairly major traction and we'll get a chance to see where those metaphors take us over the next couple of decades.

    4. Re:A claim as old as electronic computers by Ol+Olsoc · · Score: 1

      Why are semantic arguments necessarily "wasted" time? If different people have different perspectives, discussing them can often lead to new insights for both of them

      Or it could lead to the Amish.

      --
      The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
  10. Its Marketing Speak by Anonymous Coward · · Score: 0

    Because the Brain is good at thinking the analogy is that software that works like the brain is good at thinking. Its sort of the highest standard like "He's as good as Master Yoda"

  11. biologically inspired design by bouldin · · Score: 2

    This is the first thing you learn if you study biologically inspired design.

    Dont just mimic the form of the system. Understand what makes the system work (how it functions and why that is effective), and copy that.

    Its like early attempts at flying machines that flapped big wings, but of course didnt fly. The important thing wasn't the flapping wings, it was lift.

    There are important principles behind what makes the brain work, but its not as simple as building a neural network.

    1. Re:biologically inspired design by TheLink · · Score: 1

      Understand what makes the system work (how it functions and why that is effective), and copy that.

      From what I see scientists don't even understand how single celled creatures think. And yes single celled creatures do think/"think": http://soylentnews.org/comment...
      Note these single celled creatures are building shells for themselves. Each species has a distinctive shell style! And as per the link some don't reproduce until they have gathered enough shell material for the daughter cell (when they split both cells split the shell material and build their own shells). How the heck to do they figure that out?

      Plenty of people beg the question by saying: single celled creatures can't and don't think because they have no brains. What makes them so sure? If thinking requires brains then does that mean computers will never think?

      You can see numerous multicellular creatures with brains that don't really seem significantly more intelligent than those single celled creatures.

      So I suspect that the main problem most animal brains solve is not thinking, but controlling and using a multicellular body (interfacing with muscles and sensory systems). The problem of thinking was already solved. At least that "base level thinking". How clever does a worm or slug or single celled creature need to be anyway?

      I'm not even sure that scientists have solved that "base level thinking" problem yet.

      --
    2. Re:biologically inspired design by VortexCortex · · Score: 1

      If you think that cyberneticians are just mimicking designs without comprehending the fundamental biological processes involved, then you must not understand that cybernetics isn't limited to computer science. In fact it began in business analyzing logistics of information flow. That these general principals also apply to emergent intelligence means more biologists need to study Information Theory, not that cyberneticians are ignorant of biology (hint: we probably know more about it than most biologists, since our field places no limit on its application).

  12. Re:"like the brain" is always a lie. It's that sim by sir-gold · · Score: 2

    You can blame a lot of that stuff on faulty/damaged "hardware".
    A true "crash" would be something like PTSD, where there is nothing wrong with the brain (or body) itself, but the software inside the brain has been corrupted by some powerful external input.

  13. Re:"like the brain" is always a lie. It's that sim by AK+Marc · · Score: 1

    Gives bad answers isn't the same. The intel chips that were wrong weren't labeled "permanently crashed". A crash is a reset. It takes significant physical damage to induce anything like a reset. Like a lobotomy. Or some specific cases of mental illness, but those are very rare.

  14. Re:"like the brain" is always a lie. It's that sim by Anonymous Coward · · Score: 1

    A better analogy would be epilepsy/seizures, but yeah, brains do crash.

  15. Who wrote that headline? by rnturn · · Score: 1

    Yoda?

    --
    CUR ALLOC 20195.....5804M
  16. Re:"like the brain" is always a lie. It's that sim by Anonymous Coward · · Score: 0

    ugh, yeah, epilepsy is sooo rare. That's a crash based on race conditions and/or sync issues. The other's obviously don't know anything about how the brain works.

  17. Re:Yes, this goes back decades by Anonymous Coward · · Score: 0

    I heard there's a market for six computers.

  18. Design goals by CBravo · · Score: 1

    Before designing a system you want to know which problems are solved ('why?') and they must be tangible. Here are some aspects that would be nice to solve: code reuse is nice to save time, reducing bugs, testability, security, stability, high availability, maintainability... Not all problems are solved well in humans.

    --
    nosig today
  19. Re: by Anonymous Coward · · Score: 0

    ROFL

  20. Top Down Design is NOT the only approach, FFS. by VortexCortex · · Score: 3, Insightful

    After all, the brain is an incredibly complex and specific structure, forged in the relentless pressure of millions of years of evolution to be organized just so.

    Ugh, Creationists. No, that's wrong. Evolution is simply the application of environmental bias to chaos -- the same fundamental process by which complexity naturally arises from entropy. Look, we jabbed some wires in a rodent head and hooked up an infrared sensor. Then they became able to sense infrared and use the infrared input to navigate. That adaptation didn't take millions of years. What an idiot. Evolution is a form of emergence, but it is not the only form of emergence, this process operates at all levels of reality and all scales of time. Your puny brains and insignificant lives give you a small window within which to compare the universe to your experience and thus you fail to realize that the neuroplasticity of brains adapting to new inputs is really not so different a process than droplets of condensation forming rain, or molecules forming amino acids when energized and cooled, or stars forming, or matter being produced all via similar emergent processes.

    The structure of self replicating life is that chemistry which propagates more complex information about itself into the future faster. If you could witness those millions of years in time-lapse then you'd see how adapting to IR inputs isn't really much different at all, just at a different scale. Yet you classify one adaptation as "evolution" and the other "emergence" for purely arbitrary reasons: The genetically reproducible capability of the adaptation -- As if we can't jab more wires in the next generation's heads from here on out according to protocol. Your language simply lacks the words for most basic universal truths. I suppose you also draw a thick arbitrary line between children and their parents -- one that nature doesn't draw else "species" wouldn't exist. The tendencies of your pattern recognition and classification systems can hamper you if you let your mind run rampant. I believe you call this "confirmation bias".

    Humans understand very well what their neurons are doing now at the chemical level. It's now known how neurotransmitters are being transported by motor proteins in vesicles across neurons along micro-tubules in a very mechanical fashion that uses a bias applied to entropy to emerge the action within cells. The governing principals of cognition are being discovered by neurologists and abstracted by cybernetics to gain a fundamental understanding of cognition that philosophers have always craved. When cyberneticians model replicas of a retina's layers, the artificial neural networks end up having the same motion sensing behavior; The same is true for many other parts of the brain. Indeed the hippocampus has been successfully replaced in mice with an artificial implant and proven they can still remember and learn with the implant.

    If the brain were so specifically crafted then cutting out half of it would reduce people to vegetables and forever destroy half of their motor function, but that's a moronic thing to assume would happen. Neuroplasticity of the brain disproves the assumption that it is so strongly dependent upon its structural components. Cyberneticians know that everything flows, so they acknowledge that primitive instinctual responses and cognitive biases due to various physical structural formations feed their effects into the greater neurological function; However this is not the core governing mechanic of cognition -- It can't be else the little girl with half her brain wouldn't remain sentient, let alone able to walk.

    Much of modern philosophy loves to cast a mystic shroud of "lack of understanding" upon that which is already thor

    1. Re:Top Down Design is NOT the only approach, FFS. by beau.cronin · · Score: 1

      Cool rant, bro. All I meant by the "specific structure" and "just so" bits is that the brain is a certain way (I'm partial to mammalian ones with neocortexes), and we can probably learn from that how to create other intelligences. That is, most things about the brain will probably prove to be distractions, but some will be important and helpful. It's sorting things between these two that's tough. I'm about as much a creationist as I am spiny anteater.

  21. Oh, to design a system "like the brain"! by ubergeek · · Score: 1

    The human brain is a wonder of engineering. While it might in principle be possible to construct a computing device with fewer of the flaws you mention, I strongly suspect that it will not be possible to do it without giving up either size, efficiency or latency (most likely all of those).

    Your complaints regarding human memory demonstrate an ignorance of both engineering and neuroscience. Declarative memories are stored temporarily in the hippocampus, and some are over time consolidated into the neocortex. This long term storage of memory in the (sensory and association) cortices, where experiences and thoughts are processed and continuously compared (with zero latency) to a vast database of past experience, is precisely what allows these things to happen with the speed and effectiveness that they do. The fact that new memories must be integrated into existing networks is almost certainly what gives us both the aforementioned benefits as well as the drawbacks you mention. Making such a system less 'forgetful' or prone to false association would probably necessitate fundamental changes to its architecture.

    To do what we can do with about 1 L of flesh that consumes just 20 watts of power is extraordinary. It's not the best tool for every job, but it's a far sight better than anything we've ever built for many important tasks. And we'd be well served to study it very closely, not just at a cognitive level, but at the network, cellular, and molecular level.

  22. "like a brain" is for AI what "like a bird" ... by Ihlosi · · Score: 1
    ... is for aircraft.

    We've come up with many working designs for flying machines, some of which use the same principles that allow birds to fly, but none of them works like an actual bird.

  23. Re:"like the brain" is always a lie. It's that sim by Anonymous Coward · · Score: 0

    So it's not "never" anymore? Got it.

  24. Re:"like the brain" is always a lie. It's that sim by Anonymous Coward · · Score: 0

    At least we know how an apostrophe works. I guess your brain crashes when it thinks of an apostrophe.

  25. Re:"like the brain" is always a lie. It's that sim by jythie · · Score: 1

    I had a similar thought. Of course brains crash, we tend to call it 'death'.

  26. Re:Yes, this goes back decades by Anonymous Coward · · Score: 0

    I wonder what you thought that reply was supposed to convey? Was there also a market for six steam-powered airplanes?

  27. Re:"like the brain" is always a lie. It's that sim by Anonymous Coward · · Score: 0

    Yeah, but it has to go down every night for 8 hours for batch processing.