Slashdot Mirror


The Baby Bootstrap?

An anonymous reader asks: "Slashdot recently covered a story that DARPA would significantly cut CS research. When I was completing graduate work in AI, the 'baby bootstrap' was considered the holy grail of military applications. Simply put, the 'baby bootstrap' would empower a computing device to learn like a child with a very good memory. DARPA poured a small fortune into the research. No sensors, servos or video input - it only needed terminal I/O to be effective. Today the internet could provide a developmental database far beyond any testbed that we imagined, yet there has been no significant progress in over 30 years. MindPixels and Cycorp seem typical of poorly funded efforts headed in the wrong direction, and all we hear from DARPA is autonomous robots. NIST seems more interested in industrial applications. Even Google is remarkably void of anything about the 'baby bootstrap'. What went wrong? Has the military really given up on this concept, or has their research moved to other, more classified levels?"

29 of 435 comments (clear)

  1. Classified by pete-classic · · Score: 5, Funny

    It has moved to more classified levels.

    I'd go into more detail, but the C.I.A. and C.I.D are at my door. Ooh, the B.A.T.F. just pulled up in a Mother's Cookies truck!

    -Peter

    1. Re:Classified by sys$manager · · Score: 4, Funny

      And you wondered why there was a

      Flowers
      By
      Irene

      truck parked on your street all week?

  2. baby bootstrap by kris_lang · · Score: 5, Interesting

    Sure, that was the engine of thought behind stories such as WarGames and 9x109 names of god. Somehow, unfettered access to data and time with "neural networking" capacity to form links and create linkages to pieces of data ("associative memory") would be all that was needed to create intelligence, and perhaps even sentience.

    Minsky came up wrong on the single layer perceptron, AI was wrong on the purely feed-forward neural-network systems, Rumelhart and McLelland got some good promo off of their feed forward net that could learn to pronounce idiosyncracies, and Sejnowski got a great job at the salk from the AI delusions. But no, it appears to not have gone anywhere... thus far.

    Later comment will be positive. ...

    1. Re:baby bootstrap by Al+Mutasim · · Score: 5, Interesting

      It seems we can program anything done with conscious thought--algebra, logic, and so forth. It's mostly the things we do unconsciously--recognize objects, interpret terrain, extract meaning from sentences--that can't be put adequately into code. Would the code for these unconscious processes really be complicated, or is it just that we don't have mental access to the techniques?

    2. Re:baby bootstrap by man_ls · · Score: 4, Insightful

      I doubt it would be too difficult to code -- if we knew the mechanism by which it proceded.

      Its hard to code a procedure to replicate the working of the mind...if you don't know how the mind does it in the first place.

    3. Re:baby bootstrap by kris_lang · · Score: 5, Interesting

      Ah, those are exactly the things I was commenting about above...

      That's what the "neural network" paradigm was all about. You have an arbitrary and fixed number of input node, you have an arbitrary and fixed number of output nodes. You create linkages between these nodes and "weight" them with some multiplicative factor. In some particular instantiations, you limit all inputs to be [-1... +1] and limit all weights to be within the range [-1 ... +1].

      So with A input nodes and B output nodes, you've got a network of AxB interconnections between these input and output layers. The brain analogy is that the A layer is the input layer or receptor layer, the Blayer is the output or motor layer, and it is the interconnections between these neurons, the neural network composed of the axons and dendrites connecting these virtual neurons that does the thinking.

      Example: create network as above. Place completely random numbers meeting the criteria of the model (e.g. within the range -1 weight B's output feeds forward to C, etc., and these are called intermediate layers.

      Rumelhart and Mcllelland encoded spellings as triplets of letters (26x26x26), had a few (or one, I can't remember this now) intermediate layers, and an output layer corresponding to phonemes to be said. They effectively encoded the temporal aspect of the processing into the triplets, sidestepping a (what I consider the more intersting...) part of the problem. They trained this neural network by feeding it the spelling of words and adjusting the weights of the networks until the outputs were the desired ones.

      Note that nowhere in this process do they explicitly tell the system that certain spelling combinations lead to specific pronunciations. They only "trained" the system by telling it if it's right or wrong. The systems weights incorporated this knowledge in these "Hebbian" synapses and neurons.

      So this is associative processing, using only feed-forward mechanisms. Feedback, loops, and temporal processing are even more interesting...

      alas not enough room in this margin to keep going.

    4. Re:baby bootstrap by nacturation · · Score: 5, Interesting

      Note that nowhere in this process do they explicitly tell the system that certain spelling combinations lead to specific pronunciations. They only "trained" the system by telling it if it's right or wrong.

      Right, it's kind of like an implementation of bayesian spam filtering, but for other problem domains. Instead of spam/ham, it's pronounced-correctly/incorrectly. Rinse and repeat.

      I dabble in AI now and again so I haven't read up on everything that's out there, but in my limited travels what I haven't yet seen is a neural network implementation which can learn and grow itself. The recently posted /. article about Numenta seems to be heading in the right direction. Most neural networks are incredibly rudimentary, offering a few levels of propogation. In a real brain, there's a hell of a lot more going on.

      I did some calculations a while back, and based upon 100 billion neurons in the brain, each capable of firing let's say an average of 1000 times per second, and we'll assume that at any given time a generous 1% of all neurons are actively firing, and that the information firing takes 100 clock cycles to process, then you'd need the equivalent of about a 100 TeraHz processor with oodles of memory to have the same processing power as the human brain. Of course, you'd also need to correctly simulate *how* the brain is wired up to get any kind of beneficial processing.

      So as far as the whole 1980's AI winter, it was inevitable. The computing power and storage requirements for any sufficiently advanced AI just wasn't possible. It's only until very recently that it's possible to achieve fairly complex AI.

      --
      Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
    5. Re:baby bootstrap by Servants · · Score: 4, Insightful

      I doubt it would be too difficult to code -- if we knew the mechanism by which it proceded.

      Its hard to code a procedure to replicate the working of the mind...if you don't know how the mind does it in the first place.


      On the other hand, it might be that the reason we don't understand how the mind does certain things is that they're actually extremely complicated, and don't reduce very well to a programmable step-by-step algorithm nor to a simple and general mathematical learning structure. It's hard to tell, although I think it's telling that after decades of work, neither psychologists nor computer scientists can understand or replicate much of what babies do.

      Sometimes the best way for a computer to learn something may not be the way a baby does it, anyway; c.f. chess.

    6. Re:baby bootstrap by bluephone · · Score: 4, Informative
      "Sometimes the best way for a computer to learn something may not be the way a baby does it, anyway; c.f. chess."

      Except computers never learned chess; humans programmed complex move analysis routines along with the rules, and many times a database of strategies with statistical weighting. There's a limited capacity to "learn: against opponents, but that's usually just more preprogrammed analysis and pattern matching than actualy spontaneous data linking. And like a poster higher up said, ther ewas a time we thought that was all one needed. It's not. We already have rudimentary AIs in labs that can "learn" in the sense they can create accurate spontaneous data links. The human brain (or the brain of any semi complex organism, really) is a black box with such unimaginable gears inside we're fumbling in the dark. It's hard to reverse engineer a mind becuase unlike reverse engineering a BIOS or widget, we don't really understand how a mind works, is put together, or even what it's really comprised of.

      --
      jX [ Make everything as simple as possible, but no simpler. - Einstein ]
    7. Re:baby bootstrap by pluggo · · Score: 5, Interesting

      Take a look at whales, for instance, with brains much larger than our own, and thusly, more neurons. A whale can't go on Slashdot and say "OMGZ first post guys" much less something of human level intelligence.

      This doesn't necessarily mean lower intelligence, in my opinion. Being underwater prevents most technology (that we know of) from working, from fire and wheels to computers and airplanes.

      A whale doesn't have fingers or hands, either, but whales and dolphins could well be as intelligent as (or more so than) us, but simply be less technologically advanced and unable/unwilling to communicate with us in a way we understand.

      Sure, they seem dumb at Sea World- but then, if you took a human baby and put it in a cage and threw bananas at it when it did a trick for you, it would probably behave pretty stupidly. Much of our intellect is awakened by our experiences in the early 5 or so years- within limits, the more you are stimulated within this time, the smarter you will end up being. I would simply wonder what a dolphin or whale could be taught to do if stimulated properly.

      An interesting and slightly off-topic side note is that whales and dolphins are conscious breathers; i.e., they must consciously surface in order to breathe, so they never go completely to sleep. Instead, half of their brain sleeps at a time- during this time, they're in a groggy half-sleeping state that allows enough consciousness to surface and to wake up if there's danger.

      Intelligent and friendly on rye bread with some mayonnaise.

      --
      Pulling together is the aim of despotism and tyranny. Free men pull in all kinds of directions. It's the only way to mak
  3. It's obvious why the search failed by exp(pi*sqrt(163)) · · Score: 5, Funny

    Who calls what you describe "baby boostrap"? I haven't worked in AI myself but have a keen interest in it and have friends who worked in the field including one who worked on Cyc (who says it's a scam BTW). Not once have I ever heard the expression "baby bootstrap". But what you've done is cool. Rather than search on precisely that term you've submitted your search to the serach engine known as "/. readership". It's not terribly relaible but it is good at fuzzy searches like yours.

    --
    Doesn't it make you feel good to know that our freedoms are protected by politicans, lawyers and journalists.
    1. Re:It's obvious why the search failed by Dun+Malg · · Score: 4, Funny
      Who calls what you describe "baby boostrap"?

      I've also noticed that nobody seems to make Horseless Carriages anymore (and after they showed such promise). Likewise, the Difference Engine has been a total flop. I do, however, expect we will see in the future some use made of the Vegetable Lamb of Tartary, though no use has been made of it in the last 1000 years since it was discovered.

      --
      If a job's not worth doing, it's not worth doing right.
  4. Stat algos by Anonymous Coward · · Score: 5, Interesting

    What happened was that research focused
    on machine learning models and inference
    models for belief networks. The work
    in this area since the 80s has been
    *spectacular* and has impacted other
    areas of research. (E.g., speech
    recognition, image processing, computer
    vision, algos to process satellite information
    faster, stock analysis, etc.)

    So, mourn the loss of the tag phrase "baby
    bootstrap", and celebrate the *unbelievable*
    advanced in belief nets, causal analysis,
    join trees, probabilistic inference,
    and uncertainty analysis. There are
    literally dozens of classes taught at
    even non-research oriented Univs (e.g.,
    teaching colleges or vocational-oriented
    schools) on this very subject.

    (As for your concern that the web is not
    being mined for ML context, just look at
    semantic web research, and other belief
    net analysis of text corpuses. Try
    scholar.google.com instead of just
    plain old google to find relevant
    citations.)

    The early AI research paid off BIG TIME,
    albeit in a direction that nobody could
    have predicted. Researchers did not keep
    using the phrase "baby bootstrap" so
    your googling will give you a different
    (and wrong) conclusion.

    1. Re:Stat algos by phreakmonkey · · Score: 4, Funny

      You're going to take this answer from someone who enters their comments on a Commodore 64?

  5. Baby Bootstrap? by ArcCoyote · · Score: 4, Funny

    The process that bootstraps a baby is still the Holy Grail for a lot of geeks.

  6. Poorly funded yes... by mindpixel · · Score: 4, Interesting

    Yes, Mindpixel [singluar] is poorly funded [I know because every cent spent to date has come from my pocket]...but the directon is correct... Move everything that isn't in computers, into computers. Just look at what GAC knows about reality [visit the mindpixel site and you can see a random snapshot of some validated common sense]... the project has nearly 2 million mindpixels now...I have a copy on my ibook and I can do some profound search related things because of all the deep semantics I have that google can't touch, at least until they invest in mindpixel ...

  7. Cognitive Machines Group @ MIT Media Lab by YodaToo · · Score: 5, Interesting
    I did my doctoral research developing software to bootstrap language based on visual perception. Had some success, but not an easy task.

    The Cognitive Machines Group @ the MIT Media Lab under Deb Roy seem to be on the right track. Steve Grand's work is interesting as well.

  8. Shutting down this discussion as of now. by infonography · · Score: 4, Funny

    By order of Wintermute (DARPA AI code 324326343.534) this discussion is terminated and no further investigation into this obviously false and misleading theory is permitted.

    Would you like to play a game of chess Professor Falken?

    --
    Sorry about the writing. Robot fingers, you know? Cliff Steele in DOOM PATROL #23
  9. Babies have an instinctive understanding of 'real' by Sierran · · Score: 5, Interesting

    ...and parents/pain for what is 'correct.' I don't think the concept is gone, but there are problems that are buried in the question as posed which (I think) became clearer stumbling blocks as technology advanced. NOTE: I'm not an AI theorist, nor do I play one on TV; I just like the idea and read a lot. Hence, this is all pulled out of my fundament.

    Cycorp is not a poorly funded idea in the wrong direction. Cycorp chose a different tack; they decided that rather than trying to build a reality and correctness filter, they'd rely on human brains to do it for them (like trusting your parents implictly) and instead concentrated on the connectivity of the 'facts' accrued by the 'baby.' CYC is still very much around, and is very much in demand by various parts of the government and industry - if you want to play with it yourself, you can download a truncated database of assertions called OpenCYC. Folks have even gone so far as to graft it onto an AIML engine, to produce a chatbot with the knowledge of OpenCYC behind it.

    The problem: how does your baby learn what's real and what's REAL NINJA POWER? Or, pardon me, what's REAL NINJA POWER and what's just a poser? Someone's gotta teach it. Which means it has to learn not only facts, but how to evaluate facts. So it has to learn facts, and how to handle facts - which means it has to learn how to learn. Which means you need to know that answer from the git-go. Tortuous games with logic aside, the onus is now much more heavily on the designer to have a functioning base - whereas with the Cyc approach, the only 'correctness' that is required is that of information, and perhaps that of associativity or weight - which can be tweaked, dynamically. The actual structure of how that information is related, acquired, stored and related is not relevant once decided. Having said all this, Cyc is (from the limited demos I've seen) quite impressive at dealing with information handed to it. It just wouldn't do very well at deciding what do do with that information - that's the job of the humans that gave it the info. It can tell you about the information, but not what to do with it. That task requires volition, really.

    Volition is a killer. What is it? How do you simulate it? How do you create it? Is it random action? Random weighted action? Path dependent action? Purely nature, purely nurture? When it comes down to it, the human is (as far as we know) not a purely reactive system, which CyC (AFAIK) is. Learning requires not only accepting information, but deciding what to do with it - deciding how it will be integrated into the whole. If the entity itself isn't making that decision, then the programmer/designer/builder has already made it in the design or code - and then it's not really learning, is it?

    Sorry if this is confused. As I said, I don't do this for a living.

    --
    A hero is someone who knows when to run away. I am a hero. -Trent the Uncatchable
  10. What Went Wrong? by SQL+Error · · Score: 4, Funny

    there has been no significant progress in over 30 years

    That's what went wrong. Basically, it don't work.

  11. Narrow IO Insufficient by Edward+Faulkner · · Score: 5, Interesting

    If you want a machine that learns like a human, it may very well need the same kind of extremely rich interface with its environment that a human has.

    Some researchers now believe that "the intelligence is in the IO". See for example the human intelligence enterprise.

    --
    "The danger is not that a particular class is unfit to govern. Every class is unfit to govern." - Lord Acton
  12. Nonono! by jd · · Score: 5, Funny

    They ARE a Commodore 64 that got "baby bootstrapped" off the Internet. This is a bid to prevent competition.

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
  13. Re:Maybe it's a good thing they failed by TruthSeeker · · Score: 5, Interesting

    Skynet anyone? The problem with any project like this is, what happens when the program learns about hacking? If it is as adaptive as a child, then it should be able to mature and pretty soon you have a terribly devious artificial blackhat hacker on your hands.

    It _would_ learn about hacking. Come on. Such an entity would be born in a pure data environment. Getting through a basic firewall would probably seem like jumping over a small fence does to a 6-years old. Getting to jump over better firewall would probably take time - in the sense that the entity would need to learn - but, since it would become a survival trick, it would happen.

    Artificial intelligence is not bad in and of itself at all.

    No technology is either good or bad. Only the use we make of it can be considered as such, and it still depends on what you consider is good/bad. If I was to say "War on Iraq is bad", how many people would react by saying it's good?

    The problem is when we want a machine that thinks like humans, especially a program that could potentially control our military.

    I don't think that's the point of the "baby bootstrap" thing. The only point is to get it to think. But, just like you learnt how to think according to the way you perceive the world, through your five human senses, an AI built that way would react according to its own senses. How it would interpret that data and react to it is something - I'm willing to bet - that would be completely alien to us.

    Given the record of flesh and blood humans toward each other in the 20th century alone, an artificial life form with the same basic psychological makeup as a human would be potentially an evil that'd make Hitler, Stalin and Pol Pot look like church ladies.

    This is only valid if you don't consider what I just said. Such an AI would probably be more interrested in getting the human race to serve it in an absolutely hidden way - build more computers, extend the networks, research better networking technologies - until it _can_ replace us. Even then, that would make sense on an evolutionnary point of view.

    AI that is capable of adapting to only one scenario is probably for all intents and purposes totally safe.

    This is called an automaton. It is not AI.

    . AI that is capable of adapting in general and learning like a human will probably ultimately have the same psychological defects as a human, including a propensity for violence.

    Most of the defects you are speaking about are related to our very nature - we are, after all, an evolution of omnivorous primates. We are therefore predators, with an important tendency towards territorialism and whatever comes with it. We are stuck somewhere between instinct and reason. Anyway, my point is that even if an AI was to learn "like" an human ("by undergoing the same process"), it certainly wouldn't react like one.

    --
    I sense much beer in you. Beer leads to intoxication, intoxication leads to hangover. Hangover leads to sobering.
  14. Re:Hardest problem not yet addressed by swillden · · Score: 5, Interesting

    You can't expect any system to discover the deep structure of the human psyche on its own

    An interesting book that relates to this is George Lakoff's "Women, Fire and Dangerous Things". Lakoff analyzes the categories defined by linguistic structures and uses what he learns to deduce some interesting notions about human cognition. In the process, one of the things that becomes very clear is that much (all?) of the way we structure our thinking is fundamentally and inextricably tied to the form and function of our physical bodies.

    One of the shallower but easier to explain examples is color: although the color spectrum is a continuous band, with no clear dividing points imposed by physics, the way in which people choose segments of that spectrum to which to assign names is remarkably consistent. Even though different cultures have different numbers of "major" colors (essentially, the set of colors that are identifiable by any member of that culture with basic verbal abilities, consider "green" vs "chartreuse"), the relationships between the major color sets is one of proper subsets. For example, one African (IIRC) culture has only two major color words, which would translate to Western color senses as roughly as "warm" and "cool". Another culture has four color words, two of which fall into the "warm" category and two of which are "cool". Western cultures have seven, and there's a direct correspondance between those color categories and the four and the two.

    Further, those categories are non-arbitrary. If you show a variety of shades of red to individuals from different Western nations and ask them to pick the "most" red, they will do so with near-perfect unanimity (assuming the shades aren't too close together -- they have to be readily distinguishable). Then, if you show the same shades to someone from a two-color culture and ask for the "warmest", they'll choose what the Westerners chose as the "reddest". Ditto across the board. I'm trying to explain in two paragraphs what Lakoff spends several pages on, and probably not doing a good job, but the gist is this: Experimental evidence shows that the assignments of names to colors is definitely not arbitrary, even across very distinct cultures.

    The reason? Physiology. The "reddest" red, as it turns out, is the one whose wavelength most strongly stimulates the red-activated cones in our retinas.

    The point is that, at a fundamental level, everything we percieve about our world is filtered through our senses and that inevitably defines the way we understand the world. Even more, our cognitive processes are built upon associations, extrapolations -- analogies and variations -- and the very first thing we all learn about, and then use to construct metaphors for higher concepts, is our own body. The body-based metaphors for understanding the world are so deep and so pervasive that they're often difficult to recognize.

    Lakoff's reasoning has some weaknesses -- mostly I think he overreaches ("overreaches" -- notice the body metaphor implicit in the word? And "weakness", too) -- but his arguments are good enough to make me think that if we ever do see an artificial intelligence of significant stature, it will think very, very differently from us.

    It's really unclear what such an intelligence whose primary source of experience was unfettered access to the Internet might be. We view the net as a structure built of connected locations, but that's because we apply our own physical world-based structures to it. What would an entity whose only notion of location is as a second-order, learned idea see? And who knows what other ways its understanding would diverge?

    --
    Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  15. Re:I for one by fyngyrz · · Score: 5, Insightful
    Because it is fighters that are pushed to the edge (or designed to the edge) of the human performance envelope, but not pushed to, or designed to the potential of their own.

    A human will black out during some types of maneuvers unless the aircraft is prevented from making them (from simple tricks like spring return to center for the stick after a blackout to computers that measure g force and won't let the flight envelope go that far in the first place.)

    Pilots use "G-suits" to try and keep blood in their heads by controlling pressure on their legs (for instance) but you can only go so far with that type of thing. And, as it's low tech, the opposition can do it as well.

    An AI won't have a problem with a very high G turn. A human is in deep trouble. Airframes can be designed for considerably more than a human can take, if there is no human pilot. If there is, there is little point in such a design -- the aircraft will become pilotless if it enters such a flight regime.

    Now, put this up against the fact that most other countries can't afford to put an AI in the pilots seat, and the result is continuous overwhelming air superiority without risk to humans on our side. That's the combination of factors that drives the urge to go in this particular direction.

    --
    I've fallen off your lawn, and I can't get up.
  16. Chinese Room, Phenomenology, bla, bla by diskonaut · · Score: 4, Interesting
    Well...

    There are several arguments against the possibility of strong AI. First and foremost, there is disagreement on fundamental philosophical issues.

    All proponents of strong AI have to somehow make a stand against at least John Searle's famous Chinese Room argument and Terry Winograd's phenomenological (and biological) account, in his book Computers and Cognition. Hubert Dreyfus provides, of course, an even deeper phenomenological argument in "What computers (still) can't do". (Dreyfus does give Neural Networks some chance, perhaps that is why the original poster is still enthusiastic about the "Baby Bootstrap"?)

    Since their arguments are available in the links above and/or other places on the web, I will not repeat them here. My point is that anyone who is seriously interested in AI has to really consider their philosophical ground, and has to do so in the light of arguments against it. After all, the arguments pointed to above are still more recent than arguments for strong AI.

    In other words, I would like to ask of (strong) AI proponents to answer a just what this "learning" is, that the baby bootstrap is subject to? What "knowledge" will it contain? Oh, and what about its means of "expression", "language" as you may call it?

  17. Re:I for one by infornogr · · Score: 4, Insightful

    There is a need to go to such a low level, unlesss you want to start it off with more data than is available in a strand of DNA.

    DNA speaks in the language of proteins. You can't tell what sort of cell a piece of DNA is going to produce or how the cells it produces will be arranged without running the simulation all the way down to the protein level. We have no other cookbook for how to arrange these simulated cells once they exist except a long list that says "produce this protein, then this one, then one of these, then another one, then this...", and we've not any clue how those proteins get turned into a person. We can understand the process at the chemical level, and no higher. The finished product, of course, isn't like that at all. We understand humans on the levels of cells and organs, but DNA isn't so conveniently arranged.

    Simulating cells is not sufficient. If it were, we could pour a couple gallons of blood into a bathtub and say "Behold, it is human." The organization of the cells matters just as much as the cells themselves. Simulating a human being to the level of even cellular precision would require that we be able to *scan* a human being at the cellular level to see how he's put together. If we actually knew the weightings of all the neuronal connections in a person's brain, then connectionist AI approaches might be able to produce real intelligence. To quote Levels of Organization in General Intelligence , "The classical hype of early neural networks, that they used 'the same parallel architecture as the human brain', should, at most, have been a claim of using the same parallel architecture as an earthworm's brain." You can't expect high-level organization from low-level simulations unless you want to simulate all the way down to DNA, where the information behind the complexity is really stored.

    Or you build the complexity yourself, without relying on the hideously-designed mess that is Homo sapiens. But that's a different kettle of fish.

  18. They're still working on artificial stupidity... by Fubari · · Score: 5, Funny
    excerpted from here:
    Computer scientist Arthur Boran was ecstatic.
    A few minutes earlier, he had programmed a
    basic mathematical problem into his
    prototypical Akron I computer.
    His request was simply, "Give me the
    sum of every odd number between
    zero and ten.
    "
    The computer's quick answer, 157, was
    unexpected, to say the least. With growing
    excitement, Boran requested an explanation
    of the computer's reasoning.
    The printout read as follows:
    THE TERM "ODD NUMBER" IS AMBIGUOUS. I
    THEREFORE CHOOSE TO INTERPRET IT AS MEANING
    "A NUMBER THAT IS FUNNY LOOKING."
    USING MY AESTHETIC JUDGEMENT, I PICKED THE
    NUMBERS 3, 8, AND 147, ADDED THEM UP,
    AND GOT 157.

    A few moments later there was an addendum:
    I GUESS I MEANT 158.

    Followed shortly thereafter by:
    147 IS MORE THAN 10, ISN'T IT? SORRY.

    Anyone doing conventional research would
    have undoubtedly consigned the hapless
    computer to the scrap heap. But for Boran,
    the Akron I's response represented a
    startling breakthrough in a little-known
    field: artificial stupidity.
    Boran is the head of NASA, the National
    Artificial Stupidity Association ("Not to
    be confused with those space people,"
    he is quick to point out), a loosely-knit
    band of computer-school dropouts currently
    occupying an abandoned fraternity house
    at the University of New Mexico.
  19. Funny you should mention that... by Anonymous Coward · · Score: 5, Informative

    I just got back from a workshop on this very subject, but nobody uses the term "baby bootstrap". It is now called "Developmental Robotics", and encompasses embodied agents, machine learning, and other biologically-inspired metaphors.

    There is now a website dedicated to the idea. See http://DevelopmentalRobotics.org/ and http://cs.brynmawr.edu/DevRob05/ for a collection of papers on the subject.