Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Cave-dwelling programmers

Name: Anonymous 2018-07-12 5:50

Name: AI Go FOOM 2018-07-12 21:05

Q. How can we make an AI that replicates and enhances itself?

A. Certainly with the ghost.pl AI in Perl, and possibly also with MindForth, especially in Perl it is easy to write code that will read in its own program as a mind1.pl file, insert any new words or new ideas into the MindBoot sequence, write the expanded AI as a mind2.pl file, schedule the mind1.pl to die soon, and start the mind2.pl running as an enhanced AI ready to replicate itself and enhance itself even more.

http://groups.google.com/d/msg/comp.lang.perl.misc/Ep8XTYKU6Jw/0OWMiO1gBgAJ

Name: Eduardo Capaverde !Ps1ivhrO6w 2018-07-12 21:34

>>2
Q: And what is the guarantee that it will be an "enhanced" version?

Q: "Enhanced" seems ill-defined, could you please clarify in which ways you expect the new version to be better than the previous? That is, at which tasks?

Name: Anonymous 2018-07-13 1:16

What programming language is this?

Name: Anonymous 2018-07-13 2:16

>>1
if all you did was a simple pitch shift, it's trivially easy to figure out what your real voice sounds like using something like Audacity

too bad I'm too lazy to do it

Name: Ghost in the Machine 2018-07-13 7:21

>>3
Q: "Enhanced" seems ill-defined, could you please clarify in which ways you expect the new version to be better than the previous? That is, at which tasks?

Please examine the MindBoot() source code of
http://ai.neocities.org/AiMind.html -- for Internet Explorer.
t++; // 2018-07-12: making single-word time relative, not hard-coded.
// THINK -- germane to artificial intelligence
t++;pho="T"; audpsi=0; audMemory[t] = new audNode(pho,0,audpsi); rv=t;
t++;pho="H"; audpsi=0; audMemory[t] = new audNode(pho,0,audpsi);
t++;pho="I"; audpsi=0; audMemory[t] = new audNode(pho,0,audpsi);
t++;pho="N"; audpsi=0; audMemory[t] = new audNode(pho,0,audpsi);
t++;pho="K"; audpsi=840; audMemory[t] = new audNode(pho,0,audpsi);
psi=840; pos=8; dba=0; num=0; mfn=0; pre=0; seq=0; KbLoad();

Single words in the new MindBoot sequence will be stored at relative-address time-points and not at hard-coded time-points. One resulting enhancement is that the AI Mind Maintainer will be able to insert new words without hard-coding their time-points in the auditory array.

When this new method is adopted in Perl, it will be easy for the AI to learn a new word and write it into the MindBoot() portion of an enhanced copy of the AI source code. The "enhancement" will not mean that the AI becomes better at certain tasks, but only that the AI will know more words as concepts and will contain more innate ideas.

Name: Anonymous 2018-07-13 12:56

>>6

function audnLoop(phostr, xfact){
t++;
let i=phostr.length;
let k=0;
rv=t+1;
for(var j=0; j<i; j++){
t++;
k = xfact*(j==(i-1));
//pho=phostr[j];
audMemory[t] = new audNode(phostr[j],0,k);
}
KbLoad();
}

audnLoop("THINK", 840);

Name: Le Penseur 2018-07-13 23:14

http://ai.neocities.org/MindBoot.html -- has been updated.

/^^^^^^^^^^^\Each Language Needs Bootstrap Words/^^^^^^^^^^^\
/ EYE \ ________________ / EAR \
| |CONCEPTS / \ | ___________ |
| _______ | | | | \ MainLoop /---|-/ MindBoot \ |
| / old \ | | | | \______________/ || memory vault||
| / image \!!!|!!!|!|!| | ________ || ||
| \ recog /---|---|-|-+ | / \ || 820=SEE ||
| \_______/ | |s| | | \ KbLoad /---|| ||
| | |t| | | \______/ || "students" ||
| | |u| | ___V_____________ || "read" ||
| | |d|b| / \ || "books" ||
| visual | r|e|o| / Volition FreeWill \ || ||
| | e|n|o| \___________________/ || 1820=ВИДЕТЬ ||
| memory | a|t|k| __|____ | | | | \___________/ |
| | d|s|s|(Emotion)| | | | |
| channel | | | | \_____/ | | | |oldest memories|
| | | | | ______V | V_____ |to be forgotten|
| | | | | / \ | / \ | |
| _______ | | | | ( EnThink )|(RuThink )|newest memories|
| /new \ | |_|_|_ \_______/ | \______/ |to be recycled |
| / percept \ | / Psy \ _____V______ |automatically |
| \ engram /---|-/concepts\ / Motorium \ |by ReJuvenate()|
| \_______/ | \________/ \____________/ | |

Name: JavaScript subReddit 2018-07-14 12:24

http://old.reddit.com/r/javascript/comments/8ysqdu/showoff_saturday_july_14_2018

First Working AGI in JavaScript switches away from hard-coded MindBoot engrams as prelude for rapid mutation of self-modifying Perlmind resulting in AI Go FOOM.

Name: Anonymous 2018-07-14 12:36

Name: Eduardo Capaverde !Ps1ivhrO6w 2018-07-15 1:10

>>6
You fail at interpretation. All in all my two questions meant to expose your software as not true AGI, because there's no guarantee it will continuously enhance itself in any particular direction. It will only continuosly modify itself, at most (I hope you understand the difference).

If you were to measure its performance or behaviour in any way, then you would be able to prove that it self-enhances, and then that would be something.

Name: AI Mind Maintainer 2018-07-15 1:59

>>11
there's no guarantee it will continuously enhance itself in any particular direction.

Algorithmic enhancement can come only from the mind-designers and the executive programmers. The http://ai.neocities.org/MindBoot.html enhancement will serve only to give the AGI more knowledge -- of words, and of ideas conveyed with words -- and also serve to teach the AGI community how to write code for many different kinds of AGI enhancement.

Since early adopters may fear to run self-modifying AGI code in their unprotected computers, early versions may include the self-replicating and self-enhancing code in a "commented-out" form, so that end users may study the code before letting it spawn one enhanced AGI after another. Such an "AI Go FOOM" scenario warrants more discussion in the http://old.reddit.com/r/ControlProblem forum.

Name: Eduardo Capaverde !Ps1ivhrO6w 2018-07-15 17:28

>>12
You talk like a marketer and you lack any rigour. Don't call it AGI or seed AI if it cannot program a better copy of itself in an independent manner.

Name: Anonymous 2018-07-16 3:34

CAVE INTERACTIVE CO,. LTD.
穴対話式株式会社

Name: Anonymous 2018-07-16 20:22

>>14
weeb detected

Name: Supreme Soviet 2018-07-17 12:14

Name: Red Square 2018-07-18 11:07

Name: Anonymous 2018-07-19 2:35

>>16,17
Would you be able to make Mitty from Made in Abyss capable of understanding language and thought once again?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List