Near-to-Far Transfer Sequence¶
Sequenced practice curriculum — instantiates Transfer Scaffolding
Orders transfer practice from targets that closely resemble the source to ones that barely do, adjusting support at each step, so distance is crossed in graded stages rather than a single leap.
Thrown straight at a distant target, a learner fails; kept on near ones, they never actually transfer. Near-to-Far Transfer Sequence resolves the tension by ordering the practice: it arranges transfer tasks from targets that closely resemble the source to ones that barely do, and adjusts the amount of scaffolding at each step. Its defining move is coupling transfer distance to support — near tasks run with little help, far tasks start with more, and the scaffolding fades as competence grows — so the gap to a genuinely distant target is crossed in graded stages rather than one leap.
Example¶
A consulting firm onboards analysts on a cost-modeling method taught on a single training case. The sequence carries them outward step by step:
- Near — re-run the exact training case on fresh data, with the template fully filled.
- Same industry, different company — template with blanks to complete.
- Adjacent industry — a checklist only, no template.
- Far — a novel sector with an unusual cost structure — no template, coach on call.
- Far, unsupported — a live client engagement.
Support fades in lockstep with distance: filled template → blank template → checklist → nothing. The output is an analyst who can model a sector they were never trained on, reached by graded distance rather than being thrown into the deep end on day one.
How it works¶
- Rate each target's transfer distance — how source-like or source-unlike it really is.
- Order the tasks along that near→far gradient.
- Couple support to distance — more scaffolding where the target is less source-like.
- Fade the support as each rung is mastered, gating advancement on demonstrated adaptation.
Tuning parameters¶
- Gradient steepness — how fast targets get less source-like. Steeper is faster but risks leaving a learner under-prepared for a jump.
- Support-to-distance coupling — how much scaffold sits on each rung and how quickly it is withdrawn.
- Number of steps — finer gradients are gentler but longer.
- Advancement rule — mastery-gated versus fixed pace. Fixed pace is simpler but can push learners past their reach.
- Far-end reach — how distant the final target is — i.e., whether the goal is near or genuinely far transfer.
When it helps, and when it misleads¶
Its strength is crossing real distance without either boredom (all-near) or collapse (too-far-too-fast); it is the structured route to genuine far transfer.[1]
Its failure mode is mis-estimating a target's true distance — a target that looks near but hides a deep structural difference gets under-scaffolded and fails — and fading support too fast (collapse) or too slow (wasted time and dependence). The classic misuse is labeling a set of merely similar tasks a "far-transfer curriculum" when nothing in it is actually far. The discipline is to rate each target's structural distance honestly and gate advancement on demonstrated adaptation, not attendance.
How it implements the components¶
Near-to-Far Transfer Sequence fills the ordered-practice subset of the archetype:
near_far_transfer_gradient— the ordering of targets along source-likeness is this component.guided_transfer_task— each rung is a structured task performed in a target context.support_fading_plan— the planned withdrawal of scaffolding, coupled to the gradient.
It orders and fades practice but does not vary a single context with adaptation feedback (that is Cross-Context Practice's adaptation_rule) or author the read-only example bridge that changes surface features (Bridging Examples's bridging_example_sequence — examples to read, not tasks to do).
Related¶
- Instantiates: Transfer Scaffolding — it is the graded curriculum that carries a learner from near to far targets while withdrawing support.
- Sibling mechanisms: Cross-Context Practice · Bridging Examples · Implementation Coaching · Worked Example Variation · Analogical Mapping Prompt · Apprenticeship Reflection · Boundary Condition Checklist · Case Comparison and Contrast · Negative Transfer Red Team · Transfer Debrief · Transfer Prompt
Notes¶
This sequence and Bridging Examples both run along a near→far gradient, but one orders tasks the learner performs (with fading support) while the other orders examples the learner reads (with structure held fixed). And unlike Cross-Context Practice, which varies context freely, this mechanism orders it by distance — the ordering is the whole point.
References¶
[1] The near/far transfer distinction (formalized by Barnett & Ceci as a taxonomy of transfer distance across dimensions like knowledge domain, physical context, and time) is what this mechanism operationalizes: it treats distance as a dial to be crossed in steps rather than a binary to be jumped. ↩