Cellular Automata
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
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 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/5Practice this model in one real situation:
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more
Source support: Explicit
- en.wikipedia.orghttps://en.wikipedia.org/wiki/Cellular_automatonverified
PRIVATE NOTES · Only visible to you
SAVED Q&A
ENTRY Q&A · Private saving available
Ask with a clear boundary
thinkingmodels answers from published entry context only.
Your question is sent to thinkingmodels. The answer uses public entry context only.
RELATED MODELS