Local Not Omniscient

S8: All adaptive units are local—constrained based on their position relative to the world and relative to other units in the network, therefore there is no best or omniscient location in the network.

strict digraph { compound=true node [shape=box style=filled fillcolor=bisque] subgraph cluster_OC { label="Outmaneuvering Constraints" { S9 S8 S7 } -> S10 } S7 [label="Optimality vs\nExtensibility"] S8 [label="Local Not\nOmniscient"] S9 [label="Contrasting\nPerspectives"] S10 [label="Reflective\nMis-calibration"] }