Learning¶
Core Idea¶
Learning is the process by which an agent acquires or modifies an internal capability — knowledge, skill, model, or behavior — as a durable result of experience or information, such that the agent's future performance or predictions change, an account that Skinner (1953) develops at length for behavioral capability change and that Bandura (1977) extends to observational acquisition. [1][2] It is the learner-side counterpart to pedagogy: where pedagogy is the deliberate teaching aimed at causing such change, learning is the agent's own update, a learner-side framing that runs through Piaget's (1952) developmental account of how the child constructs knowledge from interaction with the environment. [3] The essential commitment is a durable, experience-driven self-update of an agent's internal state that carries forward to alter later behavior, distinguishing it from a one-off response that leaves the agent unchanged — a durability requirement Thorndike (1898) established in his law-of-effect work and that Ebbinghaus (1885) made quantitatively precise through his retention curves. [4][5] The prime names a conjunction that no neighboring concept carries together: an agent with modifiable internal state, an experiential cause of change, and durability such that the change persists and shows up later in altered behavior or prediction.
The pattern recurs across human and animal cognition (conditioning, skill acquisition, observational learning), machine learning (parameter updates from data), adaptive immunity (B-cell affinity maturation and immune memory), and organizational routines (postmortem-driven revision). The substrate is irrelevant; what matters is that the agent's state is modifiable, the cause is experience or information rather than design or random drift, and the change persists.
How would you explain it like I'm…
Getting Smarter from Experience
Learning from Experience
Learning
Structural Signature¶
Learning encodes a structural pattern: experiential input → agent with modifiable internal state → update mechanism → durable capability change — a four-role decomposition that Sutton and Barto (2018) formalize in the reinforcement-learning setting (state, signal, update rule, retained policy) and that Bishop (2006) develops in the supervised-learning setting (parameters, training data, loss-driven update, learned model). [6][7] It separates two states (the pre-experience agent and the post-experience agent) and names the transformation that the experience causes in the internal state, carried forward into altered future performance.
Recurring features:
- Experience-driven durable update of an agent's internal state
- Modifiable internal capability that persists past the triggering input
- Asymmetric coupling from experience to state to future behavior
- Acquisition that distinguishes a learner from a one-off responder
- Capability change retained by the agent that did the learning
- Update rule operating on state in light of input and performance signal
The structural insight is that the same four-role pattern recurs whether the modifiable state is synaptic weight, neural-network parameters, an immune-cell repertoire, a schema, or an organizational routine. A child learning to ride a bike, a neural network training on labeled examples, an immune system selecting antibody affinity to a new antigen, and an engineering team revising a runbook after an outage all instantiate the same skeleton: experience reaches a state that can change, a mechanism updates the state in light of a performance or error signal, and the change persists to alter future performance.
What It Is Not¶
Learning is not experience itself. Experience is the input — the stream of observations, feedback, practice trials, or instruction that supplies the cause. A system can be flooded with experience and learn nothing if it has no modifiable state to receive the change, or no update mechanism to convert input into capability — the point Hebb (1949) makes in arguing that durable behavioral change requires a physiological substrate ("neurons that fire together wire together") capable of being modified by coincident activity. [8] A camera records the visual scene without learning anything from it; a person who walks the same route every day without attending may retain little. Experience is necessary but not sufficient.
Learning is not memory. Memory is the retention and storage of representations; learning is the acquisition or update process that writes to memory and modifies what is stored. A perfect memory system that never updates its contents in light of new experience is not learning; an agent that learns must write to some store, but the writing — the update — is the learning, not the storage. The two are tightly coupled but conceptually distinct: memory is where the change lives, learning is the change itself.
Learning is not feedback. Feedback is the loop that routes output back to input as a signal. Learning may use feedback signals (especially error signals) as the experiential input that drives the update, but the loop itself is not the learning. A thermostat operates a feedback loop without learning anything; nothing in the thermostat changes durably from the trips it makes. Learning requires that the loop write a durable trace into modifiable state, which feedback alone does not guarantee.
Learning is not every change a system undergoes. A system can change for many reasons unrelated to experience: random drift, structural redesign by an external engineer, parameter resetting, decay. None of these are learning, because the cause is not experiential and the change is not the result of an update mechanism operating on the agent's own state in light of input. Calling all change "learning" empties the term.
Learning is not instantaneous reaction. A reflex, a one-off response, or a transient behavioral shift that leaves the agent unchanged the moment the trigger ends is not learning. The durability requirement is what separates learning from mere responding — the very distinction Pavlov (1927) drew between the unconditioned reflex (innate, transient with the trigger) and the conditioned reflex (acquired, persisting after pairing). [9] A startled jump is a reaction; conditioning that makes the same stimulus reliably evoke caution weeks later is learning.
Learning is not the goodness of what was learned. A system can learn maladaptive responses, superstitions, biased decision rules, or actively harmful associations. Learned helplessness, conditioned fear, and biased training data all count structurally as learning even though their content is harmful. The prime describes the mechanism of durable experience-driven self-update; whether the resulting capability is beneficial is a separate evaluative question that the structure does not settle.
Broad Use¶
Psychology and behavior: classical and operant conditioning, skill acquisition, practice effects, observational learning, habit formation, and the broader study of how organisms modify their behavior in light of consequences and exposure. Conditioning across species — pigeons, rats, primates, humans — shows the same experience-driven update pattern in agents with no language and no instruction, a cross-species regularity established by Thorndike's (1898) puzzle-box experiments with cats, Pavlov's (1927) salivary-conditioning work with dogs, and Skinner's (1953) operant programs across pigeons and rats. [4][9][1]
Machine learning and artificial intelligence: supervised, unsupervised, and reinforcement learning systems update model parameters from data so that future predictions improve on the target task. The structural skeleton — modifiable parameters, experiential input (training samples or environmental rewards), update rule (gradient descent or its analogues), durability across the training run — matches the biological skeleton exactly, despite the substrate being silicon rather than wetware.
Biology and immunology: adaptive immunity is the canonical substrate-furthest case. The immune memory cell repertoire is the modifiable internal state; pathogen exposure is the experiential input; clonal selection and affinity maturation are the update mechanism; the lifelong altered response is the durability. No cognition, no language, no consciousness — and yet every role in the structural pattern is cleanly present, as Burnet (1959) established in formulating the clonal selection theory that underwrites adaptive immune memory. [10]
Organizational and collective learning: routines, playbooks, runbooks, institutional knowledge, and incident response procedures get updated in light of accumulated experience. A team's deployment runbook revised after a postmortem; a hospital's checklist updated after a near-miss; an open-source project's contribution guidelines refined as new patterns of contribution emerge — all instantiate the same structure at a collective scale.
Animal behavior and ethology: classical conditioning in dogs, operant conditioning in rats, navigation learning in bees, song acquisition in birds, tool-use transmission in primates. These cases foreground the agent-internal aspect: no instruction is required, no language, no symbolic representation — only an animal with modifiable state, experiential exposure, and a mechanism that converts the exposure into durable capability change.
Cognitive science and education research: schema acquisition, mental model development, expertise development, transfer of learning, spaced repetition, retrieval practice, and the empirical study of which experiential regimes produce the most durable and most transferable capability changes. Piagetian accommodation — the schema-revision mechanism by which an existing schema is restructured to fit a violating input — sits inside this family as one specific update mechanism rather than as the whole of learning, as Piaget (1952) develops in his account of the assimilation/accommodation dialectic in early cognitive development. [3]
Clarity¶
Learning names a specific, narrow thing inside the broader cluster of change: a durable, experience-driven update to an agent's internal capability that carries forward into altered future behavior or prediction — the conjunction Bandura (1977) emphasizes in distinguishing learning (acquired capability) from performance (its expression on a given trial). [2] It is not the input (experience), not the storage (memory), not the loop that supplies error signals (feedback), not the teacher's effort to cause it (pedagogy), and not every kind of system-level change under pressure (adaptation). What learning adds is the conjunction of three commitments that no neighboring prime carries together: an agent with modifiable internal state, an experiential cause of the change, and durability such that the change persists and shows up later.
Naming that conjunction prevents the common slippage where "the system changed" gets reported as learning when in fact the change was random drift, a one-off reaction, or a structural redesign with no role for experience. A change-management consultant who labels every organizational shift "organizational learning" loses the diagnostic value of the term; the structure asks specifically whether the change was driven by experience reaching a modifiable internal state through some update mechanism, with durability checked against later performance. If those roles are not present, the change may still be real and important, but it is not learning.
The clarity also distinguishes between performance change and capability change. A system may perform better today because conditions are favorable or because it is being driven harder; it has not necessarily learned. Learning is the underlying capability shift that would produce the better performance even under independent conditions. Tests that distinguish learning from performance — generalization tests, transfer tests, delayed retention tests — are clarifying precisely because they separate the durable internal change from the moment-to-moment behavioral output.
Manages Complexity¶
Learning decomposes an opaque "the agent got better" into four named roles whose presence can be checked one at a time: (1) an agent with a modifiable internal state — memory, weights, schema, routine, or whatever holds the change; (2) experiential input — observations, feedback, practice, instruction, or exposure that supplies the cause; (3) an update mechanism that modifies the internal state in light of that input together with a performance or error signal; and (4) durability — the change persists and manifests as altered future behavior or prediction — a decomposition Sutton and Barto (2018) make explicit as the canonical agent/environment/update/value formulation underlying reinforcement learning. [6]
Once those four roles are named, an analyst can convert a vague "we learned this" into a structured problem: which state is modifiable, what experiential signal is reaching it, what update rule is operating, and does the change actually persist past the moment? This makes the same diagnostic apply equally to a child learning to ride a bike, a neural network training on examples, and an organization adjusting its routines after a postmortem. When a learning system fails, the decomposition tells you where to look: is the state insufficiently modifiable (too rigid, too narrow, capacity-limited)? Is the experiential input absent, sparse, or scrambled? Is the update mechanism mis-specified? Or is the change occurring but failing to persist (catastrophic forgetting, interference, decay)?
The decomposition also makes diagnostic questions sharp for organizational learning, where the failure modes are notoriously elusive. "The team isn't learning from incidents" becomes: are postmortems happening (input)? Is there a routine or playbook that can be revised (state)? Is there a process that converts incident lessons into routine revisions (mechanism)? Are the revisions actually retained and used (durability)? Each of those four questions has a different remediation, and lumping them under "we need to be a learning organization" obscures which is broken.
Abstract Reasoning¶
Learning supports a sharp counterfactual: if the experiential input were withheld, removed, or scrambled, the change would not happen — and if the agent had no modifiable state, the input would pass through without leaving a trace — a counterfactual logic Bjork and Bjork (1992) leverage in their "new theory of disuse," where retrieval strength and storage strength are independently manipulable so that the durable-capability signature can be cleanly separated from transient performance. [11] That move lets the analyst predict where learning will and will not occur in any new domain: it requires an asymmetric, directed coupling from experience to internal state to future behavior, and the absence of any of those three breaks the pattern.
The reasoning also enables clean cross-cutting comparisons across substrates — supervised versus unsupervised updates, single-trial versus multi-trial regimes, sample-efficiency, transfer between contexts, forgetting and decay, the gap between performance gain and underlying capability change. These operations are substrate-neutral because they ride on the structural topology (agent → experience → update → durable capability) rather than on the substrate's specific machinery. A question like "how sample-efficient is this learner?" applies equally to a child acquiring a second language, a neural network on a new benchmark, and an immune system encountering a novel pathogen.
The counterfactual also helps disconfirm spurious learning claims. If a behavior would have arisen identically without the supposed experiential input, the input did not cause learning; the behavior emerged from some other source (innate program, structural change, environmental scaffolding). If the supposed learning vanishes the moment the input ends and leaves no trace, durability fails and the change was reactive rather than learned. The counterfactual gives the analyst a clean test for ruling out look-alikes.
Knowledge Transfer¶
The four-role structure travels intact across substrates with no metaphorical stretching. A machine-learning researcher reading about adaptive immunity recognizes a parameter-update loop driven by exposure samples; an immunologist reading about supervised learning recognizes antigen-driven memory cell selection; an organizational-learning theorist recognizes the same structure in postmortem-driven routine revision; a psychologist recognizes it in operant conditioning — a cross-substrate recognition that LeCun, Bengio, and Hinton (2015) make explicit when they describe deep learning's loss-driven parameter update as the same broad pattern of "experience changing internal representation" that runs through biological learning. [12]
The biological case — adaptive immunity — is especially clean because there is no language, no instruction, no consciousness, and yet the four roles are all clearly present: modifiable internal state (the immune memory cell repertoire), experiential input (pathogen exposure), an update mechanism (clonal selection and affinity maturation), and durability (life-long altered response). That single case rules out the suspicion that "learning" is a specialty of cognitive psychology and forces the prime to live at the structural level where the same pattern crosses cleanly into machine learning and organizational routines, because Burnet's (1959) clonal selection account already supplied a substrate-neutral selection-and-retention mechanism that is structurally indistinguishable from the loss-driven parameter-update loop LeCun, Bengio, and Hinton (2015) describe for deep networks. [10][12]
Transfer of the frame itself — taking the diagnostic questions ("which state is modifiable, what is the experiential signal, what is the update rule, is the change durable?") into a new domain — is correspondingly clean. A roboticist debugging why an agent fails to improve in simulation can ask the same four questions a teacher asks about a struggling student or an immunologist asks about a non-responder. The mechanisms differ wildly across substrates; the diagnostic skeleton does not.
Examples¶
Formal/abstract¶
Adaptive immunity (B-cell affinity maturation): A naive B cell carries a particular B-cell receptor that binds antigens with some baseline affinity. Upon encountering a pathogen, B cells whose receptors bind the antigen are activated; in the germinal center they undergo somatic hypermutation, with daughter cells carrying small variants of the receptor. Those whose variants bind the antigen with higher affinity receive stronger survival signals; the population shifts over rounds of mutation and selection toward higher-affinity receptors. After clearance, a fraction persist as memory cells with the matured receptor. The next exposure to the same antigen meets a population already enriched for high-affinity binders, producing a faster and stronger response. Mapped back: Walk the four roles. The modifiable internal state is the B-cell receptor repertoire (variable regions of the immunoglobulin genes). The experiential input is pathogen exposure providing antigen and the co-stimulatory signals that mark a binding event as worth committing to. The update mechanism is somatic hypermutation plus antigen-driven selection, structurally a parameter-update loop driven by an error signal (affinity gap). The durability is the persistence of memory cells across years or decades. No cognition, no instruction, no consciousness — and every role of learning is cleanly present. The case is decisive against the suspicion that learning is a cognitive-psychology specialty.
Supervised learning of a neural network: A network with randomly initialized parameters is shown labeled examples. For each example, the network produces a prediction; a loss function compares prediction to label; gradient descent computes how each parameter should change to reduce the loss, and the parameters are updated by a small step in that direction. Over many examples, the parameters move into a configuration that produces accurate predictions on held-out data. Mapped back: The state is the parameter vector; the experiential input is the stream of (input, label) pairs; the update mechanism is gradient descent on the loss; the durability is the persistence of the trained parameters across the run and into deployment. The skeleton is identical to the immune case; the substrate is silicon and the update rule is differentiable optimization rather than mutation-and-selection. The structural identity is what justifies calling both "learning" without metaphor.
Applied/industry¶
Engineering team postmortem and runbook revision: A production service has an outage. The team conducts a blameless postmortem, identifies the contributing factors (a poorly handled timeout, an alerting gap, an under-tested code path), and updates the deployment runbook and on-call playbook to require additional checks, add new alerts, and route a particular class of incident differently. Six months later a similar fault pattern emerges and the new runbook prevents the second outage. Mapped back: The state is the runbook and playbook (and the team's tacit routines around them); the experiential input is the outage and the postmortem analysis; the update mechanism is the postmortem process that converts incident details into routine revisions; the durability is the persistence of the runbook changes across personnel turnover and the demonstrated success at preventing the same failure mode. This is organizational learning in the strict structural sense — a modifiable collective state, an experiential cause, an update mechanism, and durability checked against later performance — the same four-role pattern Bandura (1977) traces from individual observational learning up into collective behavioral codification. [2] If any of those four roles is missing — the postmortem happens but the runbook is not updated, or it is updated but the change does not stick — the team has not learned, even if individuals feel they understand the incident better.
Chess player adapting to a counter-system: A player repeatedly opens with a particular system, loses several games to a specific counter, studies those losses with engine analysis, and over the next month stops falling for the counter. Mapped back: The modifiable internal state is the player's repertoire of move-evaluations and pattern recognition; the experiential input is the sequence of losses plus the post-game review; the update mechanism is whatever cognitive process re-weights the response to the position the counter creates, combining the error signal (losing) with the corrective information (engine variations); the durability is the persisting altered behavior — the next time the position appears in a tournament, the player plays differently. This is learning, not adaptation in general: the change is experience-driven (no losses, no review, no change), agent-internal (the chess world did not change), and capability-altering (future performance is different in the same external conditions). The same skeleton runs through every domain where an agent updates its capability from experience.
Structural Tensions¶
T1: Performance change versus underlying capability change. Short-term improvements in behavior can come from many sources unrelated to durable capability shifts: favorable conditions, increased effort, motivational state, environmental scaffolding, or transient priming. Identifying learning requires distinguishing these from a real internal update. Standard tests — generalization to novel inputs, transfer to related tasks, retention after a delay, performance under independent conditions — were designed to make this separation, but in real deployments the separation is often blurred. An analyst who treats every performance gain as learning will misattribute improvements that are actually transient, and an analyst who demands strict capability tests in every domain will under-credit real learning that has not yet stabilized.
T2: Durability versus plasticity. Durability is a defining commitment of learning, but a system that retains every change is brittle and over-fit; a system that updates freely is responsive but loses what it knew. Every learning system faces the stability-plasticity dilemma: how to incorporate new experience without erasing prior capability (catastrophic forgetting) and how to retain prior capability without freezing out new learning. Neural networks trained sequentially on new tasks famously lose performance on old ones; humans face the same tension in skill maintenance and unlearning. The tension is fundamental to the prime — there is no general "more learning is better" because more updating can erode previously acquired capability.
T3: Experiential cause versus structural redesign. Learning specifically requires that the change arise from the agent's own update process in response to experience, not from an external redesigner reaching in and rewriting state. But the line is porous: a teacher restructuring a student's mental model through direct instruction is exerting more design pressure than a child figuring out a counterfactual on their own; a machine-learning engineer setting hyperparameters and curating data is partly designing the trained system, not merely letting it learn. Distinguishing learning from external authorship matters for explanation and credit, but the boundary is rarely clean — most real learning happens under some scaffolding, and scaffolded learning is still learning if the agent's own update mechanism does the work.
T4: Same skeleton, very different sample efficiency. The four-role pattern is substrate-neutral, but the amount of experience required to update state varies by orders of magnitude across substrates. A human can learn a face from one exposure; a typical supervised classifier needs thousands of labeled examples. A child acquires grammar from far less linguistic data than current language models require. The skeleton tells you the same roles are present; it does not tell you why some learners are dramatically more sample-efficient than others. Attributing the difference is a deep open problem (inductive biases, structured priors, active sampling, transfer from prior learning), and the structural prime does not resolve it.
T5: Learning what to learn. Most learning systems do not autonomously decide what to attend to or what counts as a reward signal; those are supplied by the environment, by an external designer, or by prior learning. When the wrong things get reinforced, the system reliably learns the wrong thing — superstitious conditioning, reward hacking in reinforcement learning, learned helplessness in animals, biased patterns learned from biased data. The prime tells us the mechanism worked exactly as it should; the failure is at the boundary of what experience reached the update process. Without explicit attention to that boundary, learning systems will competently acquire content their designers did not intend.
T6: Individual learning versus collective learning. The four-role structure scales from individual agents to teams, organizations, professions, and societies, but the mechanisms and timescales change in ways that the structural identity can obscure. Individual learning operates on a single nervous system with one update process; collective learning depends on transmission, codification, and institutional memory, any of which can fail independently of individual learning. A team in which every member individually learned from an incident may collectively learn nothing if there is no mechanism to encode the lesson into shared routines. Conversely, an organization may codify a lesson into a runbook that persists past every individual who experienced the originating event. The prime applies at both scales, but the failure modes are scale-specific.
Structural–Framed Character¶
Learning sits at the structural end of the structural–framed spectrum, with one small framed-side caveat: the prime presupposes an agent-with-internal-state, which is what holds the aggregate fractionally off zero. Strip that one assumption away and what remains is a substrate-neutral pattern — a durable, experience-driven update of an internal capability that carries forward to alter later behavior or prediction.
Domain vocabulary does not travel; psychology, machine learning, immunology, and organizational theory each describe the update in their own native terms, and the cross-substrate signature is the structure of the update rather than any shared lexicon. The prime carries no evaluative weight — learning is descriptive of a state-change pattern, not normatively loaded. Institutional origin reads zero: no school, curriculum, or community is required for the pattern to obtain. The half-step toward framed comes from the human-practice-bound criterion: every instance requires some agent with modifiable internal state, and most worked examples are biological or cognitive systems, though B-cell affinity maturation and ML parameter updates are squarely covered by the same structural commitments. Import-vs-recognize is recognition: noticing that an adaptive immune system durably updates from antigen exposure is finding learning already present in the substrate, not borrowing a cognitive framing. On the spectrum, the verdict is structural with a mild agent-binding tint.
Substrate Independence¶
Learning is about as substrate-independent as a prime can be — composite 5 / 5 on the substrate-independence scale. The pattern is one substrate-neutral commitment: an agent with modifiable internal state updates that state from experience or information so that future behavior or prediction durably changes. Domain breadth is at the ceiling, since the identical structural arrangement recurs across human and animal learning (conditioning, skill acquisition), machine learning (parameter updates from data), adaptive immunity (immune memory), and organizational learning. Transfer evidence is similarly heavy: the experience-driven, durable, capability-changing self-update has been deliberately ported between psychology, neuroscience, statistics, and computer science, and a single formal apparatus (loss, signal, update rule, retention) is now routinely shared between human-learning research and machine-learning research without translation friction. Structural abstraction sits one rung below maximum because the pattern presumes an agent with modifiable internal state — slightly more committal than a purely relational signature — but the agent itself can be biological, formal, organizational, or computational without changing the shape of the prime. The verdict is that learning is one of the catalog's canonical universal primes, recognized in any system that retains experience-driven changes to its own future capability.
- Composite substrate independence — 5 / 5
- Domain breadth — 5 / 5
- Structural abstraction — 4 / 5
- Transfer evidence — 5 / 5
Relationships to Other Abstractions¶
Current abstraction Learning Prime
Parents (2) — more general patterns this builds on
-
Learning is a kind of Adaptation Prime
Learning is a specialization of adaptation in which an agent's internal capability is the structure modified in response to experience.Learning is a kind of adaptation specialized to an agent's internal cognitive or behavioral capability. Both share the adaptation pattern of modifying internal structure in response to sustained environmental input so that continued functioning under new conditions improves. Learning narrows the substrate to knowledge, skill, model, or behavior held by an agent, and narrows the trigger to experience or information. The broader adaptation prime spans physiological, developmental, and evolutionary modification; learning is the particular case where the modified system is an information-processing agent whose future predictions or performance change as the durable trace of acquisition.
-
Learning is part of, conditional Memory Consolidation Prime
Memory Consolidation is an internal stabilization phase of Learning when durable change depends on converting a fragile trace into stable memory.Learning produces a durable, experience-driven change in an agent's knowledge, capability, model, or behavior. Where that durability is achieved through a newly encoded memory trace, Memory Consolidation is the internal stabilization phase that converts the initially fragile trace into a persistent form capable of affecting later performance. The relation is conditional because some learning mechanisms update behavior or parameters without a separately identifiable fragile-to-stable memory stage.
Condition / exception The relation holds only where learning durability uses a distinct fragile-to-stable trace stage; learning without such a stage is excluded.
Children (68) — more specific cases that build on this
-
Active learning Domain-specific is a kind of Learning
The proposed strict upward parent is
prime:learning.prime:learning is the nearest broader Prime while the source-domain carrier and invariant supply the autonomous residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Active learning adds domain-specific constraints. The entry does not collapse into that parent because the domain-specific identity fixed by the learners and learning objective, preparatory knowledge, meaningful task beyond passive listening, individual or collaborative reasoning, produced response artifact or decision, feedback and reflection, instructor facilitation, participation and accessibility design and outcome assessment aligned to the objective are explicit It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Active learning. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge toprime:learning. No live DAG mutation is authorized. -
Bennett scale Domain-specific is a kind of Learning
The proposed strict upward parent is
prime:learning.The framework models developmental learning in cultural perspective; its six orientations supply the residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Bennett scale adds domain-specific constraints. The entry does not collapse into that parent because constructivist developmental sequence for intercultural sensitivity training and assessment It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Bennett scale. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge toprime:learning. No live DAG mutation is authorized. -
Bilingual method Domain-specific is a kind of Learning
The proposed strict upward parent is
prime:learning.The candidate literally instantiates prime:learning; its language_pedagogy constraints provide the residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Bilingual method adds domain-specific constraints. The entry does not collapse into that parent because A foreign-language teaching method that combines immediate printed target-language dialogues and controlled use of the learners' first language for meaning, while emphasizing target-language practice It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Bilingual method. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge toprime:learning. No live DAG mutation is authorized.
- Blended learning Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.prime:learning is the nearest broader Prime while the source-domain carrier and invariant supply the autonomous residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Blended learning adds domain-specific constraints. The entry does not collapse into that parent because the domain-specific identity fixed by the learners and objectives, physical and online settings, required presence, allocation and integration of activities, learner control over time place path or pace, teacher role, interaction and feedback, assessment alignment, access constraints and outcome evidence are explicit It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Blended learning. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Cognitive development Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.The candidate literally instantiates prime:learning; its developmental_psychology constraints provide the residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Cognitive development adds domain-specific constraints. The entry does not collapse into that parent because The age- and experience-related transformation of perception, memory, language, reasoning, conceptual understanding and executive control across childhood and beyond It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Cognitive development. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Cold hardening Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.prime:learning is the nearest broader Prime while the source-domain carrier and invariant supply the autonomous residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Cold hardening adds domain-specific constraints. The entry does not collapse into that parent because the domain-specific identity fixed by the organism species tissue and developmental stage, inducing temperature range and duration, environmental covariates such as photoperiod and water, sensing and signaling, membrane lipid and osmolyte changes, protective proteins and gene expression, extracellular ice dehydration and cellular protection, measured freezing or chill tolerance, acclimation and deacclimation timeline and distinction from dormancy adaptation and vernalization are explicit It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Cold hardening. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Cooperative education Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.The candidate literally instantiates prime:learning; its education constraints provide the residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Cooperative education adds domain-specific constraints. The entry does not collapse into that parent because A structured work-integrated learning model that alternates or integrates academic study with supervised paid or credited employment tied to curricular outcomes It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Cooperative education. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Cultural competency training Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.prime:learning is the nearest broader Prime while the source-domain carrier and invariant supply the autonomous residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Cultural competency training adds domain-specific constraints. The entry does not collapse into that parent because the domain-specific identity fixed by the learners and professional setting, cultures and dimensions in scope, self-awareness and bias reflection, knowledge objectives, communication and interaction skills, case or practice activities, facilitator and community participation, organizational context, learning and behavior outcomes, equity or service outcomes, evaluation design and stereotyping or essentialism safeguards are explicit It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Cultural competency training. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Deep belief network Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.prime:learning is the nearest broader Prime while the source-domain carrier and invariant supply the autonomous residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Deep belief network adds domain-specific constraints. The entry does not collapse into that parent because the domain-specific identity fixed by the visible data and multiple hidden-variable layers, within-layer connection restrictions, directed lower generative links and undirected top pair, restricted Boltzmann machine components, greedy unsupervised layerwise pretraining, approximate inference and reconstruction, generative distribution, supervised fine-tuning option and distinction from DBM autoencoder and generic deep neural network are explicit It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Deep belief network. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Dogme language teaching Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.prime:learning is the nearest broader Prime; the source domain and invariant supply the residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Dogme language teaching adds domain-specific constraints. The entry does not collapse into that parent because the domain-specific identity determined by instruction is conversation-driven, materials-light, and responsive to language emerging from the participants It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Dogme language teaching. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Domain-general learning Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.The theory concerns learning mechanisms generalized across content; developmental transfer supplies the residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Domain-general learning adds domain-specific constraints. The entry does not collapse into that parent because cross-content developmental mechanism opposed to strongly modular acquisition It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Domain-general learning. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Dreyfus model of skill acquisition Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.The candidate literally instantiates prime:learning; its learning_theory constraints provide the residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Dreyfus model of skill acquisition adds domain-specific constraints. The entry does not collapse into that parent because A staged model in which learners move from context-free rule following through situational judgment toward increasingly intuitive expert performance It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Dreyfus model of skill acquisition. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Graph neural network Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.The architecture learns representations from relational examples; graph-local message passing supplies the residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Graph neural network adds domain-specific constraints. The entry does not collapse into that parent because learned relational computation whose architecture respects graph isomorphism symmetries It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Graph neural network. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Homeschooling Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.prime:learning is the nearest broader Prime while the source-domain carrier and invariant supply the autonomous residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Homeschooling adds domain-specific constraints. The entry does not collapse into that parent because the domain-specific identity fixed by the learner and compulsory-schooling jurisdiction, responsible educator, primary instructional setting and control, curriculum and pedagogy, schedule and resources, enrollment or distance-school relation, assessment and reporting, social and support arrangements and educational and wellbeing evidence are explicit It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Homeschooling. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Inferential Theory of Learning Domain-specific is a kind of Learning
**Learning** is the strict parent because the terminal result is a durable update of an agent's internal knowledge used in future inference.ITL narrows the parent by requiring that update to be described as goal-guided selection and composition of inferential transformations. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Laboratory school Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.The institution learns about teaching while educating pupils and teachers; embedded school-university inquiry supplies the residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Laboratory school adds domain-specific constraints. The entry does not collapse into that parent because school-university setting coupling authentic education with disciplined pedagogical development It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Laboratory school. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Land-based education Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.The candidate literally instantiates prime:learning; its education constraints provide the residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Land-based education adds domain-specific constraints. The entry does not collapse into that parent because An educational approach centered on sustained relationships with local land, waters, community and place-based knowledge, especially within Indigenous pedagogies It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Land-based education. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Linguistic Bootstrapping Domain-specific is a kind of Learning
**`learning` — strict subsumption.** Every linguistic-bootstrap event is a durable, experience-driven update in a learner that changes later interpretation or production.The node specializes learning by requiring a linguistic source cue to unlock another linguistic representation.
- Memorization Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.prime:learning is the nearest broader Prime while the source-domain carrier and invariant supply the autonomous residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Memorization adds domain-specific constraints. The entry does not collapse into that parent because the domain-specific identity fixed by the learner and target information, sensory or symbolic modality, encoding task, rehearsal elaboration or mnemonic strategy, organization and chunking, retention interval, consolidation and interference conditions, retrieval cues, recall recognition or reproduction criterion, accuracy and forgetting or transfer are explicit It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Memorization. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Model-Free Reinforcement Learning Domain-specific is a kind of Learning
**Learning** is the proposed minimal parent: model-free RL is a strict learning specialization whose feedback is sequential reward and whose update bypasses an explicit planning model.Markov Decision Processes supply the usual environment formalism. Bellman Equation supplies value consistency but does not distinguish model access.
- Multiple instance learning Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.prime:learning is the nearest broader Prime while the source-domain carrier and invariant supply the autonomous residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Multiple instance learning adds domain-specific constraints. The entry does not collapse into that parent because the domain-specific identity fixed by the instance feature space, bag construction and membership, bag labels and supervision split, assumption connecting instance and bag labels, instance encoder or classifier, aggregation pooling or attention, bag-level objective, prediction target at bag or instance level and evaluation leakage and interpretability limits are explicit It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Multiple instance learning. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Multisensory learning Domain-specific is a kind of Learning
**Representational Modality** (`prime:representational_modality`).The learning target is expressed through distinguishable sensory forms.
- Natural approach Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.prime:learning supplies the nearest cross-domain structural operation, while Natural approach retains a constitutive identity specific to language pedagogy. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Natural approach adds domain-specific constraints. The entry does not collapse into that parent because Any relaxed communicative class is not automatically the named method; its identity depends on the Krashen-Terrell acquisition assumptions and instructional priorities. It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Natural approach. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Nurse education Domain-specific is a kind of Learning
Nurse Education instantiates Learning because organized experience and feedback produce durable changes in nursing knowledge, judgment, and professional capability.The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- One person, one language Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.prime:learning is the nearest broader Prime while the source-domain carrier and invariant supply the autonomous residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while One person, one language adds domain-specific constraints. The entry does not collapse into that parent because the domain-specific identity fixed by the child and developmental stage, caregivers and designated languages, interaction settings and consistency, exposure amount and quality, community and schooling language, child response and code-switching, family goals and longitudinal proficiency and wellbeing evidence are explicit It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of One person, one language. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Paderborn method Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.prime:learning is the nearest broader Prime; the source domain and invariant supply the residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Paderborn method adds domain-specific constraints. The entry does not collapse into that parent because the domain-specific identity determined by the curriculum deliberately teaches Esperanto first as a propaedeutic stage and evaluates total later target-language attainment against a direct-start comparison It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Paderborn method. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Palmer Method Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.prime:learning is the nearest broader Prime while the source-domain carrier and invariant supply the autonomous residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Palmer Method adds domain-specific constraints. The entry does not collapse into that parent because the domain-specific identity fixed by the instructional lineage and manual, target cursive script, posture and grip, arm-versus-finger movement doctrine, elemental oval and push-pull drills, rhythm and speed, letterforms slant spacing and line quality, sequence of practice, teacher correction and historical educational context are explicit It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Palmer Method. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Peer Learning Domain-specific is a kind of Learning
Peer Learning most directly **instantiates `prime:learning`**: experience supplied through peer interaction updates a learner's knowledge or capability and should carry forward into later performance.That is the sole proposed DAG parent because it states the necessary outcome without assuming every peer-learning form is instructor-designed, observational, reciprocal in the obligation sense, or constructivist in a strong theoretical sense. It is related to `prime:pedagogy` when an instructor deliberately structures peer interaction, but informal peer learning need not have an external instructional agent. It is related to `prime:constructivist_learning` when participants build and revise models through dialogue, but drill, modeling, and feedback forms need not depend on a full constructivist account. It is related to `prime:observational_learning_social_learning` when peers model behavior, but peer learning commonly adds explanation, response, and shared educational purpose. It is related to `prime:reciprocity`, though fixed-role peer tutoring can qualify without turn-by-turn return obligations.
- Perceptual learning Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.The candidate literally instantiates prime:learning; its cognitive_psychology restrictions provide the domain-specific residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Perceptual learning adds domain-specific constraints. The entry does not collapse into that parent because Experience-dependent, relatively durable improvement in extracting or discriminating sensory information through practice or exposure It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Perceptual learning. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Population-based incremental learning Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.prime:learning is the nearest broader Prime while the source-domain carrier and invariant supply the autonomous residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Population-based incremental learning adds domain-specific constraints. The entry does not collapse into that parent because the domain-specific identity fixed by the search space and encoding, probability-vector initialization, population sample size, objective and ranking, positive and negative update rules, learning rates, mutation probability and shift, stopping condition and repeated-run evaluation are explicit It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Population-based incremental learning. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Proactive learning Domain-specific is a kind of Learning
**Learning** is the narrowest accepted prime because both prediction and acquisition policy are updated from labeled experience.Selection is embedded in each action and Value of Information informs utility, but neither captures the durable dual update across target and oracle models. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Processability theory Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.The candidate literally instantiates prime:learning; its second_language_acquisition constraints provide the residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Processability theory adds domain-specific constraints. The entry does not collapse into that parent because A second-language acquisition theory predicting developmental sequences from the hierarchy of grammatical information-processing procedures learners can execute in real time It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Processability theory. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Reinforcement learning Domain-specific is a kind of Learning
Reinforcement Learning instantiates Learning because experience durably updates an agent's internal policy, value, or model so that later behavior changes; its distinguishing signal is sequential reward.The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Retrieval Practice Domain-specific is a kind of Learning
Retrieval practice is learning specialized to a durable human-memory update produced by effortful cue-to-target recall rather than passive re-exposure.Learning supplies the genus: Durable, experience-driven update of an agent's internal state that carries forward to alter later behavior or prediction. Retrieval Practice preserves that general structure while adding its differentia: Actively recalling information from memory produces stronger, more durable retention than an equivalent period of re-studying, because the effortful generative act of producing a target from a cue reconstructs and strengthens the memory trace more than passive re-exposure does. The parent can occur without those added commitments, whereas removing the parent structure leaves no basis for classifying the child as this subtype. That asymmetry establishes subsumption rather than mere association.
- Second language Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.prime:learning is the nearest broader Prime while the source-domain carrier and invariant supply the autonomous residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Second language adds domain-specific constraints. The entry does not collapse into that parent because the domain-specific identity fixed by the speaker or learner and life history, first-language criterion, additional language identity, age and context of acquisition, exposure and instruction, receptive and productive proficiency, domains and frequency of use, dominance and affiliation and distinction from foreign heritage and auxiliary language labels are explicit It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Second language. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Self-persuasion Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.The person learns or revises attitude through self-generated reasoning; ownership supplies the residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Self-persuasion adds domain-specific constraints. The entry does not collapse into that parent because recipient-generated influence with ownership and resistance advantages It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Self-persuasion. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Silent Way Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.prime:learning is the nearest broader Prime; the source domain and invariant supply the autonomous residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Silent Way adds domain-specific constraints. The entry does not collapse into that parent because the domain-specific identity determined by the learners and target language, teacher-silence convention, visual or manipulative materials, problem sequence, learner production, peer interaction, feedback and self-correction, assessment and adaptation are explicit It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Silent Way. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Simulations and games in economics education Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.prime:learning is the nearest broader Prime while the source-domain carrier and invariant supply the autonomous residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Simulations and games in economics education adds domain-specific constraints. The entry does not collapse into that parent because the domain-specific identity fixed by the economic concept and model assumptions, learner population and roles, rules actions information and timing, resources payoffs chance and strategy, interaction rounds, recorded individual and aggregate outcomes, theoretical benchmark, facilitation and debrief, learning objectives and assessment and realism validity and accessibility limits are explicit It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Simulations and games in economics education. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Situated Learning Domain-specific is a kind of Learning
Situated Learning is a strict kind of Learning in which the durable experience-driven update is formed through legitimate participation in an authentic social practice.It inherits Learning's durable capability-changing update from experience. The differentia fixes the experience to real contribution inside a community of practice and fixes the evidence of capability to increasing participation and recognition under that community's standards.
- Statistical learning in language acquisition Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.The phenomenon learns linguistic units from experience-dependent statistics; acquisition supplies the residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Statistical learning in language acquisition adds domain-specific constraints. The entry does not collapse into that parent because distribution-sensitive learning mechanism applied to linguistic segmentation and structure It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Statistical learning in language acquisition. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Teaching method Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.prime:learning is the nearest broader Prime; the source domain and invariant supply the autonomous residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Teaching method adds domain-specific constraints. The entry does not collapse into that parent because the domain-specific identity determined by the learners and prior knowledge, learning objective and subject, theoretical rationale, teacher and learner roles, activity sequence, materials, feedback and assessment, setting constraints, accessibility and outcome evidence are explicit It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Teaching method. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Tutorial Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.prime:learning is the nearest broader Prime; the source domain and invariant supply the residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Tutorial adds domain-specific constraints. The entry does not collapse into that parent because the domain-specific identity determined by the material or session has an explicit learning objective and actively guides the learner through doing or reasoning rather than only presenting information It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Tutorial. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- U-shaped development Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.prime:learning is the nearest broader Prime; the source domain and invariant supply the autonomous residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while U-shaped development adds domain-specific constraints. The entry does not collapse into that parent because the domain-specific identity determined by the learner population and task, performance measure and baseline, observation times, initial strategy, decline and recovery criteria, item equivalence, longitudinal versus cross-sectional design, proposed representational reorganization, competing explanations, uncertainty and replication are explicit It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of U-shaped development. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Universal law of generalization Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.The law characterizes how learning transfers from experienced to novel cases; psychological-distance decay supplies the residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Universal law of generalization adds domain-specific constraints. The entry does not collapse into that parent because exponential distance law for stimulus-response transfer across psychological space It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Universal law of generalization. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Woodshedding Domain-specific is a kind of Learning
The proposed strict upward parent is `prime:learning`.prime:learning is the nearest broader Prime; the source domain and invariant supply the autonomous residual. This is a proposal-only workspace relationship: the accepted Prime supplies a genuinely instantiated structural prerequisite or superclass, while Woodshedding adds domain-specific constraints. The entry does not collapse into that parent because the domain-specific identity determined by the practitioner isolates a performance target, undertakes sustained corrective practice away from the performance setting, and demonstrates later transfer into integrated execution It also declines a nearby thematic catalog node: the neighbor does not literally subsume the constitutive identity of Woodshedding. This explicit assert-and-decline pattern keeps the proposed DAG narrow and prevents a merely thematic edge. The prospective workspace queue contains one strict upward edge to `prime:learning`. No live DAG mutation is authorized.
- Absorptive Capacity Prime is a kind of Learning
Absorptive capacity is a specific kind of learning where the agent acquires capability by recognizing and assimilating external knowledge.Absorptive capacity is a specialization of learning. The general pattern is the durable, experience-driven self-update of an agent's internal capability such that future performance changes. Absorptive capacity instantiates this with the experience being exposure to external knowledge and the update being internal processes that recognize, assimilate, and apply it. Prior related knowledge determines what can be acquired, which is the schema-formation mechanism learning depends on. It is learning specifically organized around uptake from outside sources rather than from direct experience or instruction.
- Collective Systemic Learning Prime is a kind of Learning
Collective systemic learning is a specialization of learning in which the agent doing the updating is a multi-component system rather than an individual.Collective systemic learning is a kind of learning specialized by the locus of the durable update: the learning agent is an organization, team, consortium, or community rather than an individual mind. It inherits learning's general commitment to durable, experience-driven self-update of an agent's internal capability, and adds the specific machinery of system-level acquisition — knowledge capture, integration, embedded processes, structures, documentation, and culture — that makes the update organizational rather than personal and that lets the system as a whole adapt while individual members come and go.
- Conditioning (Behavioral) Prime is a kind of Learning
Behavioral conditioning is a specialization of learning; it is the family of contingency-detection mechanisms that durably update behavior through pairing.Learning is the process by which an agent durably updates an internal capability — knowledge, skill, model, or behavior — as a result of experience. Behavioral conditioning is the specific family of learning mechanisms that detect statistical contingencies between environmental events (stimulus-response pairings, contingent reinforcement) and adjust behavior accordingly, with generalization, discrimination, and extinction as characteristic features. It inherits learning's durable-experience-driven-self-update structure and adds the specific mechanism — contingency detection through pairing — that produces the update. A specialization of learning keyed to associative contingency.
- Constructivist Learning Prime is a kind of Learning
Constructivist learning is a specialization of learning that frames the durable update as active meaning-making rather than passive reception.Constructivist learning is a kind of learning specialized by its account of how the durable update happens: the learner actively constructs knowledge through direct experience, reflection, and social interaction rather than receiving pre-formed content from an authority. It inherits learning's general commitment to durable, experience-driven self-update of an agent's internal state, and adds the specific epistemological commitment that meaning is produced bidirectionally through the learner's assimilation and accommodation of environmental encounters — contrasting with transmission models that treat the learner as a passive recipient.
- Exposure-Distribution Learning Prime is a kind of Learning
Exposure-distribution learning is Learning specialized to durable frequency-sensitive updates from an encountered observation distribution.The learner's internal state changes through repeated experience and the change persists into later prediction or behavior. The differentia is that the retained state encodes empirical frequencies or regularities of the exposure stream rather than a single association or skill.
- Hebbian Learning Prime is a kind of Learning
Hebbian Learning is a specialization of Learning, retaining the parent's defining structure while adding the child's specific commitments.Learning supplies the genus: Durable, experience-driven update of an agent's internal state that carries forward to alter later behavior or prediction. Hebbian Learning preserves that general structure while adding its differentia: A connection between two units strengthens as a function of their correlated activity, through a local, correlational, unsupervised, cumulative update. The parent can occur without those added commitments, whereas removing the parent structure leaves no basis for classifying the child as this subtype. That asymmetry establishes subsumption rather than mere association.
- Inoculation Theory Prime is a kind of Learning
Inoculation is learning specialized to durable defensive updating from attenuated pre-exposure paired with successful response.Experience with a weakened threat changes retained internal state so later behavior or prediction resists the threat family; adaptive memory, generalization, and booster decay supply the child's differentia.
- Inquiry Prime is a kind of Learning
The accepted reference-grade review places Inquiry under Learning because the child instantiates or depends on the parent's broader structure while retaining its own constitutive identity.Pursue a question through disciplined evidence-seeking and reasoning in order to reduce uncertainty, resolve doubt or improve understanding. The parent is defined more broadly: Durable, experience-driven update of an agent's internal state that carries forward to alter later behavior or prediction.
- Learned Helplessness Prime is a kind of Learning
Learned helplessness is a specialization of learning in which the acquired internal capability is a belief that action and outcome are independent.Learned helplessness is a kind of learning specialized to a maladaptive content: the durable update an agent acquires is a generalized representation that its actions do not control outcomes. It inherits learning's general commitment that experience produces a durable change in internal state altering future behavior, and adds the specific case where uncontrollable aversive exposure produces a learned non-contingency belief that then suppresses escape attempts even when escape becomes possible — a real learning episode whose acquired model is a wrong, action-suppressing one.
- Observational Learning (Social Learning) Prime is a kind of Learning
Observational learning is a specialization of learning in which acquisition occurs through watching others rather than through direct trial-and-error.Observational learning is a kind of learning specialized to a particular acquisition channel: attending to, encoding, reproducing, and being motivated by others' modeled behavior and its consequences. It inherits learning's general commitment that the agent's internal capability is durably updated by experience or information, and narrows the experience to vicarious observation rather than direct trial-and-error or direct reinforcement. The four sub-processes — attention, retention, reproduction, motivation — are the specific machinery by which the general experience-driven self-update operates when the experience is watching another agent act.
- Perceptual Expertise Prime is a kind of Learning
Perceptual Expertise is Learning specialized to a durable, exposure-driven change in representational resolution and later discrimination.Learning supplies experience-driven internal update that changes future performance. The child fixes the updated capability to a recognizer's feature allocation and category representation, with dense exposure improving within-category individuation and sparse exposure leaving coarse codes.
- Action Research Domain-specific is part of Learning
Action research contains learning because each changed situation supplies experience that durably updates understanding and thereby alters later action and prediction.Transferable knowledge and a revised practical approach are retained capability and model changes, not terminal observations. Learning supplies an internal constituent: Durable, experience-driven update of an agent's internal state that carries forward to alter later behavior or prediction. Action Research requires that role within this mechanism: Braid inquiry and situation-change into one repeating plan-act-observe-reflect cycle in which researchers and participants overlap, pursuing usable practical change and transferable knowledge together under the rule that neither may be sacrificed for the other. Remove the parent-role and the child loses a required internal operation, even though the parent can exist outside the child. The child is therefore built from the parent rather than being a taxonomic kind of it.
- Adaptive Redirection Prime presupposes Learning
A redirection qualifies only when experience on the rejected course produces a durable update that is retained and used to select or execute the new course.Adaptive Redirection is not a species of Learning; it is a course-selection event that depends on and redeploys a learning output. Remove the durable experience-driven update and the change becomes a restart, arbitrary switch, or externally forced reroute rather than adaptive redirection. Learning can occur without a course change, but this relation cannot preserve and redeploy prior evidence unless learning has already produced something durable.
- Inquiry-Change Learning Loop Prime is part of Learning
The loop contains learning because evidence must durably update the retained model or capability that selects later action.Remove durable experience-driven model change and the process may react or regulate but does not conduct cumulative inquiry.
- Learning Curve Effects Prime presupposes Learning
Learning curve effects presuppose learning because the predictable cost decline with cumulative experience is a downstream signature of durable self-update.Learning curve effects describe the empirical regularity that unit cost, time, or error rate falls predictably with cumulative experience, often following a power law. The pattern is parasitic on actual learning happening: without durable experience-driven self-update of the producing agent's internal capability, repetition would yield no improvement. Learning supplies the underlying durable update mechanism; the learning curve is its aggregate quantitative signature visible in production data. So learning curve effects presuppose learning as the underlying capability change that produces the observable cumulative-volume improvement.
- Learning-Substrate Contamination Prime presupposes Learning
Learning-substrate contamination contains a normal learning process whose durable update converts adversarially selected evidence into later behavior.The adversary shapes experience or evidence rather than directly writing retained state. A learner must incorporate that substrate and preserve its influence for the later distortion to exist.
- Pedagogy Prime presupposes Learning
Pedagogy presupposes learning because the deliberate teaching act is only intelligible relative to the learner-side acquisition it aims to cause.Pedagogy presupposes learning because pedagogy is defined as the intentional, other-directed arrangement of conditions calibrated to cause a durable change in another agent's capability — and that change just is learning. Without the learner-side update as its target, pedagogy has no object: sequencing, modeling, support, and assessment all become uncalibrated activity. The teaching-side practice and the learner-side acquisition are explicitly framed as counterparts, so pedagogy cannot operate as a structured practice without presupposing learning as the process it is engineered to produce.
- Shortcut Learning Prime presupposes Learning
Shortcut Learning presupposes Learning, whose structure must already obtain for the child mechanism to be meaningful or operational.Learning supplies the prerequisite condition: Durable, experience-driven update of an agent's internal state that carries forward to alter later behavior or prediction. Shortcut Learning operates against that background: An adapting system replaces the structure it was meant to learn with a cheaper incidental feature that correlates with success on its training distribution, and collapses sharply once that correlation breaks. If the parent condition is removed, the child relation becomes undefined or loses the mechanism asserted by this edge; the parent can obtain independently, so the relation is presupposition rather than subsumption.
- Spaced Repetition Prime presupposes Learning
Spaced repetition presupposes learning because it is a procedure for strengthening durable memory updates against forgetting over time.Spaced repetition presupposes learning because it operates as a memory-strengthening procedure on items that have already been encoded as candidate learning, and it targets the durability dimension of the learner's internal update. Without learning's underlying experience-driven self-update, there is no encoded representation for the expanding-interval review schedule to act upon. Spaced repetition supplies the strength-modulated rescheduling that converts fragile acquisitions into stable ones, but the acquisition machinery itself is supplied by learning.
- Transfer of Learning Prime presupposes Learning
Transfer of learning presupposes learning because there must be acquired source-domain capability before it can be applied to a new context.Transfer of learning presupposes learning because transfer is the application of acquired source-domain mastery to a different target context, and there is nothing to transfer without prior acquisition. Learning supplies the durable internal capability whose generalizability is then tested by transfer: if the original encoding did not produce a robust, abstractable trace, no transfer is possible. Transfer thus operates downstream of learning and serves as a diagnostic for whether the acquisition process supported abstraction beyond surface features rather than merely surface memorization.
- Variation Strategies Prime presupposes Learning
Variation strategies presuppose learning because deliberately injected variation produces value only when the system can detect, retain, and act on the surfaced alternatives.Variation strategies presuppose learning because injecting controlled variation — through mutation, A/B testing, portfolio diversification, or exploratory perturbation — produces value only when the system can detect outcomes, retain what works, and update its internal capability accordingly. Without learning's durable, experience-driven self-update of an agent or system, the variation would produce alternatives that are never integrated into improved performance. Learning supplies the selective-retention machinery that converts surfaced variation into accumulated capability, making variation strategies operationally meaningful rather than mere noise-generation.
- Innovation Accounting Domain-specific is a decomposition of Learning
The ledger counts durable belief updates that carry forward to change later tests and strategy, rather than activity or transient metric movement.Learning remains a direct whole-layer core even though Validated Learning is a constituent: the accounting system's output and progress criterion are themselves accumulated state change that must alter later behavior.
- Pivot Domain-specific is a decomposition of Learning
A genuine Pivot preserves calibrated knowledge from the disconfirmed bet and makes that durable update load-bearing in the redirected strategy.This separates pivot from restart or cosmetic relabeling: if the evidence-driven internal-state change is discarded or fails to alter later action, the move does not meet the entry's preservation discipline.
Hierarchy paths (2) — routes to 2 parentless roots
- Learning → Adaptation
Neighborhood in Abstraction Space¶
Learning sits among the more crowded primes in the catalog (5th percentile for distinctiveness): several abstractions describe nearly the same structure, so a description that fits it will tend to fit its neighbors too — transporting it usually means disambiguating within this family rather than landing on it exactly.
Family — Propagation & Temporal Dynamics (23 primes)
Nearest neighbors
- Pedagogy — 0.83
- Transformation — 0.79
- Learning Curve Effects — 0.78
- Observational Learning (Social Learning) — 0.77
- Classification — 0.76
Computed from structural-signature embeddings · 2026-09-10
Not to Be Confused With¶
Learning must be distinguished from pedagogy, its closest neighbor and the teaching-side pair in the structural-framed build. Pedagogy is the teacher-side practice — the deliberate design and delivery of experience aimed at producing learning in another agent. Pedagogy presupposes learning (it is intelligible only as a way to cause it) but is not learning itself: the pedagogue need not change at all, and the structural roles of pedagogy live on the teaching side (instructional intent, designed experience, scaffolding, assessment of the learner) rather than on the agent-side update. Many human learning episodes involve no pedagogy (animal conditioning, immune affinity maturation, machine learning from web-scraped data, organizational learning from outage), and pedagogy can fail to produce learning despite being well executed. The pair captures the production-and-consumption structure of the broader teach/learn cluster: pedagogy produces opportunities for learning; learning consumes experience (including pedagogically designed experience) and converts it into durable capability. The two are tightly coupled in education but structurally distinct, and treating "learning" as a synonym for "good teaching" loses the agent-side update that is the whole point of the learner-side prime.
Learning is also distinct from adaptation, which it parents in the DAG. Adaptation is the broader pattern of a system changing structure or behavior under sustained pressure to maintain fit with its environment; it includes evolutionary change at the species level, physiological acclimation in organisms, ecological succession in communities, and structural reorganization in firms — many of which involve no agent, no modifiable internal state in the learning sense, and no experiential update process. Natural selection adapts populations without any individual organism updating its internal state from experience; physiological acclimation reshapes an organism through homeostatic mechanisms that are not learning. Learning is the experience-driven, information-driven, memoried kind of adaptation: an agent with state, experience writes to state, the change persists. The subsumption edge (learning → adaptation) holds in this strict sense: every instance of learning is an instance of adaptation (the agent has shifted to better fit its environment in light of pressure), but most adaptation is not learning (the change can occur without an agent updating its own state from experience). Confusing the two collapses an important distinction — between selection acting on populations and update acting on individuals, between structural redesign by environment and capability acquisition by agent.
Learning is distinct from memorization, a narrower process that lives inside the broader learning family. Memorization is the durable acquisition of specific representations — facts, items, sequences — without necessarily acquiring the structural understanding or transfer capability that broader learning produces. A student who memorizes a list of dates has learned the dates in the strict sense (durable, experience-driven update of internal state) but may have learned nothing about the underlying historical structure. Learning includes memorization but extends to skill acquisition, model formation, pattern recognition, and conceptual restructuring, which memorization alone does not capture. Treating learning as synonymous with memorization underestimates the prime; treating memorization as not-learning overestimates the gap. Memorization is one mechanism — a particular kind of update producing a particular kind of capability — within the structural pattern that learning names.
Learning is distinct from Conditioning (Behavioral) (classical and operant conditioning), which is a specific mechanism of learning identified by behaviorist psychology. Conditioning describes durable behavioral updates driven by stimulus-stimulus associations (classical) or stimulus-response-outcome contingencies (operant). It is a real and important mechanism — recurring in animals across species, in humans, and in some machine-learning architectures — but it is one mechanism among several. Learning by observation, by inference, by structured instruction, by deliberate practice, by symbolic problem-solving, and by neural-network gradient descent are all learning, none of which reduce neatly to conditioning. The relationship is hierarchical: conditioning is a particular update mechanism within the broader pattern that learning names, just as memorization is a particular capability outcome. Calling all learning "conditioning" imports a specific theoretical commitment from behaviorism; treating conditioning as not-learning misses that it cleanly instantiates every role of the structural skeleton.
Learning is distinct from accommodation in the Piagetian sense, which is another specific learning mechanism, this time identified by developmental psychology. Accommodation is the schema-revision mechanism: when a child encounters an experience that violates an existing schema, the schema itself is restructured to fit the new input (as distinct from assimilation, where the input is interpreted to fit the existing schema). Accommodation is one route by which experience updates internal state durably — it cleanly instantiates the four-role learning skeleton — but it is a specific cognitive-developmental mechanism, not the whole of learning. Conditioning, gradient descent on a neural network, affinity maturation in B cells, and reweighting of pattern-recognition heuristics in a chess player are all learning without being accommodation in the Piagetian sense. The structural relationship is the same as with conditioning: accommodation is a particular mechanism inside the broader pattern that learning names, and the prime sits above any single mechanism so that the same diagnostic carries across cognitive, biological, computational, and organizational substrates.
Solution Archetypes¶
Solution archetypes in the catalog that build on this prime — directly (this prime is a source ingredient) or as a related prime.
Built directly on this prime (10)
- Attenuated Threat Inoculation: Prepare a receiver for a future attack by giving it a safe weak dose of the attack, showing why that dose fails, and rehearsing how to recognize and resist stronger variants later.▸ Mechanisms (12)
- Adversarial Message Sandbox — A walled-off training environment where a receiver meets real-shaped manipulative messages with their teeth pulled — links dead, replies going nowhere — so exposure trains without ever landing.
- Counterargument Rehearsal — Has the receiver generate and voice their own rebuttals to a weakened attack — escalated and varied between reps — so resistance is built by their own effort rather than handed to them.
- Inoculation Dose Ladder — A graded schedule that starts the receiver on the weakest workable dose of a threat and steps up strength only as each rung is mastered.
- Inoculation Refresh Drill — A recurring re-exposure that tops resistance back up before it decays and re-tunes it to how the threat has mutated since the last round.
- Manipulation Tactic Labeling Card — A pocket-sized reference that names each manipulation tactic and its tell, so a receiver can recognise a move in the moment instead of just feeling that something is off.
- Prebunking Message — A broadcast forewarning that teaches a wide audience to spot a manipulation technique before it arrives — establishing the messenger's legitimacy and refusing to amplify the very claim it inoculates against.
- Refutation Script Library — A curated, indexed store of prewritten rebuttals — one per recurring false or manipulative claim — pairing the claim with the structured reason it fails, so a defender answers on contact without improvising.
- Resistance Probe Quiz — A short test that measures whether inoculation actually took — probing recognition of the tactic, resistance to fresh variants never seen before, and which people or segments are still exposed.
- Rumor Prebuttal Brief — A short, targeted briefing that reaches an at-risk audience just before a specific anticipated rumor does — naming the coming claim in defused form, why it fails, carried by a trusted messenger in time to preempt it.
- Social Engineering Simulation with Debrief — A consented, safely-bounded live drill that lets people actually experience a simulated manipulation attempt — a fake phish, pretext call, or tailgate — then learn from it in a blame-free debrief instead of a real breach.
- Tactic-to-Response Playbook — An if-this-then-that reference that pairs each manipulation tactic with the specific counter-move it calls for, so recognizing 'this is manufactured urgency' comes pre-linked to a rehearsed response.
- Weakened Adversarial Example Set — A curated corpus of real attack patterns deliberately weakened to below the harm threshold and chosen to span the threat family, so a learner or model can train against safe specimens of the whole attack space.
- Co-Activation Coupling Design: Strengthen useful links by arranging valid repeated co-activation, then bound the update so accidental pairings do not become durable shortcuts.▸ Mechanisms (10)
- Association Matrix Update Rule — Specifies the local law that turns each valid co-activation into a small, bounded change in the stored link strength, so associations grow from experience without any weight running away.
- Co-Occurrence Weighting Pipeline — Counts how often units appear together inside a defined window and re-weights the raw tallies so that frequency artifacts don't masquerade as meaningful association.
- Competitive Inhibition Review — Reviews links that compete for the same cue and lets the strongest suppress its rivals, so one intended association sharpens instead of many near-neighbors all strengthening indiscriminately.
- Context-Gated Pairing Exercise — Practices the target pairing only inside the contexts where it should hold, so the association becomes conditional on context instead of firing everywhere the cue appears.
- Decorrelation Separation Protocol — Breaks the incidental correlation between units that should stay independent — by re-representing or re-sampling them — so a valid signal and a confounder can no longer wire together as one.
- Paired Activation Rehearsal Protocol — Drives a named pair of units into genuine joint activation, again and again, until the cue reliably recruits its target — the deliberate 'make them fire together' drill.
- Pruning & Decay Maintenance Cycle — Runs on a cadence to weaken unused links and cut the ones that fall below a keep threshold, so the association store stays lean and stale or harmful couplings don't accumulate forever.
- Replay Consolidation Window — Re-activates already-experienced pairs offline, in spaced bouts, to move a link from a fragile fresh trace to a stable consolidated one without needing the original event to recur.
- Spurious Association Probe Set — A standing battery of targeted test cases that deliberately try to trip a learned link into revealing that it rides on a shortcut, a stereotype, or a leaked cue rather than the real signal.
- Temporal Contiguity Training Schedule — Arranges when cue and outcome are presented — the interval between them and the spacing of repetitions — so they fall inside the window where joint activation actually binds them.
- Compounding Leverage: Deliberately structure repeated gains so small improvements accumulate into disproportionately large effects.▸ Mechanisms (12)
- Automatic Verified-Gain Reinvestment — A standing rule that automatically routes a fixed, verified fraction of every real gain back into the productive base — so retention happens by default, not by anyone remembering to do it.
- Automation Capability Reinvestment — Plows the time and capacity freed by each automation into building the next one, so the ability to automate compounds instead of the savings being quietly absorbed elsewhere.
- Compounding Loop Map — Diagrams the specific feedback loop by which a gain feeds the next cycle — base, yield, retained fraction, reinvestment — so a team can check the loop actually closes and see where it leaks.
- Effective-Rate and Doubling-Time Dashboard — Tracks the effective compounding rate and its doubling time, and tests the trajectory against an additive baseline so ordinary accumulation isn't mistaken for exponential growth.
- Harvest — The periodic decision of how much accumulated gain to take out now versus leave compounding — set so harvesting never draws the productive base below the rate it can regrow.
- Learning Capture and Reuse Cycle — Turns each cycle's hard-won lessons into reusable, traceable capability so the team starts every next cycle from a higher floor instead of relearning the same thing.
- Progressive Reinvestment Allocation — Reinvests a deliberately growing but bounded share of each cycle's yield, ramping the fraction up as compounding is proven and capping it before it over-commits.
- Referral or Participation Reinvestment Loop — Channels part of the value each participant receives back into recruiting the next, so the base of participants becomes the engine that grows the base.
- Retained Earnings or Resource Pool — Holds retained gains as a durable, deployable reserve — the war-chest a compounding loop draws on to fund its own next round of reinvestment.
- Retention — Keeps a won gain from leaking or decaying after the fact, so the improvement becomes a new floor to build on instead of ground that has to be re-won each cycle.
- Reusable Asset Library — Curates the outputs of past work into a reusable, searchable store so every new effort starts from what the last one produced instead of from scratch.
- Staged Capacity Expansion Gate — Releases capacity expansion in evidence-gated stages, enlarging the base only when the current stage is healthy and saturation is still far off.
- Exaptive Function Redeployment: When an inherited feature appears useful for a function it was not originally built or selected for, map its origin constraints, test the new affordance, adapt only what is necessary, and govern conflicts between old and new uses.▸ Mechanisms (12)
- Adaptation Delta Mapping — Maps the smallest set of changes that make an inherited feature actually fit its new function — and, just as important, the parts that must be left untouched.
- Affordance Discovery Workshop — A facilitated session that mines an existing feature for latent affordances and turns the promising ones into explicit claims about new functions it could be redeployed to serve.
- Bounded Co-option Trial — Runs the new use of a feature in a small, contained, reversible slice of the real system to get honest evidence before committing to redeploy it everywhere.
- Dual-Function Compatibility Test — Checks whether a feature can serve its new function without breaking its old one — and, when the two genuinely conflict, records the decision to split them.
- Feature Refunctioning Audit — A systematic sweep that finds features already being used for functions they weren't built for, draws a clear boundary around each, and grades how well the borrowed feature actually fits its new job.
- Legacy Feature Wrapper — A thin adapter built around an existing feature so a new consumer can use it through a clean interface — without modifying, or inheriting the hidden assumptions of, the original.
- Lineage-Preserving Documentation — Keeps a durable, dated record of what a repurposed feature was originally built for and what it has meant, so its new use can't quietly rewrite its history.
- Negative Transfer Red Team — Deliberately hunts for the source habits and false-friend similarities that would mislead in the target, surfacing the traps before they fire in the real application.
- Origin-Context Constraint Review — Reconstructs the context a feature was built for and catalogs the assumptions it silently carries, flagging the ones that will misfire once it serves its new function.
- Purpose-Built Replacement Gate — A decision checkpoint that periodically asks whether a repurposed feature is still the right vehicle, or whether its new function has outgrown it and now warrants a purpose-built replacement.
- Repurposed-Feature Monitoring Dashboard — A live instrument that watches a feature serving two functions at once, tracking whether the new use stays healthy and the original use isn't quietly being degraded.
- User Appropriation Review — Examines how people have repurposed a feature on their own and turns that emergent, unsanctioned use into an explicit, consented, legitimate claim — or an informed refusal.
- Experience Curve Cost Reduction: Turn repeated production or practice into a measurable experience curve so each accumulated unit teaches the system how to make the next unit cheaper, faster, safer, or less error-prone without hiding quality loss.▸ Mechanisms (11)
- After-Action Review — Turns a just-finished episode into validated lessons by reconstructing what was intended versus what actually happened and deciding which improvised moves earned a place in the repertoire.
- Cumulative Volume Cohort Analysis — Groups output into cohorts by cumulative experience and compares them under controlled conditions, so a cost or quality gain can be credited to real learning rather than scale, accounting, or an easier mix of work.
- Experience Curve Model — Fits the power-law between cumulative volume and unit cost into a single learning rate and a forecast — and flags when the curve is flattening and extrapolation should stop.
- Learning Rate Dashboard — Tracks the learning rate across sites side by side and pins every cost metric to a quality metric, so a cost that falls by hiding harm is caught on sight.
- Playbook Revision Cadence — A scheduled review that folds captured learning into the official playbook, pushes the update to everyone, and periodically asks whether to keep patching or redesign.
- Production Learning Log — A record kept at the workbench where each discovery, snag, and trick is written down the moment it surfaces, before it evaporates into tacit memory.
- Setup Reduction Workshop — A focused team event that re-engineers the changeover between runs — separating what must be done while stopped from what can be prepped while running — to collapse setup time and make small batches affordable.
- Simulation Drill Ladder — A graduated ladder of realistic drills that manufactures experience on purpose, so a team descends the learning curve in the simulator before the stakes are real.
- Standard Work Revision — The standing path that turns a validated improvement into the new canonical procedure — writing down the tacit knack, versioning the change, and making the better way the default way.
- Time-and-Motion Study — Decomposes a repeated task into standard, timed work elements so a unit's cost is measured element-by-element — turning a vague sense of slowness into a map of where the seconds actually go.
- Yield and Defect Pareto Review — A recurring review that ranks defects and yield loss by the vital few, checking that cost gains are real quality-neutral savings and aiming improvement effort where the losses actually are.
- Post-Encoding Trace Stabilization: Protect a newly encoded trace long enough for it to stabilize, integrate, and survive later interference rather than relying on immediate recall.▸ Mechanisms (10)
- Checkpoint Hardening Window — Holds a freshly captured system-state snapshot in a probationary window and runs it through a fixed restore-and-interference gauntlet before promoting it to trusted.
- Competing-Case Spacing Rule — Schedules confusably-similar new items far enough apart that each stabilizes into its own distinct context before the next one can blur it.
- Delayed Retention Probe — Withholds trust in a fresh trace until it passes a test run after enough delay and interfering activity to separate durable retention from lingering activation.
- Interference-Shielding Protocol — Lowers the total competing load around a freshly encoded trace during its fragile window, so nothing overwrites it before it sets.
- Lesson-to-Routine Hardening — Converts a fresh lesson into an external routine or checklist that carries the behavior until it becomes durable habit.
- Offline Replay Session — Re-runs a fresh episode offline, away from live pressure, to integrate and compress it into existing structure.
- Post-Learning Rest Window — Reserves a short interval of wakeful quiet immediately after learning, adding no new input while the trace begins to set.
- Reactivation-without-Revision Prompt — Touches a fresh trace just enough to reinforce its access route while deliberately refusing to reopen it for editing.
- Sleep-Dependent Consolidation Schedule — Times encoding and prioritizes material so the most valuable traces catch a full sleep cycle's offline consolidation.
- Spaced Integration Review — Revisits new material at expanding intervals to bind it into existing schema and strengthen its retrieval route over time.
- Prediction-Error Learning Calibration: Teach from the signed gap between expected and received value so surprise updates the model while expected outcomes do not keep pretending to teach.▸ Mechanisms (12)
- Calibration Curve Review — Checks whether a score's predicted probabilities still match observed frequencies before anyone moves the threshold that sits on it.
- Credit Assignment Trace — Traces a delayed outcome back to the specific earlier cue or action that actually earned it, over the right time window, so the credit lands on the true cause and not on whatever happened to be nearby.
- Expectancy-Calibrated Feedback Form — A feedback template that records what a person expected before it records what happened, so praise and correction land on the surprise rather than the raw result.
- Learning Rate Schedule — Sets how big a step each prediction error is allowed to move the model — large when the world is genuinely changing, small when the variation is just noise.
- Negative Prediction Error Review — A recurring review of outcomes that came in worse than expected — separating genuine negative surprises worth learning from, from failures that were already priced in, without turning the lesson into punishment.
- Positive Surprise Capture — A standing practice for catching outcomes that beat expectations before they are normalized away, and turning each genuine upside surprise into a concrete change that makes it repeatable.
- Prediction–Outcome Delta Log — Records every prediction the moment it is made, pairs it with the actual outcome later, and stores the signed gap between them as the unit the rest of the system learns from.
- Reward Baseline Dashboard — Establishes and displays the expected-reward baseline so a result is read as above or below what was already anticipated — not as raw good or bad news.
- Reward Signal Red Team — A standing adversarial team that tries to break a reward signal before it trains anyone — hunting for ways to score high while defeating the intent, and for who gets hurt in the process.
- Shortcut Probe Holdout Set — A curated held-out test set where the suspected shortcut cue is deliberately broken, exposing whether the system learned the real signal or a convenient proxy that merely correlated with reward.
- Surprise Threshold Alert — Fires only when a prediction error is both large enough and clean enough to be real surprise, so ordinary noise never triggers attention or learning.
- Temporal-Difference Update Rule — Updates an estimate from the gap between successive predictions — bootstrapping off the next step rather than waiting for the final outcome — and propagates that error back across the delay.
- Problem-Distribution Fit Selection: Select and tune methods by their fit to the expected problem distribution, because no optimizer, learner, search procedure, or decision rule is best averaged across all possible worlds.▸ Mechanisms (12)
- Algorithm Portfolio Router — Keeps a registry of methods and, case by case, dispatches each instance to the member whose bias fits that instance's regime — turning 'pick one winner' into 'pick the right specialist for this case,' and re-routing as the regime shifts.
- Assumption Register — A shared record of the premises a plan is betting on — each with its evidence basis, an owner, and an expiry or invalidation condition — so the beliefs holding up a decision are named and re-checked rather than silently assumed true forever.
- Baseline Comparison Table — Scores the candidate method head-to-head against a deliberately assembled ladder of reference points — trivial, incumbent, simple-but-strong, robust, domain-specific, and human-assisted — under identical conditions, so an apparent win has to survive comparison with what it claims to beat.
- Benchmark Refresh Audit — A recurring check that the benchmark tasks, reference data, and pass/fail thresholds still resemble the live problem distribution — refreshing them on a cadence before the evaluation quietly stops measuring reality.
- Challenge Case Red Team — Charters people whose explicit job is to break the method — hunting for the inputs where its assumptions fail or its bias does harm — and refuses to let it through the gate until domain experts have tried and failed to break it.
- Method Bias Matrix — Lays candidate methods side by side by the inductive bias each one carries — its assumptions, the structures it favors, and the regime where that bias turns into a blind spot — so selection can match bias to the problem's shape before anything is benchmarked.
- Method Card or Model Card — A published, standardized card that states a method's intended and out-of-scope uses, its performance broken out by condition, and the tradeoffs each stakeholder inherits — so downstream users receive the method's limits, not just its headline number.
- No-Universal-Winner Claim Review — Stops any 'this method is simply the best' claim at the gate and sends it back until it names the reference class it applies to, the evidence behind it, and the boundary of problems where it actually holds.
- Out-of-Distribution Monitor — Watches live inputs for cases that no longer resemble the distribution the method was chosen for, and raises a flag — and a retune-or-switch trigger — before the method's fit silently expires.
- Problem Distribution Profile — Documents the problems the system will actually face — their types, frequencies, uncertainty, constraints, and the cost of getting each wrong — so a method is chosen to fit that mix rather than to win a generic benchmark.
- Regularization Path Review — Sweeps a method's complexity penalty or prior across its whole range and reads how fit, generalization, and failure modes change along the path, so the inductive bias is set to match the problem instead of left at a default.
- Stratified Benchmark Suite — Builds the test set as explicit per-regime strata — noise levels, subgroups, scales, scenario types — and reports each separately, so a method cannot win by acing the common cases while quietly failing the ones that matter.
- Progressive Stressor Conditioning: Use bounded, progressively calibrated difficulty to trade temporary performance loss for durable capacity gain, with recovery and stop rules preventing overload.▸ Mechanisms (10)
- After-Action Gain Harvest — Turns a finished stress episode into retained capacity by debriefing it, recording what actually improved, and setting the dose that keeps the gain from fading.
- Consented Challenge Contract — Makes a hard challenge legitimate and bounded by negotiating, up front, what capacity it builds, what limits protect the person, and who fairly bears the burden.
- Deload or Recovery Cycle — Schedules planned reductions in load so the adaptation from prior stress can consolidate before the next build phase, and gates the re-ramp on that recovery.
- Desirable Difficulty Task Design — Builds the right kind of difficulty into a task itself so immediate performance drops but the durable learning the task is meant to produce rises.
- Fatigue and Maladaptation Dashboard — Watches strain, fatigue, and error signals against each person's own baseline to catch stress turning into damage before it shows up as injury or collapse.
- Graduated Exposure Ladder — Climbs a ranked ladder of feared situations one rung at a time, advancing only after each rung stops provoking distress, until the fear no longer controls behavior.
- Hormetic Microdose Protocol — Delivers repeated sub-damage doses of a stressor so the system overcompensates and builds tolerance it would never develop at rest.
- Pre/Post Capacity Assessment — Measures capacity before and after a conditioning block — including a delayed transfer test — so real durable gains are separated from momentary performance.
- Progressive Overload Protocol — Raises challenge in small, planned increments while protecting recovery, so capacity adapts upward without tipping into injury or collapse.
- Spaced Retrieval and Interleaving Plan — Distributes retrieval practice over expanding intervals and interleaves topics so recall stays effortful and therefore durable, then holds it with periodic review.
- Shortcut-Reliance Mitigation: Expose and repair cases where a learner succeeds by exploiting a cheap incidental cue rather than the structure it was meant to learn.▸ Mechanisms (12)
- Artifact Red-Team Review — Convenes adversarial reviewers to hunt, before release, for the cheap cues, annotation artifacts, and gaming channels a learner might be exploiting — and to hand-inspect its confident errors.
- Causal Feature Review Panel — Convenes domain experts to judge which of a model's influential features are causally or semantically meaningful and which are artifacts, proxies, or coincidences — and to name the intended structure it should be using instead.
- Challenge-Set Refresh Cycle — A recurring loop that folds new counterexamples, adversarial cases, and real deployment failures back into the challenge suite, retrains against them, and re-checks the model on a robustness bar that ratchets as fast as the shortcuts evolve.
- Counter-Correlated Holdout Set — A sequestered test set built so a suspected shortcut cue is decorrelated from — or inverted against — the target, turning the model's performance drop on it into a direct measure of shortcut reliance.
- Data Leakage Audit — Traces the provenance of every feature and split to catch information that leaks from the future, the label, or duplicated rows into training or validation — and records where each leak entered.
- Deployment Canary and Drift Sentinel — Watches a live model with fixed canary cases and drift signals so that the moment a shortcut's validity changes in deployment — a pipeline change, a distribution shift, an adversary adapting — it raises the alarm before the labels catch up.
- Domain-Shift Stress Test — Runs the learner in deliberately shifted worlds — new sites, times, instruments, populations — and ships only what keeps working once the training distribution's friendly correlations are gone.
- Feature Ablation or Occlusion Test — Masks, removes, or permutes a suspected cue while holding everything else fixed, and reads the drop in performance as the model's reliance on that exact cue.
- Group-Stratified Validation — Reports performance broken out by subgroup, source, instrument, and annotator, so a healthy-looking aggregate can't hide the slice where the shortcut has quietly failed.
- Hard-Negative Data Augmentation — Manufactures training examples that carry the tempting cue without the target, and the target without the cue, forcing the learner to separate convenience from structure.
- Invariance Probe — Feeds minimal pairs that change only the surface and, separately, only the substance — checking that predictions stay put when they should and move when they should.
- Shortcut-Risk Model Card Section — A standing section of the model's documentation that records the suspected shortcuts, what was tested, what residual risk remains, and the conditions that force revalidation.
Also a related prime in 11 archetypes
- Convex Exposure Gain Design: Design the system so bounded exposure to volatility has capped downside, measurable upside, and a pathway that converts stress into durable capability.
- Critical-Window Intervention Timing: Detect when a system is unusually able to acquire a configuration, preposition and deliver bounded support during that window, verify durable uptake, and switch to protected alternatives rather than escalating blindly after receptivity closes.
- Encoding–Retrieval Context Alignment: Design encoding, practice, cues, and fallback so the features available at use can recover what was learned.
- Offline Replay Consolidation: Replay captured experience traces in a protected offline window so the rerun, not the live event alone, writes durable memory, skill, policy, or model structure.
- Operational Envelope Pacing: Advance the operating frontier only at the pace the sustaining backbone can support, control, repair, and learn from.
- Predictive Residual Processing: Reduce bandwidth and focus adaptation by representing expected input through a maintained model and propagating only calibrated deviations, with synchronization, raw-state audits, and full-signal fallback.
- Regret-Signal Calibration: Use regret as a calibrated counterfactual signal: compare the actual outcome with a credible better forgone alternative, then route the signal to learning, reversal, repair, or closure.
- Reopened Malleability Window: Verify closure, induce a bounded change-capacity state, pair it immediately with the intended corrective input, and prove selective re-stabilization over time.
- Sense-Act Loop Coupling: Design sensing and action as one loop: each movement changes what can be known, and each new observation reshapes the next move.
- Specialization Boundary and Reintegration Design: Improve efficiency by narrowing roles or niches only where the gains exceed the coordination, brittleness, learning, and reintegration costs.
Notes¶
Learning is the learner-side sibling of pedagogy. Learning parents the acquisition-side primes — observational learning, constructivist learning (which has constructivism as its second parent), mastery learning, transfer of learning (which presupposes it), spaced repetition (which presupposes it), learned helplessness, and collective systemic learning. Pedagogy parents the teaching-side methods. A key re-home is collective_systemic_learning, originally classified under feedback in R14; it sits more naturally under learning since the structural pattern it instantiates is collective experience-driven update of routines, not feedback per se.
The learning → adaptation subsumption edge and the pedagogy → learning composition/presupposes edge are proposed for the R16 re-home round. Both are structurally clean: every instance of learning is an instance of adaptation (the memoried/informational kind), and pedagogy is intelligible only as a deliberate causal upstream of learning.
The structural-framed read is that learning is a structural prime — the four-role pattern is substrate-neutral, the same skeleton runs through cognitive, biological, computational, and organizational instances, and the vocabulary travels without metaphorical stretching. The adaptive-immunity case is load-bearing: no cognition, no language, no consciousness, every role present. It forces the prime to the structural level where cross-substrate pattern is the value case.
The substrate-furthest cases are machine learning and the immune system. Both involve no cognition in the everyday sense, both cleanly instantiate every role, and both are described by their own practitioners in language that maps directly onto the four-role decomposition. The convergence is the strongest empirical evidence that the prime sits at the substrate-neutral level, not at the level of any one domain's mechanisms.
References¶
[1] Skinner, B. F. (1953). Science and Human Behavior. Macmillan. Systematic operant-conditioning framework: behavior is selected and durably modified by its consequences in agents from pigeons through humans. Establishes the experimental program in which experience-driven, capability-changing self-update is the central explanandum, across species and without requiring language or instruction. registry ↩a ↩b
[2] Bandura, A. (1977). Self-efficacy: Toward a unifying theory of behavioral change. Psychological Review, 84(2), 191–215. Cross-DP-17 cite: self-efficacy (task-specific capability belief) as the construct self-handicapping is designed to protect. (No paired FACT-D18 anchor in current draft — deferred to B-resolution) registry ↩a ↩b ↩c
[3] Piaget, J. (1952). The Origins of Intelligence in Children (M. Cook, Trans.). International Universities Press. Foundational constructivist account of cognitive development; introduces the assimilation/accommodation dialectic in which the child constructs knowledge from interaction with the environment, supplying a specific schema-revision update mechanism inside the broader learning pattern. registry ↩a ↩b
[4] Thorndike, E. L. (1898). Animal intelligence: An experimental study of the associative processes in animals. Psychological Review Monograph Supplements, 2(4), 1–109. Founding experimental study of trial-and-error learning in cats; the law of effect formalizes durable experience-driven behavioral updates as a function of consequence — the earliest quantitative grounding for the durability commitment that separates learning from one-off responding. registry ↩a ↩b
[5] Ebbinghaus, H. (1885). Über das Gedächtnis: Untersuchungen zur experimentellen Psychologie [Memory: A Contribution to Experimental Psychology] (H. A. Ruger & C. E. Bussenius, Trans., 1913). Teachers College, Columbia University. Founding quantitative study of retention and forgetting; the forgetting curve makes durability of learned material measurable and establishes that durability is an empirically tractable property of an experience-driven internal update. registry ↩
[6] Sutton, R. S., & Barto, A. G. (2018). Reinforcement Learning: An Introduction (2nd ed.). MIT Press. Standard reference on the temporal credit-assignment problem: discounting and eligibility traces back-project credit for a delayed reward across the actions that produced it (850), the same backward propagation that, applied to incident review, resists stopping at the proximate actor (855). registry ↩a ↩b
[7] Bishop, C. M. (2006). Pattern Recognition and Machine Learning. Springer. Standard textbook treatment of supervised and unsupervised machine learning; develops parameter-update mechanisms (likelihood, loss, gradient methods) that instantiate the four-role learning pattern with silicon substrate, training data, differentiable update, and retained model weights. registry ↩
[8] Hebb, D. O. (1949). The Organization of Behavior: A Neuropsychological Theory. Wiley. Introduces the Hebbian learning rule ("cells that fire together, wire together") as a synaptic update mechanism, grounding the requirement that learning needs a physically modifiable internal substrate; experience without such a substrate cannot produce durable capability change. registry ↩
[9] Pavlov, I. P. (1927). Conditioned Reflexes: An Investigation of the Physiological Activity of the Cerebral Cortex (G. V. Anrep, Trans.). Oxford University Press. Canonical demonstration of classical conditioning in dogs; rigorously distinguishes the innate unconditioned reflex (transient with the trigger) from the conditioned reflex (acquired through pairing and persisting after acquisition), establishing the reflex/learning boundary at the heart of the prime. registry ↩a ↩b
[10] Burnet, F. M. (1959). The Clonal Selection Theory of Acquired Immunity. Vanderbilt University Press. Foundational formulation of clonal selection: antigen exposure selects from a pre-existing diverse lymphocyte repertoire, and selected clones persist as immune memory. Establishes adaptive immunity as a substrate-furthest case of the learning skeleton — modifiable repertoire, experiential input, selection-and-mutation update, lifelong durability — entirely without cognition or instruction. registry ↩a ↩b
[11] Bjork, R. A., & Bjork, E. L. (1992). A new theory of disuse and an old theory of stimulus fluctuation. In A. F. Healy, S. M. Kosslyn, & R. M. Shiffrin (Eds.), From Learning Processes to Cognitive Processes: Essays in Honor of William K. Estes (Vol. 2, pp. 35–67). Erlbaum. Develops the distinction between retrieval strength and storage strength as independently manipulable; grounds the "desirable difficulties" finding and provides the counterfactual machinery for separating durable capability change from transient performance. registry ↩
[12] LeCun, Y., Bengio, Y., & Hinton, G. (2015). Deep learning. Nature, 521(7553), 436–444. Authoritative review of deep learning: frames loss-driven parameter updates in neural networks as a substrate-neutral instance of "experience changing internal representation," explicitly connecting biological and computational learning under a shared four-role structure. registry ↩a ↩b