Export to GitHub

mindforth - issue #1

Input timer not working


Posted on Aug 9, 2009 by Happy Elephant

ai-mind reads input instantly there is not time to even type the input.

Comment #1

Posted on Dec 14, 2009 by Quick Kangaroo

To obtain more time to enter a sentence of input, press the [Enter] key at least one time to slow down the thinking of the AI Mind. The speed of thought in the AI Mind is regulated by the "rsvp" variable. When there has been no recent user input, the AI software lowers the "rsvp" value and thinks faster and faster. As soon as a human user begins to enter a communication with the AI, or even presses "Tab" or "Enter", the value of "rsvp" is set to a very high number, and the AI slows down considerably to allow the human user to type in a sentence. Nevertheless, the point is well taken, and the AI code has already begun to be altered in favor of giving the human user more time to interact with the Machine Intelligence.

Status: Accepted

Labels:
Type-Defect Priority-Medium