Cognitive Scaffold

Preparing your thinking workspace

arrow_back_ios_new
MENTAL MODEL · M1099

Cellular Automata

Cellular Automata
SystemsHigh supportComplexity Science
Included
account_tree

Version 1.0.0 · Updated 2026-07-30

CORE DEFINITION

A discrete model (such as Conway's Game of Life) consisting of a grid and simple local rules. Although the rules are extremely simple, they can evolve into extremely complex, unpredictable global patterns.

SCAFFOLDING EFFECT

psychology

Reduce cognitive load

Understanding the source of emergence. It demonstrates that complexity does not require a complex blueprint, only simple underlying rules. This encourages us to focus on setting 'micro-rules' when designing systems, rather than forcibly designing macro outcomes.

anchor

Anchor fast decisions

Each cell in the grid updates synchronously according to the same simple rule based on the states of its neighbors. Local deterministic rules, after many iterations, can give rise to global complexity, even Turing-complete patterns (such as Conway's Game of Life).

MINIMUM ACTION

In progress 0/5

Practice this model in one real situation:

Check to track your progress (stored locally)
Learning progress0%
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more

Source support: Explicit

  • link
    en.wikipedia.orghttps://en.wikipedia.org/wiki/Cellular_automatonZH · Explicit
    verified

RELATED MODELS