diff options
-rw-r--r-- | starts/meaning-vm/PLAN.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/starts/meaning-vm/PLAN.txt b/starts/meaning-vm/PLAN.txt index 2d779ed..3b0aa7c 100644 --- a/starts/meaning-vm/PLAN.txt +++ b/starts/meaning-vm/PLAN.txt @@ -7,9 +7,10 @@ produce better heuristics and habits to use. The process to learn is the system itself: for example, what norms can we establish to keep our memory use bounded while we run. Or, craft -a habit that produces a descriptive structure of the last link made. Or, -find a way to redo everything you do, that has the same results but passes -arguments wrapped in a structure. +a habit that produces a descriptive structure of the last link made, +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. Level 0 should be low level enough to provide for arbitrary flexibility. There shouldn't be decision-making challenges with regard to exposing |