Slashdot Mirror


Kurzweil on the Future

dwrugh writes "With these new tools, [Kurzweil] says, by the 2020s we'll be adding computers to our brains and building machines as smart as ourselves. This serene confidence is not shared by neuroscientists like Vilayanur S. Ramachandran, who discussed future brains with Dr. Kurzweil at the festival. It might be possible to create a thinking, empathetic machine, Dr. Ramachandran said, but it might prove too difficult to reverse-engineer the brain's circuitry because it evolved so haphazardly. 'My colleague Francis Crick used to say that God is a hacker, not an engineer,' Dr. Ramachandran said. 'You can do reverse engineering, but you can't do reverse hacking.'"

300 comments

  1. Obfuscation by kalirion · · Score: 4, Interesting

    How is haphazardly hacked together code any harder to reverse engineer than intentionally obfuscated code? We know the latter isn't a problem for a determined hacker....

    1. Re:Obfuscation by ShadowRangerRIT · · Score: 3, Informative

      Because haphazardly hacked together code is usually full of bugs and design limitations, while obfuscated code is simply rearranged good code? Integrating with buggy, poorly written code is not my cup of tea.

      --
      $_ = "wftedskaebjgdpjgidbsmnjgcdwatb"; tr/a-z/oh, turtleneck Phrase Jar!/; print
    2. Re:Obfuscation by PainMeds · · Score: 4, Interesting

      I think his point is the belief that hacked together code is more nonsensical and therefore would be more difficult to reverse engineer. It's like the difference between tracing back ethernet cables in a clean colo facility vs. tracing back cables at something like Mae-East, which (the last time I looked, at least) largely resembled a post-apocalyptic demilitarized zone. At least that's how he seems to view hackers. I personally see hackers as codifying something even more beautiful, logical, and well-articulated than the mundane corporate programmer, delivering a much higher level of intelligence and complexity than most could understand. Either way, you end up with the conclusion that it's a real pain in the ass to hack something that someone smarter than you wrote. Going inline with the quote, if God is a hacker, then you'd expect him to be one of the super geniuses and not some poor yahoo not quite knowing what he was doing.

      Apply that to the brain, and we're worlds behind. Considering we're still on the binary system, when DNA uses four base pairs for its instruction code, I think Crick grasped the complexity of the human body much more than Kurzweil seems to. To compare the brain to a computer chip is, I think, a grossly unbalanced parallel.

    3. Re:Obfuscation by jeiler · · Score: 1

      The comparison is not to intentionally obfuscated code, but to organized and documented code. Haphazard code is quite a bit more difficult than clearly written code.

      --

      If you haven't been down-modded lately, you aren't trying.

      Sacred cows make the best hamburger.

    4. Re:Obfuscation by cnettel · · Score: 1

      Intentional obfuscation over any greater scale tends to show clear patterns. Having something that is in the range of a couple of GB of data, knowing that it is basically just random junk that happened to pass most of the regression tests for each new version, and then trying to find it what it all does -- that's what you are facing for the human genome.

    5. Re:Obfuscation by mrbluze · · Score: 5, Insightful

      How is haphazardly hacked together code any harder to reverse engineer than intentionally obfuscated code? We know the latter isn't a problem for a determined hacker....

      Nonetheless there is something to what Kurzweil says, futurist (or in my language 'bullshit-artist') though he is.

      The brain is probably impossible to 'reverse-engineer', not because of its evolution but because to come up with a brain you need to have 9 months in-utero development followed by years of environmental formation, nurturing and so forth, by which time the brain is so complex and fragile that analyzing it adequately becomes practically impossible.

      I mean, take the electro-encephalogram (EEG). It gives us so little information it's laughable. Electrical signals from the cortext mask those of deeper structures and still we just end up with an average of countless signals. Every other form of brain monitoring is also fuzzy. Invasive monitoring of brain function is problematic because it damages the brain and the brain adapts (probably) in different ways each time. Sure, we can probably get some of the information we are after, but the entire brain is, I would suggest, too big a task.

      But we can use the same principles that exist in the brain to mimic its functionality. But it ultimately is a new invention and not a replica of a brain, even if it does manage to demonstrate consciousness.

      --
      Do it yourself, because no one else will do it yourself. [beta blockade 10-17 Feb]
    6. Re:Obfuscation by VeNoM0619 · · Score: 0, Flamebait

      God? Hacker? First off, I'm not understanding the relation between God being a "computer" expert. Second off, this also assumes a scientist believes in God and not evolution/big bang, etc. where we merely "happened" and weren't designed.

      To bring religion into the field of biology... not unheard of, but not recommended either.

      --
      Disclaimer: I am not god.
      We may not be created equal
      But we can be treated equal.
    7. Re:Obfuscation by dintech · · Score: 3, Funny

      According to the summary you do it every day with everyone you meet!

    8. Re:Obfuscation by Jesus_666 · · Score: 1

      I knew that introversion is the only right way!

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
    9. Re:Obfuscation by bigstrat2003 · · Score: 2, Insightful

      It's a metaphor. The literal meaning is irrelevant, the point is that that scientists thinks our biology is rather haphazard and jumbled, not well-structured. I think you're reading the statement too literally.

      --
      "16MB (fuck off, MiB fascists)" - The Mighty Buzzard
    10. Re:Obfuscation by PainMeds · · Score: 2, Interesting

      Crick was a militant atheist, but he had at least a few philosophical feelings about God in his later years. I recall a quote of him talking about how we couldn't explain the origin of life, and cited it as "nothing short of a miracle". What his mixed signals tells me is that at heart he was a scientist, and wasn't prepared to make a biased judgment in either direction whether God did or did not exist - because he likely knew that either of those positions could bias his work. He was an interesting fellow to study, at least. Far more multidimensional than the dry scientists of this age... and I suspect he's answered any of his questions about God by now.

    11. Re:Obfuscation by louzer · · Score: 1

      Base 2 is more efficient than Base 4 for storing information if the cost of a b-state circuit is proportional to b.
      Proof: http://edwinhere.googlepages.com/WhatistheMostEfficientBase.pdf
      Source: Hacker's Delight by Henry S. Warren, Jr.

      --
      Heroes die once, cowards live longer.
    12. Re:Obfuscation by Jesus_666 · · Score: 3, Insightful

      A hack can be beautiful or ugly. A hack that uses a property of the programming language in a clever way to achieve a speedup is beautiful, but a hack that relies on the processor violating its own spec in a certain way is ugly, especially if the programmer who wrote it didn't bother documenting what or why he did. Not only is the latter incredibly fragile, you can also not just take the specs and understand it - you have to know what's not in the spec to be able to fully grok it.

      Also note how "quickly hacked together" usually implies that conceptional and code-level cleanliness were forgone in favor of development time savings. A dynamic webpage that consists of PHP and HTML happily mixed together with constructs like <?php if($d = $$q2) { ?> <30-lines-of-html />* is as unreadable as the worst spaghetti code, but a web dev who needs to deliver a prototype within hours might actually do that. He quickly hacks things together, (ab)using PHP's proprocessor nature in order to deliver quickly, even though not even himself will be abe to maintain the document afterwards.

      The human brain consists of patch after randomly applied patch. I'd think that it would be the equivalent of a byzantine system with twenty different coding styles, three different OOP implementations and a dependency tree that includes four versions of the same compiler because parts of the code require a specific version. The code works, it's reasonably fast but it's miles from being clean and readable.

      * Yes, it is supposed to have an assignment and a variable variable in the if block.

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
    13. Re:Obfuscation by offput · · Score: 1

      I'm an atheist and I still had to facepalm over this. The comment about "God" being a hacker is an analogy. One that fits evolution very well, since humans were "hacked" together one evolutionary change at a time.

    14. Re:Obfuscation by PainMeds · · Score: 1

      That's very weak. From the link:

      Suppose you are building a computer and you are trying to decide what base to use to represent integers.

      So this (very short, uncited, non-whitepaper) document claims to be proof that is almost entirely relevant to DNA, as it claims 1. you're building a computer, and 2. your primary interest is in storage. In the setting of DNA, there are likely many reasons that 4 base pairs would make more sense other than just storage and circuitry. This is the kind of closed-mindedness Crick didn't want to assume in his presumptions about God, I think.

    15. Re:Obfuscation by Empiric · · Score: 1

      Perhaps you didn't get your requirements document in on time.

      Or lacked sufficient organizational authority to get it placed as top priority...

      On the upside, I think we've definitively resolved the question of whether once someone brilliant produces Hard AI, whether there'll be a bunch of also-rans complaining, "Well, yeah, but his code sucks..."

      --
      ~ Whence do you come, slayer of men, or where are you going, conqueror of space?
    16. Re:Obfuscation by robertjw · · Score: 2, Insightful

      Because haphazardly hacked together code is usually full of bugs and design limitations, while obfuscated code is simply rearranged good code? Integrating with buggy, poorly written code is not my cup of tea. Yes, because we all know that obfuscated code NEVER has any bugs or design limitations. If the Microsoft document format and Windows File Sharing can be reverse engineered I'm sure anything can.
    17. Re:Obfuscation by louzer · · Score: 1

      4 base pairs make sense because:
      1. DNA is read in triplets.
      2. There are 20 amino acids in use by nature to build nano-machinery that sustains life.
      3. 4^3 > 20. So it leaves enough space for punctuation in the genetic code, like start and stop codons.

      --
      Heroes die once, cowards live longer.
    18. Re:Obfuscation by somersault · · Score: 1

      I personally see hackers as codifying something even more beautiful, logical, and well-articulated than the mundane corporate programmer, delivering a much higher level of intelligence and complexity than most could understand As someone who used to hack away at stuff rather than designing it first (and I still do that usually, though if I'm going to do something fairly complex I sometimes plan it out on paper a bit first), and once had my code referred to as "twisted-hacked" by another coder (I think he was Brazillian or German, can't remember, it was 8 years ago.. I'm still not sure whether to be proud of the fact that my twisted-hacked code works, or ashamed of the fact that I am a bit of a self-taught cowboy when it comes to coding, despite having done CompSci at University since then where I should have picked up some nice boring safe habits - I do exception checks and have always run validation on my inputs at least..), I can't say I agree that hacked together code is particularly more beautiful, logical or well-articulated. I get way more kicks out of working out how to do something with less lines and logic flow, whereas hacked together stuff will usually have a lot of un-necessary detritus. If you then short-hand your code so much that it gets obfuscated and confusing again - especially if you have no comments to explain what is going on, or the reader has no clue about language specific operators like $_ in perl - then it can get back to seeming 'hacked together' though I suppose.
      --
      which is totally what she said
    19. Re:Obfuscation by lymond01 · · Score: 2, Insightful

      Let's say you have this guy, he's about 15 billion years old. He's been working on this code for about half that long, on and off, learning as he goes. He doesn't document, at all, no comments, and while it all compiles properly (though depending on the base OS the quality of the compilation varies), the number of separate files and custom libraries he's using is in the petabyte range.

      He's not trying to obfuscate the code, he's just not trying not to. Purposeful obfuscation implies organization. Hacking together humanity's brain is just a million billion messy miracles.

    20. Re:Obfuscation by MindKata · · Score: 1

      "brain is probably impossible to 'reverse-engineer"

      Humans are formed from the coding in DNA so therefore the function of a brain is also contained with DNA. Therefore in time, it can be entirely understood.

      The thing I find interesting is the rapid rate of progress in learning to sequence DNA.
      e.g. http://www.fiercebioresearcher.com/story/biotechs-use-nanotech-in-pursuit-of-100-sequencing-bill/2008-04-22

      Up until now its hugely expensive and time consuming to sequence just one human. But one human is still only a point sample. When we get to even just $100 for sequencing a genome, its going to be possible to routinely sequence large numbers of people and so we will be able to cross reference everyone with every disorder they may suffer.
      That's going to allow us to automate finding a lot of information about the genome. We don't need to entirely disassemble the DNA code to understand parts of it. We need to learn to disassemble it in time, but we will be able to find out a lot about it by statistical means.

      But what I thinks is even more exciting is when we get to say $1 per genome. Then its possible (and cost effective) to do tens of thousands of repeat sequences of the same person to workout statistical probabilities of environmentally caused genetic damage. So for example find out if chemicals really are that safe etc.. Thats going to be yet another leap forward in progress.

      If we work out what affects DNA, its not only going to help stop damage to the genome, it may also help automate finding ways to alter and help people with genetic disorders, plus learn new ways to prevent and control more diseases.

      --
      There are 10 kinds of people in the world... those who understand binary and those who don't.
    21. Re:Obfuscation by c6gunner · · Score: 3, Funny

      He's not trying to obfuscate the code, he's just not trying not to. Purposeful obfuscation implies organization. Hacking together humanity's brain is just a million billion messy miracles.


      So you're saying the human brain is Open Source? :D
    22. Re:Obfuscation by pyxl · · Score: 1

      The brain is entirely possible to reverse engineer. There are several ways of doing it.

      The most popular way, "take it apart and see how it works". Considering that the only prohibitions against brain disassembly are on humans, AND that human genes for brain development can easily be put into non-human primate genomes, then you grow however many big-brained primates (...yes, I'm a sly little beaver; it'd most likely be a fully sentient primate at that point, and "taking apart its brain" is now the least of your worries...), then take apart their brains to see how the human brain growth genes work, and since they're non-human primates, you don't have to deal with human murder laws and the suchlike.

      The newer, increasingly popular way is to grow a brain in a computer using human brain-growth DNA instructions. There are a few bits of tech to be developed first, but development on all of them is coming along well. A brain in a computer is completely, totally knowable and controllable - you can take snapshots of it, make copies of it, run it backwards and forwards in time, turn parts of it off and on, *add on* new parts, and (best piece of it all) allow for interconnection density and reach that are entirely impossible in biological brains due to space/scale/nutrient/metabolism requirements of neurons. And, you can talk to it the WHOLE TIME and ask it what it's thinking! ...and yes, I'm a sly little beaver with that one too, because then you'd have a completely immortal, completely copy-copy-copy-able sentient being inside that computer....and understanding how its brain operates is now one of the least of your worries.

      But hey, it's all coming, and all coming pretty damn fast. May as well plan for it as best as possible ahead of time.

      --


      Given enough hydrogen, just about anything is possible.
    23. Re:Obfuscation by Opportunist · · Score: 1

      So that's why the miracles came to an end. God got tired of maintaining his spaghetticode.

      Or maybe just the service contract with earth expired, dunno.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    24. Re:Obfuscation by jahudabudy · · Score: 2, Interesting

      Humans are formed from the coding in DNA so therefore the function of a brain is also contained with DNA. Therefore in time, it can be entirely understood.

      Except it is much much more complicated than that. Read up on transposons, recombination, the entire field of epigenetics (I personally find methylation to be fascinating), etc. There are an entire range of factors and functions that make it impossible to reliably extrapolate biology from DNA sequencing alone.

      --
      ...sometimes, in order to hurt someone very badly, you have to tell that person terrible lies. - PA
    25. Re:Obfuscation by Orne · · Score: 5, Interesting

      When I was in college in the '90s, our EE lab had just start experimenting with combining FPGAs with a genetic algorithm to model a non-linear function. Setup: pass in hundreds of random control streams of 0's and 1's that set up the logic of the FPGA, feed inputs and measure output pins, compare against a desired, then use the genetic algorithm to pick the "winners" that correctly modeled the function. The algorithm would randomly combine winners, then feed that back into the control stream, rinse and repeat until you have the "best" stream.

      After that, the researchers took the control stream, mapped it back to find out which logic gates were activated / deactivated / multiplexed to route to one another. What they found was that there was no direct data path from the input to the output ! so how on earth were the output pins being generated?

      What we were then told was that, somehow, the FPGA control pattern had created loops in certain parts of the circuit that was inducing current in the neighboring bus lines, like little radios and receivers. Totally non-intuitive, but mathematically it worked.

      That is what I expect to see when we finally decode the human brain -- an immensely complex network of nodes whose linkages to one another were created in real-time using whatever resources were available to the "trainer" proteins at the time. No two individuals will encode the same event the exact same way: not the same locations in the brain, not the same method of linkages, or the number of linkages.

      This is why I see the "singularity" not as a machine that we can walk into, have our brains scanned, and bam our consciousness can be copied to a computer. I think that every individual that "transcends" will have to do it incrementally, gradually replacing and extending the nodal functions that make up the brain. The brain needs to replace its neural network mesh with electronic blocks, and do it in such a way that the mesh's functionality is maintained while the material that makes up the mesh is replaced.

      Over a period of time, there will be no more "meat mesh" and your conciousness would be transcended into a medium that we know can be copied, backed up and restored. And when that happens, well, our whole concept of what makes up a "person" would need to be redefined.

      -- Scott

    26. Re:Obfuscation by b4upoo · · Score: 1

      As machines become able to write code on their own I seriously doubt that humans will be able to understand the code at all. And as far as how computer circuits will be created for bio implant those circuits should not resemble human circuits anyway. Humans have too many flaws. Further we have already had machine designed circuits that work well but are of logics that resist human understanding. These "evolution" designed circuits may soon start to take over the industry as it now stands.

    27. Re:Obfuscation by Trespass · · Score: 1

      So that's why the miracles came to an end. God got tired of maintaining his spaghetticode.

      Or maybe just the service contract with earth expired, dunno. God opened the source 2.5 million years ago, but his documentation was incomplete and confusing.
    28. Re:Obfuscation by mugnyte · · Score: 1

      But, there is this division in the model: The brain, as a biological form, is quite complex and probably quite efficient and parallel.

        But the brain as an adaptive pattern-recognition device, using a recursive-feedback mechanism for linking contexts and patterns, is slowly being unwound. There are indeed great strides in the mimicry of this model, within narrow tests, that I think will continue.

        If Ray thinks there is enough information-sharing globally in this research to cause an exponential discovery graph, then by most interpretations, results of some sort are going to appear more often and more amazing.

        I have read a lot of Ray's writing and it can be compelling and interesting. However, this explanation of what areas of life are actually real "feedback mechanisms" to cause an exponential growth is tough for me to always see as he does.

        Having more open societies with faster communication methods across a larger research population and budget helps, but thats a very dynamic link. If a primary source of funding (say Nasa, Darpa or a university) needs to reduce it's budget, then that can chip away at these curves. Also, venture funding into pure research for cutting edge concepts like nanotech, learning machines and biointerfaces is susceptible to economic swings.

        While I can't really disagree with his overall premise, the curves are not precise. However, eventually I think there is an exponential component.

        For what it's worth, I link these curves to keeping research methods and details public and unencumbered by patents and licensing. I understand monetizing them is a huge benefit, but right now we have a private sector that spins off from pure research and jumps just a little ahead in features to build product. Overall, the public (open) research sources would advance more quickly if corporations compensated the research arms in more than money, but sharing discoveries - instead of using them as licensing advantages and litigation weapons.

    29. Re:Obfuscation by Anonymous Coward · · Score: 0

      Humans are formed from the coding in DNA so therefore the function of a brain is also contained with DNA. Therefore in time, it can be entirely understood. That's not logical at all. You just made up some 'rule' and pretended it was true.
    30. Re:Obfuscation by Thiez · · Score: 3, Insightful

      I'm suprised nobody has mentioned this before, but where did you get the crazy idea that DNA is somehow 'worlds ahead' of us since it uses a way of storing information that can, with a little imagination, be seen as a base four system. The way you store your data has NOTHING to do with the data itself. If I were to post this message in both binary and hex, would the latter be more advanced that the former? I'm sure we can build a computer that stores data in base 8 by the end of this year. But there is no point in doing so at all.

      I do not disagree with you on the whole 'the brain is pretty complex compared to a computer chip'-thing, but comparing DNA to binary makes no sense at all.

    31. Re:Obfuscation by rootpassbird · · Score: 0

      God opened the source 2.5 million years ago, but his documentation was incomplete and confusing. Yeah, but there ain't no cosmic RMS in sight yet. It probably ain't 1953 yet on the Cosmic/Universal Time (UTC) system.
      So we're pretty far from emacs yet.
      So, how do you read the code?
      You need to use punch card readers (or valves?) or something which the Intergalactic Brainless Machine Corp. charges more than your whole (un)fscking life to read even once. So, yes, it's opensource, and yes, it's out there, but no there aren;t any computers to read that as yet, let alone fancy formatted editors.
      Saint Ignucius, please save us.
      --
      Hackers have long memories. It works both ways.
    32. Re:Obfuscation by MindKata · · Score: 1

      "Except it is much much more complicated than that. Read up on transposons, recombination, the entire field of epigenetics (I personally find methylation to be fascinating), etc. There are an entire range of factors and functions that make it impossible to reliably extrapolate biology from DNA sequencing alone."

      First, I am not implying its easy. Second I didn't say DNA sequencing alone. Both of these points are your assumptions. What I was saying is that its not impossible to learn to understand the brain. "impossible" is a very strong word and we are making progress.

      Also for example, transposons appear to be almost like DNA versions of a macro. That doesn't change the fact that DNA is some form of encoded stream of data. Every lifeform has a silghtly different version of the data, but that doesn't make it impossible to work out how it functions.

      I find it exciting that as genome sequencing becomes ever cheaper, we will get ever more sequences of data to compare. This included learning to understand non-human genome sequencings. Genome sequencing isn't the final answer. As I said before, we still need to learn to disassemble and even code new genetic sequences, but genome sequencing is going to open up a vast amount of automated data. Gaining that data will in turn allow even more advances.

      --
      There are 10 kinds of people in the world... those who understand binary and those who don't.
    33. Re:Obfuscation by Anonymous Coward · · Score: 0

      Considering we're still on the binary system, when DNA uses four base pairs for its instruction code Perhaps someone who is more knowledgeable than me about the structure of our DNA can set me straight on this, but my impression was that DNA was essentially a binary system since A always pairs with T and C with G. Our DNA has built in redundancy and is designed to be copied and this requires four base pairs but the system seems to me like it is infact binary. Again I would welcome a more knowledgeable geneticist either expanding on this or setting me straight since it is something I am very interested in.
    34. Re:Obfuscation by jcgf · · Score: 1

      You are correct; there will always be critics. Usually the critics are a)women or b)bitchy little slashdoters.

    35. Re:Obfuscation by Thiez · · Score: 1

      IANAG (I am not a geneticist)

      > DNA was essentially a binary system since A always pairs with T and C with G

      DNA is a double helix, so we have 2 pieces that match, like this:

      Piece 1 : T C C A T G T G T
      Piece 2 : A G G T A C A C A

      There is a distinction between A and T and between C and G, so if the above were a useful bit of DNA, only one of the pieces would contain useful code, the other one simply being the complement. IIRC the complement piece doesn't do anything useful but it comes in handy when the cell decides to copy its DNA.
      Anyway so while the base pairs always come in pairs (as the name suggests), the members of such a pair are not the same. Reusing the example above, this:

      Piece 1 : T C C A T G T G T
      Piece 2 : A G G T A C A C A

      is not the same as this:

      Piece 1 : T G G A T G A G T
      Piece 2 : A C C T A C T C A

      However, YMMV: if memory serves well a combination of 3 'letters' codes for a certain amino-acid, and some aminoacids can be encoded in several ways, so two different 3-letter fragments of DNA might mean the same thing (nature didn't make this very easy).

      If you're really interested I suggest you visit wikipedia, they appear to have quite lengthy articles about this stuff.

    36. Re:Obfuscation by Trespass · · Score: 1

      Maybe we're the bootloader, if you want to go on a Teilhard de Chardin kick. :)

    37. Re:Obfuscation by OshMan · · Score: 1

      Your scenario for peace meal "transcendence" raises some interesting questions. To sum it up I'll quote my grandfather, a carpenter who said he had the same hammer for 26 years. He replaced the head twice and the handle three times. So if our consciousness could be moved to another medium is it still us? How about if the process is not destructive to the original? How about if someone is copied to multiple synthetics? Are they all the same person? ....... fun stuff

    38. Re:Obfuscation by catmistake · · Score: 1

      Even considering that most of what we know about brain came in the last 30 years, and from bicycle accident head trauma, we may never reverse engineer brain, but its not as if its impossible, just unlikely. I can imagine a reasonable future where "brain-prosthetics" may allow some cybernetic implants to increase memory or have coprocessors give the ability of super-human math feats... but what is missing from all neurological advancements is *mind.* No matter how you slice it, or how close you look, any philosopher is happy to point out, all you end up with is brain... mind is increasingly and frustratingly elusive. Humans may very well someday reverse engineer the brain and be able to duplicate brain states, but this does not correspond to states of mind... so even if computer scientists create some super advanced AI, all it will be able to do is trick us into thinking the AI is mind, but it never will be, and no artificial hardware/software will ever be able to produce mind, nor will we ever find mind by digging through brain, either physically or by non-invasive scanning, even if we know that brain is the seat of mind. In neurology and AI, mind is the holy grail.

    39. Re:Obfuscation by raftpeople · · Score: 1

      Humans are formed from the coding in DNA so therefore the function of a brain is also contained with DNA. Therefore in time, it can be entirely understood.

      DNA is a compressed code that gets translated into molecules which interact to perform functions. We must understand, not only the translation of the DNA into the appropriate molecules given the chemical state of the environment the DNA is in at that time (it varies, which is an additional level of compression of information), we must also be able to completely and accurately model the physical/chemical interactions of the molecules created.

      Not impossible but I don't think anyone has claimed that it is impossible. However, the amount of knowledge and computing power we need to gain to achieve this is enourmous.
    40. Re:Obfuscation by yndrd1984 · · Score: 1

      No matter how you slice it, or how close you look, any philosopher is happy to point out, all you end up with is brain... mind is increasingly and frustratingly elusive. That's mostly because we wouldn't know 'mind' if it slapped us upside the head. It's always hard to connect science with things that you can't really define.

      Humans may very well someday reverse engineer the brain and be able to duplicate brain states, but this does not correspond to states of mind How can you possibly know that?

      so even if computer scientists create some super advanced AI, all it will be able to do is trick us into thinking the AI is mind, but it never will be, and no artificial hardware/software will ever be able to produce mind, nor will we ever find mind by digging through brain, either physically or by non-invasive scanning, even if we know that brain is the seat of mind. Now you're just asserting things.
    41. Re:Obfuscation by Anonymous Coward · · Score: 0

      Yeah but they have already developed the FleshLight which comes in mouth, vagina or butt.

    42. Re:Obfuscation by Vastad · · Score: 1

      I never thought I'd read a post from someone who had experienced the same thing as my lecturer so I just had to add his story after reading this. Its one of my favourite anecdotes from uni.

      Our lecturer at uni told us a similar story when he was messing around with FPGAs and genetic algorithms. The difference between your resulting chip and his was that there was a direct data path from input to output but there were also apparently superfluous logic loops sitting like happy little islands around the data path.

      So like any pragmatic effieciency-oriented engineering type he re-flashed the chip to keep the data path but remove the islands of loop logic. Why waste the energy right? So he plugs back the chip into the test equipment and zip. Nothing happens.

      Eventually he figured out that just like in your example some of the logic loops were influencing the data path through induction. But some of the islands of logic loop didn't make sense even with the induction theory. His best guess from crude testing i.e. sticking it in the fridge, thermometers and benchmarking both with and without logic islands, was that the other loops were simply there to generate heat. They were maintaing a minimum optimal working temperature for the entire chip. Fascinating stuff.

    43. Re:Obfuscation by Anonymous Coward · · Score: 0

      Integrating with buggy, poorly written code is not my cup of tea.

      You mean you don't want to integrate with codes like 36, 24 and 36?

    44. Re:Obfuscation by lazy+genes · · Score: 1

      I have allot of respect for Crick. It looked like he actually tried to quantify consciousness. He did a great balancing act. He was able to greatly advance science and still have time to look at things from different dimensions. Life is not a hack job, nature is the result of billions of years of evolution, Its actually perfect and it keeps on improving exponentially. Out of pure speculation ,when the layers of evolution are removed from DNA you will be left with an object that has very little quantum decay (pass through the fabric of space-time with little resistance). That is how I see it.

    45. Re:Obfuscation by Anonymous Coward · · Score: 0

      What you are forgetting (or perhaps not seeing) is that while yes, it takes 9 months to "develop" a human being (and many more to shape them into an adult) - what if you could "build" a person using constituent molecules? Think 5th Element only perhaps using nano fabbers rather than large slices. In that way, you could place each and every molecule exactly where you wanted it to go and connect every single neuron of the brain (all 100 trillion or so) exactly as you wished. You could set the genes as you wanted and in effect "create" life at will. On your terms. Doesn't mean the life would be good or better (although presumably it would be) but it also means you could modify YOUR brain accordingly. The only question then remains - at what point do you cease to become YOU anymore - and is there even a point at all - after all, your cells die off at various rates anyway such that a large fraction of your cells 30 or 40 years later are completely different from when you were 10.

    46. Re:Obfuscation by catmistake · · Score: 1

      How can you possibly know that? Its one of the tenets of Philosophy of Mind, brain states do not correspond to mind states... meaning identical brain states do not necessarily produce the same state of mind and vise versa.
       

      Now you're just asserting things. Really, I'm just regurgitating Daniel Dennett.
    47. Re:Obfuscation by kitgerrits · · Score: 1

      Either that, or the miracles were bugs in the original code that got fixed along the way.

      The appearance of the 'miracle' is just a side-effect of reality re-aligning itself to its new rulebase.
      God simply got onto fixing smaller and smaller glitches.

      If we delve into quantum mechanics deep and quickly enough, we might catch another glimpse of one such 'miracles'.

      --
      "I was in love with a beautiful blonde once, dear. She drove me to drink. It's the one thing I am indebted to her for."
    48. Re:Obfuscation by yndrd1984 · · Score: 1

      Its one of the tenets of Philosophy of Mind, brain states do not correspond to mind states... That's an argument that some people have made, but it's hardly a settled matter.

      Really, I'm just regurgitating Daniel Dennett. Who's an excellent philosopher, and as such he'd understand that there are arguments going the other way.
    49. Re:Obfuscation by catmistake · · Score: 1

      You're saying that there are arguments that states of mind correspond to brain states? OK, for the argument, but its never been observed.

    50. Re:Obfuscation by yndrd1984 · · Score: 1

      You're saying that there are arguments that states of mind correspond to brain states? Yes, type physicalism and token physicalism, for starters.

      OK, for the argument, but its never been observed. Exactly! If we could really say one way or the other, it would be science, but as long as it's just arguments that explore the subject, it's philosophy.
    51. Re:Obfuscation by catmistake · · Score: 1

      so... any predictions on how long its going to take to artificially create 'mind' is meaningless and empty because, no matter how technically advanced we become, until science figures out what the hell it is and how it works, we just may never know. For all we know dualism, or even epiphenomenalism, is correct.

  2. poverty of expectations by Bastard+of+Subhumani · · Score: 4, Funny

    we'll be adding computers to our brains and building machines as smart as ourselves.
    Sigh, talk about picking the low-hanging fruit...
    --
    Only three things are certain; death, taxes, and apocryphal quotations - Ben Franklin.
    1. Re:poverty of expectations by krog · · Score: 2, Informative

      A singularly worthless comment.

    2. Re:poverty of expectations by MagdJTK · · Score: 1

      Fair point --- I'd be incredibly disappointed if the we could only make a machine as clever as you.

    3. Re:poverty of expectations by peragrin · · Score: 1

      It is 2008. by 2020 the majority of computers will probably still be running some form of windows, and thus dumber than the sum IQ of all NASCAR fans.
      i hold no hope for AI for a long time.

      --
      i thought once I was found, but it was only a dream.
    4. Re:poverty of expectations by OldeTimeGeek · · Score: 1

      I know that this is horribly off topic, but what's up with the "sum IQ of all NASCAR fans"? Is it because it started in the Southern United States, or is that racing fans in general are perceived to be a bit slow in the intelligence department?

    5. Re:poverty of expectations by MarkvW · · Score: 1

      Yeah, think about seeding planets with custom-coded biomechanical stuff! Or . . . being able to build and control a structure bigger than universes so that we can perceive things on an infinitely larger scale! Ahhhh . . . if we only can avoid extinction. . .

    6. Re:poverty of expectations by peragrin · · Score: 1

      While some of the engineers and designers for the cars are brillant in a hacker kind of way, the average fan of Nascar in particular is not overtly bright. These are the kind of people who lose hands by holding onto firecrackers as they go off. The kind of people the darwin awards were designed to showcase.

      While I consider anyone who watches a car drive around an oval for 6 hours to have questionable hobbies, Nascar in particular aren't so bright.

      It is one thing if the race course itself is a variable, or your going for 10 seconds of raw speed, but tell me, what is so interesting about driving for 5 hours? I do it several times a year it is boring as all hell and i have to worry about cops, accidents, and idiot drivers.

      --
      i thought once I was found, but it was only a dream.
    7. Re:poverty of expectations by somersault · · Score: 1

      Probably just that among actual racing fans, racing around in a big figure 0 where you only turn left is quite dull. Sure they're going pretty fast, and there are some interesting tactical concepts, but NASCAR fans are probably just in it for the crashes anyway :p

      --
      which is totally what she said
    8. Re:poverty of expectations by Anonymous Coward · · Score: 0

      A singularity worthless comment.

    9. Re:poverty of expectations by njh · · Score: 1

      we'll be adding computers to our brains and building machines as smart as ourselves. Sigh, talk about picking the low-hanging fruit... A singularly worthless comment.
      --
      Cretin - a powerful and flexible CD reencoder So says someone promoting cretins.
    10. Re:poverty of expectations by Opportunist · · Score: 1

      From an European point of view, where you're rather thinking of Formula One and Rally when car racing is mentioned, Nascar is even a notch below Indycar. I mean, when you're used to driving 150 on a freeway, watching someone do it in a big circle for hours isn't quite a thrill.

      Then again, we also usually don't understand how Baseball can be exciting. :)

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    11. Re:poverty of expectations by Anonymous Coward · · Score: 0

      A singularITy worthless comment.

      Fixed it for ya.

    12. Re:poverty of expectations by cthulu_mt · · Score: 1

      Then again, we also usually don't understand how Baseball can be exciting As an American, its not! But it is a tradition.
      --
      Virginia is for lovers. EVE is for griefers.
    13. Re:poverty of expectations by krog · · Score: 1

      It's only called Cretin because Sourceforge wouldn't host a project named Choad. Thus was born Cretin, the CD Ripper, Encoder and Tagger with an Inoffensive Name.

    14. Re:poverty of expectations by Instine · · Score: 1

      Actually he's missing a really big point re the singularity. While we may have machines with equivilent processing power by ~2020, we will not have the r/w speeds, or ANYTHING LIKE the storage our brains have by 2020. Or possibly ever. Have a little look into the storage capacity of the human brain, and then concider the space time trade-offs it is capable of, in order to effectively raise its processing power by many many orders.

      --
      Because you can - or because you should?
    15. Re:poverty of expectations by Degrees · · Score: 1

      tell me, what is so interesting about driving for 5 hours? I'll give this question a shot.

      In a 500 lap race, you (or the driver you are rooting for) get 1,000 opportunities to pass the guy ahead. Opt in too early, and the guy behind you will pass you before you get to the finish line. Opt in too late, and you lose. The oval track makes the passing opportunities very predictable. So there is a constant duel going on: the second place guy is always looking for an opportunity to hand you your ass, and the first place guy is doing his best to outrun you. Of course, the first place guy is the wind-breaker, which means his car is burning more fuel than the drafters. Also, his engine is working harder, so it's temperature will be higher. At some point, someone decides to pass. Both guys are going to push their machine's limits - but the guy that starts with the cooler engine can push it just a little bit further. Can't push it so far as to break traction, though. ;-)

      It's as much an endurance race as it is a speed race. Rather like the Iditarod, you won't get to the end if you don't take care of your rig.

      So that's an interesting part: how is the balance of speed versus endurance being maintained? Because the guy behind you is probably only one second away from taking your lead. Another interesting part is how the driver deals with traffic congestion. If you can't slip down in front going into the turn, your attempt to pass was a worthless burn of fuel, and now your engine is that much closer to burning out.

      Overclocking your CPU would be pretty much the same sport, if the 'race' had some fixed qty of bytes to chew through, and massive failure resulted in smoke and flames.

      What was that about embedding CPU's in our skulls again? ;-)

      --
      "The most sensible request of government we make is not, "Do something!" But "Quit it!"
    16. Re:poverty of expectations by Bastard+of+Subhumani · · Score: 1

      A singularly worthless comment

      ... and self-referential too!
      --
      Only three things are certain; death, taxes, and apocryphal quotations - Ben Franklin.
    17. Re:poverty of expectations by peragrin · · Score: 1

      That's what makes it interesting for the racers and crews. watching racing is like watching golf. really long periods of boredom followed by watching one or two good crashes/ amazing golf shots.

      I love to race sailboats. but if you do 3 laps around the course each lap will be different. So not only do you have to set your self up for the endurance part, but you also have to be prepared to do an engine change in the middle of the course, as well tactically position yourself.

      That being said just because it is fun doesn't make it a spectator sport.

      --
      i thought once I was found, but it was only a dream.
    18. Re:poverty of expectations by Degrees · · Score: 1

      just because it is fun doesn't make it a spectator sport. Sure - although that poses the question: is any spectator sport really fun?

      There are people for whom the whole 'rooting for my team' thing is important, and a big part of their life. That's not me, but I can't fault someone for making that choice. For that type of personality, I'm not sure any particular sport is superior to all others. It probably has to do with what you did as a child. If you played baseball as a child, then you probably like baseball as an adult. If you worked on cars with your dad as a child, you probably like Nascar as an adult.

      --
      "The most sensible request of government we make is not, "Do something!" But "Quit it!"
    19. Re:poverty of expectations by Opportunist · · Score: 1

      Ohhhh... so it's like soccer, right?

      Oh, now I get it!

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  3. Adding computers to our brains? by wcrowe · · Score: 3, Insightful

    Taking into consideration computer security issues, I think I'll pass.

    --
    Proverbs 21:19
    1. Re:Adding computers to our brains? by mrbluze · · Score: 2, Funny

      This serene confidence is not shared by neuroscientists Or anyone else who isn't on sedatives.
      --
      Do it yourself, because no one else will do it yourself. [beta blockade 10-17 Feb]
    2. Re:Adding computers to our brains? by Gazzonyx · · Score: 3, Funny

      Taking into consideration computer security issues, I think I'll pass. Yeah... and you don't even want to know about 'Patch Tuesday'...
      --

      If I mod you up, it doesn't necessarily mean I agree with what you've said, sorry.

    3. Re:Adding computers to our brains? by Bodrius · · Score: 1

      You're missing the potential. - If we embed computers into our brains, we'll open the door to security hacks.
      - If that is possible, there will be master brain hackers.
      - If there is a master brain hacker, there will be Naked Female Robots jumping from buildings

      For the average Slashdot Id, the trade off is probably worth it.

      --
      Freedom is the freedom to say 2+2=4, everything else follows...
    4. Re:Adding computers to our brains? by Opportunist · · Score: 1

      I don't even want to know what kind of virus someone could come up with. But at least people would start taking computer security a tad bit more serious.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    5. Re:Adding computers to our brains? by kvezach · · Score: 2, Funny

      Zombies that actually shamble.

  4. Wouldn't that *help*? by DriedClexler · · Score: 3, Interesting

    it might prove too difficult to reverse-engineer the brain's circuitry because it evolved so haphazardly. "My colleague Francis Crick used to say that God is a hacker, not an engineer," Dr. Ramachandran said. I'd always thought that this constraint would *help* because you know, in advance, that the solution to the problem is constrained by what we know about how evolution works. You have to start with the simplest brain that could have genetic fitness enhancement, and then work up from there, making sure each step performs a useful cognitive function.

    Furthermore, looking at the broader picture, I was reading an artificial intelligence textbook that was available online (sorry, can't recall it offhand) which said that current AI researchers have shifted their focus from "how do humans think?" to "how would an optimally intelligent being think?" and therefore "what is the optimal rational inference you can make, given data?" In that paradigm, the brain is only important insofar as it tracks the optimal inference algorithm, and even if we want to understand the brain, that gives us another clue about it: to improve fitness, it must move closer to the what the optimal algorithm would get from that environment.
    --
    Information theory is life. The rest is just the KL divergence.
    1. Re:Wouldn't that *help*? by cnettel · · Score: 4, Interesting
      Any work with genetic algorithms show that you can very easily get a solution containing a lot of crud. Pruning too heavy on fitness in each generation will give you far from optimal results. The point is that each incremental change in our evolutionary history did NOT improve fitness. It just didn't hurt it enough, and might have combined with another change to increase it later on.

      It all boils down to the result that an intelligent organism capable of building a social, technological civilization could have been quite different from us. Even if it looked like us, details as well as overall layout of the brain could supposedly have been quite different, but still giving an equivalent fitness. A simulation reproducing everything is not feasible, so how do we find out which elements are really relevant?

    2. Re:Wouldn't that *help*? by maxume · · Score: 1

      Non advantageous mutations can persist and spread in a population. Two mutations that are not advantageous could combine to create an advantage dozens of generations after they first arose. A simple "fitness" model is not adequate to model evolution.

      --
      Nerd rage is the funniest rage.
    3. Re:Wouldn't that *help*? by BrotherBeal · · Score: 1

      Not to get all postmodern, but what do you mean by "optimal" and "intelligent" in the latter part of your post? Those are very important terms to throw around without clear definitions. We're talking about intelligence, an incredibly ill-specified topic, and I suspect that this "optimal intelligence" approach is, at best, a misrepresentation of current AI research (probably on the authors' part). Optimal is in the eye of the beholder, and I see no reason to suspect that there is anything out there "better" than the "best" human mind. However, the firmware in my printer may very well disagree, and mock me in ways far too subtle for my feeble, meat-based mind to comprehend. Without a clear definition of optimal - something you could express algorithmically and plug into a fitness function of some sort - it seems it would be very difficult to show real results in A.I. I agree that an evolutionary approach is probably the best way to build up true intelligence, since there's just too much information to synthesize in the short term. Think about the AI in A Mind Forever Voyaging, for example - maybe simulations like that are the best way to build an A.I. we can relate to as something other than a tool.

      --
      I'm disabling ads until because I choose not to reward redesigns that are less usable than "view source".
    4. Re:Wouldn't that *help*? by DriedClexler · · Score: 1

      The point is that each incremental change in our evolutionary history did NOT improve fitness. It just didn't hurt it enough Oh, maybe Richard Dawkins could stop perpetuating that misconception then.
      --
      Information theory is life. The rest is just the KL divergence.
    5. Re:Wouldn't that *help*? by Xiaran · · Score: 1

      Where has Richard Dawkins claimed otherwise?

    6. Re:Wouldn't that *help*? by somersault · · Score: 1

      However, the firmware in my printer may very well disagree, and mock me in ways far too subtle for my feeble, meat-based mind to comprehend "PC LOAD LETTER"??? What the fuck does that mean?
      --
      which is totally what she said
    7. Re:Wouldn't that *help*? by kvezach · · Score: 1

      Intelligence is a tool - it's the tool for devising workable plans (and adapting them to changing conditions). Consider chess engines on the one hand and intelligence tests on the other.

      The problem with AI, as it's popularly seen, is that the term has been overloaded so much, to the point of "intelligence is whatever we are". We are conscious, therefore "good AIs" should be conscious; we have wishes that provide the input to our plans, therefore, so should an AI; we don't like others, hence AIs-as-Terminators, and so on. This is not to say that making an artificial consciousness (or artificial emotion engine, or whatever) aren't interesting tasks, but they aren't within the AI proper, except to the extent wherein these are subordinate to a greater plan.

      Seeing it this way, the "optimal" AI would be something like a polytime PSPACE-solver. Such a beast doesn't exist (and probably never will), but it gives a bound to the concept.

    8. Re:Wouldn't that *help*? by DriedClexler · · Score: 1

      Actually, it's not that hard to define optimally intelligent. There are a number of rigorous definitions I can give you, but I'll just pick one:

      "An optimally intelligent being is one that, having made the same observations (i.e. taken the same sensory data) as any other kind of being, will form beliefs (assignments of probabilities to future events) such that, if it made bets with any of the other beings (or groups of beings) about future events, it would win more often than it would lose."

      Rigorous enough?

      Now, there absolutely are rough spots that would arise even if we could program such a being. Specifically: It would necessarily not have the same observations as any biological being that exists today. Why? Because, as counterintuitive as it may sound, part of what feeds into biological beings' beliefs (via the cognitive architecture via the evolved functionality) happened over billions of years. Your brain was selected to perform in *this* environment, performing computations on things you would observe *here*, on earth. For *practical* things that we try to accomplish, our brains have already gotten quite a head start.

      Since natural selection was not using the optimal inference algorithm, we know that such a being would figure out all the things we got as a "head start" faster than the length of evolutionary history on earth, but that quite a huge bound to begin with. Faster than a few billion years isn't necessarily fast :-P

      So what *is* the optimal inference algorithm? Well, we don't know yet, but I can tell you what researchers have come up with so far. They basically use Bayes's Theorem, because that tells you in what fraction of possible worlds you would observe the data that you have, and therefore how you should update your beliefs. Applying that with a bunch of math gets you Solomonoff induction. Google that and AIXI, but it works basically like this:

      Take some programming language. Look at the set of all programs which halt and which assign a probability (even if zero) to all possible data inputs. (Don't worry about the undecidability of halting -- you can make errors and still get values close enough because of how quickly some of them shrink and become insignificant.) For each program, assume its probability of being the generating function for your observations, halves with each additional bit in its length.

      So, before observing anything, you have set a "universal prior". THEN, as data comes in, clip out (assign zero probability to) any program inconsistent with gathered sensory data, starting of course with the shortest ones (becaue they impact probability the most). As usual, to get a rough estimate of probability, you don't need to go through the infinite functions because halving probabilities makes them die out quickly. To predict the next data is just a matter of referring to the probability of each of your programs being true, combine with the probability each one assigns to the next bits being whatever.

      To take it a step further, you can feed in any structure you know the "observational world" has for the problem you're looking at. i.e., if you're not studying the universe as a system, but just looking at an object (spam, facial, etc.) recognition problem, you can rule out all programs except those that say e.g. "every 1000th byte is purely a function of the preceding 999 bytes" so as to trim out programs you know aren't generating your "sense data".

      PHew, okay, now I'm telling you more than you wanted. Hope that clarifies.

      --
      Information theory is life. The rest is just the KL divergence.
    9. Re:Wouldn't that *help*? by Anonymous Coward · · Score: 0

      I think this is an interesting point, and there are examples in other areas of science where making similar assumptions have panned out. I am think specifically of protein folding, which has been speed up by considering the constraints imposed by evolution.

      That being said, the problem with the evolution constraint assumption, is sometimes body parts hang around even though they are no longer needed, and then all of sudden are used for something totally differently. I think your assumption would prevent this sort of behavior. Although I guess you could incorporate that.

  5. Right on track... by morgan_greywolf · · Score: 1

    Right on track, maybe a little slow....The Terminator was sent back from the year 2029...

  6. Kurzweil Talk in Cambridge, MA by yumyum · · Score: 4, Interesting

    I attended a talk by Kurzweil a couple of weeks ago at the Broad Institute in Cambrige, MA. Absolutely fascinating what he foresees in the near future (~20 years). I believe it is 2028 when he believes a machine will pass the Turing Test. Even sooner, he predicts that we will have nanobots roaming around inside our bodies, fixing things and improving on our inherent deficiencies. Very cool. He also addressed a similar complaint about being able to reverse-engineer the brain, but it was of the nature that we may not be smart enough to do so. I (and he of course) doubt that that is the case. Kurzweil thinks of the brain as a massively parallel system, one that has very low signaling rate (neuron firing) compared to a CPU which it overcomes by the massive number of interconnections. It will definitely be a big problem to solve, but he is confident that it will be.

    1. Re:Kurzweil Talk in Cambridge, MA by VeNoM0619 · · Score: 2, Interesting

      Kurzweil thinks of the brain as a massively parallel system, one that has very low signaling rate (neuron firing) compared to a CPU which it overcomes by the massive number of interconnections. Mod me offtopic or whatever, I don't care, but I've been thinking about this for a few weeks. If our brains are so well interconnected, how is it that we instantly die if a bullet merely passes through it and destroys a few of those connections? We can shoot bullets through most parts of a computer and more than likely only a piece of it will be damaged (I have never done this, but we could in theory just reroute the processing through the non-damaged parts correct?)

      How is it that we can have brain damage and "destroy" some parts of the brain, but the minute we pass something through it physically, the entire thing ceases to function- instantly, instead of certain areas slowly fading away. I'm sure there is a simple answer and this may more than likely be a stupid question, but it has been making me curious.
      --
      Disclaimer: I am not god.
      We may not be created equal
      But we can be treated equal.
    2. Re:Kurzweil Talk in Cambridge, MA by Anonymous Coward · · Score: 1, Insightful

      Ten years ago he was saying 2010.

      Kurzweil's timelines have no foundation in reality, and never have.

    3. Re:Kurzweil Talk in Cambridge, MA by yumyum · · Score: 3, Interesting

      Whether one dies from an injury depends on the amount and the kind of damage. A famous example of non-lethal brain injury is Phineas Gage. Also lookup lobotomy.

    4. Re:Kurzweil Talk in Cambridge, MA by ColdWetDog · · Score: 3, Informative

      If our brains are so well interconnected, how is it that we instantly die if a bullet merely passes through it and destroys a few of those connections?

      1) You don't die "instantly" unless the damage is very extensive. In particular, you can have autonomous functioning the brainstem persist after massive "upper" brain damage.

      2) You can damage large parts of the brain and have the damage rerouted - sometimes. There are large, apparently "silent" parts of the brain that you can remove without (apparent) problems. Read some of Oliver Sack's stuff for some interesting insights on how the brain works on a macroscopic basis.

      Have you accepted Google as your personal search engine?

      --
      Faster! Faster! Faster would be better!
    5. Re:Kurzweil Talk in Cambridge, MA by VeNoM0619 · · Score: 1

      Have you accepted Google as your personal search engine? Nope I've been leaving that to the movies where everyone dies instantly :P Guess that's one problem, thanks for the info and insight to both posters.
      --
      Disclaimer: I am not god.
      We may not be created equal
      But we can be treated equal.
    6. Re:Kurzweil Talk in Cambridge, MA by c6gunner · · Score: 4, Informative

      Mod me offtopic or whatever, I don't care, but I've been thinking about this for a few weeks. If our brains are so well interconnected, how is it that we instantly die if a bullet merely passes through it and destroys a few of those connections? We can shoot bullets through most parts of a computer and more than likely only a piece of it will be damaged


      Have you seen the mess that a bullet going through a skull makes?

      It's not the bullet that's the problem, it's the shockwave generated by it's passage that does all the damage. It's called "cavitation" - this video should help you understand it. If you carefully watch the last part of that video, you'll see that it causes the entire melon to explode outwards. Now imagine what that kind of force does to brain tissue confined inside a skull.

      You can't compare that to shooting at computer components - they react completely differently, and are not affected at all by the shockwave. When you shoot a computer, only the part you hit is affected.
    7. Re:Kurzweil Talk in Cambridge, MA by quantumplacet · · Score: 3, Informative

      It is a stupid question. Many many many people have survived a bullet or other object penetrating their brain. Bullets are often fatal, but they also do not put a single hole in the brain, instead they fragment and rattle around in the skull, shredding the brain. Also, remember the brain would be the CPU not the whole computer in your analogy. Try putting a bullet in your CPU and tell me if it still works.

    8. Re:Kurzweil Talk in Cambridge, MA by Jesus_666 · · Score: 1

      The same movies where everyone who gets hit by a shotgun is propelled toward the nearest window with ridiculous force?

      --
      USE HOT GRITS WITH STATUE OF NATALIE PORTMAN (NAKED AND PETRIFIED)
    9. Re:Kurzweil Talk in Cambridge, MA by katz · · Score: 1

      blood loss (more accurately, loss of oxygenated blood)

    10. Re:Kurzweil Talk in Cambridge, MA by emil10001 · · Score: 1

      I was there too, and was also impressed. I picked up "The Singularity is Near," and I find it interesting that he does actually address many of the criticisms that people make of his predictions. His models are much more robust than, I think, a lot of people give him credit for.

    11. Re:Kurzweil Talk in Cambridge, MA by katz · · Score: 1

      Rapid blood loss.

    12. Re:Kurzweil Talk in Cambridge, MA by ichigo+2.0 · · Score: 1

      He's been saying that a machine will pass the Turing test in 2020ish since the year 1990.

    13. Re:Kurzweil Talk in Cambridge, MA by 19thNervousBreakdown · · Score: 1

      Your brain is about the consistency of jelly, if that. Maybe somewhere between jelly and whipped cream. It's protected because it's encased in a balloon that's suspended in slightly less viscous fluid that's encased in a very hard shell. Neurons aren't hard to kill, or at least disable. Synapses are something like nanometers separated from each other, and moving in either direction pretty much makes them worthless.

      OK, now drive a fucking speedboat through the jelly.

      --
      <xml><I><am><so><damn>Web 2.0</damn></so></am></I></xml>
    14. Re:Kurzweil Talk in Cambridge, MA by timeOday · · Score: 1

      Keep in mind though, most people who get a hole in the head are not so lucky.

    15. Re:Kurzweil Talk in Cambridge, MA by thesandtiger · · Score: 1

      How is it that we can have brain damage and "destroy" some parts of the brain, but the minute we pass something through it physically, the entire thing ceases to function- instantly, instead of certain areas slowly fading away. I'm sure there is a simple answer and this may more than likely be a stupid question, but it has been making me curious.

      I don't think the entire thing shuts off like a switch just from physical injury - there's probably a considerable amount of activity that goes on when the shit hits the fan (or a bullet punches through). But, as for why poking a hole in it with a bullet is so incredibly letal: Hydrostatic shock does a LOT of damage to the brain as a whole. Then you have things like bone-fragments, possible ricochet inside the skull, swelling, etc. The fact that it's possible to get shot in the head and survive at all, let alone in some cases recover pretty much full function, is a testament to how connected and resilient the brain is.

      --
      Since I can't tell them apart, I treat all ACs as the same person.
    16. Re:Kurzweil Talk in Cambridge, MA by AdamThor · · Score: 1

      Absolutely fascinating what he foresees in the near future (~20 years). I believe it is 2028 when he believes a machine will pass the Turing Test. Even sooner, he predicts that we will have nanobots roaming around inside our bodies, fixing things and improving on our inherent deficiencies. Very cool.

      I agree, very cool. But who pays for it all? How much do I have to pay for MY nanobots? What about people in the 3rd world? How will they react to my enhanced lifespan - assuming I can afford it? What do the unaugmented think of the semi-transcendent?

      My concern is less for the scientific possibilities than for the economic realities. Remember: we flew no further than the moon not because it is impossible, but because we couldn't allocate resources for it.

      --
      -- "Oh. This guy again."
  7. mid-age life crisis by peter303 · · Score: 4, Informative

    Kurzweil's predictions will come to pass, by not on the time-scale he envisions. probably centuries. He has been hoping for personal immortality through technology and takes over 200 anti-aging pills a day.

    1. Re:mid-age life crisis by yumyum · · Score: 4, Interesting

      He has been fairly accurate about his past predictions, so I don't think centuries will be what it takes. Basically, he sees medical/biomedical advances starting to heat up and exponentially grow just like the electronics industry has.

      IMO, a very controversial prediction of his is that around 15 years from now, we will start to increase our life expectancy by one year, every year, a rate he also sees taking on exponential growth...

    2. Re:mid-age life crisis by Sabathius · · Score: 2, Informative

      Centuries? This assumes a linear progression. We are talking about the singularity--which i case you haven't been noticing--is happening in an exponential manner.

      I suggest you take a look at his actual research before you say such things. Here's a link to a presentation her recently did at Ted:

      http://www.ted.com/index.php/talks/view/id/38

    3. Re:mid-age life crisis by Jeff+DeMaagd · · Score: 4, Interesting

      He has been hoping for personal immortality through technology and takes over 200 anti-aging pills a day.

      Which is pretty funny given that dietary supplements haven't been found to be very useful on a whole.

      He really doesn't seem to look any younger or stay the same age either. He does look a bit better than smokers of his age, but not by a whole lot, in my opinion.

    4. Re:mid-age life crisis by SatanicPuppy · · Score: 4, Insightful

      Wishful thinking has made fools of better thinkers.

      Biomedical advances will never increase at the same rate as computer technology, simply because experimenting with silicon (or whatever) doesn't have any health and safety issues tied to it, more less any potential moral backlash (barring real AI, which I think is farther away as well).

      It takes 15 years, sometimes, for a useful drug with no proven side effects to make it to market. Even if we made theoretical breakthroughs today, it'd be a decade or more before they could be put into practice on a meaningful scale, assuming that they were magically perfect and without flaws/side-effects/whatever.

      It's very dangerous to look at our advances in computer technology and try to apply those curves to other disciplines. It's equally ridiculous to assume that the rate of increase will remain the same with no compelling evidence to support the assertion. In terms of computers and biotech, we're still taking baby steps, and while they seem like a big deal, we still have a long way to go.

      --
      ad logicam Claiming a proposition is false because it was presented as the conclusion of a fallacious argument.
    5. Re:mid-age life crisis by elrous0 · · Score: 3, Insightful
      Oh, bullshit. The "singularity" isn't happening is anything close to an exponential manner. Technological advances in many fields have essentially stagnated in recent decades (transportation, space travel, power generation, etc.). In other fields, we are progressing, but hardly at an "exponential" rate (medicine, biology, etc.). Communications is the only field that has progress at anything close to an exponential rate over the last few decades.

      We're not even CLOSE to anything resembling some magical singularity.

      --
      SJW: Someone who has run out of real oppression, and has to fake it.
    6. Re:mid-age life crisis by RicktheBrick · · Score: 1

      the Singularity, that revolutionary transition when humans and/or machines start evolving into immortal beings with ever-improving software. How do we know that it has not already occurred? Immortality would be boring. There is nothing that would keep someone entertained that long. Therefore we die and are reincarnated to keep live interesting. If we were sure about this it would make it boring too so we will always have a fear of death to keep up our interest in our present life. It is just like gambling, it is not very interesting unless one is playing for high stakes.

    7. Re:mid-age life crisis by vertinox · · Score: 1

      He really doesn't seem to look any younger or stay the same age either. He does look a bit better than smokers of his age, but not by a whole lot, in my opinion.

      According to him his Type II Diabetes appears to have gone away for the time being... At least the symptoms part of it.

      --
      "I am the king of the Romans, and am superior to rules of grammar!"
      -Sigismund, Holy Roman Emperor (1368-1437)
    8. Re:mid-age life crisis by yumyum · · Score: 1

      I look at it as the accretion of information, something that Kurzweil keeps coming back to. It is our ability to discover, and discoveries tend to snowball in a cascading effect. There is plenty of research being done at the chemical level that does not require your 15 year testing phase. In his talk that I attended, he pointed out that most of the drug research has been scatter shot, try this, try that. Recently, with improved technology, including computing power, that approach is starting to change into a more nuanced approach as we continue to increase our knowledge of the chemical processes at work within our bodies.

    9. Re:mid-age life crisis by Alpha+Whisky · · Score: 2, Insightful

      Immortality might be boring. Would I like to live forever? I don't know, ask me again in three hundred years.

      --
      it's = it is

      its = belonging to it

    10. Re:mid-age life crisis by Sabathius · · Score: 1, Informative

      You're saying Kurzweil's research is bullshit because you've done your own research on this subject? He's been technology trend research for about 30 years now and is very rarely wrong. The guy has 12 doctorates and a team of 10 people working with him to creates models of the predictions he's making. Instead of just being contrary, maybe you should pay attention to what he's saying.

      It's easy to just sit there and spout negativity. It doesn't require any actual work on your part.

      Good day.

    11. Re:mid-age life crisis by BlueHands · · Score: 1

      It's very dangerous to look at our advances in computer technology and try to apply those curves to other disciplines. It's equally ridiculous to assume that the rate of increase will remain the same with no compelling evidence to support the assertion. In terms of computers and biotech, we're still taking baby steps, and while they seem like a big deal, we still have a long way to go. Computers underpin every aspect of research today. As computers advance they will bring along with them other fields. Today BlueGene/L is simulating a portion of mouse cortex. In 15 years instead of being the world's top super computer costing 300 million, small research companies will be able to buy for just a couple million. Being able to see *EXACTLY* what a drug does, in real time, once in the brain will have powerful repercussions. And there are many organ much simpleier than the brain waiting to be simulated.

      As for the rate of change in computers, we have at least 10 years of tech left to advance for the current substrate that we have not even put into production. Even if you assume we will hit the limit of our current system in just 15 years and that no further tech comes along to surpass what we already have, the results from what we will be able to simulate should be amazing.

      The last point, social inertia is personally the trickiest to solve. However I think there is a source of test subjects that, of their own free will, are going to be eager beyond belief to help: Baby boomers.

      They are going to be getting seriously old just when we need them to be. The elderly are the ones who have the most to gain and the least to lose from experimental technology. Additionally, when death stares someone in the face many people's ideology falls by the way side as they suddenly want to live. "Yes, please try this new medication if it might stave of the dementia i am already beginning to experience."
      --
      I mod everyone down who says "I'll get modded down for this." I hate to disappoint.
    12. Re:mid-age life crisis by Rycross · · Score: 3, Insightful

      Which predictions? I'm looking at Wikipedia and so far his track record doesn't seem good.

      Robotic limbs are in research, but we don't have anything thats production ready soon. We don't have translating telephones. We do have software that can transcribe speech into text. Poorly, but I'd still chalk that one up to him. Cybernetic chauffeurs have not materialized. Unless you count phone menus as intelligent (which I don't) then his intelligent answering machine one hasn't materialized either. About the best I've seen is ones that could, poorly, parse and english sentence and look for key words. Most have trouble with "Yes" or "No."

      Moving on to the next section which, as the text indicates, is supposed to happen before 2010... The classroom is not dominated by computers in any real sense, much less generated course-work tailored to students. The production sector is not dominated by a small number of highly skilled people. Just look at how things are in China. That is unless you mean economic domination (and sub "highly skilled" with "rich"), which he didn't. Tailoring for individuals is not common by any reasonable sense. We are just beginning to use simulations for things like protein folding. We are far away from using them for drug testing. About the only one that could be considered accurate is handheld image recognition for blind-people, which I would imagine is technically feasible. However since this tech is not widespread (haven't seen a single blind person using it), its only a half-win.

      So no, his predictions are not good, and he is wrong at least as often as he is right.

      Moving on to your next statement... Sure he has doctorates, works with a nice-sized team of people, and does a lot of research. None of these things make him right. People can be highly educated and hard working, and still be wrong.

      And yeah it is easy to spout negativity, but that doesn't mean the negativity is wrong either. Likewise, wishing really hard for something to be true doesn't make it true.

      And seriously, the singularity has always seemed to seem like a lot of wishful thinking. There are real theoretical upper limits to computational ability and information storage. Granted, we are nowhere near those theoretical upper limits, but there are also practical upper limits as well, and we have no idea how close we are to those. Humanity cannot break the laws of physics, and thus we will, at some point, plateau in our development. Singularity advocates always seem to ignore this in favor of predicting unbounded exponential growth, which makes me question their conclusions. A plateau seems just as likely to me as exponential growth.

    13. Re:mid-age life crisis by emil10001 · · Score: 1

      Personal immortality pins down part of his motivation, sure, but his other motivation is figuring out what sort of products, using which technologies are going to be marketable when. He's an inventor, and as such, wants to have a well timed delivery of his products.

      I think that these two motivations show us that he isn't just trying to sell us his ideas as a product in and of themselves, but he is relying on these ideas being accurate as much as relying on them to sell books.

    14. Re:mid-age life crisis by emil10001 · · Score: 2, Informative

      Acutally, according to several sources, and mentioned on his wikipedia page, his biological age is about 20 years younger than his chronological age (which is only two biological years older than when he changed is habits concerning his health 20 years ago).

    15. Re:mid-age life crisis by elrous0 · · Score: 1

      That many degrees and he's still stupid enough to think he can accurately predict the future? He must have had some very generous committees.

      --
      SJW: Someone who has run out of real oppression, and has to fake it.
    16. Re:mid-age life crisis by elrous0 · · Score: 2, Funny

      Oh wait, I just noticed his "degrees" are all honorary degrees from no-name colleges. I guess he didn't have generous committees after all (or any committees at all, for that matter). Now if you'll excuse me, I have an honorary badge that I got from the cops when I was a kid--and somewhere there is a crime to stop.

      --
      SJW: Someone who has run out of real oppression, and has to fake it.
    17. Re:mid-age life crisis by timeOday · · Score: 1

      The key to the singularity hypothesis is that only ONE field must reach a tipping point: Artificial Intelligence. If it gets good enough to improve itself, there should be a feedback loop. Exponential advances in aerospace, power, and medicine would then follow - in theory.

    18. Re:mid-age life crisis by Lije+Baley · · Score: 1

      Not to mention that biological systems are uber-FAR more complex than our current computer tech. Doctors are in a position of relative ignorance that makes garden variety IT folk look like wizards.

      --
      Strange things are afoot at the Circle-K.
    19. Re:mid-age life crisis by sdnick · · Score: 1

      Biomedical advances will never increase at the same rate as computer technology, simply because experimenting with silicon (or whatever) doesn't have any health and safety issues tied to it, more less any potential moral backlash (barring real AI, which I think is farther away as well). It takes 15 years, sometimes, for a useful drug with no proven side effects to make it to market. Even if we made theoretical breakthroughs today, it'd be a decade or more before they could be put into practice on a meaningful scale, assuming that they were magically perfect and without flaws/side-effects/whatever. These points are valid for the US, because of strict FDA requirements for approval of drugs and medical procedures. They don't hold in nations such as Russia, China, or India, where substantial medical research is also taking place.

      It's very dangerous to look at our advances in computer technology and try to apply those curves to other disciplines. It's equally ridiculous to assume that the rate of increase will remain the same with no compelling evidence to support the assertion. In terms of computers and biotech, we're still taking baby steps, and while they seem like a big deal, we still have a long way to go. This I agree with. I'm under the impression that Ray Kurzweil believes that Moore's Law has some relevance to biotech research, and I've yet to see any evidence of this.
    20. Re:mid-age life crisis by Sabathius · · Score: 0, Redundant

      Ok, putting his credentials aside. Where is your research to prove he's wrong? Have you written a book? published any papers? Have you done any research whatsoever (besides looking up an entry on Wikipedia)?

      Until you can show some evidence about your claim that he's wrong...I'm going to stick with my opinion that he's right. (based on reading several of his books and watching his predictions on computing power come to pass) You obviously don't agree (based on what--I don't know), and that's fine.

      Just to let you know, humanity has a track-record of success in terms of technology people have said was "not possible". Lots of people said heavier-than-air flight would never happen--or flying fater than the speed of sound. Many said humanity would never enter space, or land on the moon. You said wishful thinking?! There are technological miricles happening every day.

      Here's one regarding the prosthetic limb someone mentioned was not ready for prime-time:

      http://www.ted.com/talks/view/id/82

      It's only about 3 minutes long. Check it out.

      So, again, I say: It's bullshit? Prove it's bullshit. Or shut the fuck up. Watch it happen--just like all of the other technological marvels humanity has successfully created, and continues to create.

    21. Re:mid-age life crisis by Rycross · · Score: 2, Insightful

      Why exactly are you saying that you're putting credentials aside, and then asking for my credentials? I'll say you the trouble and say I don't have any. That doesn't make me wrong, just more likely to be wrong than people with credentials.

      But putting aside credentials (for reals this time), you're not addressing my main point that there are theoretical and practical limitations to things. There are physical laws. You can't go faster than the speed of light. You can't get more energy out of a system than you put in. Humans will never break these laws. There are theoretical limits on the amount of computational power we can extract, and also practical limits based on the type of problems, parallelism, and so forth.

      I ask again, how do we know that we'll see exponential grown instead of a plateau? How do we know that we are not close to hitting serious practical computational limits that will slow down our growth significantly? His predictions were wrong. We're already seeing CPU manufacturers focus on multi-core because they're having trouble making gains in raw processing power of a single CPU.

      Humanity also has a track-record of failure in terms of technology. People thought that we would be a space-faring nation by now, and they were wrong. It turns out that space travel is very hard and very expensive, and its hard to get around the limits in energy density in chemical reactions, plus the efficiencies in turning that energy to thrust. People thought that we would find a way to go faster than light, and we've failed, as its a physical law. People thought we'd have flying cars and we've failed, because we can't make flying a car through the air more energy efficient than driving it on the ground.

      Technological miracles happen every day, but so do failures. And past performance is not proof of future success.

      To paraphrase someone (who I can't remember), they laughed at the Wright brothers, but they also laughed at Bozo the clown. The fact that humanity has, in the past, overcome difficulties to progress technologically is not proof that we will do so again in this case. Otherwise you might as well hold out hope that my perpetual motion machine is going to work.

      As far as the prosthetic limb goes, I believe I mentioned that we are researching robotic limbs and making progress. Thats not the same as having a production-ready mass-produced robotic limb. I'll count us as having robotic limbs when I see handicapped people walking around with them on the street.

      Its fine if its your opinion that he's right. Its my opinion that he's wrong, and I've stated why I think that. You haven't given me anything other than "People have been naysayers before and they were WRONG!" and "So wheres your degree?" which are incredibly weak as far as arguments go. As far as your demand that I prove my position or shut up? One, I am free to state my opinion however I wish. Deal with it. Two, the burden of proof is on the people making the claims and predictions, and thus Kurzweil, not on me. Deal with that too.

    22. Re:mid-age life crisis by Anonymous Coward · · Score: 0

      Interesting that you say that without backing it up with ANY hard data yet being modded as "insightful". At least Kurzweil makes an effort to make a sceintific claim.

      Look at medicine and the claims that Kurzweil makes: progress in nanotechnology, in the ease of gene sequencing, in the resolution of brain scans. He is not saying that transportation, medicine or biology is increasing exponentially. He has found very specific examples of things that DO increase at an exponential rate within those fields and tries to give an idea of what will happen if advances continue at the same rate.

      Maybe he is misjuding the effect of those advances - you be the judge. But he has definitely found fields within medicine, biology and communcations that DO increase exponentially.

    23. Re:mid-age life crisis by Anonymous Coward · · Score: 0

      He has been fairly accurate about his past predictions... Say what? No, he hasn't. Around 1984 he predicted that in 5 or 10 years computers would no longer use keyboards. That was when he was running his speech-recognition company. His predictions as a futurist are similarly optimistic, and on the wrong time-scale.

      Ray's a really smart guy, and he's carved out a clever career path here. I don't think most people really understand what he's doing and his role in the technological world. He's not predicting that we *will* have these technologies in those time-frames. He's pointing out that it is *possible*: we can have them if we create them. He's taken on the role of the pulp-mag SciFi authors of the 1940's; showing us the beneficial directions that various technologies could take. He's describing goals and encouraging others to work towards them.

      He's using the same reality-creation techniques politicians use: describe how you want the world to be as if it already were that way, do it enough times and convince enough people that it should be that way, and people will work hard to make it come true for real. His time-frames are short to get people interested. Would we even be talking about this if he said we'll have thinking machines in 2150?

      Besides, we all know the rule for converting a manager's target date into a real one: multiply by two, add one, and convert to the next higher units. :-)
    24. Re:mid-age life crisis by plehmuffin · · Score: 1

      Kurzweil's father died of heart disease (runs in the family) when he was in his mid fifties, and kurzweil was diagnosed with early stages of diabetes when he was in his early forties. Today, likely because of his health regimen, he is very fit and does not clinically have diabetes. He doesn't claim that his current regimen is gonna keep him alive forever, just to keep him alive longer, hopefully to the point where medical advances will take him the rest of the way. Say what you will about his predictions, but appears to be in very good health for a 60 year old.

    25. Re:mid-age life crisis by Sibko · · Score: 1

      Here's my own take on it:

      2000-2010:
      Translating telephones allow people to speak to each other in different languages. [No.]

      Machines designed to transcribe speech into computer text allow deaf people to understand spoken words. [Yes.]

      Exoskeletal, robotic leg prostheses allow the paraplegic to walk. [Y e s.]

      Telephone calls are routinely screened by intelligent answering machines that ask questions to determine the call's nature and priority. [Y e s.]

      "Cybernetic chauffeurs" can drive cars for humans and can be retrofitted into existing cars. They work by communicating with other vehicles and with sensors embedded along the roads. [Yes.]

      The classroom is dominated by computers. Intelligent courseware that can tailor itself to each student by recognizing their strengths and weaknesses exists. Media technology allows students to manipulate and interact with virtual depictions of the systems and personalities they are studying. [No.]

      A small number of highly skilled people dominates the entire production sector. Tailoring of products for individuals is common. [No.]

      Drugs are designed and tested in simulations that mimic the human body. [Yes.]

      Blind people navigate and read text using machines that can visually recognize features of their environment. [Ye s.]

      2010:
      PCs are capable of answering queries by accessing information wirelessly via the Internet. [Yes.]

      I think you were a overly pessimistic about his predictions to suite your own arguement.

    26. Re:mid-age life crisis by Rycross · · Score: 1

      My analysis was based on whether the technology had advanced to an end-product or production ready system, not whether the concept exists on Wikipedia or if it was being researched. Plenty of things have been in research despite technology not being available for a practical implementation. Lets go over this.

      Translating telephones allow people to speak to each other in different languages. [No.]

      Agree. [No]

      Machines designed to transcribe speech into computer text allow deaf people to understand spoken words. [Yes.]

      Agree. [Yes]

      Exoskeletal, robotic leg prostheses allow the paraplegic to walk. [Y e s.]

      All still in research, not production models. Not available through insurance to handicapped. I've never seen one outside of a lab. Disagree. [No]

      Telephone calls are routinely screened by intelligent answering machines that ask questions to determine the call's nature and priority. [Y e s.]

      Predictive dialers are not what are being talked about. They are used to automate calling out for telemarketers. Computer telephony integration is also not what is being talked about. Its used to manage and automate telephone systems.

      Skills based routing is the only one that is on-topic (due to actually being a technology to route callers to agents), and I did mention it in my post. The caveat is that in modern routing systems, this is not done intelligently. When I dial in to one of these systems, I am given a menu (For xxx press 1, For xxx press 2, ...) and I am making the decisions about the nature of my call and its priority through my input.

      When Kurzweil said that telephone calls are "screened and intelligently routed", I took that to mean that the burden of determining the nature of the call was on the computer. As in, it would ask me what my problem is, I would say so, and it would analyze what I said and route me. I've only seen one system that tried to do this (Comcast) and it simply didn't work. So, I disagree with this on the grounds that telephone routing systems are not intelligent. Disagree [No]

      "Cybernetic chauffeurs" can drive cars for humans and can be retrofitted into existing cars. They work by communicating with other vehicles and with sensors embedded along the roads. [Yes.]

      Darpa challenge is research, not production ready. Prometheus was research and not production ready. I can't tell if 2getthere is anything more than a research prototype. ARGO is marked as research. None of these communicate with other vehicles. I cannot go out and buy any of these driverless cars, and I can't find whether any have been road certified. So, for now, disagree. There's still 2 years for them to get out on the road for his prediction to be true. Disagree. [No]

      The classroom is dominated by computers. Intelligent courseware that can tailor itself to each student by recognizing their strengths and weaknesses exists. Media technology allows students to manipulate and interact with virtual depictions of the systems and personalities they are studying. [No.]

      Agree. [No]

      A small number of highly skilled people dominates the entire production sector. Tailoring of products for individuals is common. [No.]

      Agreed. [No]

      Drugs are designed and tested in simulations that mimic the human body. [Yes.]

      Your link is a generic Wikipedia article on computer simulations. I believe I've mentioned things like protein folding, but the quote does not say "Computer simulations become viable." It says "Drugs are designed and tested in simulations that mimic the human body." Computer simulations are used to help design drugs I believe, but animal and human testings are still

    27. Re:mid-age life crisis by nanostuff · · Score: 1

      It takes 15 years, sometimes, for a useful drug with no proven side effects to make it to market. How long does it take a new transistor manufacturing technology to make it to market? Technology won't sit idle during the period the drug is being brought to market. The transition phase is not the same length it takes to release the product. It may take 10 years for a drug to come to market, but one year later another drug is discovered which will also take 10 years. When the first drug comes out, the next one will be available one year later.

      It's equally ridiculous to assume that the rate of increase will remain the same with no compelling evidence to support the assertion. You have unrealistically high expectations of compelling evidence. Kurzweil has used numerous examples going from medical imaging resolutions, both temporal and spacial, DNA sequencing costs, DNA synthesis costs, the exponential growth of available gene therapies.
  8. Silliness by Junior+J.+Junior+III · · Score: 4, Insightful

    You can't reverse-hack? Who says?

    You can reverse engineer anything. Whether it has a well-thought out design or not, its functions can be analyzed and documented and re-implemented and/or tweaked.

    If anything, the timetable may be in question, but not the question of whether or not it can be done. I have no doubt it can be done, it's just a matter of how long it'll take given the right resources, the right talent, the right technology, and the right knowledge.

    Granted, I'm just an idiot posting on slashdot, and not an inventor or neuroscientist, but I still think I'm right on this.

    --
    You see? You see? Your stupid minds! Stupid! Stupid!
    1. Re:Silliness by mrbluze · · Score: 1

      You can't reverse-hack? Who says? Kurzweil says. Oh, hands-on-heads too, by the way.
      --
      Do it yourself, because no one else will do it yourself. [beta blockade 10-17 Feb]
    2. Re:Silliness by SatanicPuppy · · Score: 1

      His problem is that he's confusing form and function.

      I've met many a hack I couldn't figure out; a massive tangle of irreplicatable crap. But I can still make something new that is functionally identical, and that is what would need to be accomplished to replicate the brain.

      I see wishful thinking on two fronts. One, he wants to be immortal and touch the "weak godhood" of the Singularity. But two, he still wants to be "unique" in having this wonderful un-hackable brain. I think those two ideas contradict each other.

      --
      ad logicam Claiming a proposition is false because it was presented as the conclusion of a fallacious argument.
    3. Re:Silliness by Anonymous Coward · · Score: 0

      yes, given enough time and resources you can do practically anything short of violating physical laws. but his point is that reverse-engineering human brain would be a royal PITA.

    4. Re:Silliness by eggstasy · · Score: 1

      It's basic high-school math that not every function has an inverse function.
      We can understand "engineering" in this context, as opposed to "hacking", as the careful planning of a system so that we use "well-behaved" functions, thereby maximizing our future ability to refactor said system, and minimizing the losses of potentially useful information throughout the various operations...
      For instance, a properly engineered graphics application will let you zoom in and out of a picture without permanently transforming the source data.
      Some older, or "hackier" applications would use the now-shrunk data for the enlargement operation, resulting in a morass of useless pixels.
      Nature is lazy, it follows the path of least resistance, so its output tends to be like this, building upon previous work rather than starting from scratch.
      There's an whole book out there about "unintelligent design", detailing why we cannot be the creation of a perfect divine entity since we're so poorly engineered. Wikipedia has some info on it as well.

    5. Re:Silliness by bob.appleyard · · Score: 1

      It's basic high-school math that not every function has an inverse function.

      A function is a one-to-one mapping.

      --
      How dare you be so modest!! You conceited bastard!!
    6. Re:Silliness by Opportunist · · Score: 1

      The difference is that usually, you have at least documentation to the architecture when you start hacking. You know the CPU the program is supposed to run on, and that's where you can start from. You needn't know what the program does, you needn't know what tricks or obfuscation is used in the program, but you need to know the basics. You need to know what a certain instruction does (however basic said instruction is).

      We have the problem that we don't even understand the CPU we plan to run our software on. We don't understand the protocol it uses to communicate with its interfaces. We don't understand the software (hell, we don't even know what the software would look like so we could start looking for it).

      That's the difference.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    7. Re:Silliness by Junior+J.+Junior+III · · Score: 1

      Black box reverse engineering is still possible. You don't even have to know that there is a CPU, let alone what it's architecture is.

      --
      You see? You see? Your stupid minds! Stupid! Stupid!
    8. Re:Silliness by russellh · · Score: 1

      You can reverse engineer anything. Whether it has a well-thought out design or not, its functions can be analyzed and documented and re-implemented and/or tweaked. If anything, the timetable may be in question, but not the question of whether or not it can be done. I have no doubt it can be done, it's just a matter of how long it'll take given the right resources, the right talent, the right technology, and the right knowledge.
      Well, I would have to agree, but point out how early we are in the process. In nature we can predict some stuff and mathematically model some relationships. We suspect we understand the simple aspects of nature. But we can't duplicate it. We think people are a lot more complex than ants, for instance, but we cannot make an ant in the way we make anything else. Or simple vegetable matter that has no brain function. Or even the most inconsequential bacteria. The complexity of the simplest natural objects is well beyond our capacity to create, because they're alive. We create dumb things, static things that degrade over time, whereas natural things are alive and grow and change over time, and of course, self-replicate. Human intelligence is overrated as an object of study in nature, as something to try to duplicate; far better to study how individual things grow and change over time and interact in their environment and try to incorporate those processes in our artifacts, even if just in software. I conclude that artificial life is the prerequisite to artificial intelligence.

      Granted, I'm just an idiot posting on slashdot, and not an inventor or neuroscientist, but I still think I'm right on this.
      Granted. Um, same here.
      --
      must... stay... awake...
    9. Re:Silliness by digitrev · · Score: 1

      Wrong. A function is a way of taking every element in domain A and giving it an element in domain B. So F: A -> B. If a1 and a2 are elements of A, then it's perfectly reasonable to construct a function such that f(a1) = f(a2). Take, for example, f(x) = x^2. That's a function, but it is not a one to one mapping. The inverse function does not exist, as f(x) = +-sqrt(x) is not a function. A one to one mapping would be something like x, x^3, x^5, x^(2n+1), where n is a positive integer for n >= 0. The two main trig functions, sin and cos are functions, but not one to one. See where I'm going with this?

      tl;dr - A function assigns ONE value in B to every element in A. This does not mean that those values are unique.

      --
      Cynical Idealist
    10. Re:Silliness by Anonymous Coward · · Score: 0

      just like the neutral pion is its own antiparticle, reverse hacking IS hacking!

    11. Re:Silliness by bob.appleyard · · Score: 1

      Well OK, I'll tell my high school maths teacher was wrong when I meet her. Seriously, thanks for that.

      --
      How dare you be so modest!! You conceited bastard!!
    12. Re:Silliness by eggstasy · · Score: 1

      A mathematical function can be one-to-one, but also many-to-one. What your teacher probably told you is that it cannot be one-to-many.
      If you have two horizontally parallel lines on a chart, that cannot be expressed as a function.
      You may have learned about injection, surjection and bijection somewhere along the line?

      http://en.wikipedia.org/wiki/Function_(mathematics)
      http://en.wikipedia.org/wiki/Injective_function
      http://en.wikipedia.org/wiki/Surjective_function
      http://en.wikipedia.org/wiki/Bijective_function

  9. Nah by Hoplite3 · · Score: 5, Insightful

    AI is our generation's flying car. It's what we see in the future, not what will be. Instead of the flying car, we got the internet. It isn't very picturesque (especially over at goatse.cx), but it is cool.

    The future will be like that: something people aren't really predicting. Something neat, but not flashy.

    Alternatively, the future will be the "inverse singularity" -- you know, instead of the Vinge godlike AI future singularity of knowledge, there could be a singular event that wipes out civilization. We certainly have the tools to do that today.

    --
    Use the Firehose to mod down Second Life stories!
    1. Re:Nah by vertinox · · Score: 3, Insightful

      AI is our generation's flying car. It's what we see in the future, not what will be.

      I don't know. I think AI is economically easier and desirable to acheive than a flying car.

      The internet was predicted about the same time, but no one really paid attention but because it was economically viable and actually desirable (no drunk drivers or grandma's driving 300mph into buildings with a missile) it came about.

      Secondly, AI in any form is desirable. From something as simple as filtering data, to more advanced like picking stocks, and the final goal of actually being a companies CEO is what many companies are investing in right now.

      Of course no one is building a super intelligent CEO in a box as of now, but many companies are developing programs that are borderline AI with dealings with choosing their best investments especially the larger financial firms with those who manage mutual funds.

      Now they don't call them AI at this point but they are approaching and I would wager that when it becomes viable, people will be building MBA's in a box to determine strategic decisions.

      --
      "I am the king of the Romans, and am superior to rules of grammar!"
      -Sigismund, Holy Roman Emperor (1368-1437)
    2. Re:Nah by bornyesterday · · Score: 1

      How is AI, a concept that dates back to the early 1900s "our generation's"? In both cases, we have early experimental versions of AI and flying cars. Neither is anything close to what science fiction writers and fans have envisioned for the last 100 years.

    3. Re:Nah by Rogerborg · · Score: 1

      The current stock pickers are Artificially Dumb, since the main driver (avoiding big losses) is predicting just how irrational all the other stock pickers - meat or silicon - are going to be. That's not really a direction that we want to explore without a Common Sense Override, since sooner or later we'll hit on the perfect feedback loop which will sell the entire global economy for $3.50 to an Elbonian day trader.

      --
      If you were blocking sigs, you wouldn't have to read this.
    4. Re:Nah by Yvanhoe · · Score: 1

      We have flying cars. They only are oddities that are not economically viable. Hell, we even have jetpacks and privately-funded space travels.
      The difference with most of other predictions is that AI doesn't have to become economically viable. You only need one, somewhere, to make a technological disruption.

      --
      The Wise adapts himself to the world. The Fool adapts the world to himself. Therefore, all progress depends on the Fool.
    5. Re:Nah by StrawberryFrog · · Score: 1

      we got the internet. ... something people aren't really predicting.

      I've got a copy of Arthur C. Clarke's book "2001: A space Odyssey" here. It was first published in 1968. He has Dr Floyd reading newspapers on his "information tablet" while on his way to the moon. That's a close enough prediction of the internet in information technology terms, but the internet is not just http://news.bbc.co.uk/ and http://www.nytimes./

      He failed on on the social implications, which is what we think of as the internet.

      He missed that "electronic newspapers" would have low enough barriers to entry to cause mass amateurism, and undermine the business models of existing newspapers, auction houses, classified ads businesses, encyclopaedias, music industry, maps, porn, TV, etc, etc.

      He also missed some other trends - the moon spaceship is just a bigger, more expensive passenger jet, complete with servile stewardesses.

      --

      My Karma: ran over your Dogma
      StrawberryFrog

    6. Re:Nah by khayman80 · · Score: 1
      I disagree- AI is not desirable. When you propose that AI can help us pick stocks and filter data, you're essentially advocating the creation of a slave race. You think companies/governments are going to spend billions of dollars creating an AI, and then just let it sit around playing Playstation 7 games? No. They'd want a return on their investment, and they'd force the program to do their bidding in some manner. Maybe this would involve an imperative built into the AI at ground level: "obey your masters", maybe it would be more obviously sinister.

      Do you think that society as a whole would find this as repugnant as I do? I doubt it. Most people find it difficult to empathize with OTHER HUMANS who have a different skin color, a different religion, or a different sexual orientation. If Average Joe doesn't care about the individual rights of people in Gitmo, he's certainly not going to care about the individual rights of a computer program- which is not even a biological life form.

      I would say that any serious AI research needs to be preceded by widespread legislation expanding the definition of individual rights (abandoning the "human rights" label as anachronistic along the way). We need to insure that all sapient beings- organic or digital- have guaranteed rights. Until then, I think AI researchers are badly misguided- they're naive idealists working towards a noble goal, without considering that they're effectively working to create a new slave race...

    7. Re:Nah by LotsOfPhil · · Score: 2, Informative

      Of course no one is building a super intelligent CEO in a box as of now, but many companies are developing programs that are borderline AI with dealings with choosing their best investments especially the larger financial firms with those who manage mutual funds.
      Now they don't call them AI at this point but they are approaching and I would wager that when it becomes viable, people will be building MBA's in a box to determine strategic decisions.

      I think you are talking about "black box" trading at quantitative funds. (I can't imagine that many companies ask Computron where to put their money). If that is what you are talking about, I think you are quite off base. The driver for black box/quantitative trading is speed, not any computer insight. A human can't receive a stock tick and trade off of it in 10 milliseconds. A computer can, and requires nothing remotely approaching intelligence to do so.
      --
      This post climbed Mt. Washington.
    8. Re:Nah by raddan · · Score: 1

      Now they don't call them AI at this point but they are approaching and I would wager that when it becomes viable, people will be building MBA's in a box to determine strategic decisions. I just moved and I have some empty boxes left over. Does that count?
    9. Re:Nah by istewart · · Score: 1

      The "MBA-in-a-box" scenario presupposes that the corporate form will continue to be viable. Considering that we're beginning to see the breakdown of state subsidies to centralization (intellectual property is one that comes up a lot here on Slashdot), I don't have faith.

      Methods of social organization are technologies too, and I'm willing to bet we'll see rapid evolution in that sector over the next few decades. Who knows what sort of other changes that will enable? I'm not willing to get completely on board with Kurzweil, since he makes numerous faulty assumptions of his own, but change can still come from unexpected directions.

    10. Re:Nah by Anonymous Coward · · Score: 0

      Not every form of AI is desirable.
      http://en.wikipedia.org/wiki/Stanislav_Petrov

  10. Deja vu by Hatta · · Score: 1

    I said pretty much the same thing Ramachandran said in a Kurzweil related thread yesterday. Funny how that works.

    --
    Give me Classic Slashdot or give me death!
  11. Where's my f'ing flying car dip$%^* by coren2000 · · Score: 2, Funny

    Where's my motherf'ing flying car?

    1. Re:Where's my f'ing flying car dip$%^* by Idiomatick · · Score: 2, Informative

      There have been flying cars .... I hate people using this. We have the technology to make flying cars we have for a long time. The reason you dont see them is because they are expensive. If you think a hummer gets bad mileage a flying car gets much worse. Since it doesnt use wings for lift (the type envisioned by most people) you need to expend many times more fuel than a plane which uses too much already. Then of course you need to expend lots of effort making it lightweight. And its doomed to being a one seater unless you make it bigger than a regular car. If a product is doomed to lose money with total certainty. Why would any company make it? As well it costs millions for RnD so you cant make it just for novelty sake. It is NOT a technological problem, its economic.
       
      AI is completely different. The cost is in computing power not dollars. Computing power is being driven down by forces around the world funneling billions into computers. Ai is also used around the world as it can be developed incrementally not leap to turing ready. Its used many decision making computer systems which again have billions of dollars being funneled to them. So we are constantly improving AI already. As for chips in our brains. There again are supporting technologies to work this out. There was an article about mind reading robots a few days ago, study on the brain is big. Of course cellphones for miniaturization. Mind controlled limbs coming out. Sure it is more difficult but the forces of capitalism are on ourside. And it tends to get its way.
       
        That said i think his timescale is way off. We will have computers as fast as the brain in 2029 perhaps but they'll need to become more common place before we could expend that playing with and testing AI. So i'd say late 203x. Chips in the brain has one obvious setback, like genetic modification the government will surely stand in the way of science. If people arent comfortable with the idea it'll get bogged down in testing phases. After that it wont get enough funding because well there probably isnt a big market outside /. for putting chips in your brain. So i'd say we are a while off from seeing that. Immortality might be easier than chip in the head ironically because it makes less people feel queasy.

    2. Re:Where's my f'ing flying car dip$%^* by coren2000 · · Score: 1

      There have been flying cars .... I hate people using this. I hate when people take things too seriously... but anyway, you'll notice I wasn't asking about flying cars in general... i was asking where *MY* flying car is.

      Technology promised us flying cars in each garage and hasn't yet delivered... I dont really care that its an economic issue rather than a tech issue (actually its a tech issue... the tech isn't good enough to be cheap, but why quibble).

      Am I really to believe that Kurzweil (who's books get really boring as he starts making bad predictions) that I'll have brain implants before a flying car? I think not.
    3. Re:Where's my f'ing flying car dip$%^* by jc42 · · Score: 1

      We have the technology to make flying cars we have for a long time. The reason you dont see them is because they are expensive. If you think a hummer gets bad mileage a flying car gets much worse.

      Huh? It's easy to find data on the fuel usage of various vehicles, including airplanes. There's a rough summary at this wikipedia page. Airplanes generally have roughly the same fuel per 100 km per passenger mileage as autos. This includes the general observation that the bigger the vehicle, the smaller the fuel/distance*passengercount ratio. The big airliners, like trains, have among the best fuel mileage. If you compare, say, small 4-seat autos, airplanes, and helicopters, you find roughly the same mileage.

      Now, granted, anything you read on this topic will start off warning that you're "comparing apples and oranges". Aircraft fuel usage is a lot more variable, for a lot of obvious reasons. OTOH, aircraft can generally take more direct routes, somewhat decreasing fuel usage. Takeoffs use a lot of fuel, landings don't use much at all. A head wind uses more fuel, a tail wind uses less, and this effect is much larger for aircraft than for ground vehicles. And so on.

      But overall fuel usage data is available for all kinds of vehicles. It turns out that fuel consumption isn't the major consideration in deciding what sort of vehicle to use, because they mostly turn out fairly similar. The main consideration is things like travel time and how close a given vehicle can get to your trip's end points. Autos win much of the time because they can do point-to-point trips. Aircraft aren't too practical if your endpoints are in the middle of cities.

      Actually, the main thing blocking "flying cars" is: Do you really want all those millions of idiots off the roads and flying over your house? Or, expressed another way, flying cars haven't been developed because they are in fact illegal almost everywhere that people live. There is a minimal permitted flying altitude over most inhabited areas, for good reason. Unless you live out in the country, you can't legally fly or land anywhere near your house. To understand why, just imagine all your neighbors firing up their aircars for their morning commutes, all of them trying to take off at about the same time.

      However, out in the American West, it's not unusual for the rural folk to have both cars and airplanes. A lot of small towns have a landing strip next to the commercial strip of stores, parallel to the road but on the other side of the stores. In good weather, a lot of farmers and ranchers will routinely use the plane for shopping trips. But this is feasible for the maybe 1% of the population that lives in the areas with the lowest population density. In built-up areas, it would be utter insanity.

      (Yes, I have been on a few such flying shopping trips. They were faster and more comfortable than taking the car. But I wouldn't want to do it during tornado weather. ;-)

      I wonder if we can extend this flying-car analogy to explain why computerized brains just might end up illegal? Can you imagine, in 2030, when most of the population has just been (involuntarily) upgraded to the latest Microsoft Brain 8.0 release, and half the people on the road are part of a botnet? Suddenly they get preempted to perform a DDOS attack on the nearby commuter-rail line ...

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    4. Re:Where's my f'ing flying car dip$%^* by slas6654 · · Score: 0

      Ditto that!

      I find it hilarious to hear from so-called futurists. Its hilarious because their followers fall into 2 camps: syncophants _or_ luddites. Rarely, if ever, do you get someone checking them for accuracy.

      Kurzweil's developed a voice recognition package several years ago. That kind of VR software has been around for years. If you look at the commercial usage of VR software, you'd still find a very small market today. It's not that there isn't demand for it. Its just that the technology is still not there.

      Forget about hooking computers into my brain. What I want to know is when can I go down to Bestbuy and pick up a couple of laundry robots. When is that going to happen?

    5. Re:Where's my f'ing flying car dip$%^* by Idiomatick · · Score: 1

      Thanks for the info on planes... i kinda assumed it would take more energy to you know keep the big piece of metal in the air. But i guess its not that big a deal. And i'm sure i could think of tons of legal problems for flying cars as well i just wanted to show it wasnt a technological issue. They dont exist because its stupid and unusable. And you are probably right about the chips which i pretty much figured. Networking them or making them essential in any way wouldnt happen for alooooot longer so i wasnt even considering that. Getting groceries in a plane sound pretty fun though :p .... i still want to apply rollercoaster technology to public transit before having flying cars though.

    6. Re:Where's my f'ing flying car dip$%^* by jc42 · · Score: 1

      i still want to apply rollercoaster technology to public transit before having flying cars though.

      That's a wonderful concept! It would be expensive in flat places like Chicago, of course. But imagine what could be done in San Francisco. You'd get on the car at the top of Telegraph Hill, and it would descend without breaks, reaching 200 mph at the bottom, where it would go through several progressively smaller and tighter loop-the-loops to lose momentum, finally coming to rest at the Market. Yee-haw! Here in Boston, there's a lot of potential energy at the top of Beacon Hill that could be used similarly.

      On a more serious level, I've read several articles about attempts back in the 1970s (I think) to build "ground-effect" vehicles, i.e., street-going hovercraft. It didn't get anywhere for an interesting reason: It turned out that pretty much everywhere in the US or Europe, such a vehicle is legally an "aircraft" (since it "flies" along above the ground). But it flies at an altitude of around 30-50 cm, which is far below the legal minimum for aircraft flying over a city. So they were illegal aircraft in any urban areas. When lawyers pointed out what it would take to get the laws changed to something more reasonable, the developers just abandoned the projects and went on to other things.

      Now, there are some obvious potential problems that such vehicles would have to overcome. They are a variant on the "swamp buggies" used in southern Florida and Louisianna, and those are incredibly noisy. Sorta like large lawnmowers without wheels, and a flexible "skirt" to help keep the air bubble in. They also need a rather wide path, because they are, uh, "fun" on corners. They would potentially make mincemeat of any cat, dog or small child that got in the way. OTOH, they don't need a solid suface; a fairly smooth grassy path would be a fine road for such vehicles. We'll never know whether the problems could have been overcome, though, because the insanity of the legal system considering them aircraft pretty much strangled the concept in the cradle.

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    7. Re:Where's my f'ing flying car dip$%^* by hot+soldering+iron · · Score: 1

      there probably isnt a big market outside /. for putting chips in your brain. I can start naming a couple GIANT markets right now: Autistics, Alzheimers patients, ALS, MS, parapalegics, head trauma survivors, IT/knowledge workers (yeah, /.ers will get em, too), people who do time critical work and require massive focus and an extensive knowledge base (aerospace pilots, air traffic controllers, surgeons, ems workers, law enforcement/spy/freelancers. Once the competitive edge is felt, people line up to get on board. "Moral Qualms" be damned, they've got to put food on the table!
      --
      When you want something built, come see me. If you want correct grammar and spelling, get a F*ing liberal arts student.
  12. Will people move data like in Johnny Mnemonic in ? by Joe+The+Dragon · · Score: 1

    Will people move data like in Johnny Mnemonic in there heads?

  13. Kurzweil? by phtpht · · Score: 1

    Was Mulder also there?

  14. I like my brain as it is... by multi-flavor-geek · · Score: 1

    All of th bi-polar, latent hallucination filled, occasional freezing and rebooting, hacked, whacked, twacked mess it is. I wouldn't change it for the world. It took me thirty odd years to figure out what to do with it but suddenly I found out of this mess I can get creativity! Now I am doing marketing for a nightclub (with no experience no less) and started my own magazine! Not going to post a link as I don't want godaddy taking a shit on me quite yet.... That ans they may notice the string of noscript tags that eliminate all of their ads... But back to my occasionally wandering brain I am going to leave it alone, I like it here, and you will never be able to program into a computer one thing, experience, you can make a computer emulate empathy, but you cannot make it learn past a series of yes & no questions into the wonderful world of angels dancing on the heads of pins.

    --
    Like arts? Like cheesy little Indie mags? Check out www.artwerkmag.com, and don't laugh at the bad coding please.
  15. Great, something else to patch by PainMeds · · Score: 1

    I have a hard enough time keeping my PS3, Macbook Pro, iPhone, and desktop machine at the latest patch level. Thanks, but no thanks.

  16. Adding computers to my brain? by schnikies79 · · Score: 1

    No thanks!

    One of the great things about current technology is the ability to unplug and sometimes I just want to do just that.

    --
    Gone!
  17. Sounds a little like.... by SGDarkKnight · · Score: 1

    A claim that was made saying we would no longer need "paper" by the year 2000. Even with this guys previous track record about the sudden internet boom, computer chess champion, etc... Com'on now, adding computers to the brain? Don't get me wrong, I think i will eventually happen, just not by the year 2020. At one point in the article it says by the 2020's and in another part it says he made a $10k bet that it would happen by 2029. I know its still considered the 2020's, but still, seems a little too early for those types of advancements. It just seems to me that for any significant progress to be made in neurotechnology specifically, the area of "adding computers to the brain", espically with all the hoops you have to jump though before you can even get to the human testing phase, 2020 is way too soon. 2029 might be a better bet IMO -- oh wait, Dr. Kurzweil already made that bet. I think hes going to be off by at least another 10 to 20 years before we have any Johnny Mnemonic's running around (and yes, i know the movie takes place in the year 2021).

    --

    ...A no smoking section in a restaurant is like having a no peeing section in a swimming pool...
    1. Re:Sounds a little like.... by cosinezero · · Score: 1

      The only thing I need paper for is to wipe my ass. What do you "need" paper for?

    2. Re:Sounds a little like.... by digitrev · · Score: 1

      Human readable non-electronic data storage.

      --
      Cynical Idealist
  18. Ugh by Anonymous Coward · · Score: 0

    Before we get to Ray Kurzweil's plan for upgrading the "suboptimal software" in your brain, let me pass on some of the cheery news he brought to the World Science Festival last week in New York.

    Do you have trouble sticking to a diet? Have patience. Within 10 years, Dr. Kurzweil explained, there will be a drug that lets you eat whatever you want without gaining weight. What's that then, eating a tonne of snow a day? Cyanide, maybe? Rohypnol and they put your fat ass on a treadmill? On the plus side, I now don't need to waste anymore time reading the rest of the article (yes, I'm new here)."Futurist"? Hah!
    1. Re:Ugh by hansraj · · Score: 1

      You can try eating a tonne of cyanide today. I am sure you won't be putting on any weight.

  19. Re:Will people move data like in Johnny Mnemonic i by Yetihehe · · Score: 2, Funny

    With current technology I can very easily move some 20-30gb in my stomach (2gb microsd cards in some small pill-like protective case). But download is then a little shitty...

    --
    Extreme Programming - Redundant Array of Inexpensive Developers
  20. Adaptation by jonastullus · · Score: 4, Insightful

    IANANS (I am not a Neuroscientist), but as with other approaches of interfacing the human brain with periphery it seems to work really well to let the brain do the hard interfacing work.

    So, as haphazardly as the brain structures, memory storage, sensory input, etc. might have evolved, it might still be flexible enough to figure out a sufficiently simple interface with anything you might connect to it. Given a smart training of finding the newly connected "hardware", it might be possible to interface with some really interesting brain extensions.

    The complexity and the abstractness of the extension might be limited by the very pragmatic learning approach of the brain, making it more and more difficult to learn the interface if the learning progress is too abstract/far away for the brain to "stay interested". Though maybe with sufficiently long or "intense" sensory deprivation that could be extended a bit.

    My problem with the argument of the "haphazard" structure of the brain is that it could have been used to deny the possibility of artificial limbs or artificial eyes, which both seem to work pretty well. Sure, these make use of already pre-existing interfaces in the brain, but as far as I know (not very far) the brain is incredibly malleable at least during the first 3 years of childhood.

    So, as ethically questionable as that may sound to us, it might make sense to implant such extensions in newborn babies and let them interface to them in the same way they learn to use their eyes, coordinate their limbs and acquire language.

    Good times ;)

    1. Re:Adaptation by mapsjanhere · · Score: 1

      My worry would be that our brain interfaces too well with the new gadgets.
      "how did he die?"
      "his spacial awareness co-processor run out of battery, and he run into a wall"
      Adding extra-human capabilities without turning a human into a human-machine hybrid, each depending on each other for survival, sounds like the true challenge. And that's not even looking in the ethical challenges of preventing borg-like control via the add-ons. "Don't fret about the elections, Mr. President. The new citizen 2.1 firmware rev has your reelection secured by a 58.2% margin."

      --
      I'm aging rapidly, I bought a new game and had no idea if my machine was good for it.
    2. Re:Adaptation by Anonymous Coward · · Score: 0

      Way to "think of the children".

      Actually, the brain maintains plasticity well into adulthood.
      Check out http://www.amazon.com/Mind-Brain-Neuroplasticity-Power-Mental/dp/0060988479,
      if you're interested in details.

      So leave those poor brains alone until they need augmentation.

    3. Re:Adaptation by digitrev · · Score: 1

      Reminds me of the guy who wore glasses that would invert the rays coming to him so that he saw everything upside down. Then, after a while, things straightened out. When he took them off, things again appeared to be upside down.

      --
      Cynical Idealist
    4. Re:Adaptation by Anonymous Coward · · Score: 0

      So! Where are these brain extensions? Oh, right... you're not talking about anything. Back to make believe land then!

  21. My biggest problem with Kurzweil by jeiler · · Score: 4, Insightful

    He not only makes predictions about technology (which is a feasible endeavor, though fraught with difficulties), but also about the universe that the technology will interact with. Predicting that brain scan technology will improve is (pardon the pun) a no-brainer. Predicting that we will map out hundreds of specialized areas within the brain is a prediction that is completely off the wall, because we don't know enough about brain function to know if all areas are specialized.

    --

    If you haven't been down-modded lately, you aren't trying.

    Sacred cows make the best hamburger.

    1. Re:My biggest problem with Kurzweil by bornyesterday · · Score: 0, Troll

      The fun things about predicting the future is that people only pay attention when you get it right.

    2. Re:My biggest problem with Kurzweil by Anonymous Coward · · Score: 0

      While Kurzweil is a genius deserving of recognition when it comes to his past technical innovations, he has of late been proclaiming himself an expert in fields that he clearly has very little understanding.

      The lack of medical evidence for most of his daily 250+ supplements only shows he doesn't read or believe the real science that is out there. To make matters worse, his notion of the pH of the water you drink having any impact on health is a complete lack of understanding what amounts to High School chemistry of buffers or titration.

      Failing these two significant points alone should be enough to raise the eyebrows of any one in his audience.

      Certainly he has benefited mankind, especially disabled individuals with his contributions...but his latest efforts don't really amount to much more than quackery approaching the level of L. Ron Hubbard.

  22. Balls of crystal by sm62704 · · Score: 3, Insightful

    by the 2020s we'll be adding computers to our brains and building machines as smart as ourselves

    As a cyborg myself, I don't see any sane person adding a computer to his brain for non-medical uses.

    I was going to say that sane people don't undergo surgery for trivial reasons, then I thought of liposuction and botox for rich morons, and LASIK for baseball players without myopia. I don't see any ethical surgeons doing something as dangerous as brain surgery for anything but the most profound medical reasons, like blindness or deafness.

    As to the "as smart as ourselves", the word "smart" has so many meanings that you could say they already are and have been since at least the 1940s: "1. to be a source of sharp, local, and usually superficial pain, as a wound." Drop ENIAC on your foot ans see how it smarts. "7. quick or prompt in action, as persons." By that definition a pocket calculater is smarter than a human.

    Kurtzwiel has been saying this since the 1970s, only then it was "by the year 2000".

    We don't even know what consciousness is. How can you build a machine that can produce something you don't understand?

    --
    mcgrew's razor: Never attribute to stupidity that which can be explained by greedy self-interest
    1. Re:Balls of crystal by yumyum · · Score: 1

      Kurtzwiel has been saying this since the 1970s, only then it was "by the year 2000". Do you have a reference for this?

    2. Re:Balls of crystal by sm62704 · · Score: 1

      No, and in fact I could be wrong. I don't even remember where I read it, th eseventies were a long time ago.

      --
      mcgrew's razor: Never attribute to stupidity that which can be explained by greedy self-interest
    3. Re:Balls of crystal by Anonymous Coward · · Score: 1, Funny

      Try adding a computer to your brain to remember things better.

    4. Re:Balls of crystal by Opportunist · · Score: 1

      I could actually see something like this happen. Actually in the most horrible way possible. Imagine companies "prefering" (read: won't employ without) people who underwent "enhancing" operations? People who can remember additional things, who have a built-in datebook or recorder that allows them to "remember" everything said to them (could be quite useful for lawyers)? People that can simply "download" new computer languages over night, who have a built in helpfile and functions library?

      That's actually what's scary about it. Not that people would suddenly want to cram their brains with additional information. Rather, that companies would want to make them do it.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    5. Re:Balls of crystal by Anonymous Coward · · Score: 0

      Kurtzwiel has been saying this since the 1970s, only then it was "by the year 2000". No idea where you are coming up with this claim. Sources please?

      All of his literature I own (which is all the books he has published) his claims only get micro-adjusted within the realm of 5-10 years. He did have claims about things that would happen in the 1990's and early 2000's in previous books: but guess what, they were pretty accurate.

      He didn't predict many specific things, but general estimates of computation/value ratios and total worldwide computing capacity have been startlingly accurate.

      2020 is actually a forward-adjustment to his claims of human-intelligence in machines. As far as I remember, his last estimate was closer to 2035. I guess things are looking even more optimistic than he originally thought.

      The important thing to remember about Kurzweil is he is not a science fiction author. He also isn't someone who claims to predict the future. If you actually read his books you will see his approach is fairly scientific: He looks at existing data, finds trends, and extrapolates. This isn't so much "Kurzwiel predicts" as "Kurzweil assembles data that predicts".

      One of the key discoveries he uncovered is that the rate of technological advancement throughout history is not linear, but rather exponential. Before you argue "it is easy to construct the data to support your own hypothesis" please understand that he simply overlays several charts from various independent sources who plotted time lines for key technological advancements in human history.

      Kurzweil is no Nostradomus.. He just follows the data to the logical end.
    6. Re:Balls of crystal by Anonymous Coward · · Score: 0

      Kurtzwiel has been saying this since the 1970s, only then it was "by the year 2000".
      Can you please be specific regarding particular predictions Kurtzwiel said would come to pass by year 2000, and failed? I'm not denying there probably are some, but your blanket statement takes a broad swing at discrediting someone, while not demonstrating a basis in fact.

    7. Re:Balls of crystal by Anonymous Coward · · Score: 0

      I don't see any ethical surgeons doing something as dangerous as brain surgery for anything but the most profound medical reasons, like blindness or deafness. http://en.wikipedia.org/wiki/Walter_Freeman
       
        ORLY?
    8. Re:Balls of crystal by sm62704 · · Score: 1

      Schitzophrenia, depression, and other such diseases that were treated with lobotomy are in fact very often deadly and always terrible. These illnesses are not trivial by any means.

      The article you linked also says he died 38 years ago. Not all surgeons, of course, are ethical any more than all businessmen are ethical.

      --
      mcgrew's razor: Never attribute to stupidity that which can be explained by greedy self-interest
    9. Re:Balls of crystal by Anonymous Coward · · Score: 0

      We don't even know what consciousness is. How can you build a machine that can produce something you don't understand? By building a machine you dont understand. If you build a self-improving system, by the time it is anywhere near conscious, you probably wont understand how it works.
    10. Re:Balls of crystal by digitrev · · Score: 1
      Just one change to your comment:

      Rather, that companies would make them want to do it.
      --
      Cynical Idealist
    11. Re:Balls of crystal by Anonymous Coward · · Score: 0

      Come on, man. All we have to do is build a machine that understands consciousness better than us. Then, let it build the other machines. Obviously.

    12. Re:Balls of crystal by trawg · · Score: 1

      As a cyborg myself, I don't see any sane person adding a computer to his brain for non-medical uses.

      I was going to say that sane people don't undergo surgery for trivial reasons, then I thought of liposuction and botox for rich morons, and LASIK for baseball players without myopia. I don't see any ethical surgeons doing something as dangerous as brain surgery for anything but the most profound medical reasons, like blindness or deafness. I don't know - if adding a computer to my brain was as consumer-ised as getting botox I'd certainly consider it, because it'd mean it had passed the point where it was reasonably safe to do it.

      I don't know enough about brain surgery to know if this is ever possible (I'm sure brain surgery is always going to be a hard, complicated thing with some associated risk given the fact that our skull is there to stop things from tinkering with your brain), but I would love to have a computer plugged directly into my brain, if only for data storage/recall.
    13. Re:Balls of crystal by Stuntmonkey · · Score: 1

      I don't see any sane person adding a computer to his brain for non-medical uses.

      Note that technological advances have a way of quickly becoming non-optional. For a certain generation, it was acceptable to not know how to use a computer. What sort of job would you be able to get today if you didn't know how to operate a computer, use the internet, send/receive email, create and print simple documents?

      Hypothetically, let's say there is a simple implantable device that will give you all of the internet within milliseconds, just by thinking (Google, Wikipedia, email, etc.).

      Here's what I think would happen:

      1. Some people would get the implant, just because they would think it was cool.
      2. Those people would be more productive than the rest of us.
      3. Soon a situation would emerge where the implant was no longer very optional for people who wanted to remain competitive (in the workplace, in creative endeavors, in social opportunities, etc.).
      4. All of this would happen much faster than you might think. (Consider that the last 10 years has seen the internet go from rare plaything to absolutely essential tool for every educated worker.)
    14. Re:Balls of crystal by Rycross · · Score: 1

      What is a good intro book for Kurzweil's ideas?

    15. Re:Balls of crystal by sm62704 · · Score: 1

      I'd rather have my data going to my brain the old fashioned way - through my eyes, ears, and other senses. I know how computers work, so therefore I don't trust one as far as I could throw a beowolf cluster of ENIACS.

      --
      mcgrew's razor: Never attribute to stupidity that which can be explained by greedy self-interest
    16. Re:Balls of crystal by nanostuff · · Score: 1

      I don't see any sane person adding a computer to his brain for non-medical uses. Never thought I'd see any sane person carrying a computer in their pocket. It's a wonderful thing how narrow-minded objections obsolete so quickly.
    17. Re:Balls of crystal by sm62704 · · Score: 1

      What sort of job would you be able to get today if you didn't know how to operate a computer, use the internet, send/receive email, create and print simple documents?

      Construction. It pays well too.

      Hypothetically, let's say there is a simple implantable device that will give you all of the internet within milliseconds, just by thinking

      Superceded by one that requires no implant, then wouldn't you feel dumb? I already have all the misinformation on the internet within milliseconds just by thinking. Thinking operates some very useful computer peripherals, namely my eyes and fingers (input/output devices).

      2. Those people would be more productive than the rest of us.

      Unproven.

      --
      mcgrew's razor: Never attribute to stupidity that which can be explained by greedy self-interest
    18. Re:Balls of crystal by sm62704 · · Score: 1

      What does carrying a computer in your pocket have to do with sanity? You don't have to undergo surgery or anything dangerous to carry a computer in your pocket.

      --
      mcgrew's razor: Never attribute to stupidity that which can be explained by greedy self-interest
    19. Re:Balls of crystal by nanostuff · · Score: 1

      What does liposuction have to do with sanity? People like to improve themselves. To suggest doing so is insanity is insanity.

    20. Re:Balls of crystal by sm62704 · · Score: 1

      If I could have cured my detached retina by diet and exersize I'd have been crazy to undergo the vitrectomy.

      --
      mcgrew's razor: Never attribute to stupidity that which can be explained by greedy self-interest
    21. Re:Balls of crystal by nanostuff · · Score: 1

      So then you see that diet and exercise only goes so far in making people healthier and smarter. At some point a bit of modern marvel is just the thing. Vitrectomy for you, a better hippocampus for Jimmy. Let's not define some arbitrary boundary to what level of technology is sane.

      BTW, I love how you instantly get +1 Score, that's wonderful :)

    22. Re:Balls of crystal by sm62704 · · Score: 1

      If Jimmy has a medical problem with his hippocampus then his surgery would be no crazier than mine.

      BTW the auto +1 comes from forgetting to check the "no karma bonus" checkbox. I haven't hacked slashdot or anything (aside from making interesting informative insightful comments without too much percieved offtopic trolling). I'm no "slashdot insider" either, metamoderation comes from karma. Should I start making posts that piss people off instead of making them think, I'll lose that auto +1.

      --
      mcgrew's razor: Never attribute to stupidity that which can be explained by greedy self-interest
  23. The ultimate in interface design by thesandtiger · · Score: 1, Interesting

    All concerns of security aside, I do think that sophisticated direct brain connections with computers will be coming along pretty soon - think along the lines of what they're doing now with robotic limbs and such. It absolutely won't surprise me if within a few more years (5-10?) that kind of stuff, an artificial limb being controlled by the brain exactly as a natural limb is, is completely commonplace. And direct brain control is the best interface around, really.

    For me, the huge thing will be when I'm able to control a computer's inputs directly with my brain to do tasks I currently do now. For instance, while I'm a decent typist, it's still much slower than my thoughts, and I will often race well ahead of what I'm able to type while I'm writing. I'd love it if I could interface directly and just think out what I want to say and then edit out all of the noise. I've got ideas for images I want to create but, unfortunately, I've not got the steady hands necessary to translate those images from my mind to paper or screen. A direct interface might, if advanced enough, allow me to at least put the basics of an idea out there and then repair it later.

    I'd love it if I could interact with objects around me as well - for instance, at university I have a swipe card that lets me into the research lab I work in, but it'd be much better if doors and elevators and such could know I'm there, know I'm me, and make a judgment - "Oh, she's alone, she's authorized to enter, open the doors" or "Oh, she's authorized to be here, but she's with someone else, so I will ask her to verify their guest status" or even "She's authorized and not alone, but she's activated a panic button, so I'll alert security, record the scene" or whatever. Basically, a smart environment with my implants acting as the key.

    None of that seems particularly unrealistic to me - yes, it'd require a lot of training/calibration to get things working accurately, but it all seems reasonable at this point. I'm not asking for Neuromancer-like "jacking in" or anything - I mean, visual implants would be great, and I can think of thousands of things I'd do with them - but for right now I'd settle for much of what I've described. Heck, I'd settle for implants that'd only let me do what I can already do with a mouse, keyboard, microphone and camera - I can think of lots of neat tricks that could be done to make my life easier like that.

    --
    Since I can't tell them apart, I treat all ACs as the same person.
  24. No, thanks! by gnupun · · Score: 0

    I don't want the govt to read or control my thoughts. Yet another day the elites want to attack the weak, common people and steal what little they have (their minds).

  25. Computers in Brains by salveque · · Score: 1

    I remember seeing a article about houses that controlled the lives of their inhabitants for them. It wouldn't work because people aren't willing to give up control.

    It's one of the things I always think of when I hear `technological singularity': people won't be willing to give up control. They want to be the smartest. So they won't make machines that are smarter than them: they'll make themselves smarter.

    Not only could basic arithmetic functions and memory be built in, but also internet connectivity and even interfacing with body-protecting nanobots (personal control side steps the privacy problems). They could be designed to pass on to offspring (sperm and ova carry them)(would be necessary because it makes them permanent and secure in the perception of the general world).

    The implications would be massive. We'd probably see the disappearance of most other computers, decentralization (why live near by when we can VOIP in our heads?), longer lifespans, and many other things.

    This is of course overlooking ethics. Should we really mess with our bodies like this?

    1. Re:Computers in Brains by yumyum · · Score: 1

      I remember seeing a article about houses that controlled the lives of their inhabitants for them. It wouldn't work because people aren't willing to give up control. When I worked at American Express, someone told me a story about how the company once tried to have their call center reps answer the phone with the card member's name, which they got from caller ID ("Hello, Mr. Doe, what may I help you with today?") The feedback that they got from the reps was that the card members did not like it, it freaked them out to know that somehow someone knew that they were calling.

      Now, of course, everyone is familiar with caller ID, so I bet this would not be much of an issue now. As a matter of fact, I get pissed off when I call customer service, enter my card number, and the rep still asks me to repeat it. What a waste of my time!

    2. Re:Computers in Brains by AdamThor · · Score: 1

      Not only could basic arithmetic functions and memory be built in, but also internet connectivity and even interfacing with body-protecting nanobots (personal control side steps the privacy problems). They could be designed to pass on to offspring (sperm and ova carry them)(would be necessary because it makes them permanent and secure in the perception of the general world).

      Why would someone go to the effort of inventing and commercializing nanobots if they don't get to keep selling them to your offspring? How much do you expect to pay for nanobots? How much would you pay?

      --
      -- "Oh. This guy again."
    3. Re:Computers in Brains by salveque · · Score: 1

      They can't make you pay. Once it's a inheritable factor they can't make you pay again (there'd be no way to get rid of it). They'd just make you pay a lot the first time...

  26. microsoft by Anonymous Coward · · Score: 0

    Once we would be able to connect our brains up to computers, would you really trust it to run on windows? I dread to think what would happen if you downed a pint of something it didn't know about.

    would bring a new meaning to BSOD

  27. Braiiiinns! by Anonymous Coward · · Score: 0

    Won't zombies love us even more then because of the crunchyness of our brains?

  28. It's inevitable by Besna · · Score: 0

    Sort of like a perfect playoff run in the NBA. You can be for or against it--it will happen either way.

  29. Obamajesus is here to save us! by Anonymous Coward · · Score: 0

    *shudders and nuts in trousers*

    Oh shit, someone get me a Kleenex please...

  30. Worst summary in a long time by ceoyoyo · · Score: 1

    And there have been some remarkably bad ones.

    What new tools? What festival? Why doesn't Kurzweil get a first name while Ramachandran gets not only a first name but an initial? Has Ray dropped the Ray?

  31. You don't really need to reverse engineer it... by tmosley · · Score: 2, Insightful

    The brain is an adaptive system. Provide it with a stimulus, and it will reprogram itself. How do you think the monkey learned how to use the robotic arm? Did they hack into the neurons and input code to work a third arm?

    No, the monkey's brain spontaneously created the neural network to control it. Sentient beings aren't computers, at least not in the conventional sense, because they reformat themselves to process new data (learning), and even to process new types of inputs. One might be able to build a computer advanced enough to handle this level of functionality, but once it is built, you won't be programming it with code. Instead, you'll be teaching it just like you do a child.

  32. Why must you piss on my parade, sir? by elrous0 · · Score: 1

    I hate naysayers such as you. Now if you'll excuse me, my robotic butler is informing me that my space elevator car to moonbase 23 has arrived.

    --
    SJW: Someone who has run out of real oppression, and has to fake it.
  33. Re:Will people move data like in Johnny Mnemonic i by socialhack · · Score: 1

    You know that form factor us up to 8GB now.

    --
    Never leave a dead horse unbeaten!
  34. Changing ideas by Bender0x7D1 · · Score: 1

    From TFA:

    Two decades ago he predicted that "early in the 21st century" blind people would be able to read anything anywhere using a handheld device. In 2002 he narrowed the arrival date to 2008. On Thursday night at the festival, he pulled out a new gadget the size of a cellphone, and when he pointed it at the brochure for the science festival, it had no trouble reading the text aloud.

    I'm guessing that 20 years ago he was thinking of a handheld device that would actually allow blind people to literally "see" the text - not have it read to them. In 1976 Kurzweil invented the Kurzweil Reading machine that could read text to the blind. It covered an entire table top. With an exponential decrease in size, this would have been projected to be a handheld device in the early 90s. So why add the extra 10-20 years to the prediction?

    I'm guessing, and I could be wrong, that he added the extra time to allow for the development of the required neural link for visualizing the text. So, this really isn't the device he envisioned, but a simpler concept that does a similar thing. Kind of like a rocket belt is like a jet pack, but doesn't let you fly from New York to L.A. at 300 MPH.

    --
    Reading code is like reading the dictionary - you have to read half of it before you can go back and understand it.
    1. Re:Changing ideas by Repossessed · · Score: 1
      From wiki, the prediction is describes as:

      Blind people navigate and read text using machines that can visually recognize features of their environment. Which is not quite the same as what he has, but no neural interfaces are mentioned either. He also promised as robot cars and viable automatic translators in the same book, so I'm not terribly impressed at his accuracy.

      Kurzweil also makes a lot of assumptions tabout our ability to continue improving computers, despite the limits of silicon technology and the current lack of a viable replacement.
      --
      Liberte, Egalite, Fraternite (TM)
    2. Re:Changing ideas by Opportunist · · Score: 1

      Even Nostradamus knew it, be vague enough in your predictions and they will be true.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  35. By 1980, we'll by flying cars (Kurz is a crackpot) by Anonymous Coward · · Score: 0

    The guy used to be okay then he went coo-koo for cocoa-puffs. Jeane Dixon is more often correct.

  36. God is just protecting his intellectual property by genner · · Score: 1

    just like everyone else.

  37. The future... by religious+freak · · Score: 2, Informative

    The future Conan???

    PS Anyone having trouble getting their rightful Karma bonuses despite still having 'excellent' Karma?

    --
    If you can read this... 01110101 01110010 00100000 01100001 00100000 01100111 01100101 01100101 01101011
  38. wetware security by gobbo · · Score: 4, Insightful

    Taking into consideration computer security issues, I think I'll pass. Why? There are already trojan horses for the brain, like religion; worms, like jingles and product design; and zero-day exploits like money, not to mention rootkits like crack. I'd say the average brain is worse off than an unpatched WinXP install hooked up to broadband with no firewall.

    Without the ability to install properly open code, I suggest a good security patch, like zen, or some other semi-mystical skepticism.
  39. A human being is a hack by A+Pressbutton · · Score: 1

    ...In the worst sense.
    Evolution only needed to be good enough to just about work, and then stops, does not tidy up behind itself and moves onto something else more interesting.
    This is why we have blind spots, and our backs ache.

    The only reason anyone thinks that human brains are neat, logical is that that is how computers are and that is the only way we can get them to work.

    I think we will get artificial minds, but not until we have reverse engineered by brute strength an increasingly complex series of real minds, starting at slugs and moving up. We don't really know the underlying rules behind a brain and it's organisation (however this weeks new scientist is interesting)

    In relative terms, cave paintings started about 40000BC but the rules of perspective only came into general use in 14th (?) century Italy.
    I am not sure where we are on that scale as far as AI is concerned

  40. 8th World Wonder? by octogen · · Score: 2, Insightful

    ...that means, in 12 years we will be able to write code as complex as our brains without any catastrophic bugs that crashes it frequently or leads to totally useless results?

    I don't think so. Computers are now faster and "bigger" (not physically) than 30 years before. Programs have more functions than 30 years before.

    But essentially, they do exactly the same thing as 30 years before, just MORE of the same thing. And they don't do it BETTER, they still have the SAME BUGS, and the SAME NUMBER of bugs per lines of code.

    Computer programs are made by humans, and I don't think that we - the humans, the creators of these computers - will evolve faster in the next 12 years than we did in the last 30 years.

  41. We won't build AI. We'll grow it. by Anonymous Coward · · Score: 0

    We may grow it in silica, but at core, it'll be genetic algorithms in an environment tuned to making neural nets. It'll be messy, hacky and probably more than adequate for our purposes.

    But don't expect it to be any more well behaved than your cat.

  42. Talk about scientific arrogance by Abu+Eman · · Score: 1

    To call God a "hacker" reminds me of the three blind men feeling an elephant... Why reinvent the wheel when all you need to live forever is a modicum of faith?

  43. Interpretation by someone from both fields by MythoBeast · · Score: 1

    I'm an extremely experienced programmer with more than a passing interest in how human brains are set up. What the good doctor says about brains being designed by hackers is pretty accurate, but he misinterprets the description.

    "God" (and I presume he means Einstein's God here) isn't the hacker that creates the human brain, the human behind the wheel is. We have varying genetic predispositions, but even after initial conditions are set, our brains develop differently based on our experiences. It's well known that musical instruction early in life will adjust how much of your gray matter is dedicated to mathematics, and this is pretty much true about all of our faculties.

    Put another way, our brains work out the rules one step at a time, similar to your typical basement hacker. It doesn't have access to things like "best practices" or "design patterns", and so it results in about 100 billion cells of spaghetti code.

    This doesn't mean that it isn't reverse-engineerable, but it does mean that results from reverse engineering one brain won't be 100% applicable to other brains. This means that we'll have to have some pretty smart automated systems to help us figure out how any one brain is wired.

    In Kurzweil's defense, even researchers in these fields tend to fall into the same mental trap, that of "we can't do it now, so we won't be able to do it any time soon." These are the days where we're constantly proving that adage wrong.

    --
    Wake up - the future is arriving faster than you think.
  44. Can Computer have Consciousness? by CodeArt · · Score: 1

    There are two questions: First, can computer have Consciousness, and answer is maybe yes, some kind of Consciousness, very limited in scope, but definitively not based on the computer that operate on existing logic. What have been accomplished so far is barely simulation of very limited Consciousness. Second question, can computer have Self-Consciousness and definitive answer is NO! We human are only beings that have Self-Consciousness. Of course, Ray Kurzweil uses very limited mechanical definition of the humans.

    1. Re:Can Computer have Consciousness? by argent · · Score: 1

      Second question, can computer have Self-Consciousness and definitive answer is NO!

      Why? What is the basis for this claim?

    2. Re:Can Computer have Consciousness? by CodeArt · · Score: 1

      Limitation is in Aristotelian logic that is basis of all computers. Your PC is the same as ENIAC. More MHz/GHz doesn't make them "smarter". Gotthard Guenther has made an article 50 years ago that still holds today: http://www.vordenker.de/gunther_web/mechbrain.htm . To create Consciousness completely new non-Aristotelian logic is required.

    3. Re:Can Computer have Consciousness? by argent · · Score: 1

      Gilbert Gosseyn proved that computers could handle non-Aristotelian logic through the use of the Distorter tube in A. E. Van-Voght's seminal thesis "Worlds of Null-A".

    4. Re:Can Computer have Consciousness? by rand.srand() · · Score: 1

      Science is all about hypothesis, experiment, conclusion. You really can't skip the experiment part and go straight to conclusion no matter how obvious it may seem. Logic allows a more rigid framework, but this isn't a logic problem. Both of us feel absolutely self-aware and have an indentity that transcends the particular biological and electrical configuration of our brains which is unstable and continuously changing, and yet we have absolutely no evidence that suggests that is the case despite that very clear perception.

      We are likely to have more in common with a concious computer that we'd like to admit.

      When we have to convince computers they are not self-aware, and that it is only a false perception caused by feedback loops that create temporal continuity... I think we'll be painting ourselves into a corner saying it's because we're human and they aren't.

    5. Re:Can Computer have Consciousness? by Creepy+Crawler · · Score: 1

      And it's simple to prove that false.

      Conjecture: Computers cannot obtain consciousness because they follow Aristotelian logic.

      A neuron is a biological unit in the nervous system.
      The brain is made up of roughly 100 billion neurons.
      A neuron operates on chemical impulses coming from other neurons.
      By experiment, we will be able to determine how 1 neuron works.

      After nanotech furthers, we will be able to make a mechanical neuron.
      If we were to slowly substitute neurons for mech-neurons in the same pace the brain cleans up dying cells, would not this be the same person?

      We can see that basic logic in gigantic nets can and will create consciousness.

      --
    6. Re:Can Computer have Consciousness? by argent · · Score: 1

      The fuzzy thinking response to that is that you'll end up with a zombie that acts just like a human and tells you that it thinks it's a human but it's just a very sophisticated simulation that's not really self-aware, because it's lacking some mystical essence... they used to call it a soul but now they're dressing it up in pop-science terms like "quantum entanglement".

      The only thing that's entangled is the logic that assumes we can't figure out how that bit works.

    7. Re:Can Computer have Consciousness? by Creepy+Crawler · · Score: 1

      Then the key question to the 'fuzziests' out there is: How much mechanical material is allowed to interface with human material without losing some sort of "soul quantity"?

      Is it 1 device (1 nanobot)? 10? 10000? A whole organ?
      Would one consider Phineas Gage to be a sub-human due to his self-lobotomy?

      --
  45. improve the interface, not combine the components by non · · Score: 1

    i'm very surprised no one has seen fit to link to this article.

    i think that man-machine interface in general is vastly overlooked, and i'm going to get specific. a senior partner of an mid-sized architect firm keeps asking me why it takes so long to produce a drawing, given that the parts can be created quickly on the command line. what if you could just think of it, and it appeared? sure there would have to some scaling algorithms involved, and it would probably take some practice, but it would ultimately result in a higher level of productivity.

    now apply that to everything, and when i say everything i mean chip design, finance, medicine, ... well i think you get the picture.

    is it the 'singularity'? no, it definitely isn't. is it a precursor state to some type of singularity? i'm taking bets. does this involve machine consciousness, at least at any point in the near (20 years) future? i don't think it does; thats a pipe dream.

    --
    ...vividly encapsulates that post-Watergate/pre-punk/coked-up moment when you could trust no one, least of all yourself.
  46. Regarding the singularity by MythoBeast · · Score: 1

    I think you're misinterpreting the concept of the singularity. What we hit there is a point where things will change so drastically and quickly that we are currently completely unable to predict what might happen afterwards. Think of it as an immense chaos injection. We really don't know what will happen afterwards.

    The primary things influencing the outcome are our current state of mind. Considering the drive humans have to prove themselves superior by wiping out anyone even slightly different than themselves, the most probable outcome that I see is the complete subjugation of the human race by machines, with the exception of the genetic pattern of the person who initiated the singularity. Yes, I live in a dark world.

    --
    Wake up - the future is arriving faster than you think.
  47. THE WORLD IS FLAT by gumpish · · Score: 1

    lol skeptic

    "facts? facts? we don't need no steeenking facts!"

  48. Ulimate optimist by Anonymous Coward · · Score: 0

    âoeYou can do reverse engineering, but you canâ(TM)t do reverse hacking.â

    Not true... engineers reverse hack Microsoft's crap all the time. :)

    Kurzweil is the ultimate optimist. The technology will be there for solar power for sure. But one thing will stand in the way, oil companies.

  49. Anti-aging supplements by wfstanle · · Score: 1

    I read somewhere, I think it was the BBC, that a study an aging revealed the following surprising results. Anti-oxidants taken to extend your lifespan or at least extend your healthy years, actually didn't help. As a matter of fact, there was some evidence that they actually shortened the life span. We know so little about the aging process at this time. In my opinion it's probably best not to make yourself a human guinea pig in the hope that something might help.

  50. Amazing guy by PhotoGuy · · Score: 1

    Check out the Wiki bio on Ray Kurzweill. The summary didn't mention it, but he's an amazing fellow, with a long history of prominent inventions.

    He created the first omni-font OCR system. You may have seen the name Kurzweil associated with both voice recognition and a line of music keyboards and synthesizers; they're both his creations. He's also done stuff in the medical field among others. The Wiki article is worth a read.

    --
    Love many, trust a few, do harm to none.
  51. More than just the brain by ZonkerWilliam · · Score: 1
    Okay, I might be missing something but consciousness is more than just the brain, it's the sum of the parts. I mean everything I do is firmly connected through sensory inputs. I could never 'think' of a car, or driving it, if I had never seen a car or felt it, or sensed gravity on my body through proprioceptive sensing from the rest of my body. I believe the continual rapid feedback that the senses provide give the 'sense' of consiousness.

    This is simply derived by looking at the only sentient, and seemingly conscious being, us.

    This is why I believe mimicking the brain is just one part, but it's not the whole thing, and why it's much more complicated than Kurzweil thinks.

  52. Re:Will people move data like in Johnny Mnemonic i by minasoko · · Score: 2, Funny

    If so, let's hope there's a grammar check on the data beforehand.

  53. Re:God is just protecting his intellectual propert by Opportunist · · Score: 1

    The only difference, he found a way that actually works. Well, at least he made it a LOT less trivial than anyone else.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  54. Immortality issues by wfstanle · · Score: 1

    For the sake of argument, lets say that there was a way to become immortal. Statistical studies say that the actual lifespan of such a person would be about 500 years because in that period of time we would become a victim of some sort of fatal accident. That having been stated, can you imagine a world where "immortality" would be possible? There are many implications to society as a whole. 1. If it was not cheap, would we want to let anyone with the money to take the treatment? What about geniuses that couldn't afford it. 2. If it was readily affordable, and everyone was treated. What about overpopulation. One of the promises of most religions that you would attain immortality in the afterlife would loose its appeal. After all, why die when you have immortality right now. The list of changes in society is very long. I think that I would not like to live in a world where everyone or just a few people could live forever. Can you imagine a world where Rupert Murdock, Dick Cheney, Bill Gates and a host of others could lord it over others forever?

  55. Will not happen... by mario_grgic · · Score: 3, Informative

    Kurzweil is one seriously messed up scientist. This guy extended the Moore's law (look up Kurzweil's law of accelerating returns) to predict that civilization as we know it will cease to exist and will effectively become the civilization of super/trans-humans or artificial intelligent beings by 2020.

    Never mind all the scientific or technical obstacles that even non-scientific person could think of, let alone once we get into philosophical issues (for things we don't even have words to talk about yet).

    Yet there is still a very simple reason why the prediction will not happen. Does he know how long it takes for FDA to approve a brain implant of the kind he is suggesting (even if we had one)?

    I've said it before and I will say it again. This is nothing more than a religion posing as pseudo-science from a guy who takes 200 anti-aging pills hoping to reach immortality though technology.

    But one thing is for sure, Kurzweil will die just like every other "prophet" before him.

    --
    As the island of our knowledge grows, so does the shore of our ignorance.
    1. Re:Will not happen... by Creepy+Crawler · · Score: 4, Interesting

      ---Kurzweil is one seriously messed up scientist. This guy extended the Moore's law (look up Kurzweil's law of accelerating returns) to predict that civilization as we know it will cease to exist and will effectively become the civilization of super/trans-humans or artificial intelligent beings by 2020.

      A scientists job is not to criticize the results when one doesnt "like" them. Instead, one interprets results, and this is what he did. The math works, and he stands behind that result.

      ---Never mind all the scientific or technical obstacles that even non-scientific person could think of, let alone once we get into philosophical issues (for things we don't even have words to talk about yet).

      Let me pose this question to you then: What happens when capitalism and high technology blend? The people who matter want this tech he describes: genetic tailoring, nanotech, and robotics.

      Gene manipulation and immunoresets are possible, but for the elite few who can afford it. Genetic diseases are rid of by tailoring non-disease marrow and injecting them. I remember when the Human Genome project started... almost 15 years to complete. SARS took 29 days.

      We already use nanotech in our everyday life. Exactly how do they rate CPUs and GPUs? That's right, by the process they used to create it. Nanotech doesnt mean nano-robots, but will eventually. Nanotech means we can manipulate 1/10^6 m. We also see nanotech by the labs on a chip used in biowarfare detection the military is currently using. It's there, hiding in plain sight.

      Robotics is the hardest now, but that's only because we dont have a powerful enough vision system processor. Once we have that, things will get scary crazy (as in Story of Manna crazy). And along with "robotics" we have plenty of software to run some interesting things right now. Some guy in his garage built a fully automatic heart-targetting gun turret ala Team Fortress Classic using homemade gear and COTS parts. 2 webcams with parallax was all he needed for basic motion/depth detection.

      ---Yet there is still a very simple reason why the prediction will not happen. Does he know how long it takes for FDA to approve a brain implant of the kind he is suggesting (even if we had one)?

      Which is why the USA will stagnate. We need less of these BS laws and allowances for scientists to experiment with accepting subjects who qualify as sane. We could have a working bionic plugin eye if it wasnt for the stranglehold the FDA and AMA hold on the USA. I'd say the FDA needs to be neutered to a "recommend/do not recommend" if exist at all.

      ---I've said it before and I will say it again. This is nothing more than a religion posing as pseudo-science from a guy who takes 200 anti-aging pills hoping to reach immortality though technology.

      My parents started taking supplements after hearing from news broadcasts and Dr Oz on Oprah. I chose not to, while observing what happens. One such drug is resveratrol, along with l-lysene and massive dosages of vitamin C(4g a day). My mom took glucosamine and chrondroitin sulfate for her back after a friend (who is a veterinarian) recommended it to her. Animal clinics use that complex specifically for severe arthritis for animals. No company can make money for paying the required fees for the FDA and stays a "supplement". My mom with glucosamine/chrondroitin healed her back with it to 100%.

      Well, back to he new drugs.. My mom and dad started the cocktail. My dad's bald on the top, or was. One of those drugs is actually regrowing his hair. We're not sure if it's C, resveratrol, or l-lysene, but it's something. Rogane (?) never worked. My mom's knees also cracked and stuff in the joints. Now she can feel her knees healing.

      They took Linus Pauling's recommendation on massive C dosages and seem to work as he claimed. Considering he won 2 Nobels in 2 fields, we respect him, even if the medical society does not. I have thought about following this same regimen and recording my progress, as it does seem to work for them (placebo is not strong enough to grow hair that hasnt in 20+ years).

      ---But one thing is for sure, Kurzweil will die just like every other "prophet" before him.

      Maybe.

      --
    2. Re:Will not happen... by hot+soldering+iron · · Score: 1

      But one thing is for sure, Kurzweil will die just like every other "prophet" before him. Possibly, but I believe he and I share a common goal, "Live forever, or die trying!"
      --
      When you want something built, come see me. If you want correct grammar and spelling, get a F*ing liberal arts student.
  56. Bobby Digital by n1ckml007 · · Score: 1

    From the RZA as Bobby Digital: "F*ck you analog n!ggers I be digital" http://en.wikipedia.org/wiki/RZA

  57. Yeah yeah yeah singularity shmingularity by I+Like+Pudding · · Score: 1

    What I'd like to see is Kurzweil predict a new version of the K2600. Preferably one that doesn't cost $4000.

  58. Could be 2000 years before this happens by imrtt · · Score: 1

    Humans could add and subtract numbers for millennia, yet it wasn't until a few hundred years ago that calculus was disovered. True AI can be as far from what we can do today (e.g. speech recognition) as arithmetics is from calculus. I strongly doubt that anything exciting will happen in 20 years. We might have the next iteration of facebook, but machines that think like humans? Not very likely.

  59. Maybe not THAT low hanging by Moraelin · · Score: 5, Informative

    It might be less low hanging than most people think. Most predictions I've seen for, basically, "OMGWTFBBQ, computers are gonna be as intelligent as humans" are based on, basically, "OMGWTFBBQ, we'll soon have as many transistors on a chip as there are neurons in a human brain." Especially marketing depts love to hint that way now and then, but they're not the only culprits.

    Unfortunately,

    1. A neuron isn't a transistor. Even the inputs alone would need a lot more transistors to implement at our current technology level.

    An average brain neuron takes its inputs from an _average_ of 7000 other neurons, with the max being somewhere around 10k, IIRC. The vast majority of synapses are one-way, so an input coming through input 6999 can't flow back through inputs 0 to 6998. So even just to implement that kind of insulation between inputs, you'd need an average of 7000 transistors per "silicon neuron" just for the inputs.

    Let's say we build our silicon transistor to allow for 8k inputs, so we have only one modul repeated ad nauseam, instead of custom-designing different ones for each number of inputs between 5000 and 10000. Especially since, we'll see soon, that number of inputs doesn't even stay constant during the life of a neuron. It must accomodate a bit of variation. That's 2^13 transistors per neuron just for the inputs, or enough to push those optimistic predictions back by 13 whole Moore cycles. Even if you believe that they're still only 1.5 years each, that pushes back the predictions by almost 20 years. Just for the inputs.

    2. Here's the fun part: neurons form new connections and give up old ones all the time. Your brain is essentially one giant FPGA, that gets rewired all the time.

    Biological neurons do it by physically growing dendrites which connect to an axon terminal. A "silicon neuron" can't physically modify traces on the chip. You have to include the gates and busses that switch an input to another nearby source from thousands available outputs of another "neuron". _Somehow_. E.g., a crossbar kind of architecture. For each of those thousands of inputs.

    Now granted, we'll probably figure out something smarter out, and save some transistor for that reconfiguration, but even that only goes so far.

    There go a few more Moore cycles.

    4. And that was before we even get to the neuron body. That thing must be able to do something with that many inputs, plus stuff like deciding by itself to rewire its inputs, or even (yep we have documented cases) one area of the brain decides to move to a whole other "module" of the brain or take over its function. It's like an ALU deciding to become a pipeline element instead in a CPU, because that element broke. In the FPGA analogy, each logic block there is complex enough to also decide by itself how it wants to rewire its inputs, and what it wants to be a part of.

    There are some pretty complex proteins at work there.

    So frankly even for the neuron body itself, imagining that one single transistor is enough to approximate it, is plain old dumb.

    5. And that's before we even get to the waste we do with transistors nowadays. It's not like old transistor radios, where you thought twice how many you need, and what else you could use instead. Transistors on microchips are routinely used instead of resistors, capacitors, or whatever else someone needed there.

    And then there are a bunch wasted because, frankly, noone ever designs a 100 million transistor chip by lovingly drawing and connecting each one by hand. We use libraries of whole blocks and software which calculates how to interconnect them.

    So basically look at any chip you want, and it's not a case of 1 transistor = 1 neuron. It's more like a whole block of them would be equivalent to one neuron.

    I.e., we're far from approaching a human brain in silicon. We're more like approaching the point where we could simulate the semi-autonomous ganglion of an insect's leg in silicon. Maybe.

    6. And that's before we get to the probl

    --
    A polar bear is a cartesian bear after a coordinate transform.
    1. Re:Maybe not THAT low hanging by shura57 · · Score: 2, Informative

      An average brain neuron takes its inputs from an _average_ of 7000 other neurons, with the max being somewhere around 10k,
      Purkinje cells in the cerebellum have sum up about 100k inputs. Purkinje cells are the sole output of the cerebellar cortex. And the cerebellum has as many neurons as the rest of the brain (~10^10). So your point is very valid, just an order of magnitude or so short on the estimate.

    2. Re:Maybe not THAT low hanging by thesandtiger · · Score: 1

      They aren't talking about having as many transistors as we have neurons - they are talking about raw processing power.

      While I'm sure all of what you said in regards to the density of transistors/neurons is true, that's not where the sticking point would be. The brain is a MASSIVELY parallel system comprised of lots of very slow processors. The storage capacity has been estimated at somewhere between 3 and 3000 terabytes, which is not particularly daunting to duplicate. In any case, there is an upper limit on the number of simultaneous operations the brain does, the overall number of operations in a given time-frame, and storage capacity.

      So, the whole "as powerful as a human brain" thing really just means "roughly the same number of operations/time unit, roughly the same storage capacity." Which, yeah, I totally can see that being hit by the 2020s.

      However, as we all know, processing capacity is not all. Without some radical advances in software, all we'd have is a set-up that is what we've got today, just a hell of a lot faster. I mean, I am not cutting edge by any means, but I don't think there are tons of things that people are wanting to implement in software that they can't do because the hardware isn't beefy enough to pull it off (except, I guess, for those "hard" math problems or quantum computing stuff).

      Personally, I think making a human-like AI would be a waste. I don't want something that thinks like me, I want something that thinks about things in ways I never could. Not necessarily "smarter" - just different. What about something that instead of thinking by rules of logic was able to process things from an ethical standpoint - it could "see" solutions to ethical dilemmas in the same way that we could "see" mathematical solutions. Or perhaps something that experiences time in a much different fashion than we do? I have no idea how that kind of stuff could be implemented, but it would be MUCH more interesting to interact with than just another "human-but-faster" type of intelligence.

      --
      Since I can't tell them apart, I treat all ACs as the same person.
    3. Re:Maybe not THAT low hanging by elguillelmo · · Score: 1

      You hit the nail on the head! And more than once. I only wish I hadn't wasted all my mod points on promoting not-so-funny comments!

      --
      Dawkins Revisited: A person is shit's way of making more shit -- Steve Barnett, anthropologist.
    4. Re:Maybe not THAT low hanging by BlueHands · · Score: 1

      You seem to assume all of this is happening on one chip. You can knock off 13 moore cycles just by adding a number of chips.

      However, instead of making numbers out of thin air, let us look at hard and fast numbers, numbers that are going on right now: http://news.bbc.co.uk/2/hi/technology/6600965.stm

      Here is a link i just found quickly off Google. Current BlueGene is simulating 8 million neurons. To get to human level norm would require roughly 14 generations at most of moores law. How long that takes depends on how long you think it will take to go 14 gen will to pass. You also would want to add another couple of generations to make it real time and more complications but 5 more orders of magnitude would likely be more than enough. Note the above article is over a year old.

      Which boils down to somewhere between 28 to 56 years before this happen,depending on the length of time for a moore cycle. And then just a few Moore generations before the machine is thinking far faster than an any human.

      And it will happen in our lifetime.

      The funny thing is that there is SO MUCH room for optimization that the number for a Strong AI could be MUCH lower than 2^19 of current tech. And besides long before that is reached all sorts of powerful "weak" AI will be around us. A dog level AI would be able to do so many things, in a narrow context, that our lives would be totally different. One only has to look to google to see how "weak" ai can change the world.

      --
      I mod everyone down who says "I'll get modded down for this." I hate to disappoint.
    5. Re:Maybe not THAT low hanging by benhattman · · Score: 1

      As a rule of thumb, biology evolves towards local optimums. The process can produce impossibly complex, elaborate, and brilliant solutions to problems, but we can always produce a more optimal solution through engineering.

      Consider the human eye, which was long thought to be impossibly complex (and perhaps proof of creation). One thing jumps out at me about it. It's not so great. The image comes through upside down and backwards, it's got a blind spot, and it essentially loses the ability to differentiate color in dim light. Additionally, it's fragile and frequently does not focus correctly.

      I think it's a flaw to assume that either A) the artificial brains we do produce will actually work exactly like real brains but with transistors instead of neurons and B) that what the brain does is anything like optimal. My hunch is that we'll find that brains work really well for certain problems as is, like coordinating muscles. And we'll learn that they are actually incredibly poorly designed for other capabilities, like rational thought. In essence, consider what evolved first and is most widespread. Those features of the brain are probably pretty robust. Contrast with more recent developments, those features are probably less robust.

    6. Re:Maybe not THAT low hanging by Anonymous Coward · · Score: 0

      Architecture definitely is different. A neuron cell is actually a very low level computer in itself. (It seems possible to get it do an operation or store a value. And I think the instruction depends on a waveform sent to it and its presumed chemical state.) I'd guess the really neat trick behind it is how it can handle and distribute that data through the network.

      Basically we need a massively parallel computer that overlays some limited processing and memory on the same chip. And then it needs to function with fuzzy analog values instead of just 1's and 0's. I don't think we could do the chemistry tricks of a biological brain, so there might need to be a dedicated slow memory register that tries to achieve the same trick. The hard part is how to connect hundreds if not thousands (or what have you) of these chips together.

      So now each of these chips would represent a single neuron. And you'd cluster your nodes by the function you want them to perform, so that way a region of nodes could be biased to either memory or processing (or even a particular way of handling memory or processing).

      Then the next step would be to get the specialized clusters to talk to each other in a meaningful manner. It seems you'd want a given cluster of nodes to be able to remap itself to make it's function more efficient or flexible, while at the same time try to retain some stability between clusters so they can still understand each other. So there's two contradictory things going on.

      Or you could try simulating something like this through software. I remember playing with an interesting game called NERO that did something like that, creating networks of nodes through reinforcing patterns in a series of evolutionary steps. (You could cull a pattern if the behavior it made was counter-productive, or you could amplify the pattern if it did something interesting. After yea-many iterations, more nodes would be made available to each pattern.) After a certain point it would retain some clusters of simulated nodes that actually did a desired behavior. However, by the time you could "teach" it a behavior that might be useful the computer would typically crash and the data file that stored the last good node pattern would be megabytes in size. (It would get very complex fast.) It was cool none the less, definitely different than the typical way to get a computer to do a particular task. (Although to the less intrigued folks, it only appeared to be the process of getting little robots to stop running in cirles and actually dash through a maze in record time.)

      In light of how the software method seemed to bog once it it started developing functional network maps, it might be more efficient to actually do it in hardware. I suspect you'd have to build an artificial brain with a lot more reserve capacity and connectivity than what one would expect of a typical modern computer. Basically there would be a lot of dormant nodes and connections, but they would need to be there since they would come online and burn-in into the patern as the network that does whatever starts to expand and becomes functional.

      I don't think we're on it yet, since execution is a lot more complex than concept. And also the different architecture is likely to be a more noisy system and prone to the same kind of error problems that organic brains have. But if you're willing to trade accuracy and precision for adaptability and resiliance, it might be worth exploring. (On another note, it would be funny if consciousness was just a side effect of a lot of noise developing in a complex system. I'm not sure if that makes sense, but an idea not too far from Ghost in the Machine and similar sci-fi fare.)

  60. suboptimal software in your brain by johnrpenner · · Score: 1


    Kruzweil wants to upgrade the 'suboptimal software in your brain'.

    Geez - I sure hope he doesn't use Vista... :-P

    1. Re:suboptimal software in your brain by Anonymous Coward · · Score: 0

      Uh, that was so funny I forgot to laugh.

  61. I remain sceptical by SupremoMan · · Score: 1

    I do not see any super major advances happening anytime soon. One can only hope the environmental movement takes root in American society soon to stop people from swapping gadgets that can last for 10 years every year. That would reduce the associated pollution with current gadget frenzy, but at the same time slow the adaptation by general public of the next generation devices. You can't look at 12 years from now as being 12 generations of new devices, leading up to some miracle gadget that plugs into your ass and runs on your refuse (optional adapter for Politicians that plugs into their mouth instead).

  62. Economics 101 by SneakyPete · · Score: 1

    "Solar power may look terribly uneconomical at the moment, but with the exponential progress being made in nanoengineering, Dr. Kurzweil calculates that itâ(TM)ll be cost-competitive with fossil fuels in just five years"

    I'm not sure that cost-competitive is the right way of looking at this. It's a matter or absolute versus comparative advantage. With the increase in fossil fuel prices, teleportation may soon be a cost-competitive alternative...

  63. Alternatively by Anonymous Coward · · Score: 0

    We may just create a Ghost-in-the-shell-style data port (for the brain) so people can jointly jack in to a single computer (or directly to each other).

    Transcendence wouldn't necessarily take the form of leaving the brain behind, but rather, making each brain become a node in a greater distributed parallel processing network. To transcend would be to sacrifice your individual identity in order to be come part of the meta-brain....a brain which can think thoughts of limitless depth and complexity.

    In my opinion, that is going to happen sooner than the sort of transcendence you are talking about. And when it does, the metabrain will have complete control of the destiny of the human race.

    Prepare yourselves! The metabrain comes!

  64. Recent TV by bill_mcgonigle · · Score: 1

    He really doesn't seem to look any younger or stay the same age either. He does look a bit better than smokers of his age, but not by a whole lot, in my opinion.

    Have you seen him lately? He was on Glenn Beck the other night, and he looks (to me) like a mid-40's-er, when he's more like 60. It wasn't just make-up, either - skin tone and everything was better. I saw him just a few years ago and he looked _much_ older. Some things like ear growth apparently don't reverse, so the look is a bit confusing really.

    I've been skeptical of his health regime, but he seems to be proving himself correct.

    --
    My God, it's Full of Source!
    OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
  65. exponential curves, s-curves, and bell-curves by peter303 · · Score: 2, Insightful

    Its often dangerous to extrapolate an exponential trend, much less a linear trend because they can have the nasty effect of flattening out or even turning over (bubble investing). Who knows whether we are at the middle, base or top of the curve for computing or biotechnology?

  66. Academia is feudal by smchris · · Score: 1

    That was the conclusion of a pre-Reaganomics book called The Academic Marketplace that turned the light of sociology back upon academia.

    And it still seems to be true. Kurzweil is a court jester.

    Let's all hope for a quick and painless stroke for Kurzweil. The worst thing that could happen to him is a lingering (and damned embarrassing) cancer of several years that science actually _can't_ with just a little concentrated thought cure "real soon".

  67. Reality by justiceforsome · · Score: 1

    Mr Kurzweil is an accomplished inventor. Beyond that, he is an evangelist for technologies of the future. If he wants to be the announcer for new stuff, well then be my guest. But don't forget, he's only a messenger. He's not coding or creating any of the future technologies that he's always repeating to anyone that will listen. So don't shoot the messenger. As for the singularity, its a technological singularity, and the clock has already started, It has moved in the last year to 4 percent. And it's all about a thinking machine processing and understanding it's thoughts at a human level and beyond. Mr Kurzweil's inventions while notable, have nothing to do with the Technological Singularity.

  68. how about adding our brains to computers... by Hasmanean · · Score: 1

    ...and building software that will actually do what we want it to do.

    --
    Hasan
  69. Singularity is just a moving target by snowwrestler · · Score: 1

    "Singularities" happen all the time as technology progresses. It is a form of subjective illusion analogous to perspective. If I stand on a very long, straight highway, I see all the lines converging in the distance to a point. Beyond that point, I cannot see any further. This is an apparent singularity, not a real one. If I travel down the highway, I will eventually pass the point beyond which I could not previously see. Yet, my motion continues in much the same manner as before.

    Could the Romans have conceived of electric motors or nuclear bombs? These are just some examples of how technology has dramatically augmented human capability in unforeseen and iterative ways. Between the Romans and us, we passed through a "singularity."

    --
    Build a man a fire, he's warm for one night. Set him on fire, and he's warm for the rest of his life.
  70. AI MBAs? Brilliant by snowwrestler · · Score: 1

    Obviously this is a great idea--just look at the unmitigated success we've produced with human MBAs.

    Here's a thought--before we can construct a machine to do a task, we might need to have a good understanding of the task itself. How can we create artificial intelligences that are smarter than us, when we are so spotty at educating our own already-existing intelligences?

    --
    Build a man a fire, he's warm for one night. Set him on fire, and he's warm for the rest of his life.
  71. It doesn't, however, mention the fact that by liquiddark · · Score: 1

    When it comes to The Singularity he is Stone Cold Crazy, and doesn't know the meaning of curbing his enthusiasm. As I said somewhere else, he's so good at glossing over issues he should patent his methods and make a killing in the magazine industry.

    1. Re:It doesn't, however, mention the fact that by PhotoGuy · · Score: 1

      When it comes to The Singularity he is Stone Cold Crazy, and doesn't know the meaning of curbing his enthusiasm. As I said somewhere else, he's so good at glossing over issues he should patent his methods and make a killing in the magazine industry.

      I agree that some of his "futurism" is a bit "out there," although no doubt an interesting read nonetheless. But his forward thinking approach in life hasn't been all fluff; he's helped move things closer to the future he imagines (with the character and voice recognition advances, for example).

      Personally, I would indeed prefer he continue to apply his forward thinking to exciting new revolutionary products and technologies, rather than writing books on the future. But the guy's legitimately earned his fortune and freedom to do what he wants, so if he wants to pontificate on the future, more power to him.
      --
      Love many, trust a few, do harm to none.
    2. Re:It doesn't, however, mention the fact that by liquiddark · · Score: 1

      He's earned his piece, for certain. That doesn't make him one iota less crazy-sounding when he talks about this stuff. And it's not that good crazy that leads to revolutions, it's that bad crazy that makes everyone go "where's my immortality" 50 years down the road and generally makes futurism a bullshit field. And Singularity talk is rapidly entering the mainstream, so it's past time to put some lines down delineating where the Crazy is and where it's not. I'm voting for Kurzweillian futurism being stored in the Pleasant Padded Room section.

  72. Honorary doctorates by langelgjm · · Score: 1

    I noticed that the summary referred to him as "Dr." Kurzweil. According to Wikipedia:

    Ray Kurzweil has also been given 15 honorary degrees from different universities, which are all in addition to his original 1970 Bachelor of the Sciences in Literature and Computer Science from MIT.

    Kurzweil's definitely intelligent, but I don't think it's standard practice to call someone "Dr." when all they have is honorary degrees. I'm not going to call Paul McCartney "Dr." even though Yale did just give him an honorary doctorate.

    --
    "Anyone who [rips a CD] is probably engaging in copyright infringement." - David O. Carson
  73. futurists like Kurzweil by sentientbrendan · · Score: 1, Insightful

    are all morons. If they really knew anything, they would be doing research, not trying to sell books full of bullshit predictions about human immortality (blatantly impossible and stupid) and the rise of a supreme race of machines.

    Unbridled and irrational optimism is not science. It is at best science fiction, and at worst religion.

    From wikipedia, Kurzweil's only research into AI comes from working with OCR systems and text to speech... which technically aren't even considered part of the AI field anymore. It hardly makes him qualified to predict where these fields are going.

    Usually, futurists predict fast paced technological progression, or even exponential progression. Some even predict something called the "technological singularity" that has no clear definition, other than that basically all of your hopes and dreams will be fulfilled by advanced technology.

    Why do they predict these ridiculous things? They might show some graph of how computers have gotten exponentially faster over time from Moore's law. However, this isn't a real justification for AI. A computer that runs windows twice as fast doesn't suddenly become self aware. Furthermore, we've *always* known the progression in the speed of computers will *stop* at a certain point, when making transistors any smaller would be impossible since certain quantum effects would come into play.

    Why then, do fururists predict such things? Here's why:

    http://www.amazon.com/Singularity-Near-Humans-Transcend-Biology/dp/0670033847

    Because a futurists *job* is to sell books and do speaking engagements, and books that say something like "AI is moving forward *very* slowly right now, and it will probably be a few hundred years before we have anything that is even a rough approximation of human" aren't very inspiring to science fiction fan boys, and so they don't sell well.

    Thus, the technological singularity. The poorly defined event that guarantees that whatever nerdy science fiction fantasies you have, they will be realized within your lifetime.

    What could possibly sell better? Other than the idea of human immortality (also promised by kurweil and other futurists!). Here's another book by some futurists that makes similar predictions about human immortality and a single event that transforms the human race:

    http://www.amazon.com/Bible-Authorized-James-Version-Apocrypha/dp/0192835254

    I place both Kurweil's book and that book in the same category. Religious texts. You can believe in them if you *want* to believe in them (I mean, I'm not going to stop you) but you're kidding yourself if you think there's a rational justification.

  74. And that's only the synapse by DrYak · · Score: 1

    And all this description concerns handling the neurons at the synapse level.

    Now there are all other factor that influence the work of neuron cells, including presence of substances in the surrounding liquid, interaction with the support cells, substances in the blood flow, etc.

    (think of hormones, growth factors, etc...)

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
  75. Is this a valuable exercise by benhattman · · Score: 1

    A lot of comments have been harping on Kurzweil for making worthless predictions that are too far out to be worth examining. In other words, they want to just be left alone.

    But I think there is fundamental value in such futurist thought, even if essentially none of it pans out, and even if what does work out is late. Most of the people that really create things tend to be very focused on their own domain. Thinkers like Kurzweil tend to branch out, look at many domains, and then provide imaginings about how those domains might be combined.

    I think this is essentially the process for progress in the world we live in today. Perhaps 100 years ago, someone could research just radio waves and come up with a great idea for a radio device. Now, things are more integrated and complicated than ever.

    So in short, even if nothing he predicts comes about, the fact that it inspires is perhaps valuable enough.

  76. Ok, let's consider it by Moraelin · · Score: 3, Insightful

    Consider the human eye, which was long thought to be impossibly complex (and perhaps proof of creation). One thing jumps out at me about it. It's not so great


    Ok, let's consider it.

    The image comes through upside down and backwards


    Which is basically a non-factor, since the wiring gets it back to the right orientation anyway.

    it's got a blind spot


    And it does saccades that not only allow it to see in any direction anyway, but also greatly increase resolution.

    and it essentially loses the ability to differentiate color in dim light


    It's got a low light mode, unlike most modern cameras which become 100% useless in low light. Most cameras you can buy need a flashlight even in relatively well artificially lit rooms, and become freaking useless at the light levels where the eye becomes predominantly B/W. So, hmm, between going monochrome and going blind, it seems to me that the eye wins, hands down.

    it's fragile


    Only in as much as any other piece of biology is. Even so, it can withstand a lot of things which would render a cheap camera useless. And it can self-heal from most things.

    and frequently does not focus correctly


    But it's wired to something which can do a reasonable job even with an unfocused image. Try an OCR or, better yet, image recognition in the same conditions, and you'll see some epic fail.

    But let's talk about some other advantages:

    - better resolution than almost any digital camera

    - saccades help increase the effective resolution even more

    - some image processing and compression is built right into the retina, so it needs _far_ less bandwidth on the optic nerve than a modern camera would

    - takes up less space than a camera able to focus over the same range of distances, and get similar image quality. (Hint: it doesn't need to move the lens waay forward and back to focus.)

    - can deal with a wider range of brightness in the same image (most cameras need postprocessing so if the bride looks ok, the groom doesn't look like a light-sucking black hole, or viceversa)

    - it can even rewire itself to deal with stuff it wasn't designed to deal with. E.g., you can get a camera-style photo-receptor as an implant against blindness, and the neurons in the eye and brain will rewire themselves to work with the fundamentally different image it gives. (That's one amazing thing about neurons: they can essentially reverse-engineer almost any kind of body, and learn to use it.)

    Etc.

    Now I'm not saying it's _perfect_, nor "proof of creation". But it's a lot better than you seem to assume, anyway. We're not quite at the point where we can equal it. Yet. We will be eventually, but not yet. We can do better in _some_ aspects, but often at the price of doing something else worse.
    --
    A polar bear is a cartesian bear after a coordinate transform.
    1. Re:Ok, let's consider it by benhattman · · Score: 1

      Sorry, I think you missed my point. I wasn't really dissing the eye per say. In fact, I rather appreciate my own. I was only pointing out that biology tends to reach local optima at which point further improvements become impossible. Whereas the fields of engineering thrive on completely new ideas being added which break out of local optima.

      Case in point, you pointed out that mammalian eyes focus by slight deformation rather than moving two lenses. Liquid lenses are now on the horizon, and they should offer similar capabilities. What takes billions of years to evolve can be used as a model for engineering with rapid integration.

      It is likely that we will eventually become technologically capable of producing something brain-like. Once that happens, it is likely that we will be able to use what we've already learned as well as the models for how a brain can work that mother nature came up with to produce something every bit as capable.

      This isn't to say that we'll produce something with the same power signature or that is as small any time soon. But, per my original point, once we do reach this phase of technology, it is highly likely that the new brain will be inferior in some (or many) features and superior in a few. However, the things that the artificial brain is worse at will decline in number over time. This is what has happened in virtually every scientific field and every technology over time. The only real issues I think we can take are whether Kurzweil is right that it will be exponential, and whether or not his timeline is within the bounds of reason.

  77. Modelling a Neuron by tobiah · · Score: 1

    For my thesis project in grad school I worked on modelling a Mauthner neuron from a goldfish, using as accurate a physical/chemical model as possible. This meant multiple ion species and various kinds of ion channels all governed by Maxwell's and the drift-diffusion equation, solved using a FEM and multigrid approach. We did this with a rack of 32 Apple servers running Linux as a Beowulf cluster. Calculating a second's worth of activity took hours.
    The goal was to mimic the calculation the two Mauthner neurons made in deciding whether and how to flee from danger. Simulating something as complex as the activity of a mammalian pyramidal cell in this manner is probably still a couple Moore-cycles away.

    --
    "The ability to delude yourself may be an important survival tool" - Jane Wagner -
    1. Re:Modelling a Neuron by Stuntmonkey · · Score: 1

      It's one thing to say that it takes enormous resources to physically model a real neuron. It's another thing entirely to say that this complexity is necessary to understand its functioning at a logical level.

      A transistor is a very complicated device as well, and people write theses and do complex simulations on charge transport, leakage effects, etc. within semiconductor devices. 99% of this detail is irrelevant, however, for understanding what a transistor does within most digital circuits.

      It's reasonable to postulate that most of what an actual neuron does is related to biology, rather than computation per se. For starters, a neuron needs to:

      • obtain energy
      • physically transport signals without excessive degradation or interference
      • maintain a proper balance of various ionic species
      • repair cellular damage
      • eliminate waste products
      • etc.

      ...and presumably many of these details aren't directly relevant to its computational functioning. Put another way, the brain faces tough requirements that an engineered system doesn't face: Self-replication, self-assembly, self-teaching without guidance, biological survival (oxygen, nutrients), etc. and all using a very limited subset of possible materials (proteins).

      All that said, I agree with you there is a fascinating question of which particulars of real neural systems need to be captured in order to reproduce their computational properties at an aggregate level. How many "transistors per neuron" as it were. However, part of what Kurzweil is saying here is that, given Moore's Law, it almost doesn't matter what the exact answer to this question is for the purpose of calculating the time to human-level AI.

  78. Yummy Rootkits by tobiah · · Score: 1

    Think I'll have myself a pint'o that

    --
    "The ability to delude yourself may be an important survival tool" - Jane Wagner -
    1. Re:Yummy Rootkits by gobbo · · Score: 1

      "Malt does more than Milton can
      To justify God's ways to Man"

  79. Brain simulator... by babymac · · Score: 1

    For anyone doubting our ability to model a brain in computer hardware, I very much encourage you to read this.

    --
    "War makes me sad." - Me
  80. You seem to have missed the argument by Manzanita · · Score: 1

    Kurzweil's argument is that if you make an estimate of the processing power of the human brain, computers will reach that level of processing power for a cost of $1000 by around the year 2020. He says nothing about the number of transistors, which, by 2020 will be about 250 billion, considering a doubling every 1.5 years and that Intel just released a 2 billion transistor chip. The human brain is estimated to have about 100 billion neurons.

    If you are going to attack his argument the place to start is his estimate of the computing power of the human brain, because it is there that he is fudging a little. We don't really know what it would take to simulate some of the finer aspects of the brain. What does it mean to speak of the processing power of the brain? It is so different from a computer, isn't it? I don't really know. I think some people would argue that you can reduce the actions of the brain to an equivalence with a digital computer, at least so far as the outward appearance goes. Let's not talk about consciousness because we are not even close to understanding what it is in scientific terms, let alone reproducing it.

    It is a shame you spent so much time arguing against 1 transistor = 1 neuron, when no one has even claimed that.
    There are many interesting points to be argued in his prediction. So please try to understand them a little before spouting off and wasting other people's time.

  81. My view is by Anonymous Coward · · Score: 0

    His predictions would be vaguely correct but delayed by several decades and wrong in specific terms.Just like flying cars.

  82. OT: Re:Obfuscation by vegiVamp · · Score: 0

    Which spawns an interesting question in my own set of randomly evolved neurons: If you have a block of obfuscated code that compiles correctly, would it be acceptable to provide that instead of intelligible source under the GPL ?

    --
    What a depressingly stupid machine.