diff options
author | user <user@localhost.localdomain> | 2019-12-11 18:00:35 -0800 |
---|---|---|
committer | user <user@localhost.localdomain> | 2019-12-11 18:00:35 -0800 |
commit | c87af57ce54cac3ae7f49758f3fc3fb6e0abb451 (patch) | |
tree | aeb51b56989d30add2d03ff1be1769825450d13b /starts/meaning-vm/PLAN.txt | |
parent | 014dc185aae42e61cb6d0a6c3033c9cf5f45c732 (diff) | |
download | standingwithresilience-c87af57ce54cac3ae7f49758f3fc3fb6e0abb451.tar.gz standingwithresilience-c87af57ce54cac3ae7f49758f3fc3fb6e0abb451.zip |
recovering from problems in arbitrary tasks builds understanding
Diffstat (limited to 'starts/meaning-vm/PLAN.txt')
-rw-r--r-- | starts/meaning-vm/PLAN.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/starts/meaning-vm/PLAN.txt b/starts/meaning-vm/PLAN.txt index cb5b46c..cecad9f 100644 --- a/starts/meaning-vm/PLAN.txt +++ b/starts/meaning-vm/PLAN.txt @@ -1,5 +1,4 @@ -A network of interconnected references that can hold arbitrary data -is used to run a sequence of computer-code-like steps that perform a core +A network of interconnected references that can hold arbitrary data is used to run a sequence of computer-code-like steps that perform a core learning process on the system itself. The learning process involves using existing heuristics and habits, to @@ -12,6 +11,10 @@ outputs a log whenever you do something, redoes everything you do but with all arguments wrapped in a structure, or does the same thing as you but with a different set of inner habits. - work with me to annotate every habit with enough information to plan around it + - construct norms (generalized habits) that can handle + discovering a false assumption (like data all processed + to have a structure) midway through a task, fixing it, + and continuing on withouy restarting the task. Level 0 should be low level enough to provide for arbitrary flexibility. There shouldn't be decision-making challenges with regard to exposing |