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. It is the learner-side counterpart to pedagogy: where pedagogy is the deliberate teaching aimed at causing it, learning is the agent's own update. 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.
How would you explain it like I'm…
Getting Smarter from Experience
Learning from Experience
Learning
Broad Use¶
- Psychology / behaviour: conditioning, skill acquisition, practice effects, observational learning.
- Machine learning: updating model parameters from data so future predictions improve — the same experience-to-capability structure in a computational substrate.
- Biology: adaptive immunity (immune memory) is a biological learning system — exposure durably changes future response.
- Organizations: organizational/collective learning — routines and knowledge updated from accumulated experience.
- Animal behaviour: classical and operant conditioning across species — the same experience-driven update pattern in non-human agents with no language and no instruction.
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. 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.
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 — 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. 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.
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. 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 vs. unsupervised updates, single-trial vs. 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.
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. 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 — it forces the prime to live at the structural level where the same pattern crosses cleanly into machine learning and organizational routines.
Example¶
Consider a chess player who repeatedly plays a particular opening, loses several games to a specific counter, studies those losses, and over the next month stops falling for the counter. Walk the four roles: 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 player's response to the position the counter creates (combining the error signal — losing — with the corrective information); and the durability is the persisting altered behavior — the next time the position appears, 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). The same pattern recurs in a neural network trained on labeled examples (parameters as state, examples as input, gradient descent as update, persistent loss reduction as durability), in adaptive immunity (memory cell repertoire, antigen exposure, clonal selection, life-long altered response), and in an engineering team revising its deployment runbook after an outage (the runbook as state, the outage as input, the postmortem as update, fewer future outages as durability).
Relationships to Other Primes¶
Parents (1) — more general patterns this builds on
- Learning is a kind of Adaptation — Learning is a specialization of adaptation in which an agent's internal capability is the structure modified in response to experience.
Children (11) — more specific cases that build on this
- Absorptive Capacity is a kind of Learning — Absorptive capacity is a specific kind of learning where the agent acquires capability by recognizing and assimilating external knowledge.
- Collective Systemic Learning 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.
- Conditioning (Behavioral) 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.
- Constructivist Learning 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.
- Learned Helplessness 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.
- Observational Learning (Social Learning) 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.
- Learning Curve Effects presupposes Learning — Learning curve effects presuppose learning because the predictable cost decline with cumulative experience is a downstream signature of durable self-update.
- Pedagogy presupposes Learning — Pedagogy presupposes learning because the deliberate teaching act is only intelligible relative to the learner-side acquisition it aims to cause.
- Spaced Repetition presupposes Learning — Spaced repetition presupposes learning because it is a procedure for strengthening durable memory updates against forgetting over time.
- Transfer of Learning presupposes Learning — Transfer of learning presupposes learning because there must be acquired source-domain capability before it can be applied to a new context.
- Variation Strategies 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.
Path to root: Learning → Adaptation
Not to Be Confused With¶
- Not Pedagogy (the pair): pedagogy is the teacher-side practice aimed at producing learning; learning is the learner's own acquisition. Pedagogy presupposes learning.
- Not Adaptation: adaptation is the broader pattern of a system changing structure/behavior under sustained pressure — including evolutionary and physiological change with no memory or agent. Learning is the experience/information-driven acquisition of capability by an agent that retains the change. (Proposed: learning -> adaptation, the memoried/informational kind.)
- Not
memory: memory is retention/storage; learning is the acquisition/update process that writes to and draws on memory. - Not Feedback: feedback is the loop that routes output back to input; learning may use feedback signals but is the resulting durable capability change, not the loop itself.
Notes¶
The learner-side sibling of pedagogy. learning parents the acquisition-side primes; pedagogy parents the
teaching methods. Key re-home: collective_systemic_learning->feedback (R14) -> learning. The learning->adaptation
and pedagogy->learning edges go through the R16 re-home round. One substrate-neutral pattern (experience-driven
durable self-update), not a composite -> a prime, not a connector.