Conversational Interfaces 2014/2015: Difference between revisions

From XPUB & Lens-Based wiki
(Created page with "Platform + Scaling In this module, exploring paradigms for interaction, navigation, conversation; considering different paradigms for authoring / writing (interactive) charac...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 19: Line 19:
* [http://www.electronicvoicephenomena.net/index.php/sp3l-aend-spik-antonio-roberts-aka-hellocatfood-commission/ Antonio Roberts, Electic Voice Phenomenon]
* [http://www.electronicvoicephenomena.net/index.php/sp3l-aend-spik-antonio-roberts-aka-hellocatfood-commission/ Antonio Roberts, Electic Voice Phenomenon]
* [https://www.youtube.com/watch?v=-jiBLQyUi38 Apple: Knowledge Explorer]
* [https://www.youtube.com/watch?v=-jiBLQyUi38 Apple: Knowledge Explorer]
* TODO: robust IRC ( video extract? )
* TODO: Bots talking to each other (clip)
* TODO: Turing test (video doc?)
* CC IRC?
* The machine stops? (get online version?)
Situate the IRC protocol


* Work in progress: Botopera
* Work in progress: Botopera


Practical Exercise * IRC server * pipeline to chatbot... (ircpipebot for quick chatbots?)
Practical Exercise
 
* IRC server
Mockup a conversational interface... * A: Python (/ IRC) * B: Transformations of a text, to be performed in a text editor * C: Image response (a la daughter of all demos ), or Image interrogation
* pipeline to chatbot... (ircpipebot for quick chatbots?)
 
Work through ... Eliza transformation
 
Part II: Navigational
 
* Aspen Movie Map
* Information Landscapes
* Hypercard? (arrange an exercise?)
* Various Xanadu implementations
* General Magic ?!
 
? Whoosh/Roll Your Own Google ?! ? example of pipeline & ircpipebot? (checkout botopera!)
 
* IRC as distributed protocol ? ( Netsplit )
* HTTP
 
Alternative protocols * IRC * Hypercard * Director/Flash... * SMIL * CD+G, CD-I ?
 
* pandoc
* makefiles
* Regular Expressions


Create a dialog (either in code or static text) with an existing text/character. * text filter ( in python ) search & replace (in editor, in python) * Regular Expressions
For next time, mockup a conversational interface...
* A: Python (/ IRC)
* B: Transformations of a text, to be performed in a text editor
* C: Image response (a la daughter of all demos ), or Image interrogation


* Modernizer...
Some tools
* [[Regular expressions]]
* [[Python]] + [[IRC]]

Latest revision as of 16:39, 7 April 2015

Platform + Scaling

In this module, exploring paradigms for interaction, navigation, conversation; considering different paradigms for authoring / writing (interactive) characters.

Scaling to consider also scales of time.

Part I: Conversational interfaces

  • Work in progress: Botopera

Practical Exercise

  • IRC server
  • pipeline to chatbot... (ircpipebot for quick chatbots?)

For next time, mockup a conversational interface...

  • A: Python (/ IRC)
  • B: Transformations of a text, to be performed in a text editor
  • C: Image response (a la daughter of all demos ), or Image interrogation

Some tools