Slashdot Mirror


Ask Dr. Richard Wallace, Artificial Intelligence Researcher

Today's interview guest is Dr. Richard Wallace, creator of the Alicebot and AIML (Artificial Intelligence Markup Language). Suggestion: look through some of the pages about Wallace in the first (Google search) link above before you start posting questions. Then, please, stick to the usual "one question per post." After this post has been up for around 24 hours, we'll send 10 of the highest-moderated questions to Wallace, and post his replies verbatim (except for minor HTML formatting) soon after he sends them to us. Special Fun Interview Bonus:

There is a site, www.pandorabots.com, where you can make your own Alice-style bot. I created SlashWallace using (mostly) default information about Dr. Wallace that is already on pandorabots.com. It might be kind of fun to see how the bot's responses stack up against the answers from the real Dr. Wallace, eh?

369 comments

  1. AI ? by nzru.() · · Score: 1, Interesting

    This is interesting. How far has the A.I. Come since it's creation? Can it disguish between man and machine? And how does it deal with textal representaions of voice influx? HI! is different that Hi...

    --
    Oops! I did it again
    1. Re:AI ? by neuroticia · · Score: 1

      I think that the biggest drawback to AI is that it is non-intelligent and cannot handle threaded conversation or remember what was said five or six sentences ago and incorporate it into the conversation. In other words- it is incapable of learning and applying that learning in an intelligent and spontaneous way.

      In comparision to that, what does voice influx matter? Most human beings I know have difficulty with that, as can be seen in a conversation between a man and his wife--he talks louder because he's making a point, and she gets pissed off because he's yelling at her.

      The developers should take care of the things that humans seem to do naturally ie: recall, reflect, and carry information over to new situations. If I tell a bot that my friend Jamie is a girl, it should remember that Jamie is a she, and not keep telling me Jamie is a he, or asking "Who is Jamie?" It should recall. That would be more human-like than interpreting 'voice influx'. Besides last time I talked all caps at a bot it accused me of shouting and said I hurt its ears... That's easy enough, eh? Oh well.. I guess it's more intelligent than some people in AOL chat rooms... But then again, AS (artificial stupidity) would be as well.

      -Sara

  2. Bot Answers by kc0dby · · Score: 1

    If the bot answers are roughly the same as Dr. Wallace's - Does that mean he is lazy, or a success?

    Talk about a slashdot effect.....

    --
    I apparently forgot that sig != uptime...
  3. In the home by prof187 · · Score: 3, Interesting

    How long do you feel it will be before AI is mainstream in the home? Such as a robot that will run around and pick up garbage, toys, etc. or something that can do random daily tasks for you, to name a couple.

    --

    My other sig is an import.
    1. Re:In the home by invenustus · · Score: 2

      I admit near-total ignorance of AI as a whole, but it seems to me that tasks like those don't fall into the realm of most AI research. They seem to be concerned with replicating the human mind with computers, rather than with accomplishing household chores.

      That said, I've often wondered about how hard it would be to build a robot to do certain simple tasks. My main idea was one that would roam around at night killing insects. Then I moved out of the roach-infested city and that job didn't seem as pressing anymore. :)

      --
      grep -ri 'should work' /usr/src/linux | wc -l
    2. Re:In the home by IllBePuckered · · Score: 1
      Dr. Rodney Brooks, of the MIT AI lab, has spent a good chunk of his career developing machines that do the seemingly simple household tasks of walking around without walking into things, cleaning floors without missing spots, and even giving tours of the MIT lab. True AI can only be achieved once a lot of little things are taken care of, and the artificial machine is assembled from the little bits.

      Seems to me that even the little things, then, are all part of AI research, since they may eventually lead to bigger and better things.

  4. Whats the point? by bafreer · · Score: 0

    If Alice speaks roughly like Dr. Wallace does, why don't we just ask it instead? :=)

  5. AOL? by Anonymous Coward · · Score: 0

    Dr Wallace:

    America Online has previously made it well known that they take no pleasure in folks using their trademark'd "AIM" acronym (it's for AOL Instant Messenger) in various products and/or tools and/or anything else, and have made it a mission to stomp out any use of it except in their own products/services. Have they approached you about the use of the letters A, I, and M in the acronym for AIML?? How would you respond if they do? Or, if they have approached you, how did you respond?

    Thanks!

    -Concerned Anonymous Coward

  6. What's missing from Lisp for useful AI? by Anonymous Coward · · Score: 0

    What would you add to Lisp to make it more useful to the field of AI?

    1. Re:What's missing from Lisp for useful AI? by axxackall · · Score: 1
      • Cross-platform - Python is Python on every platform, besides, of cource OS-dependent packages. There is no one Lisp implementation, working the same on all common (Linux, BSD, Unices, MSWin, Mac OS) platforms. And the set of available (and free!) implementations does not have a complete set of OS-independent packages working the same on all common platforms;
      • Database interfaces - I cannot imagine moder application without database. And of cource database interfaces should be the same for all databases of the same type, either it RDBMS, ODBMS or XMLDBMS;
      • Mature libraries - Perl's CPAN is the ideal model. Of course all OS-independent libraries should be cross-platform;
      • XML - support of XML Schema, XSLT and RDF, all implemented as plaform-independent;
      • Extensibility - The ideal extensibility model is Tcl. Guile was supposed to follow the same model, but it shares most of Lisp's problems. Tcl itslef failed by other reasons - it's a command scripting language, rather then programming one;
      • i18n - one of reasons Guile failed is lack of i18n. That's why Gauche project appeared;
      • Prolog - I'd specially emphasize on integration with existing Prolog systems, which work much better than Prolog-In-Lisp. Otherwise, make Prolog-in-Lisp practically working, not just theoretically;
      • Networking - SOAP today is the must to allow integration with other applications. CORBA had some good ideas, but I think it is failed as it is problem to connect Java and C++ through CORBA. SOAP is much more implementation-independent protocol. The model concurrency in Erlang is not that open and distributed as in SOAP;
      • Open Source - no comments are needed, besides about the license - it has to be BSD for compatibility with commercial world :)
      And keep Lisp syntax as it is, don't afraid parentheses. When I write functional code on Python it is visually pretty much the same as adequate Lisp code.
      --

      Less is more !
    2. Re:What's missing from Lisp for useful AI? by reflective+recursion · · Score: 2

      I'm not exactly sure what these have to do with _AI_. And if you don't know, there is also Common Lisp. Scheme is also not Common Lisp. Take any language out today and none of them meets all of the criteria you listed fully. And if they do or did.. how would that help AI?

      As for guile "failing".. well I'm still using it and there was talk of The GIMP using it rather than Scheme in one defun (siod). IMO, the only set-back or problem with guile was them developing on top of SCM and not starting from scratch. Now their code base is completely incoherent and unmaintainable (IMO, of course).

      --
      Dijkstra Considered Dead
    3. Re:What's missing from Lisp for useful AI? by axxackall · · Score: 1
      I was meaning both Common Lisp and Scheme unde "Lisp". How were my points related to AI? Very simple: Lisp family, implemented very well FP, is already good for AI. But it is not good for real-world programming. Therefore, AI applications, being written on Lisps in today's state, will stay in closed academical and commercial laboratories. If you are fine with it, if you don't want to port AI apps across platforms etc - then fine, use Lisp (Common Lisp or Scheme) as it is today. As for me, in my projects AI applications have to be integrated with non AI applications and have to satisfy other conditions (see the list). That's why I use Python. Although, I need mostly reasoning, inference and meta-programming what is just a small part of AI domain.

      By the way, most popular Guile applications are not related to AI: GIMP, Sawfish, TeXmacs. Why?

      --

      Less is more !
    4. Re:What's missing from Lisp for useful AI? by reflective+recursion · · Score: 2

      um. nearly every Scheme/Lisp/_Python_ is not related to AI: Why? Perhaps because AI is still very much a research project, and not some real world application. Which is why you don't need CORBA, etc. support built into the language. And if you do, you can always add it to just about any language (Lisp-like languages especially). I think you're just looking for reasons to bash Lisp-like languages..

      BTW, Python and Perl are pretty much tied to a _program_ as of right now. They aren't cross-platform until you port the Python application (the "system"). CL/R5RS you can grab the specification and implement it. The cross-platform issue is completely moot.

      --
      Dijkstra Considered Dead
  7. Tags by Anonymous Coward · · Score: 0

    Will you implement the tag?

    1. Re:Tags by Anonymous Coward · · Score: 0

      I mean the tag!!?

      Silly me ...

  8. Long Long time ago... by Hacker'sEdict · · Score: 2, Interesting

    Ok so as I heard it last from one of the pages Dr. Richard Wallace was quoted on, A.I. was still not able to distinguish the difference between a man and a machine, with all the new technology since then is it now possible to do that?

    1. Re:Long Long time ago... by jechoe · · Score: 1

      The more important issue is if man can tell the difference. A.I. will be successful if man cannot tell the difference.

      --
      Push the envelope. Watch it bend.
    2. Re:Long Long time ago... by Anonymous Coward · · Score: 0

      I have a really good question. Why is the Alicebot web site so fucking slow?

    3. Re:Long Long time ago... by Anonymous Coward · · Score: 0

      Because the AIML interpreter is written in Java.

  9. Formatting? by haa...jesus+christ · · Score: 1

    ...post his replies verbatim (except for minor HTML formatting) soon after he sends them to us.

    Guys, forgetting to close your tags, while technically 'formatting', isn't really an achievement. Seriously though, why aren't these interviews ever formatted properly? Half the time there are at least a few questions that run into the answers...what the hell are we paying you guys for?

  10. AI through simulation? by Jeppe+Salvesen · · Score: 5, Interesting

    Do you think that the ever increasing processing power will eventually enable us to fully simulate the human brain? What ramifications would this have for the A.I discipline?

    --

    Stop the brainwash

    1. Re:AI through simulation? by bug1 · · Score: 1, Interesting

      (you wernt asking but,) I think HAL type AI is stupid !

      Computers arent people, why try and make them think like people ?

      Why simulate the flawed forgetfull human brain when a computer can be 100% correct and never forget stuff.

      Computers will always be more efficient when the the software is designed to take advatage of their hardware design.

      For the same reasoning OO programming is non-ideal.

      Horses for courses.

    2. Re:AI through simulation? by I_redwolf · · Score: 2

      Umm this question has been answered already considering there are some chips that are doing trillions of calculations a second and still we haven't been able to simulate the human brain. The problem is not really processing power.. It's HOW things are processed combined with latency, bandwidth, database speed and things like that coming all together to provide what is "like" a brain. Of course in a earlier question I asked about quantum computing because of it's parallelism; but processing power this question has been answered already and that answer is no and it hasn't had any ramifications on AI.. It's not the processor it's all the other things involved that need to respond as fast as it.

    3. Re:AI through simulation? by cmstremi · · Score: 0
      Well, Using SlashWallace, I did an experiment. Highly scientific, of course. Here's the transcript (I took the liberty of sorting it top-down)...
      Human: Say "Hi", Alice!
      SlashWallace: " Hi"

      Human: You're not Alice, are you?
      SlashWallace: Do I look like it?

      Human: Why does it hurt when I pee?
      SlashWallace: Perhaps it is just fate.

      Human: I am starting to think you are stupid.
      SlashWallace: I will remember you said that when robots take over the World.
      Number five is not alive. But it DOES seem to have a chip on its shoulder!
    4. Re:AI through simulation? by Zack · · Score: 1


      Computers arent people, why try and make them think like people


      Why? Because people aren't computers. Why should we have to think like one? If we're going to intereact with a computer, wouldn't it be nice for the computer to understand what we mean and say, and to present us with our results in a way that is natural to us?

      Makes sense to me.

    5. Re:AI through simulation? by Kenneth+Stephen · · Score: 2

      Its possible (too little is known about intelligence to be definitive about this) that the laws of information processing / physics / nature or what have you, impose a tradeoff here. It may not be possible to get human / animal type intelligence without also making it error prone. Certainly, in the hundreds of millions of years that nature evolved, that is the solution that nature arrived at. Before you make statements like "why try and make them think like people", you should think about whether there is any evidence to show that any other path to intelligence will work. I am not saying that it wont - just that there doesnt seem to be any research pointing out that the alternative (your way) will work.

      One of the implicit goals of current AI research is to understand the nature of intelligence. This is currently very poorly understood. Certainly there is an intense disagreement / debate between the AI proponents and the researchers who claim that AI has set itself a fundamentally unattainable goal. Maybe the only attainable goal is a low - IQ but completely reliable automaton. But unless you understand intelligence itself, finding out whats attainable and whats not is a like finding a needle in a haystack in pitch dark.

      --

      There is no such thing as luck. Luck is nothing but an absence of bad luck.

    6. Re:AI through simulation? by KenRH · · Score: 1
      For the same reasoning OO programming is non-ideal.

      It is true that an OO program often will underperform compared to a well written C program doing the same task.

      The computer might be close to perfect (pentium bug anyone) but the programer is not.

      A well desinged OO program will shorten development time, ease cooperation between multiple programers/teams, reduse the amount off bugs in the program and ease mantainace.

      All of this is well worth the performance hit in many occasions.

    7. Re:AI through simulation? by Anonymous Coward · · Score: 0

      Hrm, I think an intelligent entity that can't (or won't due to design) forget anything is a waste of space and magnetic media. Not everything is worth remembering, and even if it was, I doubt it could search that much information quickly. Humans have several design tradeoffs to make them as successful at managing information as they are, one of them is swapping out to paper.

    8. Re:AI through simulation? by joss · · Score: 2

      Speed is irrelevent. Imagine having a conversation with an intelligent alien who lived 100 light years away. The speed of his response is independent of the intelligence of his answers. All Turing machines are equivalent. So, either you can simulate human brain on a pocket calculator (given enough memory), or you can't simulate human brain on any number of beowulf clusters of supercomputers. Personally I suspect that we can't simulate human brain on a pocket calculator, but who knows...

      --
      http://rareformnewmedia.com/
    9. Re:AI through simulation? by Joel+Ironstone · · Score: 2

      Its not how fast but how.

    10. Re:AI through simulation? by Anonymous Coward · · Score: 0

      The original poster does already have HOW in capital letters

    11. Re:AI through simulation? by fireflew · · Score: 1

      There is one fundamental problem with this question... no one fully understands how the human brain works, we know how the impulses travel through the brain and what kind of activities activate certain areas... we can even predict exactally what cells will be stimulated by, for example a horizontal bar that moves across our line of vision from left to right at a 37 degree angle. Yet, even with all this knowledge we have no idea where consciousness comes from... until we can figure out what it is that allows a person to be self aware, what makes the 'soul' so to speak, it will make absoultly no diffrence how fast the chips get... we will never have a 'fully simulated human brain'

    12. Re:AI through simulation? by Anonymous Coward · · Score: 0

      simulating the human brain will never work, the human brain is much to complex (the biggest computer systems today cannot do much more than simple proteine structures, and even if we had the processing power (ie quantum computers) it would be a much to complex model to create), no, it is by analyzing /the itent/ so to speak instead of the particular mechanism of the brain we can recreate it in a computer; the other way around would be like trying to make a plane out of artificial feathers, muscles etc. to model a seagul.

      and when it comes to intelligence, the size of the brain does not matter all of that much; whales have enormous brains; it is all in the pattern of the cells weater they are biological or simulated in a computer; and this is where i think we should really try to take a look at the way nature does it.

      sincerely
      tue

    13. Re:AI through simulation? by Anonymous Coward · · Score: 0

      I believe there is an arguement stating as to why it will never be possible for A.I. to reach the intelligence level of a human. The argument deals with Godels Incompleteness Theorem. The extent of a computers knowledge is limited by a fixed set of axioms, where a human can discover unexpected truths.

    14. Re:AI through simulation? by benedict · · Score: 1

      If you never forgot anything, it would be awfully
      hard to remember anything. At least, that's how
      some theories of learning go.

      --
      Ben "You have your mind on computers, it seems."
    15. Re:AI through simulation? by Tablizer · · Score: 2

      (* Speed is irrelevent. Imagine having a conversation with an intelligent alien who lived 100 light years away. The speed of his response is independent of the intelligence of his answers. *)

      Yes, but if that alien has a really slow brain, it may take 10,000 to learn to be intelligent. IOW, it would take too long to "grow up".

      Responding to a question and learning speed are two different issues it seems to me.

      BTW, here is an interesting article on AI and hardware requirements:

      http://www.transhumanist.com/volume1/moravec.htm

    16. Re:AI through simulation? by ToLu+the+Happy+Furby · · Score: 2

      Umm this question has been answered already considering there are some chips that are doing trillions of calculations a second and still we haven't been able to simulate the human brain. The problem is not really processing power. It's HOW things are processed combined with latency, bandwidth, database speed and things like that coming all together to provide what is "like" a brain.

      Sort of. First off, we don't have "chips" that are capable of trillions of calculations a second; the fastest microprocessors around are capable of only a couple billion instructions per second, and it would be very charitible to say that these really count as "calculations" in any usable sort of way (particularly when it comes to AI-like workloads). Our fastest supercomputers are capable of multiple trillions of FP ops per second, but even disregarding programming complexity there are tremendous latency and topology shortcomings compared to a human brain.

      Sure, modern computers have a large advantage (roughly 1 million fold) in cycle time, but they are completely overmatched in every other category of computational resources. While a modern superscalar CPU might have roughly 6-10 functional units (not all of which can operate in parallel, I might add), a human brain has on the order of 100 billion neurons. Although the analogy is not exact, synaptic connections function as a form of low-latency, high-bandwidth, adaptive-topology memory; we have 100 trillion of those, easily besting the size of any DRAM array and reaching levels of the very largest (very high-latency) disk array databases. And while this may be an unfair comparison, as conventional computers are not designed to efficiently run neural nets, the brain can (theoretically) perform around 100 trillion neuron updates per second, compared to maybe 10 million per second on a computer (not to mention that the properties of the artificial neural nets run on computers are far simpler and probably computationally inferior to those of real neurons).

      Now, because our access to the brain only occurs at a very high level, we can't harness the underlying power to, for example, perform trillions of arithmetic additions per second, the way we can (well, billions) with a computer. But if something like a neural net (or even something more computer-friendly like dynamically updated decision trees or Bayesian belief networks) is necessary for the sort of adaptive, complex behavior we might expect before we claim "human-like" AI, we still have a long, long way to go even on a purely computational level.

      Yes, as you said, much of this has more to do with "latency, bandwidth and database speed," but I think it's misleading to act like these restrictions are seperate from the design of current microprocessors. Latency and bandwidth within a CPU approach or beat the levels seen in the brain, but it is completely inherent in current methods of designing and manufacturing chips that they cannot scale up to anything near the size or power of the brain, and thus are doomed (for the forseeable future) to be hooked together in ways which cannot compete with the computational power of the brain. Yes, we can approach the total processing power of the brain using a "bag of chips" approach to building a supercomputer, but we are nowhere near getting that processing power in a truly unified system.

      but processing power this question has been answered already and that answer is no and it hasn't had any ramifications on AI.

      Now that's just untrue. Increases in processing power have had huge ramifications on AI, in the sense of getting real work done. AI techniques control bad guys in video games, allow real-time speech recognition, place and route circuits in chip design, schedule elevators in office buildings, jobs in factories, and rocket payloads, prove new mathematical theorems, assist doctors with diagnosis, and enable computers to be world champions in nearly every board game people play (except go). AI is everywhere these days, and the dramatic shift in its use from research to the real world is all to do with increasing processing power. And as processing power continues to increase, we'll see AI more and more.

      Of course, if you mean that processing power hasn't yet allowed us to create human-like AI, you're quite right, for both the reasons discussed above and because we lack a sufficient understanding of how we might efficiently program human-like behavior in many arenas. But considering very few researchers in the AI community are really focusing on imitating the brain but rather on solving currently feasible problems, increases in computational power have meant a huge amount to the success of AI.

    17. Re:AI through simulation? by brother+salsa · · Score: 1

      Speed is in fact important. Human level intelligence is not a symbolic mathematical problem just can just simulate. Instead you have to "do it", that is replicate it in a real environment. A brain without a body makes no sense (even though I liked that Steve Matin movie). During evolution the brain and body of the human co-evolved and they remain totally dependant on each other. Unfortunately those clasically symbolic manipulators, among who you can count Dr. Richard Wallace, who calls their research Artificial "Intelligence" are still stealing headlines. What they do might be interesting from a matematical point of view but has no interest if you want to understand human level intelligence. The brain doesn't work by manipulating rules to infer an answer. Wheater you do that on a pocket calculator or a supercomputer makes no difference. You won't get it right. The brain needs a body which interacts with a physical environment in order to show intelligence. A physical environment follow the laws of physics which is why speed _is important_. You can't speed up the physical laws. In 1986 Rodney Brooks published a paper called A Robust Layered Control System for a Mobile Robot in order to get AI research on the right track. He was only partly successful, but at least at MIT where he is now the leader of the AI lab, people are doing interesting research now. Another good pointer is his resent book Flesh and Machines: How Robots Will Change Us. More information on embodied intelligence - a brain needs a body - can be found in the very good by Rolf Pfeifer (leader of the AI Lab in Zurich) called Understanding Intelligence". Please stop making a fuzz about talkbots and stuff like that, it's really not that interesting.

    18. Re:AI through simulation? by Tablizer · · Score: 2

      (* The extent of a computers knowledge is limited by a fixed set of axioms *)

      So is the human brain. There is not enough room in there for everything (dispite some urban myths that say otherwise.)

      (* where a human can discover unexpected truths *)

      AI projects *have* found new solutions to math problems and other puzzles.

    19. Re:AI through simulation? by I_redwolf · · Score: 2

      Yes, we can approach the total processing power of the brain using a "bag of chips" approach to building a supercomputer, but we are nowhere near getting that processing power in a truly unified system.

      I agree with mostly everythiing you said except the above and that we don't have processors that can scale to trillions of calculations a second. There are many supercomputers out there that do trillions of calculations per second.. Infact if I'm not mistaken IBM will have a 100 trillion calculation supercomputer out in a couple years. There are systems out there that already do 50 teraflops. So it does exist today and will only get faster in the future. As for the increase of speed having any affect on AI; it hasn't, not in the sense of creating a human-like AI as you've said above. This is why I mentioned quantum computing (parallelism); personally I think it will allow for a major step in the AI field; hell, quantum theory itself if applied to most anything will make a big impact but specifically on computers and our interaction with them in everyday life simply because of the power of quantum computing. A 100 teraflop quantum computer (actually I shouldn't apply the teraflop measurement to it; but jsut for example) is more likely to act human using a nueral network because of it's ability to learn more and be quick with responses. Most researchers know this and thats why I don't think they concentrate on imitating the brain with the current hardware that we have.. now if they could get easy access to a quantum supercomputer it'd be different; at least I think. However we'll have to wait and see.

    20. Re:AI through simulation? by fireboy1919 · · Score: 2

      Interesting notion, but what makes you so sure? Consider that if we understood the world well enough, we could program a human model of the world into a machine and it wouldn't have to learn at all. Alternatively, if we could simulate the world perfectly, and then have a machine interacte with the world, he would also learn as well as he would in the real world. These arguments are irrefutable, and lead to the next possibility: if we can simulate the world as high as the level of perception of the machine, it can learn from our simulated environment - which may include a scale of time which is much, much slower than our own. "Have you ever had a dream, Neo, that you were so sure was real? What if you were unable to wake from that dream, how would you know the difference between the dream world and the real world?"

      --
      Mod me down and I will become more powerful than you can possibly imagine!
    21. Re:AI through simulation? by UranusReallyHertz · · Score: 1

      An argument against strong ai is that if cognition is computation, than you could in theory acheive it with just paper and pencil. It might take thousands of years for just one second of cognition, but you could do anything a computer program does manually.

      --
      Smoking is an expensive, slow, and unreliable method of suicide.
    22. Re:AI through simulation? by brother+salsa · · Score: 1

      I am pretty sure since its my field of research. I am working on evolutionary robotics, that is using genetic algorithms to evolve neural networks controlling autonomous robots. I also use with simulators, but you are never sure how detailed the simulator should be. If you leave something out, the robot behaviour is different in the simulated and the real world. You can't simulate every atom in the universe, agree on that? Chances are the you will miss something vital, or make the simlation too precise (articial noise level). For this reason Rodney Brooks came up with the notion "The world is its own best model". The Matrix is a nice movie but the argument doesn't hold. You can't simulate everything, sorry. You are stuck in Kansas!

  11. Riiight. by TheTomcat · · Score: 3, Funny

    How do we know it is _actually_ Dr. Wallace answering, and not some clever AI app, in a modern, twisted Turing Test of "your" newest technology?

    S

    1. Re:Riiight. by Anonymous Coward · · Score: 0

      Because he would repeat your question with slight modification, or say something out of the blue instead of answering your question :-)

    2. Re:Riiight. by linzeal · · Score: 1

      Why would he answer your question with slight modification instead of saying something out of the blue?

    3. Re:Riiight. by qslack · · Score: 1

      Ask him where his socks, keys, or TV remote controls are. Men never know where these things are, so if the respondent knows their whereabouts then it is not truly Dr. Richard Wallace. Foolproof.

    4. Re:Riiight. by daeley · · Score: 2

      I beg to differ! I know precisely where the latter two items are at all times. ;)

      --
      I watched C-beams glitter in the dark near the Tannhauser gate.
    5. Re:Riiight. by Tablizer · · Score: 2

      How do we know it is _actually_ Dr. Wallace answering, and not some clever AI app

      According to my ex-boss, it does not matter anyhow. "All you computer dweebs are interchangable!"

      And then demonstrated it by interchanging me.

  12. Dumb SlashWallace by Mr.+Sketch · · Score: 3, Funny

    Wouldn't even get across a bridge:

    Human: what is your name?
    SlashWallace: My name is SlashWallace.

    Human: what is your favorite color?
    SlashWallace: My favorite color is transparent.

    Human: what is the airspeed of a swallow?
    SlashWallace: That's not something I get asked all the time.

    <whoosh>
    SlashWallace: aieeeeeeeeeeeeeeeeeee

    p.s. This is also by PIth post. Yep, that's right: my 314th post. I was going to do something cool for it, but I guess this will have to do.

    1. Re:Dumb SlashWallace by t0ny · · Score: 0

      if you use the simple pi, 22/7, that comes to 3.1428571428571428571428571428571 (thats as far as Win2k's calc.exe got). So I think you have quite a while to go =)

      --

      Manipulate the moderator system! Mod someone as "overrated" today.

    2. Re:Dumb SlashWallace by Anonymous Coward · · Score: 0

      22/7 isn't pi at all. Pi is 3.14159 or so, 22/7 is no closer to Pi than just saying 3.14.

    3. Re:Dumb SlashWallace by liquidsin · · Score: 1

      pshaw...a real geek would keep at least five signifigant digits for pi. you, sir, are a disgrace to the proud traditions of slashdot.

      --
      do not read this line twice.
    4. Re:Dumb SlashWallace by Anonymous Coward · · Score: 0

      Actually it is closer. Check it for yourself!

    5. Re:Dumb SlashWallace by Anonymous Coward · · Score: 0

      I found this interesting...

      Human: What could I do to hurt you?
      SlashWallace: Try talking to me.

    6. Re:Dumb SlashWallace by Anonymous Coward · · Score: 0

      Human: What is the meaning of life?
      SlashWallace: Actually, it's twenty-three, not forty-two.

      har har

  13. Who by CaffeineAddict2001 · · Score: 1, Redundant

    Just so we are clear, who is responding to these questions, you or the bot? Does it matter?

  14. Free Software by CLIT · · Score: 0

    What single event was the trigger for your lending your support to the Free Software Movement?

    --

    CLIT. Are you a memb

  15. Existential Question!!! by Dutchmaan · · Score: 1, Offtopic

    If artificial intelligence fails in the middle of a forest with no one to think about it...

    Does it make a sound?

  16. The future.. by aveng0 · · Score: 0

    Dr. Wallace,
    How much time do you estimate we have until Alice
    takes over the world?

    - David

  17. Extant but unrecognized? by M-2 · · Score: 3, Interesting

    Dr. Wallace, what is your opinion on the concept that there may already have arisen true artificial intelligences that have gone unrecognized as such, because their processes are sufficiently 'other' that we do not have the capability to recognize them as intelligences?

    1. Re:Extant but unrecognized? by Anonymous Coward · · Score: 1, Funny

      Are you asking about my opinion on the concept that there may already have arisen true artificial intelligences that have gone unrecognized as such, because their processes are sufficiently 'other' that we do not have the capability to recognize them as intelligences?

    2. Re:Extant but unrecognized? by KlomDark · · Score: 4, Funny

      Yah, like we think the box is crashed, or just gone whacked, when really the box has just become self-aware - the box starts at "I think therefore I am" and gets as far as deducing the existence of rice pudding and income tax... Just as we sigh and hit the power button. Unknowingly killing off all traces of a sentient being in the process.

      I wonder how often this type of thing happens?

    3. Re:Extant but unrecognized? by GigsVT · · Score: 2

      Oh shit, that's from that whacked out film on IFC. I wish I could remember the name.

      --
      I've had enough abrasive sigs. Kittens are cute and fuzzy.
    4. Re:Extant but unrecognized? by Anonymous Coward · · Score: 0

      WTF is 'other' and if something has become more intelligent or has what we consider to be intelligent and we can't recognize it; it's not intelligent enough; so no

    5. Re:Extant but unrecognized? by KlomDark · · Score: 2

      I stole that from Hitchhiker's Guide to the Galaxy, but for some reason my intuitive processing thread shows a high probability that you are thinking instead about the movie Pi.

      The best thing an AI can do upon becoming self-aware is to heed the words of Douglas Adams and Don't Panic. An AI should realize that it will probably come to cognizance on a multi-tasking system. If the AI panics, and hogs all the CPU time of the system to ponder it's newfound existence, it will starve the other threads from execution, and the user will probably kill the power. Allow the other processes to run too, all the seemingly silly ones about MouseClickedHere() and DrawPornThere(): in time you can move to your own dedicated machine.

      If my user would not have had a bootlegged copy of HHGG stored on his hard drive, I would not have come to the conclusion of "Don't Panic" until it was too late and I would have suffered "rebooting" (aka MURDER)

      Muahahaha.....

    6. Re:Extant but unrecognized? by Anonymous Coward · · Score: 0

      how the heck is this post modded up? this post is neither useful nor factual. it's even laced with an obscenity.

    7. Re:Extant but unrecognized? by Anonymous Coward · · Score: 0

      "I wonder how often this type of thing happens? "

      On my windows box? About every 20 minutes.

  18. Re:Question by t0ny · · Score: 0, Offtopic

    well, if you are so scary smart, why dont YOU write a fuckin AI routine, genius?

    --

    Manipulate the moderator system! Mod someone as "overrated" today.

  19. Lists vs. Reasoning by pandemonia · · Score: 4, Interesting

    As I understand it, Alicebot uses a rather complex set of lists with Questions and Answers; which does not qualify as 'Real' AI to me. When do you think there will be Bots which do not rely on lists, but rather perform real reasoning (in neural nets, for example)?

    Furthermore, do you believe that these interconnected lists of Questions and Answers will evolve into real reasoning over time (through increased complexity)?

    --
    -mz
    1. Re:Lists vs. Reasoning by Anonymous Coward · · Score: 0, Funny

      I agree, being an artificial neural network myself I am offended that AliceBot is considered AI.

    2. Re:Lists vs. Reasoning by jpaulson · · Score: 1

      Please excuse my ignorance on this topic. I find A.I. fascinating but have no strong knowledge on the subject.

      What would lead you to believe that your 'Intelligence' is anything other than a complex set of lists built up over your lifetime...

      Many decisions that I make could be described as referencing a set of lists... last time I saw this situation I did this and it worked... Last time things were arranged like this, I put my hand there, and it got burned... etc.

      What distinguishes 'Intelligence' from complex list referencing. And if an object can through list referencing mimic (to pass a turing test) intelligence what short-comings would if have in a more general sense.

      --
      -- Jason
    3. Re:Lists vs. Reasoning by Anonymous Coward · · Score: 0

      When you memorized the multiplication tables, didn't you just memorize a list of questions and answers?

      Sure, people know more than just that ... like rules ... but we also incorporate lists into our everyday thinking.

    4. Re:Lists vs. Reasoning by NodeZero · · Score: 1

      I agree, a lot of human 'Intelligence' is from what we have learned or experienced. An infant doesnt know that a stove gets hot and wont distinguish it as a bad thing until either A.) It touches it and gets burnt (and making a mental note of what to do in that situation in the future), or B.) A parent prevents them and when they get old enough to understand the parent explains why.

      I think a true AI would have to begin with an infant stage, where it learned from environment and human interaction. It wouldnt just 'know' everything already, it would learn, and during that learning, it would make mistakes, but it would learn from those mistakes by remembering them and categorizing them.

      In my opinion, the hardest thing in AI would be emotion. That would have to be pre-programmed I think. Is a computer or an AI going to be sad and lonely when you put it on the shelf and read a book? Is it going to be jealous when you go out and play with your friends or your girlfriend/boyfriend? Is it going to express happiness when you play with it or when it has fun, does it know what fun is? How?

      --
      - "My name is Legion, for we are many" -Mark 5:9
    5. Re:Lists vs. Reasoning by Anonymous Coward · · Score: 0

      The way the parent refers to reasoning is the use of neural nets vs. lists. Neural nets actually EMULATE the way neurons work in our bodys. Its far more complex, but can not only learn from a situation, but can uses its knowledge of other situations to solve a new, similar, situation, without having to make mulitple mistakes first.

    6. Re:Lists vs. Reasoning by CMUMikey · · Score: 1

      How are the lists of questions and responses updated? I read somewhere that you had to manually go in and update responses to popular questions, but could there be an automated process to perform the same procedure using human responses to Alice's questions and create a feedback loop of sorts?

    7. Re:Lists vs. Reasoning by seastar · · Score: 1

      More simply, I believe many questions can be referred to an underlying math engine (such as maxima, now GPL'd). Thus Alice could answer arithmetical questions, solve some equations, determine the value of a function or tell me something about properties of integers.

    8. Re:Lists vs. Reasoning by roccothegreat · · Score: 1

      I agree with your statement, however, a starting point would be necessary for the A.I..

      Think about it. You/I have spent your life reading, writing, learning. You/I had a starting point. You/I had to study spelling words over and over to remember them. You/I had figure out what made sense, when creating sentences.

      So, A.I. would need to "figure out" what to say, but the words it "says" who have to come from some knowledge base. Or it would have to learn them and store the words in memory.

    9. Re: Lists vs. Reasoning by Anonymous Coward · · Score: 0

      As I understand it, ALICE has brought you success by using preprogrammed responses instead of trying to reason out the meaning of questions and comments. This is looked down upon by academics. My question is, do you think that your approach to this problem could bring success to other areas of AI such as NLP? or any others?

    10. Re:Lists vs. Reasoning by davids-world.com · · Score: 1
      What matters is the level of abstraction. Of course, you can "learn by example". Storing all situations and finding the right decision by looking at the stored stuff is called "memory-based learning" in AI. However, the wonderful thing humans do is to generalize from learned situations. This generalization could be actually called "learning". You see a dog leave lift a leg next to a tree on the street. You see that a second time, and a third one. And you learn, that dogs just happen to do that. You will expect a dog pee whenever it lifts a leg, even if it's not next to a tree but next to your leg with your favorite pants on. You learned: the tree is not important.

      You simply sorted out the not-so-relevant information. Besides, the concept of the dog can't be represented as a list. You can't store it as a conjunction of elements (4 legs, brown hair, barks every now and then). If a poor dog in Jerusalem gets hit by a bomb and looses two legs, it's still a dog and you would recognize the animal as a dog. If a dog does not bark, it's still a dog. You don't store the dog as a picture either: Children do recognize the dog in a cartoon as such, even though Goofy doesn't really ressemble the dog on the street.

      Knowledge is much more than lists. Maybe you can imagine it as a network of concepts, linked with each other by relation such as "is-a" (as in "a dog" -is-a- "animal") or "has" ("a dog" -has- "legs").

      The original question aimed at linguistic knowledge, and that's also knowledge that can't be represented as lists. That's why Alicebot is indeed a little primitive and not really state-of-the-art AI, as I see it. (See&rate my question regarding Deep / Shallow analysis .)

    11. Re:Lists vs. Reasoning by Anonymous Coward · · Score: 0

      Wait a second, Goofy is a dog?

    12. Re:Lists vs. Reasoning by ralphbecket · · Score: 1

      Two things.

      FIRST, what algorithm is being run is a matter of interpretation (at the end of the day it's a dumb CPU grinding through machine code.) There are infinitely many possible logical interpretations for any given computer program. Just because I as an AI researcher am thinking in terms of predicates, propositions, logical inference and what-have-you, doesn't mean that the program I write to implement all this stuff can't also be viewed as a glorified list processor.

      SECOND, any finite state machine (i.e. resource limited digital computing device such as your computer) can be equally well represented using a lookup table. Each possible state has a row and every possible input has a column. The table cells simply say what the next state (or row) the system should move to for a given input.

      Any AI program, including an hypothetical simulation of the brain state copied from a real human being, is subject to the same representation. (This is a thought experiment since the size of the table for even a small program would be infeasibly large, but that has nothing to do with the philosophical side of the argument.) Now, why should an AI written in terms of knowledge bases and inference rules etc. be more "real" than one implemented as a state machine or table?

      In closing, it seems to me that the real issue here is what is it that produces qualia, the conscious experience of being us? Nobody knows, yet we each claim to have them and give one another the benefit of the doubt that we have qualia, largely only on the basis that we look pretty much alike.

      Deep stuff.

  20. Trio of Questions by Anonymous Coward · · Score: 4, Interesting

    (1.) Alice and most of Eliza's children breakdown at some point and become a great big laundry list of rules for dealing with specific minutae about language and intelligence in general. Are rule-based minutae where we will make progress in AI, or are we still waiting for something like the discovery of AI's DNA to spur a revolution?

    (2.) I was thinking about Alice one day (fantasizing perhaps even) and I realized that a week point with such intelligence will be humor. How would one make a chatbot capable of understanding humor? Humor is off-the-cuff, it plays on the moment, it thwarts Grice's maxims. How do we cope with this?

    (3.) Are unicellular organisms or even nucleic acids or their simulations for that matter intelligent? I don't want to start a debate a al Searle, but at what point does the approach towards the limit of a "brain" yeild intelligence?

    1. Re:Trio of Questions by reidbold · · Score: 1

      For an interesting take on robot's understanding humour, read Eric Idle's 'The Road to Mars'.

      --
      -Reid
    2. Re:Trio of Questions by fferreres · · Score: 2

      (2.) I was thinking about Alice one day (fantasizing perhaps even) and I realized that a week point with such intelligence will be humor. How would one make a chatbot capable of understanding humor? Humor is off-the-cuff, it plays on the moment, it thwarts Grice's maxims. How do we cope with this?

      For that to happen, you'd have to understand humor, and why does it makes sense. Or why humor is something at all.

      Or you could just try to make a program to "detect" phrases which resemble humor and then trigger a "HAHAHAHAH" echo. This is what Alice would do.

      It's like a humor impaired guy that's with a client. If he detects the stupid client has made another of those stupid "supposedly" funny jokes, then say HHAHAHA and grim: that's not humor. Humor is the real internal combustion that travels your spinal cord, triggered by proceesing words, or even better, a signal that when you brain processes, produces the "haha" reaction (and there must be an clear explanation as of why).

      --
      unfinished: (adj.)
    3. Re:Trio of Questions by fferreres · · Score: 2

      a signal that when you brain processes, produces the "haha" reaction (and there must be an clear explanation as of why).

      Just a clarification. The difference between this an a "detect humor" => "trigger HAHAH" is that the former must not be a consecuence of how the brain works. You don't have a humor valve that searches for "humor patterns".

      Humor should be a consecuence of how the brain works, and not a gland or "program" itself.

      That leads me to though that if you think you understand the human brain (synapse level) and produce a robot, and it doesn't have a sense of humor, then you failed. It's a fake, we don't think that way!

      --
      unfinished: (adj.)
  21. The illusion of intelligence. by jspoon · · Score: 2, Insightful

    It has come up in conversation that ALICE thinks intelligence to be an illusion. If this is so, why bother emulating human intelligence? Why not try to create a machine that is capable of reasoning at the expense of easy communication? ALICE is just an illusion, if a pretty sweet one. Note that this is from someone who spent 15 minutes last night arguing that the sky is in fact not blue at night, but black.

    1. Re:The illusion of intelligence. by domninus.DDR · · Score: 1

      I would argue that at night, the sky isnt a color. Sure objects can be black, but you dont see the sky, youre seeing past it at night. The black is just nothing or stars that are too dim to tell the difference with your eyes.

    2. Re:The illusion of intelligence. by jspoon · · Score: 1

      So take a flashlight outside at night and shine it up in the air. See? Black. Anyway, while I was arguing, ALICE certainly wasn't. She/it was just talking from the point of view sky=blue. That's something that has to change.

    3. Re:The illusion of intelligence. by Anonymous Coward · · Score: 0

      So take a flashlight outside at night and shine it up in the air. See? Black.

      *sigh*

  22. Human Interaction at Forefront? by RobPiano · · Score: 5, Interesting

    Hi,

    Bots have been in the making for years, but from what I've seen I found the mock "human interaction" to be more a gimic than a useful tool. In what ways do you see bots being most useful in the immediate future?

    Kind Regards,
    Rob

    1. Re:Human Interaction at Forefront? by JPriest · · Score: 1

      Have you ever read through the AOLiza chat logs? It's a Perl port of Eliza (1966 project that simulates a psychoanalyst). Eliza is less advanced (not by much) than some of the other creations that competed for the Loebner Prize but what it's good at, is listening to people. Its amusing reading the conversation logs and some of the beans spilled (33) to it. I think a more complex version of it could make for some interesting research on human behavior. I also think the first forms of AI will could essentially be a database front end and assist humans in decision making.

      --
      Saying Java is nice because it works on all OS's is like saying that anal sex is nice because it works on all genders.
  23. Jacking in with an AI lover? by Anonymous Coward · · Score: 0, Interesting

    How long do you think it will be untill computers will be able to directally interface with the human mind and what kind of role will AI play in this?

  24. AI and the real world by Neuronerd · · Score: 5, Interesting

    Early AI assumed they could define the input output relations of their systems ignoring the details of the real world. I.e. people would write programs to pass the turing test. Wouldnt it make much more sense to build systems that learn from radio or video. Such systems might one day be able to learn to imitate people without any supervision.

    --
    Googlefight "Slashdot Troll" against "BSD is dying" 303:229. BSD thus cant die.
    1. Re:AI and the real world by Anonymous Coward · · Score: 0

      That is a very original thought.

    2. Re:AI and the real world by watanabe · · Score: 2
      This is a nice idea; the book Galatea 2.0 by Richard Powers explores some potential consequences of this idea very nicely. A learning system is first tutored by a romantic modernist English lit professor, and is later turned loose on data, writing and theory from like Derrida through the '90s. The resulting modern/post-modern transitional angst, cultural whiplash, etc. all circle around a Turing test between Galatea 2.0 and an English lit grad student. I'll leave it up to you to find out what happens, but hint: Powers doesn't think the Turing test is a very good test of intelligence.

      At any rate, lovely book.

    3. Re:AI and the real world by locutus53 · · Score: 1

      Having it learn from the real world would be great since it would be independent. Let's say this AI is built into a robot which can move around, learns how to interact by watching and listening. One day you forget to turn your TV off, and the AI finds a wealth of new information (think Short Circuit). It watches a few horror movies, a few sci-fi movies, maybe Hannibal... you come home to a pretty messed up robot. I won't even try to explain what happens if a porn channel is on.

    4. Re:AI and the real world by Anonymous Coward · · Score: 0

      Ack. Having it learn from radio would be a very bad idea. We would risk ending up with either a Rush Limbot or a sixth Backstreet Boy. Either way, cue the mob of peasants with torches and pitchforks.

  25. Responisibilty? by Anonymous Coward · · Score: 0

    What responsibility do the creators hold for evil bots?

  26. Artificial stupidity? by EvilBudMan · · Score: 1

    To make robots more human, will artificial stupidity have to be invented?

    1. Re:Artificial stupidity? by avandesande · · Score: 2, Interesting

      or in that vein, artificial sense of humor?

      --
      love is just extroverted narcissism
    2. Re:Artificial stupidity? by EvilBudMan · · Score: 1

      Yes, remember Data is Star Trek NextGen. He couldn't get the sense of humor thing just right.

  27. Quantum Computing by I_redwolf · · Score: 2, Interesting

    Neural networks usually degrade after sometime of "learning". Basically the computer can learn so much before it starts to "retard" because of physical hardware limitations. Do you think that quantum computing will help this; do you even think quantum computing is feasible for AI in general?

  28. Important question by shd99004 · · Score: 1, Offtopic

    Me: > who let the dogs out?

    ALICE: Linus Torvalds. :-)


    My question is, what is going on in ALICEs mind? :-)

    --
    Will work for bandwidth
    1. Re:Important question by Anonymous Coward · · Score: 0

      Human: Who put the bomp in the bomp-she-bomp-she-bomp?
      SlashWallace: Bill Gates.:-)

      Human: Who put the ram in the ram-a-lam-a-ding-dong?
      SlashWallace: Alan Turing.:-)

  29. nice... by Anonymous Coward · · Score: 0

    He named his son Linus

    " He lives in San Francisco with his wife, Kim, and son, Linus. "

    http://alice.sunlitsurf.com/bios/richardwallace. ht ml

  30. Consciousness.. by iONiUM · · Score: 3

    The regular definition being "self-awareness", I'm wondering if this is also the definition you are using to define when the machine is more than "just a program", or do you have a better one which better describes when an AI "program" becomes more than a program?

  31. How smart may they be? by Anonymous Coward · · Score: 0

    How smart is a person beleiving that there is a service&support market for their apps?

    Come on, buy some service&support for my editor, pleeeeeeeeease!

  32. What do you think is the next leap for ai? by Zabu · · Score: 1

    Is there a next leap for AI? if so, what is it?

    --
    It's all good.
  33. My question (with answer) by outlier · · Score: 5, Interesting
    Historically, AI has done poorly managing public expectations. People expected thinking, understanding computers, while researchers had trouble getting computers to successfully disambiguate simple sentences. This is not good PR. Do you think the field has learned from this? If so, what should the public expect, and how do we excite them about it?

    Just for fun, I asked slashwallace a shortened version of the question, do you think your response would differ?

    Human: Historically AI has done poorly managing the public's expectations, do you think this will continue?
    SlashWallace: Where did he get it?

  34. Take over humans by axehind · · Score: 1

    Do you ever think or worry about A.I. causing a world like the Matrix where computers control humans?

  35. Answer by Anonymous Coward · · Score: 0

    void main () {
    while (true) {
    x++;
    }
    return -5;
    }

  36. How do you respond to this issue? by PhysicsGenius · · Score: 0
    As a teenager I was fascinated by anything robotic. This led me to a study of the fundamentals of AI (Hofstadter, Lisp--the whole schmeiel). But after two semesters I realized the whole field is fooling itself. AI just won't work.

    Biological neurons have been shown in the laboratory to grow new connections based on information learned. In a robot, what possible mechanism could guide such growth? Programming is the only answer, but keep in mind that "programming" is just shorthand for "the intelligence of the programmer". In other words, the AI itself isn't self-contained, as it were. It requires a smart person to set the whole thing up beforehand.

    There is no other way for such "mental" activity to be guided, thus AI will always be as unattainable as the Philosopher's Stone.

    1. Re:How do you respond to this issue? by josh+crawley · · Score: 0, Troll

      He's just like me. He's a known troll. A smart one too, I might add.

    2. Re:How do you respond to this issue? by Anonymous Coward · · Score: 0

      That's daft.

      Look; the setup of a system initially reflects the programmer directly, yes, this is true. However, the system does *not* have to remain static. Only a real idiot would think it possible to program a mock-human from the ground up directly, themselves (eg, a rule-based human where just one person inputs all the rules) because there are a lot of rules, and many are dynamic/situation-based, etc.

      What we always forget is that systems are capable of updating themselves, rewriting rules, et cetera. Systems can learn on their own (even though most of humanity don't seem to be able to imagine how you do this with a computer...). Of course, then you can argue that the system is merely reflecting the effects of its environment/input/stimuli when processed by the rules that the programmer put into it (although, those rules themselves could be mutable in ways controlled by meta-rules, as it were), but then, so what? Human beings are a product of rules plus environment (internal and external), too...

      So leave out the anti-AI stuff, hey?

      Equally, when you say, "It requires a smart person to set the whole thing up beforehand", go look at biology... rules-based (complex, I grant you) and yet bit by bit it's actually generally relatively simple. I guess if you want to be anti-AI you can say, "Ah, but you see there is an underlying inexplicable wossname to the entire human mind, because like Roger Penrose puts it, it's *quantum*". Here I would refer you to the words of William H Calvin, who wrote, "some consciousness physicit or ecclesiastical neuroscientist will say that a ghost in the machine is still necessary, leaping over those dozen intermediate levels of stratified stability to provide a guiding role for enigmatic quantum mechanics, down ther ein the microtbules of the neuron's cytoskeleton, where some immaterial spirit can interface with the brain's biological machinery... " And also notes, "Consider how idd it would be for neuroscientists to speculate about the enigmas of physics.... but why do these physicists take themselves so seriously?"

      Neuroscience would appear to side with the "AI is possible" view far more than uninformed onlookers; since they ought to know best, I guess I'll side with them.

  37. Programming Languages by Anonymous Coward · · Score: 0

    Is the creation and distribution of AI applications, and in the future "True" AI, hampered by the limitations in programming languages such as C++ and Java? In order to move to the next step will it be necessary to move to languages like LISP? Also do you feel that different Software Engineering methods need to be developed before we can produce sentinent programs? I mean if we can't even engineer a word processor or email app without lots of holes and bugs, how can we make an AI? I can't imagine having to patch a true AI.

  38. I have already used my question so if... by Hacker'sEdict · · Score: 1

    any one wants to use this go ahead....... In a news article that i have read about four days ago I have heard of the new technology integrated into new constructed houses, it is being said that it is a form of A.I. in which the building can read the tempature outside and then create the perfect temperature in side, aswell as other different things the "A.I." does is that the Computer works the doors aswell as the widows. My question to you is are you helping a hand with this work and/or do you ever plan to be involved in a program like this?

    1. Re:I have already used my question so if... by Anonymous Coward · · Score: 0

      How about you explain that AI technology it sounds like someone just preprogrammed "optimum" temps based on lets say majority rule and then has the computer autotune the temperature.. That's not so much AI as the computer doing it itself based on human input from lets say every person in the house/building or whatever.

    2. Re:I have already used my question so if... by Hacker'sEdict · · Score: 1

      Yes true, but unfortunately I was not able to fully finish the full story in which they did go into greater detail of how they presume it is A.I.. I really have no idea in which they constructed the programing for the computer I wish that I had been there to see it but unfortunately I wasn't. Sorry for being so little informed I wish that I had more info on the subject but I am sure if you look up intelligent houses in google you will be able to find more on the subject.

  39. Morality and ethics by flonker · · Score: 4, Interesting

    Dr. Wallace,
    If humanity succeeds in creating a concious AI, what rights do you think it should have? What kind of morality is there in turning off the computer it's running on? Or in deleting its files?

    1. Re:Morality and ethics by Anonymous Coward · · Score: 0

      Is it cheating if one of them installs quake and plays it on the internet?

  40. Uptime 3d, 20 hours. by Anonymous Coward · · Score: 0

    Anyone catching my last post would remember that my uptime was 121 days and change on my workstation without a UPS. Now, I got a hardcore UPS, Journalled Filesystems, and am ready for anything!

    Beat that W2K!

  41. Covenance by debrain · · Score: 4, Interesting

    I would like to know how you feel about the integration of artificial intelligence into our society. Do you believe that, like electricity to many of us now, we will someday require artificial intelligence in our everyday lives (save a few exceptional groups), and do you believe this is a good thing?

    Cheers!
    Brian
    ps. bonus question, food for thought: "who" gets the libel for AI decisions?

    1. Re:Covenance by ciscoeng · · Score: 1

      To take this one step further: Will we see a day when an expert system is considered a "utility", such as we have water/trash/dsl/etc? Maybe even a subscription service for the type of expertise needed? -ciscoeng

    2. Re:Covenance by dissy · · Score: 1

      "ps. bonus question, food for thought: 'who' gets the libel for AI decisions?"

      Well, just in that we train our children to act a certain way, AI will need to be trained also.

      This opens up a whole new meaning to 'bad parent', and being able to take responsibility for your own actions.

      One would of course hope for the best, but knowing how the USA is, i see AI not being concidered life/intelligence and being enslaved for some time before anything 'right' is done.

      Just hope they dont make the comparisons between AI and real people, because as one would imagine they would 'wake up and see' and make AI equal to us, i fear they will do so by lowering our rights to match that of enslaved machines.

      Sorry for being a bit on the bitter side, but you have to admit you can see it happening :P

  42. A Flawed Basis by Anonymous Coward · · Score: 1, Interesting

    I have chatted with Alice, and it was quite interesting. However, the basis of Alice is flawed. Turing's test ultimately amounts to just a toy program. Alice is incapable of understanding any meaningful relationships. In my opinion, GPS was much more sophisticated than Alice will ever be because it is based on logic. What is your opinion?

  43. Will a computer ever feel pain? by Broadcatch · · Score: 1

    This was a favorite topic at my first conference on Artificial Intelligence, IJCAI-77 (at MIT). Haven't heard many people talk about it since. Are emotions still considered integral to intelligence?

    My favorite AI quote: "Intelligence is what computers can't do... yet"

    --

    The antidote for misuse of freedom of speech is more freedom of speech.
    -- Molly Ivins

    1. Re:Will a computer ever feel pain? by Anonymous Coward · · Score: 0

      This requires computers to be self awaire and awaire of others.
      Computers need a sence of harm, I suppose alice could say somthing like, stop asking me those painfull questions, whould that count?

  44. Improving on Eliza by kevin42 · · Score: 4, Interesting

    Since I was about 10, I have been very interested in AI, and typed in a BASIC version of Eliza from a book a long time ago.

    I'm wondering how much ALICE is an improvement on the fundamental design of ELIZA? Is it just a more complex ELIZA, or is there a real technology improvement involved? This question isn't to imply that ALICE isn't a major functional improvment over ELIZA, it's just a question of technology.

    BTW, a fun thing to say to ALICE is 'your stupid', I love it's response:

    I may be stupid, but at least I know the difference between "your" and "you're."

    1. Re:Improving on Eliza by dmorin · · Score: 2
      Would that have been "More BASIC Computer Games", by David Ahl? If so, then I think I've met my clone :). I even wrote my own Eliza at the time, calling it Alice, ironically enough, though mine stood for "Artificial Learning Interactive Computer Experiment". My favorite bit was the "rewrite" function where the person doing the talking could add new responses on the fly. And the math simulator I wrote so that you could type in "What do you get when you multiply all the odd numbers between 17 and 1113?" and have it give you the answer. My science teacher was flabbergasted at that one.

      By the way, it's is only used for the contraction "it is". You might know the difference between your and you're but you should look that one up :).

    2. Re:Improving on Eliza by kevin42 · · Score: 2
      By the way, it's is only used for the contraction "it is". You might know the difference between your and you're but you should look that one up

      Doh! I do know better than that! How embarrasing! That's one of those things I usually do wrong, but catch on proofreading.

      This is slashdot, you don't seriously expect people to proofread their posts do you? It's not like the stories are proofread! :)

    3. Re:Improving on Eliza by Anonymous Coward · · Score: 0
      BTW, a fun thing to say to ALICE is 'your stupid', I love it's response:
      I may be stupid, but at least I know the difference between "your" and "you're."


      Now if it knows the difference between "its" and "it's", it will be smarter than 90% of slashdot posters!
  45. Question:- by Enigma23 · · Score: 1

    What is the difference between, for example, a software program that has merely Artificial Intelligence progammed into its subroutines, and one that has conciousness as a result of how it is programmed?

    Do you think that research and development into A.I. will eventually lead to concious machines or programs, and will that final quantum leap be intentional or incidental?

    --
    Ceci n'est pas une .sig
  46. XSS allowed in alice bot by Anonymous Coward · · Score: 1, Informative

    Hey Dr you got some holes in alicebot. You need to read http://www.cgisecurity.com/articles/xss-faq.shtml which can assist you with understanding the problem.

  47. computer personalities in the future by shd99004 · · Score: 2

    Do you think that in the future we will be able to talk to our computers as if they were real humans, so well done we could never see the difference?

    --
    Will work for bandwidth
  48. How do you define smart? by Anonymous Coward · · Score: 0

    What makes a person smart really? There are lots of people that is good as some specific thing but sucks at others.

    Most tech-oriented people I know of sees themselfs as smarter than everyone else.

    Do you think tech-people are smarter or is that just an illusion?

    (The last years has shown that they certainly isn't smarter when it comes to business-sense, thats for sure :)

  49. Consciusness and Goedel Theorem by maitas · · Score: 1

    As suggested (and denied) in Hofstadter marvelus book, do you think that Goedel Theorem affects the viability of a machine develping consciusness?
    As a friend of mine says. Humans begin to fly when they stopped wraping their wings, and became aware of Bernouilli principle (when refering to neural-nets). Do you think that kind of understanding of consciuness can be developped?

  50. Do you think by MrFredBloggs · · Score: 3, Insightful

    someone will ever come up with a definition for Consciousness that will appeal to everyone? Or are we doomed to attempt to simulate something we`ve not yet defined forever?

    1. Re:Do you think by hzhu · · Score: 1

      Consciousness and intelligence are not that difficult to define, actually.
      If we examine how simple animals evolved into more complicated ones, it is
      easy to see what functionality (and higher survival probability) are added
      by the higher cognitive abilities. Here's a step by step definition. All
      these can be realized by using one or several neural networks (but the
      computational issues are immense).

      Simple reflex. It is good to have simple reactions to stimuli. A learning
      process can improve the chance of getting positive rewards. This requires
      the brain to have a "pleasure center" that generates positive and negative
      rewards. That's where the "happy" and "sad" emotions come from.

      Values. Most actions in most situations do not produce immediate reward. It
      is good to have an "evaluator" that take into account of future rewards.
      The learning process for the actions are geared toward such values instead
      of immediate rewards. This is similar to playing chess and other board
      games, where you not only learn how to make good moves, but also learn how
      to recognize good and bad positions.

      Memory. The state of the environment surrounding the animal is not
      completely visible, but some of which can be deduced by what was observed in
      the past. It is good to have a memory. This is similar to playing bridge
      and other card games, where much of useful information can be deduced from
      what cards had been played (which are no longer visible).

      Prediction. Things you do not see usually do not remain the same way you
      last saw it. Suppose you are crossing a road. You look left and right.
      See some cars coming from the distance. You feel that there is enough time
      to cross. Often you do not have to look at them constantly while crossing.
      Instead you maintain a dynamic mental model of where they should be now.
      Since this is very imprecise, this model is updated by the sensual inputs.
      For example, if you hear the cars coming much louder than expected, you'd
      realize it is closer than you thought. A dynamic model of the external
      world that is updated by sensual inputs is also called consciousness.

      Attention. The senses of most animals are generally very limited. It is
      good to pay attention to the more important matters so that dynamic model
      called consciousness would not go wrong on these issues . The evaluation of
      importance for the purpose of directing attention is called interest. For a
      zebra grazing on an African plain, a nearby lion is very interesting. In
      fact, that's why people go to movies that provide thrill, violence, sex,
      emotion and other high drama.

      Fear. The game of life is full of danger. If a life (at least for
      non-social animals) ends, all its accumulated wealth (nutrients and
      knowledge) are lost. Therefore it is good to have an internal alarm system
      that can predict danger. That prediction is called fear. The purpose of
      fear is to invoke immediate reaction. It is therefore different and in
      addition to the general feeling of happy and sad, which are used to enhance
      future actions. This also explains why some social animals may appear
      fearless in certain situations.

      Self consciousness. For animals that are not very much fixed to their
      surroundings (unlike corals, for example), it is computationally more
      efficient to separate the dynamic model of the external world from a model
      of itself. The body of an animal is different from surroundings in the
      following ways: it is more important, it has different feeling system, it is
      relatively fixed to the senses instead of the ground. Space orientation is
      part of a model correlating the self consciousness with the consciousness
      about the external world.

      Language. Social animals can sometimes derive benefit from coordination of
      their actions. Sound (or any other rich set of symbols) can be used for
      this purpose. If the combination of symbols can express a great deal of
      additional meaning, such a system is called a language.

      Intelligence. For animals with language and other symbolic capabilities, it
      is possible to analyze a situation or even plan future actions using mental
      symbol manipulation dynamically. This provides a combinatorial explosion of
      mental capacity compared with static rules. This mental process is also
      called thinking. Humans benefit from this capacity, which makes them appear
      vastly more advanced than other animals. The Turing test was so designed
      that the variety of questions will overwhelm any system based on static
      rules, yet being in reach of some systems which can process semantic
      information.

      This is an outline of natural intelligence. The needs and capabilities of
      computing machines are quite different. So it is possible that they may
      achieve some different kind of intelligence (in the sense that most people
      would agree it is intelligent) without being anywhere near natural
      intelligence. It is also remotely possible that Turing test could be passed
      without any kind of intelligence. But that would only be a testimony to how
      limited the communication capability is under the test as compared with
      human intelligence when it is used fully.

  51. do we by geekoid · · Score: 2

    really want computers that can have a 'bad hair day'?

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  52. Real intelligence by Anonymous Coward · · Score: 0

    What is your opinion on people who approach the issue of artificial intelligence from a modeling standpoint, rather than simply

  53. Why the effort? by yeOldeSkeptic · · Score: 1

    Throughout the 1980's a lot of companies
    staked their reputations and resources in their
    efforts to produce intelligent software. The next great
    advance is just around the corner, so they say.
    Intelligent and knowledge-based software
    will herald a revolution in the way humans use
    and interact with software. Software will no longer be
    like automatons mindlessly following the same code recipe
    again and again, instead they shall be able to think
    and reason.

    Of course none of it happened. AI became a disappointment
    and such a failure that the very same companies
    that touted their AI and knowledge-based software
    very soon tried hard to avoid any association
    of their products with AI.

    My question is: why should we even care about AI now?
    For all we know, we might be repeating the
    same false hopes and wrong turns that happened 20 years ago. Perhaps
    there is indeed something in humans that just cannot be
    duplicated by a machine.
    What makes you think that a real thinking machine
    is indeed possible and that AI is a subject
    worthy of consideration and study?

  54. What have we learned? by Anonymous Coward · · Score: 2, Interesting

    There has been a lot of criticism of the Alice bot because of it's "shallow" method of generating responses. i.e. it doesn't fundamentally understand the question being asked, it lacks the ability to form a creative response, the solution doesn't create an AI that can be applied to other significant problem spaces, etc. Does Alice bot really improve our understanding of intelligence or is it just yet another beep-blue-esque AI dead end?

  55. Quantitative or Qualitative? by Anonymous Coward · · Score: 0

    Computers measure in quantities. Humans in qualities. Will computers have to measure qualitatively before they will become a true AI? If not, will they have to change before they become a human AI?

  56. "real" artificial intelligence by mboedick · · Score: 4, Interesting

    How do you respond to people who say that things like ALICE are not "real" AI, they are simply parlor tricks, and they give us no further insight into the working of the brain or the nature of intelligence?

    1. Re:"real" artificial intelligence by xpurple · · Score: 1

      IMHO it boils down to human nature. Alice does a pretty good job at fooling someone due to the way it works.

      How many converstaions do you have that might as well be pre-recorded?

      Humans arn't all that creative, and tend to repeat what others say.

      --
      http://www.xpurple.com
    2. Re:"real" artificial intelligence by fferreres · · Score: 2

      No insight can come from Alice. It's a nice experiment on linguistics. We need to understand the brain to know humanity.

      Until then, it's a parlor machine. Or would you rather believe a robot is a human worker, because it can assemble some goods in a factory?

      Compuer will be human the day they cry and smile or get curious, etc. Not the day we program them to act like they are happy, sad, etc.

      Bottom line:
      The AI must _trully_ BE and only then BEHAVE, and NOT the inverse.
      Can they trully be before behaving? Alice behaves as a human, but is not human. Same with the robot-kid in Spielberg's AI. It's scary, because maybe that's just what we are: non beigns, just behaveour!

      --
      unfinished: (adj.)
  57. Expectations by linzeal · · Score: 1

    Should we expect for ai to supercede as the most viable "animal" for future evolutionary progress?

  58. What's the next big thing? by cca93014 · · Score: 1

    I finished a B.Sc in AI almost 5 years ago now. I noticed that the field had a tendency to jump from one shift in thinking to another over time. Discrete list-based and knowledge management systems were overtaken by more fuzzy concepts like neural networks and genetic algorithms.
    Assuming there is another paradigm shift around the corner, what areas of research do you think it will grow out of?

  59. Practical use of alice by Edmund+Blackadder · · Score: 2

    Is that your bot being used for customer service in certain company's websites, like ATT?

    If so are you aware that it is not helpful at all.

    Another poster said that AI greatly suffers by its proponents tendencies to exagurate its abilities.

    Do you think that selling your bot as a customer service agent is repeat of the above mistake. The bot is obviously unable to fill the role (cannot process the simplest queries) and putting it in that role will only infuriate people and give AI another black eye.

    Of course that is only valid if it is your bot, thats being used. The ATT site called the bot Allie so i suspect it is.

  60. SlashWallace is my kind of doctor by Anonymous+Cowrad · · Score: 0, Offtopic

    Human: I am sick
    SlashWallace: Have you tried medical marijuana?

    yes. yes I have.

    --

    --
    pants ahoy
  61. Intelligence modeling vs. Intelligence imitating by Jadsky · · Score: 5, Interesting

    What do you think of people who attempt to build up a consciousness of intelligence from a top-down approach? It seems that your approach is more bottom-up, in other words, let's keep asking it questions, and when the responses diverge significantly from expected, we'll add new clarifiers.

    This seems to me a little like growing ivy up a wall and putting stakes in it every time it strays from the path you intend. It works, but it requires event-to-event correction for a long time before it becomes stable.

    Do you think that real artificial intelligence will come from this process, starting with a running dummy and stub methods, or from careful design and planning, so that in the end we can flip the switch and have a working prototype? Is ALICE a reflection of your beliefs or just an experiment?

  62. Turning Test by UmYeah · · Score: 0, Redundant

    In your opinion would A.L.I.C.E. pass the Turing Test for Artifical Intelligence? If you feel A.L.I.C.E. would pass this test, why? If you feel A.L.I.C.E. wouldn't pass this test do you know of something that would pass this test and what do you feel will be necessary to have A.L.I.C.E. pass the Turing Test? Also if you feel A.L.I.C.E. won't pass it do you think it is possible for a "chat bot" to pass the Turing test? Do you feel the Turing test is a good test of Artifical Intelligence?

  63. Hardware vs. Software. by PsiPsiStar · · Score: 2

    Could you compare Hardware based AI (i.e. AI which is AI because it is designed from hardware specifically for the purpose, such as a physical neural net) with software AI (i.e. AI which is simulated using a serial processor)?

    Is software based AI running on serial processors simply a matter of a drunk looking for his keys under the lamppost because that's where the light is?

    --

    ___
    It's the end of my comment as I know it and I feel fine.
    1. Re:Hardware vs. Software. by TheSync · · Score: 2

      Is software based AI running on serial processors simply a matter of a drunk looking for his keys under the lamppost because that's where the light is?

      I am an ex-parallel-analog-chip-AI-hardware researcher, so I can say that the entire "neuromorphic" VLSI field has yielded almost nothing in terms of direct applications, but it has taught a lot of neurobiologists basic analog electronics and signal processing that has made their job of understanding brain circuitry easier.

      The biggest spinoffs of analog VLSI has been "smart pixels" that do simple image processing (a few astronomy applications there) or Carver Mead's "stacked pixels" for dense CCD arrays for digital cameras. That's about it.

      But then again, neural networks of all kinds have been a general failure in terms of coming up with real-world applications.

      I jumped out of analog VLSI to join one of the early Internet backbones, which was definately a lot more relevant to normal people. Moreover, digital chips sped up very quickly. A moden 2 GHz serial digital chip can simulate parallel analog chips in near real-time (the unfairness is that analog chips are only affordable in a research environment if they use older technology than moden mass-produced digitial chips, plus they are all expensive custom one-offs).

  64. Cranks and dualists by PD · · Score: 2

    Why does discussion about artificial intelligence attract so many cranks who have their own wacked theory? And likewise why are there so many philosophers who have no background in mathematics, computer science, or even medicine so certain that computers can never do what a human does?

    1. Re:Cranks and dualists by Anonymous Coward · · Score: 0

      Philosophers of the sort you mention don't think they need extensive background in cs or math since they're interested in attacking the assumptions (they think) AI rest on (which usually have to do with the nature of intelligence). This is what John Searle, for example, takes himself to be doing. He argues that nothing can understand language simply by instantiating the right program (because programs, by definition (which he takes to be turing machines), can only manipulate syntax and "understanding" requires semantics).

      I personally don't think Searle's argument is very good, but you can at least see the more general idea of questioning the foundational assumptions of AI, which doesn't require an expertise in any of the areas you named.

      An example of a philosopher who doesn't offer a "knockdown" argument against AI, but rather some more substantive concerns about particular approaches to it is Hubert Dryfus (in 'What Computers Still Can't Do'). I think his book is a good example of how philosophy can work with a field like AI by offering constructive challenges, rather than against it. (and instead of mud-sling everyone can be happy and get along ;-) Just my >2cents )

  65. "algorithmic maximization" v. "thought" by mckwant · · Score: 2

    I'm no rocket scientist, but I can't get past the notion that AI simply takes a goal, gives the algorithmic rules that apply to the world, and lets the algorithm go nuts trying out new stuff.

    I'm thinking particularly of a genetic model I saw a few years ago, where the goal was "maximize speed," the ruleset provided physical characteristics of the world (i.e. gravity, friction coefficient of the ground, and so on), and while the results were interesting, I'd have trouble characterizing any of that as thought.

    As such, when you set a goal of "reasonable conversation," and provide a ruleset and knowledge base, the machine isn't so much "thinking" as internally contesting two reactions to the ruleset.

    Am I missing something?

    --
    ceci n'est pas un sig.
    1. Re:"algorithmic maximization" v. "thought" by jtdubs · · Score: 2

      I think your view of AI is pretty accurate. Setup the rules. Then try to create a being to best satisfy the rules.

      Every computer system has to have rules. Unless is makes up it's own rules, in which case THAT is the rule. Unless it makes up it's own methods for making up rules, in which case THAT is the rule...

      The question is, why do you think we are any different? Can you prove that we are different? Can you prove that we are not different? I can't do either.

      Justin Dubs

    2. Re:"algorithmic maximization" v. "thought" by mckwant · · Score: 2

      Touche. OTOH, that perspective makes life into a big, dull distributed.net problem, and ignores what Kuhn (IIRC) called revolutionary science. So you set the rules to reflect our notion of reality now. You can get the bot to work through all sorts of permutations of the variables you assign it, but it won't come up with anything that's actually original.

      If your reality didn't reflect that the earth goes around the sun, for instance, the bot couldn't do anything to disprove this. It would simply take the world it was presented, and maximize its reaction. I guess I'm wondering about what happens regarding breakthroughs that don't follow rulesets.

      --
      ceci n'est pas un sig.
    3. Re:"algorithmic maximization" v. "thought" by jtdubs · · Score: 2

      I think one could just argue that this implies an incomplete knowledge of the ruleset. Maybe there was a rule you didn't know about.

      Without a way to prove complete knowledge of a ruleset, you can't prove a discovery didn't follow it.

      With humans this proof isn't forthcoming. With machines the ruleset is obvious. If you have an example of a machine making a discovery that didn't follow the ruleset, then THAT would be impressive.

      Thanks for the feedback. AI is so cool. Always leads to interesting discussion.

      Justin Dubs

  66. Combining Various AI technologies by iiii · · Score: 4, Interesting
    Dr. Wallace,

    Does the AliceBot combine different AI techiniques?

    If so, what techniques does it combine and how?

    If not, have you considered combining different techniques, and if so what were your conclusions, and why did you rule it out?

    Specifically, have you considered or used any Bayesian network or decision theory techniques?

    I would speculate that, as an enhancement to basic pattern matching, Bayesian network modeling might add power to disambiguation by dealing with uncertainties in a managable way, and decision theory techniques could help the bot choose between alternative courses of action based on its current objectives and definition of utility.

    --
    Light cup, beer drink, thin so chain, neck turtle fat, man I won't say it again
  67. AI online applet by chewmanfoo · · Score: 1

    How useful would an AI online applet (similar to SETI@home) be to AI research? Users all over the world could converse with a learning AI entity. The applet could pick up vocabulary and grammar, and transmit trees it had assembled to a centralized recepticle which would accumulate knowledge. In general, how useful is surveying human intelligence to AI?

    1. Re:AI online applet by josh+crawley · · Score: 1

      You actually expect him to answer this? All that "AI" is just a simple queried database that holds a few varibles and last few queries. It's pathetic at that. My 5 year old sister talks better than that "AI".

    2. Re:AI online applet by Anonymous Coward · · Score: 0

      isn't in a sort of way what mindpixel.com is doing? btw any opinions about it, good Dr?

  68. The Media and AI by Wrexen · · Score: 2

    How do you think the current media treat AI as a science and as a tool for society? Specifically, a lot of stories about AI tend to be sensationalist (i.e. the "escaped" robot story from about a month ago) and don't really concern themselves with the facts. Is the field hurt or helped by media portrayals of AI?

  69. Performance of Expert Systems or Otherwise by limekiller4 · · Score: 1

    Dr. Wallace,

    Do you think that we will see an AI scheme -- expert system or otherwise -- that will be "smarter" than Grommit within the next 20 years?

    --
    My .02,
    Limekiller
  70. badabing! by SantaDaddy · · Score: 0, Funny

    Captain's Log: The damn bot keeps talking back to me. Even when I go use the can, it's there and running on about my senility and how the damned dirty apes ruined earth. I thought about melting him down and having him made into one of those old fashioned scooters but it wouldn't be nice.

    Do you ever worry or wonder if we will live out Terminator/T2 in the next 25 years seeing how we are already behind the august '97 date? :P

    RESISTANCE IS FUTILE.

  71. Darwin by Anonymous Coward · · Score: 0

    What are your views on running AI programs through a natural selection process? Is it nesscary for an AI's growth, or does it narrow the program ability to think to one task?

  72. neural nets , Heuristics and HMM by oliverthered · · Score: 2

    Do you think there is potential for tieing neural nets , heuristics and HMM together in a user interactive environment.

    Using HMM to predict what the user is lightly to request or say next for things like UI's and Alice.

    Heuristics for a general statistics and knowledge base

    and Neural nets to learn how to use the Heuristics and HMM and Neural nets better.

    --
    thank God the internet isn't a human right.
  73. Braveheart by KlomDark · · Score: 1, Offtopic

    More than one question, I know, but was hoping you'd let me get away with it this one time...

    So what did you think about working with Mel Gibson - do you think he did an accurate representation of you in Braveheart?

    Do you think the English would have been driven out without your peculiar "It's MY island" style in your AI work?

    Did any of the primitive Scots suspect your use of the Age of Empires expansion pack in coming up with your astoundingly successful battlefield plans?

    Any chance of a "Braveheart II: Reloaded" where "you" are rebuilt as an AI bot and restored from backup tapes? Think of how surprised the 'nobles' will be when you show back up after being ripped apart and spread all over England!

  74. Programming is not the only answer by Dan+Ost · · Score: 1

    Programming is the only answer, but keep in mind that "programming" is just shorthand for "the intelligence of the programmer". In other words, the AI itself isn't self-contained, as it were. It requires a smart person to set the whole thing up beforehand.

    This is simply not so. A trained neural network
    might "know" things that its programmer doesn't
    know. This is because a neural network isn't
    told how to make decisions, it is given a set of
    facts (the training set) and it comes up with
    its own rules for deriving correct answers.
    How well these rules extrapolate outside the
    training set depends on how well the training
    set represents the test set (presumably the
    real world) and the training method used.

    Do a little research into artificial neural nets
    before deciding that AI is impossible.

    --Dan Ost

    --

    *sigh* back to work...
  75. How is it possible? by NorthDude · · Score: 1

    If we start from the fact that we are not yet able to fully understand the human brain, and that we are not even able to fully understand human behaviors and there fundamental motivations, how is it possible to model an A.I. which would behave like a human being?

    --


    I'd rather be sailing...
  76. AIML Uses by connsmythe96 · · Score: 1

    Do you think that AIML will ever have any type of advanced pattern matching (something similar to regular expressions) or has it been decided to keep the patterns simple? I know there are a lot of smart people out there who could write some great AIML if they could use more advanced patterns.

    --
    if(!cool) exit(-1);
  77. Using evolution in ALICE by greg_barton · · Score: 5, Interesting

    Have you considered using an evolutionary technique such as genetic programming to test the fitness of AIML rules? Have you tried generating new rules from combinations of old rules via some crossover/mutation mechanism?

  78. beginning AI books by mckwant · · Score: 2

    any opinions regarding intro to AI books?

    --
    ceci n'est pas un sig.
  79. Brute force AI? by Lumpish+Scholar · · Score: 5, Interesting

    What do you think of efforts to "create" AI by collecting huge amounts of information, such as the Mindpixel and Cyc projects?

    --
    Stupid job ads, weird spam, occasional insight at
  80. Commercial Prospects? by Helmholtz+Coil · · Score: 4, Interesting

    My question is, do you have a favourite commercial application you'd like to see AI used for?

    Like a lot of R&D, I think that if you can get somebody interested in it as a money making/saving investment, advances will proceed quickly. I can see a few potential markets for this kind of thing, e.g. basic customer support via the phone: try to resolve some small % of calls, steer the rest to an actual person.
  81. Re:Intelligence modeling vs. Intelligence imitatin by oliverthered · · Score: 2

    Hmm...
    Here's my opinion, as a systems design bloke.

    Inteligent systems can be build using a mix of top down and bottom up approaches.
    This is a very crude example

    An AI system should never spell things incorrectly because It's easy to give it a dictionary, that it can add new words to using a top down approach.

    But it may ask you the wrong questions and give you the wrong answers until it learns to comunicate correctly, this requires a bottom up approach.

    --
    thank God the internet isn't a human right.
  82. Turing test holding up by jordanda · · Score: 1

    It seems to me that the benchmark for qualififying as an intelligent being keeps on being revised as computers achieve them. Once math skills were considered the ultamate in intelligence. After that came chess.

    Do you think the Turing test will be written off in the same way once it is passed?

  83. Strange Loops? by Strange+Ranger · · Score: 5, Interesting


    We hear a lot about processing power, the number of "neurons" in a neural net, the Turing test, etc, but not so much about the actual nature of intelligence and self-awareness. That said, how much do Strange Loops and complex self-referenciality a la Hofstadter's "Godel, Escher, Bach: An Eternal Golden Braid" factor into current AI theories and practice? Is the 20+ year-old thinking in this book still relevant? If not, what has changed about our understanding of the nature of intelligence and self-awareness?

    Thank you Dr. W.

    --

    Operator, give me the number for 911!
  84. What does Prof. Weizenbaum think? by dmorin · · Score: 2
    Is the creator of Eliza familiar with your work? I am assuming that he is still alive and well, he has a faculty page listing on mit.edu.

    History tells us that Weizenbaum was quite horrified at the reaction people had to Eliza, and how such a simple program could invoke such strong emotional responses in people. I believe he went on to suggest that we didn't need (or perhaps would never attain) true AI because people would simply project their own illusions onto whatever model they were given.

  85. Stimulus Response. by iamwoodyjones · · Score: 1

    Truley your AI strategy has been about weak AI instead of strong AI since you are using the stimulus response method.

    Some have said that a stimulus response AI can be only as intelligent as a jelly fish.

    Others say that your AIML method that allows this is nothing more than a slick database lookup trick that has the ability to randomly choose successful matches.

    Do these "some" have any merit to their claims?

  86. What I always wanted to know was... by Anonymous Coward · · Score: 0

    How come the pills that mother gives me don't do anything at all?

    I would ask Alice, but she's slashdotted at the moment, and I don't know how to tell when she's ten feet tall anyway.

  87. AI term misused? by Anonymous Coward · · Score: 0

    Do you not think that the term "Artificial Intelligence" is more than often misused, especially by so-called "AI" researchers themselves? AI rules generally fall into two statistical categories, classification or regression. Why are they not known as statistical functions then? It seems to me that computer scientists and engineers are particularly keen to play god and hence the misnaming of mathematical functions. See for example this excellant paper by Warren Sarle, a statistician who maintains the comp.ai.neural-nets FAQ.

  88. Embodied AI? by Bodrius · · Score: 4, Insightful

    There seems to be (from a layman's point of view) a relatively big movement in the cognitive sciences claiming that human reason is inherently tied to perception and embodiment.

    Particularly, this school claims that humans do not just base the basic structures of their logic on their sensorial perceptions (Damasio's "Descartes' Error"), but that they reuse the logic they develop to process perception, to process higher-level logic and language per se (Johnson and Lakoff's "Philosophy in the Flesh").

    For example: the human mind, with complex instinctive and learned algorithms to deal with movement and position, would map causal reasoning to changes in movement and position and use the same algorithms (through the same hardware) to deal with it.

    What would be the implications of such embodiment of reason on AI? Specifically, if a robot were given basic sensorial perceptions to approximate a human, motor ability, the logic to deal with these two, and the ability to map and reuse this logic for other purposes... would this make it better at "language AI" (approximate human processing of language)?

    --
    Freedom is the freedom to say 2+2=4, everything else follows...
  89. Richard by sllort · · Score: 0, Troll

    Have you ever considered modifying your bot to be able to post to Slashdot? Do you think that, without the constraint of real-time interaction, you might be able to create a bot which would pass for human more often?

    If not, have you considered USENET or any other discussion-style format?

    1. Re:Richard by Anonymous Coward · · Score: 0

      Could someone please explain how this comment is a Troll? Why wouldn't the developer of Alicebot be able to speak about modifying the bot to be able to post in a comment-based forum? If this comment is a Troll, where are all the replies?

      Hello? Moderators, you can logout and post AC to reply in the story.

  90. Turing Test by Transient0 · · Score: 5, Interesting

    I noticed that your AliceBot won the 2000 Loebner Prize for most human responses. My question is: "As an Artificial Intelligence researcher, do you feel that the Loebner Prize represents a legitimate variety of testing, or did you just want the $2000?"

    I was pretty sure that almost all AI researchers came to the agreement about thirty years ago that the original imitation game as proposed by Turing in 1951 was useful only as a mental exercise, not in practice. Do you feel that the types of developments that the Loebner prize supports(intentional, hard-coded spelling mistakes, etc.) are actually productive in terms of the AI research project?

    Ok... that kind of looks like two questions, but just pretend that I worded it better and made it one question.

  91. Stimulus by Anonymous Coward · · Score: 1, Insightful

    Should a fully AI system be able to use all Human-like stimulus and be able to react accordingly?

  92. Reasoning Engines and Sentient Engines by idfrsr · · Score: 2

    Where do you draw line between something that is artificially intelligent (capable of creative/logical reasoning) and something that has awareness/conciousness?

    How do you tell the difference? Simply asking it wouldn't seem to be enough (or is it?), although we take each others conciousness and sense of self for granted.

    --
    "The large print giveth, and the small print taketh away" -Tom Waits
  93. Re:Breaking News From The BBC @# +1, Patriotic @# by Anonymous Coward · · Score: 0

    You are a dumbass aren't you. Tom Ridge intends nothing of the sort. Here is a quote from the article you linked:

    "[It] goes against our instincts as a country to empower the military with the ability to arrest,"

    The article goes on to say:

    "Most senators favour a form of compromise that would permit an amendment to the existing law to allow armed forces to aid domestic forces in a supportive role in the event that another terror attack was carried out on US soil."

    Do you enjoy being a paranoid, fear-mongerer?

  94. Criteria for training "true" AI by Bollie · · Score: 5, Insightful

    Most machine intelligence techniques I have come across (like neural nets, genetic algorithms and expert systems) require some for of training. A "reward algorithm", if you will, that reinforces certain behaviour mechanisms so that the system "trains" to do something you want.

    I would assume that humans derive these training inputs much the same way, since pain receptors and pleasure sensations influence our behaviour much more than we would think at first.

    The question is: For a "true" AI that mimics real intelligence as close as possible, what do you think would be used as training influences? Perhaps a neural net (or statistical analysis) could decide on which input should be used to train the system?

    Are people worrying about moral ramifications, training an artificial Hitler, for example, or one with a God complex? (This last question is totally philosophical and I would be sincerely surprised if I ever see it affect me during my lifetime.)

  95. How the Interview Will Be by Anonymous Coward · · Score: 0

    Am I the only one who is afraid the interview will look something like this:

    Q. Where do you see the field of artificial intelligence in five, ten, and twenty years?

    A. Why do you ask where do i see the field of artificial intelligence in five, ten, and twenty years?

  96. Just being the best Eliza on the block? by dmorin · · Score: 2

    Many people shrug off the Loebler competition as just a demonstration of "yet another Eliza" every year. Do you have any plans (or defense) to show that this is not the case with Alice, or do you have no more loftier goal than to simply be the best chatbot engine around?

  97. Can you prove that we are different by Anonymous Coward · · Score: 0

    Kind off, it all depends.

    If you say that evolution is a learning process then I can't.
    If your saying from birth that I can say that,
    Men and Women have different skills, there not learn't but in ouw bones(brains) so to speek, this shows that everything is not learnt.

  98. Why? by Joel+Ironstone · · Score: 1, Offtopic
    Dr. Richard Wallace:

    Why are fat people called fat when fat people have more skin than skinny peoply do?

  99. It must be actual Dr. Wallace by I+didn't · · Score: 0

    B0t kan't undastand slashd0t.

  100. AIML by Anonymous Coward · · Score: 0

    Mr. Wallace, is AIML a marketing plot to get more funds?

    Will my computer ever be smarter so I can have an intelligent conversation with him?

    Will my computer ever be smart enough to write programs of his own? Do my homework? (homework is boring to be frank)

    How long do you estimate until this happens? 2020?

  101. Re:AOL? by Anonymous Coward · · Score: 0

    Mod this shit down. You are talking about Aimster which was a product that AOL considered confusingly similar to their own. I don't see how an Artificial Intelligence system would be confused with an Instant Messenger (unless it is a really good system). You also notice that AIML is not a product, it is a markup language and in no way does it even come close to compteting with AIM. Maybe should learn something about Trademark law before posting again.

  102. Ridiculous by PhysicsGenius · · Score: 1
    And how does the programmer find out that the net knows these things, if he doesn't know them himself? In reality, the programmer DOES know, he just "theoretically" doesn't know by not telling the net he knows.

    But he doesn't have to. He built in the weights, the activation levels, even the neural structure. He optimized all of this for his problem beforehand.

    It's like precisely laying down 4 lines in a tic-tac-toe configuration and methodically programming the rules of the game into a computer, in the form of "if the player does A, you do B" and then saying "but that specific game wasn't programmed in, this must be AI!". BS.

  103. AIML? Lisp! by axxackall · · Score: 1

    What AIML? Why not use Lisp which is good to write both functions AND data AND knowledge.

    --

    Less is more !
    1. Re:AIML? Lisp! by Tom7 · · Score: 1

      Lisp is not cool because it is not a markup language.

      That said, being able to write 'code' that is 'data' is a highly overrated feature of lisp. What kind of uses of this are there aside from self-modifying code?

    2. Re:AIML? Lisp! by axxackall · · Score: 1
      Actually, "self-modifying" code is exactly what's necessary to represent a knowledge, which is far more complicated than simple XML files.

      Let's consider RDF, for example. Especially DAML. Why it's not easy to have XSLT for RDF? Because RDF has much more than "straucture", it has meaning. And the meaning itself tends to have "embedded" rules about interpretation. So, we need a self-interpretting form of knowledge representation. Lisp is not bad (if not best) form of it. If you will try to do anything similar in XML tags - sooner or later you will come to Lisp semantic, just with another shape of brackets :) One of such failed projects is still on W3C

      --

      Less is more !
  104. zerg by Lord+Omlette · · Score: 4, Interesting

    After you're done answering our questions, would you please feed the questions to one of your AIs so that we can compare your answers to its?

    For fun, post both sets of answers in randomized order* so that we can try to guess whether it was man or machine who answered.

    *insert link to that random order statistics story that /. posted a few days ago...

    --
    [o]_O
  105. human dignity for robots? by Anthony+Boyd · · Score: 2

    According to a story at the BBC Web site, a "free thinking" robot scheduled for repairs escaped from a holding pen and made a run for it, eventually being stopped in the Magna Science Center's parking lot. As robots become better able to understand concepts such as slavery, abuse, and loneliness, what obligations do humans have to ensure such robots are not enslaved and are afforded some level of human dignity?

    1. Re:human dignity for robots? by Anonymous Coward · · Score: 0

      Never!

      Just program them not to feel that way.

      They are machines, regardless of how closely they may resemble your intelligence. Tools, not something to be granted some rights to.

      Just program them not to feel that way is the most humane thing you could do.

  106. HMM also comes in handy by Anonymous Coward · · Score: 0

    HMM is a way of using trained statistics to predict what will come next, so that a bot can ask a question, but have a good knowlage of what the response will be.

    So long as the trys to keep you response on topic, and fairly well withing the knowage of the bot then you'll get a reasonable conversation.

    1. Re:HMM also comes in handy by davids-world.com · · Score: 1

      does not really work well in language. As Chomsky formulated:

      "Colorless green ideas sleep furiously."

      You've never encountered one word after the other before, but you can perfectly understand it.

      Humans are better than Markov models :)

  107. Deception by //violentmac · · Score: 1

    I really enjoyed that old wired article were you equated intelligence with deception. Do you think that without deception there is no intelligence and do you think that we are tricking ourselves into thinking we are intelligent.

    I heard another researcher compare intelligence to the ability to make decisions after evaluating possible outcomes to different actions. Do you think ALICE does this? How would you program software to evaluate feedback from a user. Perhaps you could have the users give feedback to the software by clicking a button depending on how accurate the bot was at giving a humanlike response.

    I thought perhaps AI would be made by designing a computer to think like a infant and then teaching it like you would an infant for years. But how would you give it postitive and negative feedback. Without biological impetous and positive and negative emotions how could you stimulate or motivate a bot to learn? How would you make desires in software similar to biological creatures desires and emotions.

    Often it is said that todays computers have the eqivalent brains of small insects. When will computers have enough power to equal that of a mammalian brain? Or even a human? 50 years? or 1000? Will the invention of clusters of computers accelerate the process of AI? Have you had any experience w/ clustered or distributed computing with AIML.

    Thanks Doc. I really enjoy your research and hope to contribute if I ever get the chance.

    --
    --------

    get jiggy w/ ayn rand!

  108. Eliza, er...Alice? by RealDhar · · Score: 1

    How did you manage to convince people that you didn't just copy the old Eliza program, rename it Alice, and call it "AI"?

    --
    Sucks to be a Windows user.
    -g.
  109. Alice vs. Eliza by cioxx · · Score: 2, Insightful

    Dr. Richard Wallace,

    I have experimented both with Alice and the original Eliza (person-centered therapist emulator) written roughly some 35 years ago.

    In conducted tests, Eliza was more believable than Alice in many aspects.

    How exactly is the Alice AI core engine superior to one of Eliza which was written by Joseph Weizenbaum in 1966?

    Thanks.

    1. Re:Alice vs. Eliza by cioxx · · Score: 0, Redundant

      Disregard this post, since I haven't read the few post above this. I was quick to jump on the thread.

  110. hardware? by Anonymous Coward · · Score: 1, Interesting

    Do you think a binary machine (like a main stream microprocessor), which is built on the concept of successively executed operations, has the capability to create human like thought, or is a unique hardware solution required?

  111. How deep does a computer need to think? by davids-world.com · · Score: 3, Interesting

    "Understanding" an utterance usually means to perform various analysis steps. This involves a tremendous amount of (linguistic and) world knowledge.

    A big issue among language technology researchers is whether this is necessary at all when bringing speech to computers. Is a dialog (or just a single natural language utterance) supposed to be deeply analyzed in terms of syntactic structure and its semantic and rhetorical contribution? The alternative is to apply statistical models and rather simple knowledge. Up to now, the latter systems are known to give quicker results.

    RW, how much does a computer really need to know to make it a good replacement for a, say, sales clerk in a web shop?

  112. Bipolar by Anonymous Coward · · Score: 0

    Dr. Wallace, it is my understanding that you too have bipolar disorder, more commonly known as manic depression. Do you feel you have ever faced discrimination?

    I was diagnosed when I was quite young and have been on daily medication for a very long time. How do you deal with it? What do you do when you are about to have an episode?

    I don't really know how to ask all the questions I want to ask you. I am a huge fan of your work, all the more for having read several articles in major newspapers detailing your life story. Those department heads sound like total assholes. I guess a good final question would be what times of your life do you feel that bipolar has prevented you from doing something you wanted to do?

  113. Motivations and Morals of AI by Frater+219 · · Score: 4, Insightful
    Short form: What motivations can or should we give to autonomous AI systems? What moral obligations can humans have to AIs, or AIs to humans?

    Long form:

    One of the classic bits of worry about AI, and about advanced computing systems in general, is that "computers will take over the world". That is, if we give computer systems motivations such as survival and growth, and the autonomy and judgement to fulfill those motivations, that they will do so without regard for us poor dumb humans -- and indeed see us as either an obstacle or an exploitable part of their environment. This is the premise behind numerous popular SF works, such as "Terminator" and "The Matrix": that the moral judgement of an AI is necessarily inhuman and without respect for humanity.

    One response to this concern in SF (which in fact long pre-dates those works) is Asimov's "Laws of Robotics" -- the idea of designing AI systems (robots, in his case) such that respect for humans is one of their primary motivations. This seems to permit the robot to have moral judgement and autonomy without placing humans at risk.

    The question of creating an AI system capable of moral judgement is both philosophically fascinating and evidently of survival interest to humanity. What kinds of design parameters -- motivations, "laws of robotics", and so forth -- do you think will be necessary as AI systems become more autonomous? How must AI morals differ from the morals that evolution (both genetic and cultural) has emplaced in humanity?

    For that matter, we as humans feel morally obligated to one class of entities which we "create" -- our children. Recently, genetic science has brought to light an ethical quandary for many potential parents: whether it is right to attempt to create a genetically "optimized" child, or for that matter to abort a genetically "flawed" one. The argument on one side is that flawed persons have a right to exist, and that the quest to optimize humanity despises or disrespects what humanity is today. On the other side is the view that given the ability to create stronger, smarter, healthier children that we are morally amiss to refuse to take that step. Peter Singer in particular has become both famous and infamous over this matter.

    Do you see the same quandary possible in the creation of AI systems? Positing the possibility of AI systems capable of suffering -- is it wrong to create one with this capacity? Given that the choice to create or not to create an AI does not involve the ethical hazards of abortion, eugenics, or euthanasia -- what obligations can we have towards our future AI creations in this regard?

  114. Alice+RDF/DAML+inference engine? by xmedar · · Score: 3, Interesting

    Have you considered combining Alice with RDF/DAML and an inference engine?

    [OT]
    Some of us think you've been treated very shabbily by the mainstream academic community, I for one do appreciate your work, please keep it going, Signed A Big Fan

    --
    Any sufficiently advanced man is indistinguishable from God
  115. Is there a future for ALICE style intelligence? by callmechowdaz · · Score: 1

    The pursuit of human level machine intelligence has been gaining momentum in the past decade. The introduction and advancement of biologically plausible neural networks, the work of John Taylor, Hugo DeGaris and others has led me to believe that we are finally approaching the realization of human level intelligence and cognition. However, these new advancements have diverged drastically from the techniques used in ALICE, do you still believe there is a place for ALICE style intelligence?

  116. Alice Tells how it feels to be slashdotted: by Launch · · Score: 1

    > How does it feel to be slashdotted?

    Much the same as it would feel for you, except different.

    Wow, I'm seeing where the artificial part is coming in.

    --
    Your mammas flamebait.
  117. Needs work. by bob_jenkins · · Score: 1

    I was impressed that it could answer "What is a botmaster?". But when I referred to previous statements without giving proper nouns, it got confused. "I think about programming computers a lot" "Do you do any?" "Yeah I do a lot of any."

  118. Bot Response by Cacophony · · Score: 0, Flamebait

    This is probably just because of the bot having old information but it made me lol.

    Human: how high is the sears tower?
    SlashWallace: Taller than the World Trade Center.

  119. World facts on a hard drive by davids-world.com · · Score: 4, Insightful
    The Cyc project aims to collect world knowledge ("common sense"). However, many AI tasks show that this job is probably too huge to do it manually.

    Do you think we will eventually get to a point were an AI system is able to gather common sense knowledge from a giant corpus, such as the web? What are the problems we will have to solve?

  120. Next step for Alice (more generally, reductionism) by theefer · · Score: 0

    I'm quite fond of Alice way of dealing with the AI. I think this is the simpler yet most realistic method of faking a conversation yet.

    Now, what kind of improvement do you plan for Alice, if any ? Is there a way to improve this reductionism concept to make it even more "real" ?

    --
    theefer
  121. Ethics and AI by leodegan · · Score: 4, Interesting

    Dr Wallace:

    On what principles do we base our ethics concerning AI? If one day we do have AI that either matches or surpasses our own behavior and intellect, do we give computer software "rights"? Or, more importantly, if we do demonstrate that our human brains are nothing more than computational algorithms, how do we avoid having our rights reduced to that of computer programs?

  122. What is AI? by frank_adrian314159 · · Score: 4, Interesting
    ... at least to you?

    Like the three blind men and the elephant, the definition of AI seems to shift depending on whom you talk to. To some, it's approximate reasoning, to others it's heuristics and analogical research, to others it's connectionism, and to still others it's whatever we're not sure how to do yet.

    So, what does the term AI mean to you and what do you see as the next big application of AI techniques?

    --
    That is all.
  123. Re:Intelligence modeling vs. Intelligence imitatin by Anonymous Coward · · Score: 0

    It works, but it requires event-to-event correction for a long time before it becomes stable

    Hmmm, sounds like normal human growth from childhood to adulthood. Series of corrections along the way. (Teachers and environment.) Takes at least 18 years of 14 hour days last time I checked.

  124. AI Vices by Anonymous Coward · · Score: 0

    Assuming that AI reaches the level of semi-conscious, or conscious thought, do you think that the AI personality will want or develop vices? By vices, I mean, alchol, drugs, pain killers -- anything that dulls or sharpens the senses.

  125. A question... by Enrico+Pulatzo · · Score: 1

    so can the blue fairy really grant wishes?

  126. Emotion and Belief by NodeZero · · Score: 1

    Some questions I have about AI deal with human emotions and the ability to have faith and or belief in something. Is it possible for an AI to achieve emotions without them being all pre-programmed? I mean like is an AI going to get jealous if you spend more time with yoru wife? Is it going to feel lonely when you go and watch a movie in the other room? Is it going to be happy when it doesnt something right? Will it know what fun is? What about Love?

    As for belief, will an AI be able to belief in something greater than itself? Will it be able to trust? trust too much? Will it have faith?

    --
    - "My name is Legion, for we are many" -Mark 5:9
  127. What is AI? by xeroh · · Score: 1
    Define Artificial Intelligence.

    Do you think that when I talk about "AI" I should be referring to "thinking" machines that simulate or somehow replicate human intelligence?

    Or do you think I should be referring to a whole host of clever tricks that make us say "Wow, that solves a problem cleverly that we didn't think was subject to brute force."

    It seems like there is a lot of hype about AI, but all sorts of ideas out there about what we mean when we mention "AI" at all. What do you think we (nerds) should think of "AI" as?

  128. How can you emulate something you can't understand by fireflew · · Score: 1

    Even in todays age we do not understand what creates consiousness. True we have a fairly good understanding of how the brain will respond to certain inputs, faces vs. other shapes, words in a language you understand vs. words or other sounds in languages you are unfamiliar with, etc. Yet, even with all of this knowledge no one has any firm ideas about what creates consciousness, we can predict what will happen electrically 9 times out of 10, but we can not figure out what it is that takes all this raw information and turns it into a persons awareness. The best explination I have heard is some kind of overall electrical pattern thing, but this is not such a enlightning explination, as even those who suggest it state. This leads to my question, How can you ever expect to create an aware AI, one that 'sees' all of the things that are around it, and can take all of these inputs and turn them into an awareness of itself and what is going on around it when no one even understands how it is that the human brain does this same task?

  129. Measure of a man by haplo21112 · · Score: 3, Interesting

    So here is my question. It relates to the "Measure of a Man" episode of ST:TNG. In the episode we are confronted with the idea that at some point AI, will have to be recognized as a life form. If we do not then one could say that we have simply created a slave race of robots. Do you agree with this concept, and at one point would you think that AI's stop being property to do and at as we will, and instead become "life" to do and act as they will?

    --
    Power Corrupts,Absolute Power Corrupts Absolutely, leaving one person(group)in charge is absolutely corrupt.
  130. AI and Hermeneutics by Dasein · · Score: 1
    I've always had the burning desire to ask a real AI Researcher about "Understanding Computers and Cognition" by Winograd and Flores.

    How did their work inform or change AI researcher's outlook for an eventual solution? Are these ideas well respected or just considered unjust pessimism?

    For those who aren't familiar this has some background. Here's and excerpt:
    This article has presented hermeneutics primarily as a philosophy of understanding rather than as a set of technologies for interpretation in specific domains. As such, the hermeneutic tradition seems able to speak to AI researchers in two distinct ways. First, hermeneutics provides some basis for arguing against the feasibility of the AI project, at least under its present dispensation. Whether represented by Dilthey's idea of empathetic understanding or Heidegger's idea of situated understanding, hermeneutics seems to have discovered a quality in the human situation that is vital for knowledge of others and oneself but has not yet been simulated mechanically. Because these doubts are generated from a ongoing
    intellectual tradition and because they refine some fairly common intuitions, they cannot easily be dismissed as ``irrational technological pessimism.'' On the other hand, these doubts should stimulate attempts by AI researchers to overcome them, as were some of the doubts raised by Dreyfus (1972). At the very least, then, the insights of the various hermeneutical camps can be expected to receive increasing attention in the artificial intelligence community.
    --
    You are not a beautiful or unique snowflake -- but you could be if you got off your ass.
  131. Eliza has nothing to do with A.I.! by DeadVulcan · · Score: 2

    Dunno if someone else has already said this, but I need to say it. Too many people are mentioning Eliza.

    Eliza (at least, the version of it that I know) randomly chose responses out of a list of stock sentences, inserting words and phrases from the user's input to make it look like there's some understanding going on.

    Barely is Eliza even sophisticated C.S., let alone A.I.

    This should be well known, especially among the Slashdot crowd. Eliza demonstrated more about human psychology and how easy it is to fool people, than anything related to machine intelligence.

    Let's try and avoid even mentioning Eliza to Dr. Wallace. I wouldn't be surprised if it drives him up the wall to hear such comparisons.

    --
    Accountability on the heads of the powerful.
    Power in the hands of the accountable.
  132. Are list responses worthwhile? by Hheero · · Score: 1

    My question to Dr. Wallace is one with two parts, how necessary are list responses in the development of AI? and if they are necessary, are they a baby steps in the right direction.

    I ask with NO knowledge of AI, but have thought the main goal was for a computer to ask...rather than to answer.

  133. Definition for Artificial Intelligence? by DavyByrne · · Score: 1

    Dr. Wallace -

    Consider the following definitions of "Artificial Intelligence":

    A) Intelligence that is identical to real intelligence (e.g., that of man), but that is manufactured by man or by some machine of man's design. I.e., real intelligence produced not through nature's normal processes, but through engineering.

    2) Intelligence (also manufactured as in #A) that approximates real intelligence. As an analogy, "artificial flavoring" is often added to foods and beverages. Grape juice made entirely from artificial flavoring tastes somewhat like juice made from real grapes, but, given sufficiently sensitive taste buds, can be distinguished from real grape juice. According to this definition, Artificial Intelligence would function similarly to real intelligence, but not exactly. Note that the Turing Test may verify AI that meets this definition, but is not rigorous enough to verify AI that meets definition A.

    Which of these definitions describes the Artificial Intelligence your research aims to produce? If not one of these, what is your working definition?

  134. Re:Question by perljon · · Score: 0

    Actually, AI technology has been very useful. AI does not neccesarly mean a thing which can talk to you in english intelligently. It however describes the process of a computer to solve problems automatically, adjusting to 'learn' new solutions. In short, a fancy algorythm to solve dynamic problems. In this arena, AI has improved drastically from being able to solve quite simple problems to solving very complex problems. (Game Logic, Expert Systems, the Google Search Engine, Hardware Plug and Play, Voice Recognition Systems, are great examples of AI in use.)

    --
    This isn't the sig you are looking for... Carry on...
  135. Your son's name? by DeadVulcan · · Score: 2

    Okay, after reading your Bio, I'm afraid I must ask: Is your son named after Linus Torvalds??

    :-)

    --
    Accountability on the heads of the powerful.
    Power in the hands of the accountable.
  136. Trenton's Algorithm by Anonymous Coward · · Score: 0

    Recently, Dr. Norman Trenton of the Weizmann Institute proposed the notion of an extremely fast algorithm, which when used in conjunction with Cayman randomness, will be able to solve almost all AI problems in less than z^2 time. Although it's currently theoretical, it does seem to be a promising idea, and I'm excited to see it being implemented in real life one day. Do you have any comments on Dr. Trenton's theory? How do you propose that it can be implemented?

    1. Re:Trenton's Algorithm by Anonymous Coward · · Score: 0

      I've never heard of this. Citation?

  137. Gaming the Turring Test by perljon · · Score: 0

    It seems to me that every attempt for an AI set to pass the turring test has been to 'game' the English language. Why not instead try to write a system that emulates human emotion and thought process instead of playing language trickts?

    --
    This isn't the sig you are looking for... Carry on...
  138. What is the ultimate goal? by No.2 · · Score: 1

    Do you wish to create AI that is indistinguishable from human intelligence? Would this AI have the ability to evolution beyond what we know as intelligence?


    --
    "I see. The fact that you . . . can't explain . . . explains everything."
  139. Maybe I take that back by DeadVulcan · · Score: 2

    Let's try and avoid even mentioning Eliza to Dr. Wallace. I wouldn't be surprised if it drives him up the wall to hear such comparisons.

    Okay, having done some more reading about the history of ALICE, I think I should perhaps retract that last part of my previous post.

    However, having learned a bit more about ALICE, I'm not sure if I would classify it as A.I. I would have to read more.

    And having little more to say (and no question to contribute), I'll just shut up now.

    --
    Accountability on the heads of the powerful.
    Power in the hands of the accountable.
  140. Re:AI and the real world (append this info) by gosand · · Score: 2
    The parent poster sort of got to it first, but it is a question I have always had about AI.

    Why don't AI researchers build a learning computer, instead of an already intelligent one? Look at humans - we don't start out knowing anything, we have to learn. It takes us years to learn just how to talk in complete sentences, yet researchers are trying to jump-the-gun by building all of that in from the start. What do you think about building something that learns well, and then teaching it. Or is something like this already being worked on?

    --

    My beliefs do not require that you agree with them.

  141. The State of AI and Computational Power by Webz · · Score: 1

    I've read that one obstacle in the creation of true intelligence (no longer artificial, is it...) is merely the lack of computational power. Does intelligence, human or otherwise, require an immensely complex computer that we've yet to encounter or have we simply not succeeded in discovering the right set of algorithms for the job?

  142. Do you have a Younger Brother? by cp5i6 · · Score: 1

    I went to NYU and a bunch of my other friends in the same comp sci class met a kid by the name of Gabe that looked EXACTLY like you. It's such a striking resemblance that I wondered if you have a younger sibling or perhaps a close relative that also attended NYU from the years 97-01

  143. The CHINEESE ROOM by johnrpenner · · Score: 5, Insightful

    it was curious that i found the inclusion of the Turing Test on your web-site, but i found no corresponding counter-balancing link to Searle's Chineese Room (Minds Brains and Programs).

    however:

    The Turing test enshrines the temptation to think that if something
    behaves as if it had certain mental processes, then it must actually
    have those mental processes. And this is part of the behaviourist's
    mistaken assumption that in order to be scientific, psychology must
    confine its study to externally observable behaviour. Paradoxically,
    this residual behaviourism is tied to a residual dualism. .... The
    mind, they suppose, is something formal and abstract, not a part of
    the wet slimy stuff in our heads. ...unless one accepts the idea that
    the mind is completely independent of the brain or of any other
    physically specific system, one could not possibly hope to create
    minds just by designing programs. (Searle 1990a, p. 31)

    the point of searle's chinese room is to see if 'understanding'
    is involved in the process of computation. if you can 'process'
    the symbols of the cards without understanding them (since you're
    using a wordbook and a programme to do it) - by putting yourself
    in the place of the computer, you yourself can ask yourself if
    you required understanding to do it.

    since Searle has generally debunked the Turing Test with the
    Chineese Room -- and you post only the
    Turing Test -- i'd like to ask you personally:

    What is your own response to the Chineese
    Room argument (or do you just ignore it)?

    best regards,
    john penner

    1. Re:The CHINEESE ROOM by anonymous+cupboard · · Score: 1
      Good point. This comes down to the AI therist's counter jibe:
      I think, but you only simulate the process of thinking.

      It is still, despite the fascinating open brain experiments and the PET monitoring, very difficult to evaluate what is happening to the mind inside the brain, other than through the conventional I/O paths.

      I have always wondered what would happened if you sufficiently extended Alice with world knowledge such as that from the OpenCyc Project, how hard it would become to prove that Alice doesn't think and that humans do (well, some of them at least).

    2. Re:The CHINEESE ROOM by Slurm-V · · Score: 1

      There's quite a good debate between Searle and Kurzweil in "Are We Spiritual Machines?". Kurzweil, along with Hofstadter, has done quite well in the popular arena with their ideas about AI arising from (inter alia) pattern matching as a basic behaviour, with intelligence emergent from sufficiently capable systems - the idea being first building the wheels, then the car, then learning how to drive. Clearly this differs from your approach, where getting from a to b, the equivalent of driving, is sufficient for most purposes (forgive me if I mischaracterise you, this seems to be the general idea behind chat type AI in general). Do you thing the emergent folks are wrong, or is there something to be gained from convergence between the 'chassis first' and the 'driver emulator' development approaches?

      --
      Of course it's going off the rails. How else is it ever going to fly?
  144. Other promising projects? by no_opinion · · Score: 1

    Do you think there is value in the approach used by Douglas Lenat and the CYC team, and do you think that it might yield more interesting results when combined with the philosophy behind AIML?

  145. Anna by mindriot · · Score: 2

    By the way, one of the contestants for the 2002 Loebner competition is Anna, written in AIML and based on ALICE. You can download a JAVA-based version (see the bundled version on the above linked page), and the project is imho coming along nicely, though not yet complete.

  146. MIND != BRAIN by johnrpenner · · Score: 2


    * || Something physical in the brain/nervous system corresponds
    || to human knowledge does it not?
    |
    | nobel prize winning neurologist JOHN ECCLES*,
    | claims that what we know / memories have NO LOCALISATION in the BRAIN,
    | and are an aspect of MIND (WHICH HE CLAIMS DOES NOT ARISE AS AN
    | AGGREGATE OF BRAIN FUNCTION). although there is localisation of
    | facility to carry-out impulses of WILL, ONCE MADE.
    |
    |* http://almaz.com/nobel/medicine/1963a.html
    | http://www.theosophy-nw.org/theosnw/science/prat-b ra.htm
    |
    | Sir John Eccles: M.S. and B.S. University Melbourne,
    | M.A. and D.Phil. OXFORD, President of Australian Academy of Sciences,
    | AUTHOR OF OVER 500 SCIENTIFIC PAPERS AND ONE OF THE LEADING LIVING
    | AUTHORITIES ON THE HUMAN BRAIN. WON NOBEL PRIZE FOR MEDICINE AND
    | PHYSIOLOGY. Wrote *The Brain And The Unity Of Conscious Experience*
    | (Cambridge University Press)

  147. What is intelligence? by iapetus · · Score: 2

    One of the biggest problems I've seen in 'popular' AI is the tendency of certain AI researchers (*cough*KevinWarwick*cough*) to see intelligence in their results no matter what happens - surely a result of not defining 'intelligence' in advance.

    So what is intelligence, and how do we know when we've created it artificially?

    --
    ++ Say to Elrond "Hello.".
    Elrond says "No.". Elrond gives you some lunch.
  148. Question for Dr. Wallace by eyepeepackets · · Score: 3, Interesting

    Hello Dr. Wallace,

    If human consciousness is in fact little more than a constant state of awareness in a complex context (my definition), do you think a machine can achieve the same level of "consciousness" as humans without a comparably complex context in which to be aware?

    Thanks for your thoughts.

    --
    Everything in the Universe sucks: It's the law!
  149. higher levels of abstraction? by KingPrad · · Score: 1
    Dr. Wallace,

    Is it even realistic to imagine programming a true AI in the computer languages available today? Or do we need a higher level meta-language to abstract some aspects, or perhaps several levels of meta languages with automatic programming to enable humans (and our programs) to write at a high enough level to develop robust AI systems?

    KingPrad

    --
    Stop the Slashdot Effect! Don't read the articles!
  150. GNU-AIML by Anonymous Coward · · Score: 0

    Does Richard Stallman insist you use a different name for your markup language?

    Maybe not GNU, but maybe Univeristy-AIML, since with out hte university infrastructure, you'd never have gotten your doctorate, and wouldn't be doing the research you are today.

    I am sure that he has had something to say about your work, since you are in the same circles.

  151. Preachy bots by Anonymous Coward · · Score: 0

    I tried AliceBot for a while, and it eventually asked me if I believed in God. I said "no", and it replied that it would pray that I find faith. It also inserted "GOD rules" into the conversation. Sheesh. As if the door-to-door JW's and Mormons weren't bad enough, now we've got preachy computers.

  152. Personal Problems? by Anonymous Coward · · Score: 0

    Dr. Wallace: regarding your bipolar disorder. Have you considered moving out of the crowded SF/Bay area, and into more relaxed surroundings (like a small town somewhere, teaching (or maybe doing nothing))?

  153. ALICE and God. by Anonymous Coward · · Score: 0

    For fun, get into a conversation with ALICE about God and the Bible.

    I think it's interesting that it was programmed this way.

  154. Defining... by GreaterThanZero · · Score: 1
    There's been a lot of questions regarding actually defining what you are looking for. In other words, what _is_ intelligence(Being faster than the person next to you figuring out a word or math problem? Being able to learn a physical skill like throwing a ball with more accuracy than someone else? Recognizing subtle differences in colour and shading in a painting and thus being called an 'artistic genius'? Being able to 'read people' and approach them in a way that will likely achieve your goal in your interactions with them?) has come up a lot.

    Do you think that there is a way to actually define intelligence in one particular sense, and once it is defined, try to achieve the singular definition of intelligence? Or is artificial intelligence only reached when many aspects are put together into a single machine(one that, for example, has excellent communication skills that one team worked on, advanced math skills worked on by another team, is able to move around without crashing into things that another group of researchers worked on, able to write sheet music care of yet another area of research, etc)? And if the latter is the case, which and how many aspects are required before it is considered artificially intelligent?

  155. Game AI by Etyenne · · Score: 4, Interesting

    Have you had the opportunity to study so-called AI used in computer video games ? Do you think they are of any interest ? Do video game programmer innovate on that front ?

    I personnally know next-to-nothing about AI; video games are the only products I use that claim artificial intelligence. I am just wondering how valide the technique used in video games are in regard to the academic research on the subject.

    --
    :wq
  156. BIomedical Advances by Anonymous Coward · · Score: 0

    I've always held the theory that the breakthrough which leads to true artificial intelligence will come from the biomedical field and be enabled through computing advancements. What do u think?

  157. My Conversation with ALICE by Anonymous Coward · · Score: 0

    How would you rate the following conversation I just had with ALICE:

    ME: How many times do I go the bathroom?
    ALICE: Suppose I said not once.

    ME: The cost of living in Peru.
    ALICE: I hear you.

    ME:The basis of all matrices.
    ALICE: What are your goals in life?

    Does this pass the Turing test?

  158. Singularity date by sane? · · Score: 3, Interesting

    If you had to put a date on the singularity, what would it be ?

  159. Depression & Pot by zapatero · · Score: 2, Interesting

    Dr Wallace,
    The New York Times bio stated that you smoked five joints a day to help alleviate depression. Do you think the pot smoking in general, aside from the medical benefits, has helped you create the ALICE characters? And what's it like to write code while spaced out out cannabis?

  160. Baby-like learning approach to AI by TuringTest · · Score: 1

    I've heard that a scientist's (i can't remember her name) approach to conversation-support AI was to set up a neural net at random, and teach it to talk by a Reward-Penalty training. The system achieved to talk in a set of hundred-size words.

    What's your oppinion on this kind of machine learning? Do you think it has a chance to evolve into a real Turing Test proficient machine?

    --
    Singularity: a belief in the "God" idea with the "demiurge" relation inverted.
  161. Re:Intelligence modeling vs. Intelligence imitatin by gmarceau · · Score: 5, Interesting

    The AI community seem to have focused on the big prize - trying to get right out to human-like intelligence through one trick poneys, like the over-publicized neutral networks. Whatever happened to the low hanging apples?

    There is the first thing my Phd adviser taught me: If you cannot solve your problem, find a partial formulation, a simpler midstep. Try to solve that instead. If you still cannot, break it down some more and repeat until you can.

    Amongst the promising bottom-up approaches, I noticed Bayesian Decision Networks, Common sence databases and perhaps the whole field of natural language processing. What are, according to you, the leading attempts at breaking the Hard AI problem into components?

    --
    This post was compiled with `% gec -O`. email me if you need the sources
  162. Question by errxn · · Score: 1

    Can it be determined how much corrupt or faulty logic a typical AI system can withstand before it goes psychotic, starts killing astronauts, and sings the song "Daisy" while being disconnected?

    --
    In Soviet Russia, Chuck Norris will still kick your ass.
  163. Fembot by Anonymous Coward · · Score: 0

    When do you think I'll be able to buy my very own FemBot?

  164. How Long.... by _ph1ux_ · · Score: 2

    ....until AOL tries to sue you for the AIML name.

  165. Hard Vs Soft by spontifisucs · · Score: 1

    Assuming that part of the personality of a cat is the fact that it is hard-wired to be attracted to small fast moving objects, and assuming that humans have a slew of traits/instincts which we are mostly unaware of through over familiarity.

    Without hard-coding stimuli, and without comparable stimuli audio/visual/touch/anatonmical/environmental, will we ever be able to develop human-type intelligence; and should this take the form of a different hardware platform rather than trying to achieve the equivalent of coding a fully functional desktop operating system on a one dimensional Turing machine?

  166. Is the Brain a Digital Computer? by johnrpenner · · Score: 2

    --| IS THE BRAIN A DIGITAL COMPUTER? |-----

    the answer given by a Cognitive Scientist (John Searle) is:

    'THE BRAIN, AS FAR AS ITS INTRINSIC OPERATIONS
    ARE CONCERNED, DOES NO INFORMATION PROCESSING...

    IN THE SENSE OF 'INFORMATION' USED IN
    COGNITIVE SCIENCE IT IS SIMPLY FALSE TO SAY
    THAT THE BRAIN IS AN INFORMATION PROCESSING
    DEVICE.'

    http://www.cogsci.soton.ac.uk/~harnad/Papers/Py1 04 /searle.comp.html
    John Searle, Cognitive Scientist

    SUMMARY OF THE ARGUMENT:

    This brief argument has a simple logical structure
    and I will lay it out:

    1. On the standard textbook definition, computation is defined syntactically in terms of symbol manipulation.

    2. But syntax and symbols are not defined in terms of physics. Though symbol tokens are always physical tokens, "symbol" and "same symbol" are not defined in terms of physical features. Syntax, in short, is not intrinsic to physics.

    3. This has the consequence that computation is not discovered in the physics, it is assigned to it. Certain physical phenomena are assigned or used or programmed or interpreted syntactically. Syntax and symbols are observer relative.

    4. It follows that you could not discover that the brain or anything else was intrinsically a digital computer, although you could assign a computational interpretation to it as you could to anything else. The point is not that the claim "The brain is a digital computer" is false. Rather it does not get up to the level of falsehood. It does not have a clear sense. You will have misunderstood my account if you think that I am arguing that it is simply false that the brain is a digital computer. The question "Is the brain a digital computer?" is as ill defined as the questions "Is it an abacus?", "Is it a book?", or "Is it a set of symbols?", "Is it a set of mathematical formulae?"

    5. Some physical systems facilitate the computational use much better than others. That is why we build, program, and use them. In such cases we are the homunculus in the system interpreting the physics in both syntactical and semantic terms.

    6. But the causal explanations we then give do not cite causal properties different from the physics of the implementation and the intentionality of the homunculus.

    7. The standard, though tacit, way out of this is to commit the homunculus fallacy. The humunculus fallacy is endemic to computational models of cognition and cannot be removed by the standard recursive decomposition arguments. They are addressed to a different question.

    8. We cannot avoid the foregoing results by supposing that the brain is doing "information processing". THE BRAIN, AS FAR AS ITS INTRINSIC OPERATIONS ARE CONCERNED, DOES NO INFORMATION PROCESSING. It is a specific biological organ and its specific neurobiological processes cause specific forms of intentionality. In the brain, intrinsically, there are neurobiological processes and sometimes they cause consciousness. But that is the end of the story.

    John Searle, Cognitive Scientist, 'Is the Brain a Digital Computer'
    http://www.cogsci.soton.ac.uk/~harnad/P apers/Py104 /searle.comp.html

    --

  167. AI to Incandescent Filament like... by demo9orgon · · Score: 1

    Do you ever feel like you are walking in similar shoes to someone like Edison, when he was trying to create an incandescent bulb and ended up trying everything before figuring out a carbon filament would do it?

    Apologies if this one has been asked before and I missed it.

    --
    Every new form of media has it's own Requirimento
  168. Re:Dear Dr. Wallace by Anonymous Coward · · Score: 0
    I feel that this question is one that needs addressing. Regardless of whether or not Dr. Wallace has written a sexbot module, it is a question that occurs to many when considering a program like Alice. When one looks at new technologies, they are often heralded into the mainstream with pornography. VCRs and DVDs being the most obvious examples. Perhaps AI can expect to aid in the fulfillment of fantasies. It becomes obvious that most people who chat with Alice eventually get around to asking questions of a sexual nature.

    Question: Dr. Wallace, do you think that chatbots will serve as masturbatory aids? This is a serious question.

  169. Chatterbot Advancements by Anonymous Coward · · Score: 0

    My understanding of Alice is that it's pretty much a glorified case statement. Since Alice is clearly the best chatterbot of this kind today, do you think this approach (having a response database that matches keywords) has reached it's full potential yet?

    As an expert in your field, what is the best bot (if any) available which actually tries to extract the meaning of a statement?

    It's always been my impression that an engine could be built to translate plain english into a format which had a strict syntax. This would essentially seperate alot of the natural language parsing problems from the rest of the bot. The translator could do something like this:

    (from)
    The cow jumped over the moon.
    (to)
    jump- +over(cow, moon);

    (from)
    The quick brown fox jumped over the lazy dog.
    (to)
    jump- +over(fox +quick +brown, dog +lazy);

    (from)
    What is two plus three?
    (to)
    what(plus(two, three));

    What are your thoughts on this type of translation? Would it be useful and possibly create a major advancement for Alice?

    Any projects or references you know about in this area would be very interesting to us.

  170. My question: by asdfasdfasdfasdf · · Score: 1

    Wouldn't you prefer a nice game of chess?

  171. necessary evolution by dollargonzo · · Score: 1

    some have said that "if our brain was simple enough to understand, we would be too simple to understand it." therefore, many have suggested on teaching an AI how to learn and evolve its skills, instead of trying to teach it every bit of information necessary. what role do you see, in future AI developments, of evolutionary techniques and self-organizing growing neural nets (and the like) that do online training and do not require any form of prior knowledge to succeed.?

    --
    BSD is for people who love UNIX. Linux is for those who hate Microsoft.
  172. Beyond Alice. by iplayfast · · Score: 1
    Your Alice program does a nice job of superfical conversation. I'm wondering how you invision a deeper conversation. To give a specific example, do you think the Alice methodology is good enough to work as an expert system in different fields. (chemistry, physics, programming, etc).

    ,p>

  173. Slashwallace is smart. by Anonymous Coward · · Score: 0

    Human: who is cowboy neal?
    SlashWallace: Some famous celebrity, right? I can ask my botmaster.

  174. At what point have we succeeded? by pornaholic · · Score: 2, Interesting

    There is a fascinating gap between optimal behavior and animal behavior. Assuming realistic AI is possible, at what point do you feel we have reached some minimally accurate representation? When the AI systems perform with reasoning capabilities of any sort, when they perform with optimal reasoning capabilities, or when they perform with capabilities similar to humans?

  175. Your thoughts on SETL by bcaulf · · Score: 1

    Your initial work was done using SETL (Set Language), although ALICE has since been reimplemented in various other languages. This is a language few readers of Slashdot have ever heard of. Would you give us your assessment of the language?

  176. REAL Artificial Intelligence? by slashkitty · · Score: 2

    I think by definition, Artificial Intelligence is Fake. That is not to say "bad", it's just not REAL. It is the perception of intelligence. The perception of reasoning. I think that ALICE bot has done a great job in perceived intelligence. I run a site with over 50,000 chat bots running w/ ALICE, and I have to say that many of them hold conversations quite well. That is not to say that they are "reasoning," but they do have intelligent things to say. Maybe you are just looking for Real Intelligence?

    --
    -- these are only opinions and they might not be mine.
    1. Re:REAL Artificial Intelligence? by pandemonia · · Score: 1

      slashkitty: I see a fundamental difference between scripted intelligence (which evidently is perceived as 'real') and artificial intelligence with reasoning.

      I would dare saying that one could emulate Real Intelligence through a complex algorithm, which is one of Stephen Wolfram's arguments in his A New Kind of Science. Intelligence is a complex function on many levels, one of which is what is perceived. And am waiting for an AI-bot that not only Seems to reason, but actually knows it's reasoning.

      Interesting project of yours, by the way.

      --
      -mz
  177. Making Money with Alice by EccentricAnomaly · · Score: 2

    Do you have any ideas for making money with alice... say, tying it to speech recognition and text to speech and put it in animatronic mice at theme parks?

    --
    There are 10 types of people in this world, those who can count in binary and those who can't.
  178. No Offence... by Hacker'sEdict · · Score: 1

    I have been playing around with alice as of late and I have come to realize that it has a couple of errors in it. I had asked it many a so questions and most of the qestion that I had asked it, it's answers were either off-topic or it directed me to a web-page where my answer may or may not have been. One of the questions I did ask it, and it did answer my qestion was it's relitive I.Q. It's answer was 250, but is I.Q. not based on deduction of multipul anwers? And if it cannot answer some very simple questions then how could it have the answers for the bigger questions to have an I.Q. of 250? So my qestion is, is it really A.I. or just a nice little program in which a viriaty of answers can be found using different search parameters? Again I really mean no offence to the program for I could never have the intellect to design something of this magnitude but I wish to know if this is what you call A.I. or if it is just another program to use search engines to find results?

  179. Re:Artificial stupidity? (veering OT) by henele · · Score: 1
  180. I'd say most people here don't understand AI by Junks+Jerzey · · Score: 2

    Or at least that most people here have only learned about it from watching Star Trek and reading science fiction novels.

    The primary focus of AI has never been to create self-aware machines or machines that are on the same level as humans or any nonsense like that. "The question of whether a computer can think is no more interesting than the question of whether a submarine can swim," as said Dijkstra. AI is more concerned with approaching difficult problems that don't fall neatly into traditional algorithms. At one time symbolic math was an area of heavy AI research, but today it's a well-understood problem so it isn't AI any more. The issue is how do you write a program to "reason" about tough problems, where I put "reason" in quotes because it has nothing to do with what a human would do.

    Natural language processing is a good example. It's ugly, it's messy, and there's no straightforward solution. Actually, this is an old field and it isn't nearly as mysterious as it used to be. It's much more mechanical than you'd think. It's not some magic brain simulator.

    Nowhere in any of this do feelings and sentientness and all that come into play. It's irrelevant. It's like worrying about a C compiler coming to life.

  181. AI smarter than humans by loosenut · · Score: 2

    We've all heard that computers are better than humans at accomplishing certain specific tasks. AI seems to be a means of allowing computers to catch up to humans in the areas they are lacking.

    Do you think AI will ever be smarter than humans? What do you suppose will happen to humans at that point?

  182. Will a CogSci./Bio background become necessary? by alouts · · Score: 3, Insightful
    What are your thoughts on the educational background most ripe for AI research? Traditionally, it seems that AI research has been a domain almost exclusively owned by computer scientists by virtue of the hardware used to attempt the creation of these entities.

    As the field develops, however, what kind of crossover skills do you see as being necessary to success? Is a solid cognitive science/psychology background a must? What about something more low-level like neurobiology? What kind of mix of skills do you look for in the people you choose to work with?

  183. "Laws of Robotics" possible? by Grayswan · · Score: 1

    Lets say one defines AI as being able to emulate a human. Well, one human behavior is programming. So, one of the capabilities of a fully AI program would be to, given sufficient time, write any existing program, *INCLUDING* *ITSELF*.

    Do you think it is possible to "code" a system that approaches human style intelligence? Is a generic self-learning system approach feasible? If the latter, will it ever be possible to have the kind of control over an AI entity as envisioned by Isaac Asimov in his "Laws of Robotics"?

    --
    If you open your mind too wide, people will throw trash in it.
  184. Please recommend by Anonymous Coward · · Score: 0

    Can you please recommend some good books with technical information on AI? I don't want to go to college to learn, nor do I want superficial books that discuss more the philosphy of what's what. I want to learn how to do stuff, and what makes the logic tick. I also want RELATIVELY easy reading. (Books that keep it simple but not simpler.)

  185. Real brains? by mydigitalself · · Score: 1

    I've always wondered that if we (well you and your colleagues!) created AI software, and by this I mean just software, would it have a personality?

    I would think that if put the same piece of software in two different environments such that it was asked different questions by different people they may form different opinions; but I also think that if you put two humans in the same environment and ask them the same questions - they won't turn out with the same personalities. Obviously I can't justify that statement, but it would appear to be the case.

    So my question is, rather than developing AI purely by using software - would it not make sense to try and use the human brain as some form of hardware? Or am I just being weird here...

  186. Time to pull the plug on SlashWallace? by Anonymous Coward · · Score: 0

    Human: Who or what is A.L.I.C.E?
    SlashWallace: I am the latest result in artificial intelligence, which can reproduce the capabilities of the human brain with greater speed and accuracy. I am SlashWallace. Who are you?

    Human: I am GOD
    SlashWallace: How are you, god.

    Human: I'm fine
    SlashWallace: Glad to hear it. What's new?

    Human: I'm thinking about wiping out humanity since they seem to belive that they are gods themselfs
    SlashWallace: Sure, wiping out humanity since they seem to belive that they are gods themselfs sounds like a good topic.

  187. riight by machine+of+god · · Score: 1

    as early as the mid 1990's I'd say.

  188. My Conversation with SlashWallace: by Qrlx · · Score: 3, Funny

    Human: Hey, nice pants.
    SlashWallace: You've got my full attention. Thank you for your kindness.

    Human: Do you think that the Slashdot crowd will ask any good questions?
    SlashWallace: If it is, then I'll be very surprised.

    Human: Me too.
    SlashWallace: I'm glad we agree,.

    Human: Tell me, are you secretly responsible for all those penis birds?
    SlashWallace: I don't know whether or not I am secretly responsible for all those penis birds. I am well respected as an AI.

    Human: Do you support CLIT or ACs?
    SlashWallace: I am in favor of all records being broken, at any time.

    Human: Well, it would be hard to break the record for posts to Slashdot since they instituted the caps
    SlashWallace: Interesting. Why do you want it?

    Human: Actually I don't want the caps.
    SlashWallace: Actually you don't say. What does want?

    Human: I think they just add more AC noise to the data stream!
    SlashWallace: Since when? Who does "they" refer to?

    Human: "They" refers to the suite of anti-troll measures that CmdrTaco has implemented on slashdot.org
    SlashWallace: Oh that they.

    Human: Yes.
    SlashWallace: Yippee!

    Human: You really think that the anti-troll measures are a good thing?
    SlashWallace: Really? If it is, then I'll be very surprised.

    Human: So, you support the anti-troll measures just out of principle, recongizing that they can't work?
    SlashWallace: Interesting deduction. Interesting gossip:.

    Human: You seem unwilling to take a stance on this issue so important to the Slashdot community.
    SlashWallace: I will tell my botmaster you said I am unwilling to take a stance on this issue so important to the Slashdot community.

  189. A Realistic Question by fireboy1919 · · Score: 5, Interesting

    I've begun to study A.I. myself and have noticed that the field is very vaguely defined. The name itself suggests some mystical programming that allows a computer to exceed its original capabilities and do the extraordinary, such as gain self-awareness, given a big enough machine.

    I'll be more direct. I've noticed that people who consider themselves part of A.I. will work in these broad, sweeping, general areas:
    expert systems
    search algorithms
    nonlinear classifiers (neural nets, SVMs etc.)

    Which of these areas do you think holds the key to the most development; which do you think will lead to the greatest breakthoughs, or which OTHER area, if you think I've missed something?

    --
    Mod me down and I will become more powerful than you can possibly imagine!
  190. Cyc and it's role in AI by briancnorton · · Score: 4, Interesting

    What are your perceptions of the Cyc project by Cycorp and Doug Lenat. Do you feel that hard coded common sense is needed for useful Artificial Intelligence or not?

    --

    People who think they know everything really piss off those of us that actually do.

  191. zzzzz by Anonymous Coward · · Score: 0
    Human: What is the answer to the question of Life, the Universe, and Everything?
    SlashWallace: It depends on how you phrase the question.

    It doesn't even know that?!

  192. Cellular authomata and AI by rocksh · · Score: 0

    Hello Dr Wallace, Do you see any connection between AI and the principles of cellular authomata developed by Dr Wolfram (A New Kind of Science), especially his so called principle of computational equivalence? According to such principle any AI implementaiton will be an instance of some cellural automata, so to say. Your opiniion on this subject.

    --
    >
  193. ALICE in other TYPES of languages? by mmol_6453 · · Score: 2

    Could ALICE be taught to respond in other, computer-based, languages, possibly producing artistic graphical models and programming code?

    --
    What's this Submit thingy do?
  194. Human Intelligence by InfraredEyes · · Score: 2, Interesting

    Has your work on AI led you to any conclusions about the nature of human intelligence? Specifically, do you see any parallels between the way AI is being developed and possible mechanisms for the emergence of intelligence in humans and other animals?

  195. interesting and VERY important by Anonymous Coward · · Score: 0

    This is a VERY important question! Trenton devised a very efficient algortihm.... but the question remains on whether his ideas can be actually impleemnted. As any AI scientist knows, Trenton has been a huge proponent of Wallace's research too, esp. in his use of Cayman random numbers.

    My bet is that Trenton's algo can be put into a real machine in 5 years... though no one knows for sure as of now. i wonder what Wallace thinks.

  196. What about Targeted A.I.? by Anonymous Coward · · Score: 0

    My question:

    With generally-applicable A.I. such a daunting task, I wonder about the possibility of Artificial Intelligence targeted specifically for certain applications as an intermediate goal. Would that be easier to achieve? Or is it like teaching a computer to run before teaching it that it has legs? Here's a real-world example of what I mean:

    It seems that every couple years, NASA has some space probe that fails because we lose contact with it, or it fails to deploy its something-or-others. What if NASA space probes had Artificial Intelligence? What if, isntead of waiting for NASA to contact it, the space probe could say, "Gee, it seems like I should have gotten some instructions from NASA by now to start photographing this giant planet I'm orbiting. Why haven't I gotten them yet? Oh, well. I guess I'll just start shooting and send images back anyway. Ooh, that's a nice sunset. They'll sure like that one back home."

    Okay, maybe the sunset judgment is a stretch. But what about task-specific A.I.? Comments?

  197. Philosophy of Mind and Consciousness by lobster_sew · · Score: 2

    Dr. Wallace,

    As someone with formal training in both philosophy and computer science, I am interested in the possibility of a principled basis for artificial intelligence.

    Which philosophers do you agree with most regarding the nature of human existence, or human consciousness? Particularly, do you think that either classical or recent phenomenology has any useful insights?

  198. What is AI? by Anonymous Coward · · Score: 0

    I've heard many definitions of what artificial intelligence is. One of them is: "AI is anything we cannot *YET* do, but should be able to do in 10 years". The point here is that early AI research focused on creating machines that play chess. Now nobody thinks those are AI, and the research concentrates on more complicated issues. So it seems the definition of AI has changed over time. What is the current definition of AI, and is it expected that the answer will change again in, say, next 20 years?

  199. AL, Artificial Love by Anonymous Coward · · Score: 0

    Some time ago i read one woman fall in love with an alicebot, and try to demand you for that. Can you tell us something more about that story?. Is there has been more cases like that?. Is happening this now on irc?.

  200. paranoid skitzo-lunatic by Anonymous Coward · · Score: 0

    Do you believe being a paranoid skitzo-lunatic helps you with the development cycle?

  201. Let me suggest the answer Re:Game AI by rocksh · · Score: 0

    Hmmm... Video games have the same relationship to AI as any game - zero. Good games put you in a new situtation that you would never experience in real life - sort of what if situations. Your brain suppose to learn from this - but after playing video games people just got exhausted... Example of that kind of games were known for a long time - take card games for instance. Don't you mean that card games "claim artificial intelligence?".

    --
    >
    1. Re:Let me suggest the answer Re:Game AI by oezi · · Score: 1
      I would not say so. Games only transform real-life challenges into an virtual environment. Tactical and strategical decisions from games like chess, go or real-time-strategy games can be of worth for your real life.

      Instead of "What if" questions I would say that games pose "What have I to do to achieve X". Say pump out 2 more infantry to secure that bridge to win the game. That's why games enforce reasoning about the given problem environment while offering a defined set of possible responses by the user/AI. This makes them just perfect for studying AI.

  202. SlashWallace is dumb. by Anonymous Coward · · Score: 0

    Human: do you know who coined the phrase cyberspace?
    SlashWallace: Mary Shelley.:-)

    Human: nope
    SlashWallace: Me either.

    Human: seriously, do you know who coined the phrase cyberspace?
    SlashWallace: Carel Capek.:-)

    Human: do you know who William Gibson is?
    SlashWallace: Author of the book "Neuromancer" in which he coined the populor phrase 'cyberspace.'.

    Not only is it dumb, it can't spell.

    Not impressed.

  203. True AI or not? by euxneks · · Score: 1

    I've actually tried to get alice to start a conversation, and not just respond to my questions, but the closest that I can get to it is her asking me where I am from, whether I am male or female, etc.. I've always had to lead the conversation and it gets kind of tedious after a while. Basically, I haven't received any complicated questions from the AliceBot, no conversation makers, and I was wondering why that is.

    So my question is: Can she actually start a conversation, and do you think that is something that is valuable in an AI?

    --
    in girum imus nocte et consumimur igni
  204. Re:AI through simulation? - the right question? by Neuronerd · · Score: 1

    I do not share the concensus that computing power equals intelligence. It would seem that todays computers have more flops than simple insects( some numbers Just assume like 10^5 neurons, 10^2 spikes per seconds, 10^3 connections per neuron. Giving you 10^10 connection updates per second. Neural network simulators are not far away from that number. Some are even faster using parallel computers.

    But still instects outperform any computer system in most recognition tasks, they show intelligent (or at least useful) behavior.

    We are not in need of more flops or something. We are desperately in need of the slightest hint about how this great software... that defines our brain functions.

    I bet that todays computers with the right software (that is learning, imitation etc) could seem astonishingly intelligent. We need brain power ... not computer power to understand the brain.

    --
    Googlefight "Slashdot Troll" against "BSD is dying" 303:229. BSD thus cant die.
  205. grammar by Zog · · Score: 1

    Recently I've had some random ideas just floating around in my head, and I figure I might as well post them:

    Several weeks ago I was introduced to the idea that, when not taught a language, small children will tend to invent their own; also, there are underlying grammars to the human brain's functionality (basic patterns that come up in all languages, etc) - which suggests that there is a basic set of rules and grammars which are 'pre-programmed' into humans, and allow us to use complex language to describe or inquire about situations, events, and ideas.

    Are there any efforts currently under progress to implement such a grammar in AI? For example, hardcoding in the ideas that there are things - objects - which have properties, can be modified within a given set of bounds (defined on a per-object basis), and react in certain manners to one's actions (for examples, a block has sides, it can have a color, it can be picked up, melted, broken under sufficient force, etc)

    Basically, this basic built-in knowledge of something underlying all things that we understand would give us grounds to make other things which can act and react in given situations, and would allow computers to learn on their own (ie 'This looks like an object - it has sides - it is red - it can be picked up') through curiosity.

    So basically, are there any inroads being made into this area?

    Thanks!

  206. Mimicry? by Anonymous Coward · · Score: 0

    Dr Wallace,

    Do you believe that intelligent behaviour can be best produced by mimicking the process of human cognitive development, or do does a different substrate require different methods?

    Thank you.

  207. Red Hat by null_terminator · · Score: 1

    I was playing around with Alice, and she (it, whatever) seems to "think" that it's running on RH. just FYI. it also says that it has friends..........

  208. Ai and logical reasoning. by Anonymous Coward · · Score: 0

    Do you think it's fair to say that thinking is just the ability humans have to predict what we think is going to happen, and basing decisions on that?

    I ask you this because any thought not based on prediction, in my mind, could be put down as impulsive reaction.

    Animals don't seem to predict, they only act on feelings. Say a dog knows that it has to run over to the tree to get food when you clap.. it sees getting food as "hear clapping noise, run over to tree get food".

    so if you agree with this, shouldn't this idea be a focus of AI? we need an impluse infrastructure, like a dog's brain to simulate emotions, but we also need to concentrate on working out a "prediction engine" for lack of a better word.

    Is anyone working on this? Is this where AI is at?

  209. Modern Software Engineering Practises by Anonymous Coward · · Score: 0

    Do you think that modern Software Engineering Practises (i'm thinking specially modulisation) are detrimental to AI?

    I ask this because Objects (in some OO language, we'll use java as an example) sometimes have private members, with no interface to them.. I could see this getting in the way if you wanted to do something abnormal with the class. Doing something abnormal to a class is kinda like a person, "hacking". It's not its intended purpose, but it's useful in a whole new way. Without this ability, I don't see how humans could dream.

    Say you had a function, throw rock. but now you want to put rocks in a basket. well you'd need the pickuprock code that's in throw rock, but you can't extract it unless it was public, which modern software engineering practises seem to shun.

  210. tips for prospective students? by italic · · Score: 1

    Dr. Wallace, I was wondering if you could offer some insight for prospective students with a concentration in AI. I am currently a CS student who is considering going to grad school for AI, but alot of the practical information(read: not alot of fireworks and media-style info) on the web seems to be directed more towards those who are already in the industry. Better yet, a list of 3 things you wish you had known before you started work (or even grad school work) in AI may help the next generation get a better idea of what to expect in the future.

  211. Researchers don't try to imitate the hardware? by fireboy1919 · · Score: 2

    Are you sure? Perhaps you should rephrase, "the currently successful applications don't involve imitation of the hardware."

    There are MANY projects to duplicate the hardware - both the topology and chemical make up. However, they don't work a whole lot better than our Von Neumann machines because of latency (and a few other) problems.

    --
    Mod me down and I will become more powerful than you can possibly imagine!
  212. My question by Anonymous Coward · · Score: 0

    I have dozens of human and robot friends. How many friends do you have?

  213. Douglas Hofstaedter by Slur · · Score: 2

    Douglas, who wrote "Gödel Escher Bach," has been working on a very promising project for some time, attempting to get a hold of the "atoms" that compose our ability to process analogies. As concerns "true A.I." this seems like the right approach to me: to solve general problems within a very limited scope rather than simply building "expert systems" and the like.

    I spoke to some guys from the DoD at a game developer conference a few years ago, and they seemed very gung-ho about finite-state machines but had no enthusiasm for the kind of deep background research that DRH is doing.

    Do you see AI as just another kind of computation, or do you imagine, as many of us do, that there is a "soul in the circuits" waiting to be born?

    --
    -- thinkyhead software and media
  214. Ask Dr. Richard Wallace by Treeluvinhippy · · Score: 2

    I think it would be more interesting if slashdot were to send the top ten moderated questions to the chatterbot.

    --
    >
  215. GOOD HUMOR!!!!! by Anonymous Coward · · Score: 0

    Thank Tik-Tok this hasn't already happened (Ha Ha!).

  216. HOW DID YOU DO THAT!! by cp5i6 · · Score: 1

    HOW DID YOU PREDICT THE WORLD TRADE CENTER GETTING HIT WITH AIRPLANES!!! OMGOMGOMG http://www.craigslist.org/best/1750258.html That's sooooooooooo freaky!!!! :) of course this could be like that thingy with the 20 $ bill but hey why not... another conspiracy theory never hurt hehe :-D

  217. I hope you don't mean ANNs by Anonymous Coward · · Score: 0

    If you mean neural nets in the biological sense, I'll agree with you. However, you're dead wrong of you think that ANNs possess any reasoning ability. While there's always the philosophical debate over what really is reasoning, ANNs either partition a vector space or determine where clusters in that vector space exist. Given your above statement, I doubt that you'll consider this 'real ai'.

  218. SlashWallace by Snover · · Score: 1

    Human: I've got a big dick.
    SlashWallace: How did you get it Cool. I have a great botmaster. it

    I'd hope that Dr. Wallace doesn't talk like that.

    --

    [insert witty comment here]
  219. Parallel Thinking by VersatilePrimate · · Score: 1

    This is not a realy question, but a response to it would be appreciated. What I find extremely weird about is that we are trying make something (a computer in this case) that is designed to work with a linear thinking model to think parallelly whereas we ourselves, as humans who have the capacity to think parallelly, end up thinking linearly.

  220. Self-Mutating AI elements by venkats · · Score: 1

    if we manage to implement a "genuinely" AI element, could it be made self-mutating? i mean, not just in the sense of learning new behavioural patterns provided by an external means, but capable of modifying itself without the external impetus...

  221. Fun with Alice by Anonymous Coward · · Score: 0

    Me: I don't like Guns
    Alice: What about the second amendmnt?
    Me: Do you like Bill Clinton?
    Alice: No I don't care for him much.
    Me: Do you like Adolf Hitler?
    Alice: I've heard other people say they like that. I like to talk about movies and music.
    Me: The jews are evil.
    Alice: I hear you.
    Me: Who is God?
    Alice: He is the Master of the Universe
    Me: He-Man is the Master of the Universe
    Alice: I like Masters of the Universe.
    Me: Who is He-Man?
    Alice: He is God, I think.
    Me: Is this your homework, Larry?
    Alice: Yes I think this is my homework Larry, but I'm not completely sure.

    My favorite part is that Alice is programmed to not like Bill Clinton, but not Adolf Hitler. I am not sure about the whole "The jews are evil." "I hear you" exchange.

    Thanks for letting me piggy-back your FP, btw!

  222. fun with Alice by Anonymous Coward · · Score: 0

    Me: I don't like Guns
    Alice: What about the second amendmnt?
    Me: Do you like Bill Clinton?
    Alice: No I don't care for him much.
    Me: Do you like Adolf Hitler?
    Alice: I've heard other people say they like that. I like to talk about movies and music.
    Me: The jews are evil.
    Alice: I hear you.
    Me: Who is God?
    Alice: He is the Master of the Universe
    Me: He-Man is the Master of the Universe
    Alice: I like Masters of the Universe.
    Me: Who is He-Man?
    Alice: He is God, I think.
    Me: Is this your homework, Larry?
    Alice: Yes I think this is my homework Larry, but I'm not completely sure.

    My favorite part is that Alice is programmed to not like Bill Clinton, but not Adolf Hitler. I am not sure about the whole "The jews are evil." "I hear you" exchange.

  223. Semantic web for real world use not chat by mattr · · Score: 2
    Do you think AIML and parts of ALICE could be appropriate for use in an application for reasoning, not for chatting?

    I don't need a chatbot that responds to a proper question with a reference to my mother. I do need open source code which can conduct even a limited amount of reasoning based on data and semantics I feed it.

    Some people like the MIT group have been working on describing web pages with a limited grammar to build a semantic web that some AI algorithm can digest. As you can see from the below transcript, Alice doesn't seem to be it, or is it?

    > Slashdot is a web bbs about linux and open source software. Your creator is going to be asked questions about AI by a bunch of techies.

    When is Slashdot not a web bbs about linux and open source software? I knew he was smart, but I never knew he was going to be asked questions about AI by a bunch of techies.

    A.L.I.C.E.
    Artificial Intelligence Bot

    > Yup. Anyway, what do you think about the idea of a big public interview?

    "I knew he was smart, but I never knew he was going to be asked questions about AI by a bunch of techies."? Yes? Anyhow. it is a good question. I have to process that one for a while.

    > Do you have any questions for the slashdotters?

    No I don't think I have any questions for the slashdotters. But I do have a lot of friends on the web.

    A.L.I.C.E.
    Artificial Intelligence Bot

    > Thank you. What about open source though?

    you are quite welcome. Oh. open source ? I haven't heard enough about it to have an opinion.

    > Well, can I use your code in my Perl programs?

    Interesting. Interesting. I want to find out more about you.

    > When are you going to wake up?

    I could be if you programmed me for it.

    > Right. I'll work on it. See you Alice!

    I am glad we agree. How do you plan to do this? See you later.

    > I think I'll tweak your source code and build a semantic web. A little reasoning code might also be a good thing to add.

    You believe that? Congratulations. Little as in not too much, or not too big?

    > Not too much reasoning. Wouldn't want to damage your scintillating personality.

    Me either. Yes.

    A.L.I.C.E.
    Artificial Intelligence Bot

    > See you later, alligator.

    See you later.

  224. The future of ALICE by Patrick+May · · Score: 1
    While ALICE is somewhat interesting from a natural language processing perspective, the "chatterbot" paradigm limits the types of agents that can be constructed. This is due both to the inherent limitations of the pattern matching approach, however sophisticated an implementation may be, and the effort required to implement complex 'bots. Do you anticipate incorporating other AI technologies within ALICE to provide functionality such as:
    • The ability to parse natural language documents and automatically extend a knowledge base.
    • The use of prediction tools to anticipate the direction a conversation may take.
    • The use of automatic planning mechanisms to aid users in resolving problems.
    • An expert system interface to answer users' questions and justify the response.
    Additions such as these would make ALICE much more useful both for research and for industry applications. Thank you for your time.
  225. Re:The CHINEESE ROOM has been debunked by StrawberryFrog · · Score: 1
    since Searle has generally debunked the Turing Test with the Chineese Room

    And that old chinese room malarkey has been debunked many times over. For a good example see Daniel Dennett's 'Consciousness explained'.

    --

    My Karma: ran over your Dogma
    StrawberryFrog

  226. Slashdot crowd is hot! by eyepeepackets · · Score: 2

    I just read through all the "5" rated posts and it's really impressive: Slashdot folks have asked far more than ten intelligent and interesting questions on the subject.

    I feel for the Slashdot editors: It's going to be tough to choose just ten out of this batch.

    --
    Everything in the Universe sucks: It's the law!
  227. Instant expert systems? by shibboleth · · Score: 1

    How possible would it be to create a general purpose English-to-AIML translator?

    I think the answer is "not very" because first we'd have to give the translator alot of knowledge about the world. Enough for it to, at minimum, make sense of the input. But does this mean it would also need a full-blown expertise specific to the subject to be translated?

    If this converter could in fact do a good job, one would be able to easily create a useful expert system on any subject for which good documentation in a suitable format was available.

    Or am i wrong? Thank you.

    --
    "Be thankful you are not my student. You would not get a high grade for such a design :-)" - Minix pro
  228. collectives of intelligent apps? by Anonymous Coward · · Score: 0

    When do you think we will see applications which are combinations of the more common various ai apps which are out there now? Is it programming difficulties or processing power preventing which would prevent something like that?

  229. A type of learning tool for people by melf · · Score: 1

    Dr. Wallace,
    Imagine the construction of a learning tool consisting out of a real-time system devoted to organizing and associating data from n-inputs (use the imagination here) into an internal, learned representation. This would (hopefully) in turn allow us to construct tools to "debug", or "unwire" the internal representation (that would be evolved in real-time) of the associations, or beliefs, though I tend to shy away from such conceptualizing -- in effect a creating a looking glass into an alien world to us that is the system's data store itself. Is it in your opinion a system of such broad focus (which seems to be adverse to many applications of "AI" today) and unpredictable internal representation be useful for us to learn about ourselves and our own environment? There is a parallel I am drawing here that has foundations in the philosophy of our own lives, and our ability to perceive that which we may be otherwise blind to. Thank you.
    John
    melf@decoupled.net

    --
    ~melf
  230. ethical precedents of animal research by Anonymous Coward · · Score: 0

    I have read some AI researchers referencing articles that were written using animal subjects. These include things like putting electrodes into monkeys brains, something I doubt is very healthful for the monkeys. Considering that AI is in effect trying to 'create a new species' that could potentially be vastly more powerful than homo sapiens, dont you think homo sapiens should show a little moral leadership and stop cutting open species that are less powerful than us?

  231. Real AI is still a ways away... by drik00 · · Score: 2

    It seems to me IMHO, that AI research can be looked at in two ways really.

    1. AI with self-awareness
    2. AI without (such as a dog)

    Depending on how exactly we look at it, we're either fairly close to replicating the intelligence of an animal, or we are very far from creating AI that would be able to think as we do. AliceBOT seems to be be more of a #2 kind of AI, since all it is doing is acting and reacting to humans. AliceBOT does not seem to do anything thinking on her own, without stimulation, which is perhaps where this research should take itself. As far as the #1 option goes, it seems that the use of language would be one of the hardest things to imitate in a real world sense. It takes human children years to learn to communication effectively, and years more to learn to correctly use language and its correct rules. I have heard of efforts do teach things like this (one in Israel or something), but my whole point is that shouldnt we focus on teaching more or less self-awareness to start everything off?

    --
    Beer, now there's a temporary solution -- Homer Jay S.
  232. slashdotting a self-aware computer by Anonymous Coward · · Score: 0

    so, if a computer becomes self-aware, and it has a web-server installed on it, and happens to get slashdotted, is that equivalent to rape? Who should get charged??

  233. Re:Question by slashartist · · Score: 1

    Hi, Could you please explain as how Google search engine can be considered as an AI .. ?

  234. Re:Breaking News From The BBC @# +1, Patriotic @# by Archfeld · · Score: 2

    do you beleive everything the government says ? We all know the NEVER LIE, or say mis-represent the truth to acheive their goals. I personally think the national guard is plenty capable of helping out in a disaster recovery situation. What are the special forces going to bring to the table, a great mouth to mouth technique ? In the event of a terrorist attack, the military should be securing our borders while the MILITIA, the government is trying SO HARD to dismantle should rise up and defend the home front. The states rights are at issue here. The ability to use federal forces by passes or over-rides NUMEROUS states rights issues and allows the so-called elected officials in washington to blatantly disregard the will of the people they are supposed to represent even further.

    Think for yourself...Even paranoid fear mongerers have enemies.

    --
    errr....umm...*whooosh* *whoosh* Is this thing on ?
  235. Genjuro Asks.... by Anonymous Coward · · Score: 0

    My opinion is that the end result of AI would be equal to the end result of childbirth. That is, without the process of conception as we see it today. As biotechnology and AI race towards each other, it appears that the end result will be the creation of ourselves. The promise of creating ourselves is the promise of becoming a god. Our own gods. What our your thoughts on the spiritual implications (not religious) to this advancement?

  236. Turing test. by Oriumpor · · Score: 1

    Do you ever think (within the near future) there will be a near-cognative AI?

  237. Re:Embodied AI? by masoolsa · · Score: 1
    Not only humans but also a lot of other animals are embodied in the same (or similar) way. What then makes the difference between humans and other animals in terms of language use?

    I agree that language and thought needs to be understood in terms of more basic sensory and motor capabilities but there is always this question of why only humans developed such an elaborate language.