Cognitive Scaffold

Preparing your thinking workspace

arrow_back_ios_new
MENTAL MODEL · M5069

Y Combinator

Y Combinator
SystemsHigh supportSystems Theory
Included
account_tree

Version 1.0.0 · Updated 2026-07-30

CORE DEFINITION

A higher-order function that allows recursion without named functions (anonymous functions). It finds a "fixed point" of a function, enabling the function to call itself repeatedly.

SCAFFOLDING EFFECT

psychology

Reduce cognitive load

The core of self-reference and growth. It is the name of a famous Silicon Valley incubator, metaphorically representing the ability for "self-iteration." A system that can incorporate the Y combinator mechanism (i.e., can define its next input based on its current output) has the potential for infinite evolution.

anchor

Anchor fast decisions

A fixed-point combinator in untyped lambda calculus that enables anonymous functions to self-recurse: Y f = f (Y f). Beyond programming/theory, it metaphorically represents that "a system containing a self-iteration mechanism can continuously evolve"—being able to define the next input based on its current output.

MINIMUM ACTION

In progress 0/3

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/Y_CombinatorZH · Explicit
    verified

RELATED MODELS