Formative Feedback Loop¶
Use ongoing evidence of progress to adjust learning, support, and instruction before final performance is judged.
The Diagnostic Story¶
Symptom: Gaps and misconceptions accumulate quietly during the learning period, invisible until a final test, review, or deployment reveals them when it is too late to fix. The same errors repeat cycle after cycle because feedback, when it arrives at all, tells people they failed rather than telling them what to change. Both learner and evaluator are surprised by the outcome.
Pivot: Insert repeated low-stakes loops during the learning period — not to grade, but to diagnose. Collect progress evidence, name the gap specifically, provide an actionable adjustment, then recheck after practice to close the loop before the stakes rise.
Resolution: Surprise failure at final evaluation drops because problems surface and get corrected earlier. Learners gain agency through clearer direction, instructors calibrate their support from real evidence, and the system produces stronger readiness evidence before any summative gate.
Reach for this when you hear…¶
[K-12 teaching] “If the first time I find out a student misunderstood fractions is on the unit test, I have already lost three weeks I cannot get back.”
[surgical training] “You cannot let a resident practice a technique in the dark for six months and then discover in the OR that something went wrong — you watch them on the simulator weekly and correct it there.”
[agile software development] “Pull requests every Friday are how we catch design drift before it becomes a month of rework.”
Mechanisms / Implementations¶
- Adaptive Practice Set: Reads each attempt and automatically picks the next item, difficulty, or scaffold, so the practice set continuously reshapes itself around exactly where the learner is still weak.
- Coaching Check-In: A recurring one-to-one conversation that reads recent evidence of progress together and turns it into concrete next actions — some the learner takes, some the coach commits to.
- Draft Feedback Cycle: Circulates an unfinished work product for feedback, has the author revise it, and re-reviews the revision, so the artifact improves across versions before it is ever finalized.
- Exit Ticket: A one-or-two-question prompt at the very end of a session that captures what landed and what's still murky, timed so the teacher can adjust the next session before the class moves on.
- Formative Rubric: Breaks 'quality' into named dimensions with described levels, so feedback can point at which dimension is weak and what the next level up actually looks like.
- Low-Stakes Quiz: Elicits a quick, ungraded read of current understanding across the material, timed early enough that the result can still change what happens next.
- Misconception Probe: Uses questions engineered so that each wrong answer reveals a specific misconception, turning a response directly into a named diagnosis rather than a score.
- Peer Review Protocol: Structures learners to critique each other's work against shared criteria before final judgment, so authors get early feedback and reviewers learn the standard by applying it.
- Practice Review: Reviews recorded practice attempts after the fact to pinpoint the error or strategy flaw and prescribe the specific next drill to fix it, before it matters in competition.
- Progress Dashboard: Aggregates progress indicators into a visible, persistent display so patterns and at-risk learners surface early enough to trigger support before it's too late.
- Rapid Feedback Cycle: Compresses the whole signal-feedback-response-recheck loop into very short, repeated intervals, so a learner corrects and re-attempts almost immediately rather than waiting for a later review.
Related Abstractions¶
Abstractions this archetype builds on — directly (a source ingredient) or as a related pattern. Links follow the typed catalog namespace.
Built directly on (2)
- Feedback: Outputs influence inputs.
- Formative Assessment: Ongoing feedback.
Also references 6 related abstractions
- Adaptive Capacity: Ability to change.
- Iteration: Repeats steps to refine outcomes.
- Mastery Learning: Ensure full understanding.
- Metacognition: Awareness of thinking processes.
- Scaffolding: Temporary learning support.
- Summative Assessment: Final evaluation.
Variants¶
Narrower or domain-specific specializations that share this archetype's core structure. Recognized variants are established; candidate variants are provisional.
Diagnostic Checkpoint Loop · subtype · recognized
Places explicit diagnostic checkpoints inside a learning sequence so progress gaps are detected before final evaluation.
Feedforward Adjustment Loop · communication variant · recognized
Frames feedback primarily as guidance for the next attempt rather than commentary on the previous attempt.
Peer Formative Feedback · mechanism family variant · recognized
Uses structured peer critique to generate formative signals, explanation, and revision before final performance.
Automated Adaptive Feedback Loop · implementation variant · merge review
Uses automated progress signals to deliver feedback and adapt practice, support, or pacing.
Self-Formative Monitoring Loop · affective or cognitive variant · recognized
Teaches learners to generate and act on their own formative signals through self-checking, reflection, and reattempt.