← Emergence

Emergence Foundations Check

Covers: what-is-emergence, weak-vs-strong, downward-causation, emergence-vs-complexity, emergence-in-software, phase-transitions

What distinguishes emergence from mere complexity?
Emergence specifically refers to properties that arise from interactions between components but cannot be predicted from the components alone. Complexity is about the number of interacting parts; emergence is about qualitatively new properties at higher levels.
Which is an example of weak emergence?
Traffic jams are weakly emergent — they arise from driver interactions and are surprising but could in principle be simulated given enough detail. Consciousness is often cited as strongly emergent. A clock is merely complicated, not emergent.
What does "downward causation" mean in the context of emergence?
Downward causation is the idea that emergent, higher-level properties can constrain or influence the behavior of lower-level components. For example, the rules of a game constrain the moves of individual players.
In the "Layer Cake" mental model, what is true about each layer?
The Layer Cake model shows that each level of reality (physics → chemistry → biology → mind) depends on the levels below but introduces rules that cannot be fully derived from them. This is what makes properties at each level emergent.
Which software concept best illustrates emergence?
Consensus in a Raft cluster is emergent: no individual node has the concept of "consensus," but the cluster as a whole achieves it through inter-node interactions. A function return value or compiled binary are deterministic transformations, not emergent phenomena.