๐ 7 Stages of action (Norman)
graph TD
subgraph execution ["Gulf of execution"]
e1["intend to act"] --> e2["plan actions"]
e2["plan actions"] --> e3["execute actions"]
end
subgraph evaluation ["Gulf of evaluation"]
ev1["perceiving the state"] --> ev2["interpreting perception"]
ev2["interpreting perception"] --> ev3["evaluating interpretation"]
end
goal --> e1
ev3 --> goal
Implications
- minimize Gulf of evaluation and Gulf of execution
- โ improve ๐จโ๐ซ Learnability & ๐ฟ Robustness