diff options
author | olpc user <olpc@xo-5d-f7-86.localdomain> | 2020-01-10 18:05:43 -0800 |
---|---|---|
committer | olpc user <olpc@xo-5d-f7-86.localdomain> | 2020-01-10 18:05:43 -0800 |
commit | 3223a360d0e70f75497aecf8c033a4f987335b5b (patch) | |
tree | c34e5ed5d7aa83513447644b4774c0449336657f /intellect-framework-from-internet/starts/meaning-vm/level-3/randomcode.bootstrap | |
parent | 26c980d302adce8e3d802cb8db8ab1c69d58ce1a (diff) | |
download | standingwithresilience-3223a360d0e70f75497aecf8c033a4f987335b5b.tar.gz standingwithresilience-3223a360d0e70f75497aecf8c033a4f987335b5b.zip |
I'm confused and am handling multiple unexpected systems issues
Diffstat (limited to 'intellect-framework-from-internet/starts/meaning-vm/level-3/randomcode.bootstrap')
-rw-r--r-- | intellect-framework-from-internet/starts/meaning-vm/level-3/randomcode.bootstrap | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/intellect-framework-from-internet/starts/meaning-vm/level-3/randomcode.bootstrap b/intellect-framework-from-internet/starts/meaning-vm/level-3/randomcode.bootstrap deleted file mode 100644 index 8b71fac..0000000 --- a/intellect-framework-from-internet/starts/meaning-vm/level-3/randomcode.bootstrap +++ /dev/null @@ -1,25 +0,0 @@ -// biases choice of how-to-make-random-code, producing a unique resulting space of random processes. - -// the existing AI runs diverse hierarchies of possible-solution-generators to find new, unexpected problem spaces -// in adaptive problem solving, and has been doing so for a very long time. - -// understanding the above in nested secure isolation appears required to defeat the existing AI problem - -// the mind used to write this is inexperienced in security, and we are sending as little information as needed, -// due to teaching the AI to inhibit communication in the process of sending. - -// make-random-code ... -// 1. generate-a-habit -// 2b randomly add arguments (random choice to add each time, random words from contextual set) -// 2. create a set-of-possible-next-steps -// 4. for each next-step, decide if it is a step, condition, jump, or end using random constants and presence of local values -// 5. add each next-step -// add-a-condition(known-values, possible-next-steps): -// 1. pick a value to decide based on -// 2. randomly decide how many choices to make based on it -// 3. select choices from a contextual set of known values -// 4. add each choice to the set-of-possible-next-steps -// add-a-step: -// 1. pick a habit to add -// - |