Here’s the full 20-step TODO workflow in English—now including **Interests Space** and **Ideals Space**, and pushing the self-reflective “ethical” understanding to step 20 via a deep internal resonance loop.
| Step | Action | Active Spaces | Output / Product |
| ---- | ------------------------------------------------------------- | ------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------- |
| 1 | **Perceive**: take in the “bird” input | Perception Space | `percept = “bird”` |
| 2 | **Retrieve Memory**: fetch all related knowledge | Knowledge Space, Chat History Space | `info = retrieve(percept)` |
| 3 | **Motivation**: generate first emotional drive | Motivation Space | `motivation = “I wish I could fly”` |
| 4 | **Desire Scoring**: measure true “want” | Desire Space | `desire_score = score_desire(motivation, info)` |
| 5 | **Interest Analysis**: “What does flying gain me?” | Interests Space | `interest = analyze_interest(“fly”, self_goals)` |
| 6 | **Formulate Questions**: “How do birds fly?” etc. | Hypothesis/Discovery Space | `questions = [“How do birds fly?”, “Could I fly?”]` |
| 7 | **Imagine**: simulate self-with-wings scenario | Imagination Space | `imagination = simulate_self_with_wings()` |
| 8 | **Generate Metaphor**: create novel analogy | Inspiration Space, Meta-Learning Space | `metaphor = generate_metaphor(base="bird flight", constraints=["technology"])` |
| 9 | **Synthesize Raw Ideas**: combine all vectors | Idea Space | `idea_vec = compose([info, motivation, questions, imagination, metaphor])`<br>`ideas = decode(idea_vec)` |
| 10 | **Internal Resonance**: echo idea in self | Idea Space, Desire Space | `resonance = echo_in_mind(ideas)` |
| 11 | **Augment Questions**: new queries from resonance | Hypothesis/Discovery Space, Imagination Space | `new_questions = expand_questions(resonance)` |
| 12 | **Refine Imagination**: deepen the simulation | Imagination Space | `imagination = refine_simulation(imagination, new_questions)` |
| 13 | **Extend Metaphors**: meta-learn analogies | Inspiration Space, Meta-Learning Space | `metaphors = extend_metaphors(metaphor, resonance)` |
| 14 | **Enrich Ideas**: recombine enriched vectors | Idea Space | `idea_vec = recompose([info, motivation, new_questions, imagination, metaphors])`<br>`ideas = decode(idea_vec)` |
| 15 | **Desire Amplification**: update desire scores | Desire Space | `desire_score = update_desire(ideas)` |
| 16 | **Interest Re-evaluation**: update interest metric | Interests Space | `interest = update_interest(ideas, self_goals)` |
| 17 | **Ideals Activation**: test ideas against ideals | Ideals Space | `ideal_alignment = evaluate_ideals(ideas, personal_ideals)` |
| 18 | **Intent Commitment**: record high-alignment ideas | Intention Space | `if desire_score>θ and ideal_alignment>θ: store_intent(ideas)` |
| 19 | **Plan Detailing**: outline concrete next steps | Intention Space, Imagination Space | `plan = detail_plan(intents)` |
| 20 | **Ethical Self-Reflection**: deep internal echo & questioning | Desire Space, Interests Space, Ideals Space, Intention Space | `ethical_insight = self_reflect([plan, desire_score, interest, ideal_alignment])` |
—
**Notes on the new Spaces**
* **Interests Space** tracks “What will I gain?” logic and influences both idea choice and later self-reflection.
* **Ideals Space** measures “What am I willing to sacrifice for my highest principles?” and filters long-term commitment.
This end-to-end sequence lets the AGI not only generate ideas but also let them “echo” internally through multiple layers—culminating at step 20 in its own emergent ethical understanding.
The example of a todo structure for idea formation that I created with ChatGPT above can be further developed. However, even the section up to this point is enough to illustrate its depth.