The Atomic Playboy and the Radiation Romeo

The button below will open a new browser window displaying the Flash interface for Atomic and Romeo (Version 16 with Preloader). You will find a page of introductory text, some instructions and then the interface where you can suggest a topic for conversation.





This version 16 uses the landscape layout, updates the heckler and end-of-conversation functions with an audio sign-off. All the features from previous versions remain - scroll bar control,custId variable allows me to better log and track conversations.


The chat-bots are hosted on the Pandorabots server under the Shared Service subscription. Please note, the terms of the Updated Policy Guidelines for Free Community Server state that the “Use of automated scripts to make your pandorabot talk to itself or another bot or script” is proscribed (Pandorabots 2011). This project is being developed with the agreement of the Pandorabots Inc management and we would like to acknowledge their support. ( Pandorabots )



Please leave a comment...

After you have had a play with Atomic and Romeo please use this link to leave a comment.
Maybe you could suggest a topic of conversation or a layout suggestion.
All suggestions gratefully received.




Friday, December 9, 2011

Two little moments...

The beauty, if that is the right word, of doing a PhD is that it is constantly with you - it is always somewhere near the forefront of your mind. Here are some examples...


Moment One - This morning I was out walking my dogs - clear sky, warm breeze, rowers unzipping the smooth waters of Throsby Creek. Nice. What was I thinking about? The post-human condition! Talk about not being in the moment! Anyway, I've been doing some introductory reading in the area and it occurred to me that the the logic of post-humanism traces its ancestry from people like Lewis Mumford (The Myth of the Machine), Marshall McLuhan (The Gutenberg Galaxy - and others), George Landow (Hypertext 2.0 and 3.0) through Jay Bolter (Remediation) to Bruno Latour, N. Katherine Hayles, and Robert Pepperell. 

The narrative through-line of all of these seems to be (as a first thought based on scant reading) that we simultaneously make and are made by our technologies and media. And that's what part of my exegesis is about - the making and the made. Humour theory, creativity theory, scriptwriting and dramaturgy, and artificial intelligence all have in common the relationship between the making and the made. These different disciplines theorize about the made (the product), the making (the process), and what these products and processes do for and to us (the social, psychological and cultural making of us).

Moment Two - I was riding to work when I had this revelation about technique. As such it sounds less deep, less profound than the discussion above. But the truth is, it's all about the making and without that these is no made. I've been consider ways of converting a simple two character script structure into AIML - how to split a script so that output from one (<template>) is input for the other (<pattern>) without having to manually code for one chat-bot and then re-code for the other. 

At work this morning I experimented with some song lyrics - Pulp's Common People because it's funny and has a clear narrative. I used the Pandorawriter on the Pandorabots site - it's a "Dialog to AIML Parser", in other words it converts dialog, delimited by a vacant line, into AIML. I fed in the first verse and out came an AIML file with a <category> for each pair of the lines set as <pattern> and <template>. See below, let's call this Atomic's text:
<category>
    <pattern> She came from Greece she had a thirst for knowledge </pattern>
    <template> she studied sculpture at Saint Martin's College </template>
  </category>
Then I deleted the first line and ran it through the Pandorawriter again. Let's call this Romeo's text.
 
<category>
    <pattern> she studied sculpture at Saint Martin s College </pattern>
    <template> that's where I </template>
  </category>
What does this do? When Atomic receives the line "She came from Greece she had a thirst for knowledge" he says, "she studied sculpture at Saint Martin's College". This is then thrown to Romeo who then says, "that's where I". And so on - Atomic and Romeo can sing a song, each taking a line.

The big advantage of this little technique is that I can write a script in any simple text editing program and then feed it through the Pandorawriter. To be honest, this is a very important revelation. It frees me from the need to simultaneously to be a script writer and a code writer. A very useful division of labour.

No comments: