Learning Review Cadence¶
Workflow — instantiates Collective Learning System
A recurring review that keeps the learning system alive — periodically checking whether past lessons changed practice, pruning stale ones, and revising the guidance that no longer holds.
A Learning Review Cadence is the recurring, scheduled workflow that turns and maintains the learning system rather than feeding it. Its defining move is periodic revisiting: on a fixed rhythm it re-opens the accumulated lessons and asks two questions the capture-and-store machinery never asks itself — did these lessons actually change what people do? and are these lessons still true? — then acts on the answers by re-prioritizing, revising, and retiring. It is the mechanism that keeps a learning system from silently rotting: without a cadence, guidance is written once and left forever, adoption is assumed and never checked, and stale lessons accumulate until the whole store loses credibility. It is a recurring event, not a standing structure — it is the review that happens to the memory, not the memory itself.
Example¶
A bank runs a quarterly operational-risk learning review. Each quarter, a small standing group re-opens the lessons logged since the last one — a wire-transfer control that failed, a reconciliation gap, a vendor-outage response — and does three things. First, it checks adoption: for each lesson that produced a control change, did the change actually get implemented and is it holding, or was it announced and quietly dropped? It finds that a new dual-approval step for large transfers was adopted in two regions and ignored in a third, which becomes a targeted follow-up rather than a vague concern. Second, it prunes: a lesson about a legacy payment rail is retired because that rail was decommissioned, so it no longer clutters the guidance. Third, it revises: a lesson whose threshold turned out to fire too many false alarms is rewritten with a corrected boundary condition. The quarter's output is a maintained, current set of lessons — not new lessons, but a learning system that still tells the truth.
How it works¶
- Run on a rhythm, not an event. It fires on a schedule (quarterly, per release, per season) regardless of whether anything dramatic happened, which is what stops slow decay.
- Check adoption, not receipt. For prior lessons, it verifies whether practice actually changed and is holding — treating "adopted then abandoned" as a distinct, findable state.
- Prune the stale. Lessons that are obsolete, superseded, or tied to retired conditions are retired, so the store does not accumulate misleading guidance.
- Revise the wrong. Lessons whose boundary conditions or thresholds turned out to be off are rewritten, keeping the collective memory a living thing rather than a frozen archive.
- Re-prioritize. It decides which behavior updates still matter most, concentrating attention rather than treating every old lesson as equally urgent.
Tuning parameters¶
- Cadence frequency — how often the review runs. More frequent catches drift and abandonment early but consumes standing attention and can turn into ritual; too sparse and stale guidance lingers for a year.
- Review scope — all lessons, a sampled subset, or only those flagged. Full review is thorough but heavy; sampling is sustainable but can miss the quietly-abandoned lesson.
- Retirement aggressiveness — how readily lessons are pruned. Aggressive keeps the store lean and trusted but risks discarding a lesson that was merely dormant; conservative preserves everything but lets clutter accumulate.
- Revision authority — whether the review can rewrite lessons directly or only recommend changes. Direct authority keeps the memory current fast but concentrates editorial power; recommendation-only is safer but slower.
- Follow-through teeth — whether adoption gaps produce owned follow-ups or just get noted. Teeth make the check matter; without them the cadence becomes a review that observes decay without arresting it.
When it helps, and when it misleads¶
Its strength is that it is the only mechanism that maintains the others: it is what separates a learning system that stays true from one that quietly fossilizes, and it is the periodic re-examination — a "check-and-act" beat on the whole memory — that keeps guidance honest over time.[n1]
Its characteristic failure mode is the performative review — the cadence meets on schedule, notes some observations, and adjourns without producing owned follow-ups or actual revisions, so it documents decay instead of arresting it. A subtler failure is over-pruning under time pressure, retiring lessons that were dormant rather than dead. The guarding discipline is to give the review teeth — every adoption gap leaves the room with an owner, every stale lesson is either revised or explicitly retired with a reason — so the cadence changes the memory rather than merely surveying it.
How it implements the components¶
adoption_monitoring— each cycle checks whether prior lessons actually changed practice and are still holding, distinguishing "adopted" from "adopted then abandoned."learning_feedback_revision_loop— it enacts the revision loop on a rhythm: pruning obsolete lessons, rewriting ones whose boundary conditions proved wrong, and re-prioritizing what matters.
It periodically checks and revises; it does not own the memory or hold its store (institutional_memory_store, learning_steward_role — those are Organizational Memory System, its nearest twin: the memory system is the standing owner and store, this cadence is the recurring event that re-examines what's in it). It also does not spread a specific practice to eligible units (diffusion_channel — Best-Practice Diffusion Protocol).
Related¶
- Instantiates: Collective Learning System — the recurring maintenance loop that keeps the learning system current and trusted.
- Consumes: Lessons-Learned Database supplies the stored lessons it reviews; Best-Practice Diffusion Protocol supplies the adoption signals it acts on.
- Sibling mechanisms: Organizational Memory System · Lessons-Learned Database · Best-Practice Diffusion Protocol · Internal Case Library · Cross-Team Retrospective · After-Action Review · Community of Practice
Editorial Notes¶
Form Classification¶
Form family: Assessment, Review & Assurance
Rationale: Learning Review Cadence operates as a bounded evaluation of existing evidence or work that produces a finding or disposition because it a recurring review that keeps the learning system alive — periodically checking whether past lessons changed practice, pruning stale ones, and revising the guidance that no longer holds
Independent corroboration: The frozen evidence defines Learning Review Cadence as 'A recurring review that keeps the learning system alive — periodically checking whether past lessons changed practice, pruning stale ones, and revising the guidance that no longer holds', so its operative form is Assessment, Review & Assurance.
Nearest alternative: Intervention, Treatment & Transformation — The cadence primarily evaluates adoption, staleness, and validity before any resulting pruning or rewriting is performed.
Review outcome: Independent reviewer agreement; medium confidence.
Origin Attribution¶
Primary origin: Organizational & Management Science
Origin pattern: Cross-disciplinary synthesis
Present-day reach: Universal
Rationale: Organizational learning developed periodic review of whether lessons altered routines and whether guidance remains current.
Related originating lineages:
- Education & Pedagogy — Curriculum evaluation materially shaped revision and pruning of obsolete learning guidance.
- Library & Information Science — Information stewardship materially shaped pruning stale guidance and revising the maintained record.
Review resolution: Both independent reviews place the primary lineage in organizational_management. The queued differences (alternate_origin_disagreement, domain_reach_disagreement) concern secondary metadata rather than primary provenance. The final retains education_pedagogy, library_information_science only where a reviewer supplied a formative-lineage rationale; downstream application by itself is not treated as origin. origin_mode=cross_disciplinary_synthesis records the relationship among origin traditions, while domain_reach=universal records application breadth separately. encyclopedia_synthesis=true reflects whether either reviewer identified a corpus-specific synthesis, and confidence=high preserves the more cautious evidence assessment.
Encyclopedia synthesis: The exact catalogued form synthesizes established practice rather than reproducing a single standard historical label.
Review outcome: Reconciled after independent review; high confidence.
Notes¶
[n1] The Plan-Do-Check-Act cycle (the Shewhart / Deming cycle) frames improvement as a repeating loop in which results are periodically checked against intent and acted on. A learning review cadence is essentially the "check-and-act" beat applied to the learning system's own accumulated lessons, run on a schedule so revision does not depend on someone happening to notice decay. ↩