Forgone-Alternative Decision Journal¶
Record-keeping artifact — instantiates Regret-Signal Calibration
A contemporaneous log of what was chosen, what was rejected, and what was known at the time — written before the outcome lands, so a later regret review cannot be quietly rewritten by hindsight.
Every other mechanism in this family runs after the outcome is known. The Forgone-Alternative Decision Journal is the one that runs before. Its defining property is contemporaneity: an entry is written at the moment of choice, recording the option taken, the options rejected and why, and the state of knowledge at that instant. Its entire value comes from existing before anyone knows how things turn out — it freezes an honest, un-rationalized account that a future regret review cannot silently edit. It does not judge, screen, or decide. It simply preserves the truth of the decision moment so that later, when disappointment arrives, the argument is about what actually happened rather than about a comfortably reconstructed story.
Example¶
A product manager is making a build-vs-buy call and, before signing, writes a journal entry: chose Vendor A; rejected Vendor B (cheaper, but a weak integration API) and an in-house build (too slow for the quarter's deadline); knowns — the budget, the timeline, two flagged integration risks; unknowns — Vendor B's roadmap, whether A's API would scale. Six months on, Vendor A underdelivers and the team feels a hot pull of regret: we should have built it ourselves. The journal is opened. It shows the in-house build was rejected for a reason that was true then and is still true — the timeline — while the actual miss was under-weighting the integration risk that was written down in black and white. The review now argues about the real lesson instead of an invented one, because the record refuses to let hindsight relocate the mistake.
How it works¶
Entries follow a fixed schema captured at decision time: the decision, the rejected alternatives each with a why-rejected, the decision-time knowns and unknowns, and a confidence read. The log is timestamped and append-only — entries are never edited after the fact, which is what makes it evidence rather than narrative. Crucially, by recording the rejected alternatives up front, the journal pre-loads one half of the outcome-reference pair, so a future review starts from a real, dated menu of what was forgone rather than from a menu reconstructed to fit the disappointment.
Tuning parameters¶
- Entry granularity — how much reasoning each entry captures. Richer entries are more useful later and more burdensome now.
- Confidence capture — whether the decision-maker logs a probability or gut-confidence. Enables later calibration checks but invites false precision.
- Immutability discipline — how strictly the append-only rule is enforced. Strict immutability is the whole point; leaks let hindsight back in.
- Coverage cadence — which decisions merit an entry. Journal everything and it becomes ritual; journal only "big" calls and you introduce selection bias.
When it helps, and when it misleads¶
Its strength is defeating outcome bias and hindsight at the source — a tamper-proof, decision-time record is the standard defense against judging a past choice by how it happened to turn out[1]. It is what lets a downstream review be fair.
Its failure mode is that a journal is only as honest as the moment it was written. If motivated reasoning shaped the entry — logging hopes as facts, or advocacy as analysis — the record faithfully preserves the wrong thing. Ritualized box-ticking produces the same rot: entries that read like justification rather than reasoning. The classic misuse is journaling only after a decision "matters," which quietly rebuilds the selection bias the artifact was meant to remove. The guarding discipline is to separate facts-known from hopes-held in the entry itself and to write before advocacy hardens.
How it implements the components¶
decision_rationale_trace— the artifact is a contemporaneous trace of the choice, its rejected alternatives, and the reasoning behind both.outcome_reference_pair— it pre-records the rejected alternatives that later become the reference side of the pair a review compares against.
It records candidate alternatives but never judges them; the credible_forgone_alternative_test and the temporal_distance_marker used to rule an alternative in or out belong to its nearest twin, Counterfactual Plausibility Screen, which runs on this journal's raw record.
Related¶
- Instantiates: Regret-Signal Calibration — the contemporaneous record that keeps every later review honest.
- Sibling mechanisms: Actionability-Filter After-Action Review · No-Fault Learning Review · Counterfactual Plausibility Screen · Minimax Regret Matrix · Regret Gap Table · Regret Pre-Mortem · Commitment Reset Memo · Reversal-Window Check · Rumination Timebox
Editorial Notes¶
Form Classification¶
Form family: Record, Log & Register
Rationale: Forgone-Alternative Decision Journal operates as a durable record, ledger, register, or trace whose value depends on preserving actual state or history because it a contemporaneous log of what was chosen, what was rejected, and what was known at the time — written before the outcome lands, so a later regret review cannot be quietly rewritten by hindsight.
Independent corroboration: The frozen evidence defines Forgone-Alternative Decision Journal as 'A contemporaneous log of what was chosen, what was rejected, and what was known at the time — written before the outcome lands, so a later regret review cannot be quietly rewritten by hindsight', so its operative form is Record, Log & Register.
Review outcome: Independent reviewer agreement; high confidence.
Origin Attribution¶
Primary origin: Behavioral Economics
Origin pattern: Cross-disciplinary synthesis
Present-day reach: Universal
Rationale: Behavioral economics is primary because recording rejected alternatives before outcomes counters hindsight and outcome bias. Psychology supplies the bias evidence, while management and audit trails supply the journal form; the exact generalized artifact is encyclopedia synthesis with broadly transferable use.
Related originating lineages:
- Accounting & Auditing — Contemporaneous records and audit trails contribute protection against retrospective rewriting.
- Organizational & Management Science — Decision journals and premortem-style learning routines materially shape the artifact.
- Psychology — Regret, hindsight bias, and outcome bias are psychological phenomena motivating contemporaneous capture of rejected alternatives.
Review resolution: Behavioral economics is primary because recording rejected alternatives before outcomes counters hindsight and outcome bias. Psychology supplies the bias evidence, while management and audit trails supply the journal form; the exact generalized artifact is encyclopedia synthesis with broadly transferable use.
Encyclopedia synthesis: The exact catalogued form synthesizes established practice rather than reproducing a single standard historical label.
Review outcome: Researched adjudication after independent review; high confidence.
Sources consulted:
- American Psychological Association: hindsight bias
- NIST: documenting alternatives and decision rationale
References¶
[1] Baron, J., & Hershey, J. C. "Outcome Bias in Decision Evaluation". Journal of Personality and Social Psychology 54(4), 569–579 (1988). Shows that outcome knowledge biases evaluations of a prior decision's quality. registry ↩