home/ atoms/ emergence-definition

Emergence is complex organized behavior arising from many simple local interactions

Emergence (first coined by George Henry Lewes in the 19th century, popularized in complexity theory by John Holland and Steven Johnson) describes how coherent high-level patterns arise from many small, simple, locally-driven interactions — with no central design or top-down control. Classic examples: ant colonies (each ant follows simple pheromone rules, but the colony exhibits city-like organization); bird murmurations (each starling follows three alignment/separation/cohesion rules, but the flock produces complex formations). The macro patterns are emergent byproducts of micro-behaviors, not consequences of any plan. For generative art, emergence means complex visual results can arise from simple code — the programmer does not need to design the complexity directly, only the local rules that generate it.

Examples

Craig Reynolds’ Boids algorithm: three rules (separation, alignment, cohesion) per agent produce realistic flocking. Conway’s Game of Life: two rules about live/dead neighbors produce organisms, gliders, and oscillators that no one pre-programmed.

Assessment

In Conway’s Game of Life (rules: live cell survives with 2-3 neighbors; dead cell revives with exactly 3 neighbors), trace through three generations for a small pattern and identify one emergent behavior not explicitly stated in the two rules.

“emergence is the observation of how complex and coherent patterns can arise from a large number of small, very simple interactions. The classic example is the ant colony, an organism that has clearly defined, logical and coherent behaviors observable on two different scales.”
corpus · generative-art-a-practical-guide-using-processing-matt-pears · chunk 26