Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

MindForth Programming Journal -- 2018 June 19

95 views
Skip to first unread message

menti...@gmail.com

unread,
Jun 19, 2018, 11:01:26 PM6/19/18
to
MindForth is the First Working AGI for robot embodiment.

The MindForth AGI needs updating with the new functionality coded into the JavaScript AI Mind, so today we start by adding two innate ideas to the MindBoot sequence. We add "ANNA SPEAKS RUSSIAN" so that the name "Anna" may be used for testing the InFerence mind-module by entering "anna is a woman". Then we add "I NEED A BODY" to encourage AI enthusiasts to work on the embodiment of MindForth in a robot. When we type in "anna is a woman", the AI responds "ANNA SPEAKS THE RUSSIAN", which means that InFerence is not ready in MindForth, and that the EnArticle module is too eager to insert the article "the", so we comment out a call to EnArticle for the time being. Then we proceed to implement the Indicative module as already implemented in the ghost.pl AGI and the JavaScript AI Mind. We also cause the EnVerbPhrase module to call SpreadAct for direct-object nouns, in case the AGI knows enough about the direct object to pursue a chain of thought.

Mentifex (Arthur)
--
http://medium.com/p/265a730d285b
http://agi.topicbox.com/groups/agi
http://ai.neocities.org/mindforth.txt
http://cyborg.blogspot.com/search/label/MindForth

Manuel Rodriguez

unread,
Jun 20, 2018, 8:28:39 AM6/20/18
to
Am Mittwoch, 20. Juni 2018 05:01:26 UTC+2 schrieb menti...@gmail.com:
> MindForth is the First Working AGI for robot embodiment.

Suppose, I have written an agent in the Forth language, which is great for
object-oriented programming. For example, this one:

#include <iostream>
class Agent {
public:
std::string name;
void initblackboard() { }
void learnfromuser() { }
void run() { }
};

I belief the agent works well. But how can i use MindForth AGI to determine
the Intelligence quotient of the agent in an objective way?

Thank you.

menti...@gmail.com

unread,
Jun 20, 2018, 9:08:12 PM6/20/18
to
It is not possible to determine the intelligence quotient (IQ) of an agent with MindForth. It is however possible to get a glimpse of your own IQ by seeing how well you understand MindForth. It is like understanding how the human brain works.

Today on 2018-06-20 I spent several hours coding MindForth just to eliminate one or two minor bugs. In between the Forth coding, I updated the documentation webpage at

http://ai.neocities.org/EnArticle.html

about some new "upstream" variables "us1" to "us7" that are now declared, but not yet used, in MindForth. The "upstream" variables will hold words which are being used up-stream in a conversation and so they may have the definite article "the" before them in the thinking and the output of the Forthmind.

Thank you for all your various helpful initiatives.

Cheers,

Mentifex (Arthur)
0 new messages