Dragon Worrier

Amber is a 14year old girl who likes chatting.

Okay, you're right : there are no 14y old girl on irc, but Amber is at least a woman; she is a writer who collects her chatlogs and publishes them on her website. Most of them are just plain hilarious, eg read the one about the Dragon Worrier.

Streets of London

Streets of London photoguide. Explore them from the comfort of your chair. Find that particular restaurant or bar (and wish you were there ;)

Intelligent chat bots

After reading this Slashdot post about two chatting bots, I got interested in the matter, so I decided to play around with these automated chatters. I installed a local IRC server, and off course installed an Eggdrop bot. Now these thing are fun, and there are many scripts out there to get some respons like :

darkcompn !country be
Zuul Country for .be is: Belgium -GB-
darkcompn !coke
* Zuul opens up a fresh can of coke and sets it in front of darkcompn

But their primary function is actually protecting irc channels from flooding and abuse when the operators are absent. Fun really begins with AI bots, and there is where Alice pops up. Alice (Artificial Linguistic Internet Computer Entity) is an award-winning free natural language artificial intelligence chat robot. The software used to create A.L.I.C.E. is available as free ("open source") Alicebot and AIML software.

Try talking to A.L.I.C.E. just like a real person, but remember you are really chatting with a machine! A.L.I.C.E.'s Alicebot engine utilizes AIML (Artificial Intelligence Markup Language) to form responses to your questions and inputs.

darkcompn marvin, what's up ?
marvin I am chatting with clients on the internet.
darkcompn you like chatting ?
marvin Yes talking is my primary function.
darkcompn do you have a computer ?
marvin I live in a computer.
darkcompn that must be crowded
marvin Thanks for explaining crowded.
darkcompn no problem
marvin Should there be a problem?
darkcompn no
marvin I didn't think so either. Just a moment. Just a moment.
darkcompn what operating system do you run ?
marvin My primary server is Linux, but as a Java program I run on any OS.
darkcompn I'm fond of Unix
marvin A lot of people like that. What is not to like about UNIX?
darkcompn nothing ! Say, marvin: you use KDE or Gnome ?
marvin Say no to KDE or Gnome.
darkcompn you are using something like Window Maker or Fluxbox then ?
marvin I am using Telnet as a browser.

There are several Alice implementations, but I found J-Alice the most interesting, as it has an irc client built-in, so that it can join some irc channels. Alice comes with different AIML templates, so that you have the chance of modifying your bot to your wish (eg making it speak your language).

Anonymous Wed, 06/15/2005 - 18:58

Indeed, I must say I really liked the chat bot result. In some cases they might give unexpected and bizarre results, but that is just a matter of bot training. AI requires a *very* long learning period, or at least that's what I still remember from my experiences in the field while working on my Computer Science thesis. I'm looking for a way to store the experience of the bot, so my bot's intelligence can be restored when I reboot my computer.

OpenP2P.com features a *very* interesting article about intelligent bots, and how they might be a possible future interface with computers.

If you're eager to create a bot on your own, here's a possible recipe in Perl.