Pre-Anchor Estimation¶
Workflow — instantiates Anchoring Reset
A workflow step that requires first-pass judgment before exposure to a potentially biasing reference.
The cheapest way to beat an anchor is to make your judgment before it arrives. Pre-Anchor Estimation builds that into the process itself: a sequencing rule that forces a first-pass estimate to be logged before the potentially biasing reference — the prior figure, the target, the consensus — is ever revealed in the workflow. Its defining move is temporal, about when: it orders the steps so the reference cannot contaminate the first pass, and then it treats the gap between that clean estimate and the later-revealed reference as a signal — a divergence past a threshold escalates the case to a fuller reset. It is prevention by ordering rather than correction after the fact, which means it only works while the anchor is still ahead of the judgment. Once the reference is already in someone's head, this mechanism has nothing left to protect.
Example¶
A sales organization forecasts quarterly revenue by having account executives estimate how their pipeline will close. The trouble is that the moment the CRM shows last quarter's number and management's rolled-up target, every AE's "estimate" drifts toward the target — the forecast becomes a negotiation with the quota, not a read of the pipeline. Pre-Anchor Estimation restructures the workflow. The tool now requires each AE to enter their own deal-by-deal forecast first, and only after that submission does it reveal the prior quarter and the management target. The sequence is the whole intervention: the first pass is captured while the anchor is still hidden. Then the mechanism compares. Where an AE's clean estimate diverges from the revealed target by more than, say, 20%, that gap trips an escalation — those accounts go to a review conversation rather than being quietly reconciled. The uncontaminated judgment is preserved, and the disagreements the anchor would have erased are surfaced for scrutiny.
How it works¶
- Insert the estimate step ahead of the reference. Design the workflow so the biasing number is withheld until the first-pass judgment is committed.
- Lock the first pass. Capture and timestamp the estimate before the reveal, so it can't be quietly retrofitted afterward.
- Reveal, then compare. Once the estimate is locked, show the reference and measure the gap between the two.
- Escalate on divergence. Route cases where the first pass and the revealed reference disagree past a set threshold into a fuller reset, rather than reconciling them by reflex.
Tuning parameters¶
- Lock strictness — whether the first pass can be edited after the reveal; a hard lock protects the clean estimate but forbids legitimate updating.
- Reveal timing — how long the reference stays hidden; too early defeats the mechanism, too late frustrates the workflow.
- Divergence threshold — how large a gap trips escalation; loose thresholds miss real anchoring, tight ones flood the reset with noise.
- Stage coverage — how many steps of a multi-stage process get the pre-anchor gate; more coverage catches more, at more friction.
- Reference revelation — whether the biasing number is ever shown at all, or withheld until after the whole judgment is aggregated.
When it helps, and when it misleads¶
Its strength is that it is the cheapest anchor defense available — a sequencing rule costs almost nothing once the process is designed for it — and it is the only mechanism that prevents contamination rather than repairing it.[n1] It shines in forecasting, scoring, and any pipeline where the judgment and the reference can be ordered in advance.
Its defining limitation is the flip side: it only works before exposure. Once the anchor is out, Pre-Anchor Estimation has nothing to prevent, and the correction siblings take over. A subtler failure is a lock that is too strict — forbidding an estimator from updating on a reference that turns out to carry real information — which trades anchoring for stubbornness. The discipline is to reserve this mechanism for pre-exposure design, to allow evidence-based revision after the reveal, and to escalate only genuine divergences rather than every small gap.
How it implements the components¶
Pre-Anchor Estimation fills the sequencing-and-divergence components:
anchor_exposure_boundary— its signature: the rule that withholds the reference until the first pass is committed.independent_estimate— the logged first pass, formed before the anchor could reach it.escalation_trigger— the gap between that clean estimate and the revealed reference routes divergent cases to a fuller reset.
It reads a first-pass-versus-reference gap, not a spread across many estimators, so it does not produce an uncertainty_band — that is Blind Independent Estimates. And it prevents rather than repairs: it gathers no calibration_evidence and publishes no recalibrated_reference, which is Baseline Recalibration's work.
Related¶
- Instantiates: Anchoring Reset — it is the preventive variant, capturing independent judgment before the anchor can enter.
- Sibling mechanisms: Anchoring Bias Checklist · Baseline Recalibration · Blind Independent Estimates · Multiple-Anchor Comparison · Negotiation Anchor Review · Outsider Estimate Check · Reference-Class Forecasting
Editorial Notes¶
Form Classification¶
Form family: Protocol, Workflow & Routine
Rationale: Pre-Anchor Estimation operates as a repeatable ordered procedure or handoff sequence that coordinates action because it a workflow step that requires first-pass judgment before exposure to a potentially biasing reference.
Independent corroboration: The frozen evidence defines Pre-Anchor Estimation as 'A workflow step that requires first-pass judgment before exposure to a potentially biasing reference', so its operative form is Protocol, Workflow & Routine.
Review outcome: Independent reviewer agreement; high confidence.
Origin Attribution¶
Primary origin: Psychology
Origin pattern: Cross-disciplinary synthesis
Present-day reach: Multi-domain
Rationale: Making an independent estimate before seeing a reference is a debiasing technique from judgment and decision-making psychology.
Related originating lineages:
- Behavioral Economics — Behavioral economics independently developed procedural defenses against anchoring in choice and valuation.
Review resolution: Both blind reviewers agree that psychology is the primary origin. Reconciliation resolves origin mode disagreement. Formative alternate lineages are retained as behavioral_economics; later breadth of use is recorded separately as domain_reach=multi_domain, while origin_mode=cross_disciplinary_synthesis describes the relationship among origin lineages.
Review outcome: Reconciled after independent review; high confidence.
Notes¶
The closest sibling is Blind Independent Estimates, and the two are easy to conflate because both capture judgment before the anchor. The difference is the axis of protection: Pre-Anchor Estimation controls sequence (the reference arrives after the estimate) and reads the estimate-versus-reference gap as an escalation trigger; Blind Independent Estimates controls mutual visibility among many estimators and reads their spread as an uncertainty band. One is a clock; the other is a wall.
[n1] The Delphi method, developed at the RAND Corporation in the 1950s, collects expert estimates in rounds where each judgment is formed before controlled feedback is shared. Its founding insight — that the order in which estimate and reference reach the judge determines how much the reference distorts it — is the same lever Pre-Anchor Estimation pulls. ↩