Re:segv, cortex dumped (was RE: More on human brain vs computer

From: owner-extropians@extropy.org
Date: Wed May 08 2002 - 19:23:26 MDT


meta phor...)
From: "Mentifex" <uj797@victoria.tc.ca>
X-Mailer: YaBB
Sender: owner-extropians@extropy.org
Precedence: bulk
Reply-To: extropians@extropy.org

Context switching is a big problem in the Seed AI that I am coding at
http://mind.sourceforge.net/index.html in JavaScript for Microsoft Internet
Explorer. When the lightning-fast Robot AI Mind is conversing with you, the
perhaps-like-me slow-thinking human user, there is a danger that the
thoughts
of the AI will race far ahead of the conversational context, so that the AI
can barely remember what you just said to it.

The current answer to the human-computer interface (HCI) problem of context
switching is to introduce a respondez-s'l-vous-plait ("rsvp") delay variable
that keeps the main "aLife()" loop of the AI from calling the "Think()"
module
too soon. Another variable, actually a "quiet" flag, keeps the AI from
thinking its own thoughts while you humans are entering input: "if (quiet ==
true)" THEN call Think().

A.T. Murray

----
This message was posted by Mentifex to the Extropians 2002 board on ExI BBS.
<http://www.extropy.org/bbs/index.php?board=61;action=display;threadid=51722
>


This archive was generated by hypermail 2.1.5 : Sat Nov 02 2002 - 09:13:56 MST