Cautious Pattern Completion¶
Fill gaps in partial information while marking what is inferred and what remains unverified.
The Diagnostic Story¶
Symptom: The evidence is partial, but a coherent story fills in so naturally that the gap stops feeling like a gap. Inferred details get repeated later as facts; only one completion gets discussed even though the input supports several; people ask for confirmation but don't look for evidence that would break the story. Decisions get made from a reconstruction whose missing pieces are known but undocumented.
Pivot: The problem is that fluent completion hides its own uncertainty. The shift is to make the completion process explicit: separate what was observed from what was inferred, label missing evidence as missing rather than silently filling it in, and carry uncertainty forward when the completion is stored or acted on. Seek disconfirmation, not just confirmation.
Resolution: Teams can act under uncertainty without laundering assumptions into facts. Reconstructions, diagnoses, and generated outputs become auditable because the gap between evidence and inference is visible. Confidence tracks actual evidence rather than narrative coherence, and new information can revise the completion without reputational penalty.
Reach for this when you hear…¶
[incident commander] “We wrote the post-mortem as if we knew what happened at 2 AM but half of it is best-guess reconstruction and nobody said so.”
[diagnostic radiologist] “The scan is consistent with three things; I flagged the most likely but I should have noted the other two so the clinician knows to rule them out.”
[financial analyst] “The model looks confident because it filled in the missing quarter with a trend extrapolation and nobody labeled that cell as estimated.”
When This Archetype Applies¶
Partial catalog groundingSome structural conditions are represented by existing abstractions, but no sufficient condition set is fully represented.
Diagnostic problem
A person, team, model, or organization infers a coherent whole from partial evidence and then risks treating that inferred completion as if it were fully observed or verified.
What this problem means
The structural problem is that pattern-completing minds and systems prefer coherent wholes. Once a coherent whole exists, it becomes cognitively easier to remember, repeat, and defend than the messy partial input that produced it. This can convert missing evidence into assumed detail and assumed detail into apparent fact.
The risk is not merely being wrong. The deeper risk is loss of traceability: later users cannot tell which parts were observed, which were inferred, and which were never checked. The completion becomes hard to revise because it no longer carries its uncertainty with it.
Show the applicability expression
Applicability expression5 distinct conditions
groundedpartly groundedopen
5 conditions, all required.
5Required in every casenumbered 1–5
These hold no matter which pattern applies.
Incomplete ambiguous evidence · grounded
Available evidence is partial, ambiguous, noisy, truncated, indirect, or one-sided.
The source archetype describes the situation as follows: The available evidence is partial, ambiguous, noisy, truncated, indirect, or drawn from only one perspective. The normalized requirement above isolates the load-bearing portion used in this condition set.
Plausible pattern completion · grounded · any one of 2
A plausible explanatory or reconstructive completion can be generated from partial evidence.
The source archetype describes the situation as follows: A plausible story, diagnosis, reconstruction, or interpretation can be generated before enough verification is available. The normalized requirement above isolates the load-bearing portion used in this condition set.
Double-sided delay risk · open
Waiting for complete evidence is costly while unsupported completion is also risky.
The source archetype describes the situation as follows: Waiting for complete evidence is costly, but acting on an unsupported completion is also risky. The normalized requirement above isolates the load-bearing portion used in this condition set.
Completion overconfidence · open
Fluency, familiarity, strong priors, or organizational pressure causes unjustified confidence in the completion.
The source archetype describes the situation as follows: Fluent outputs, familiar patterns, strong priors, or organizational pressure make the completion feel more certain than it is. The normalized requirement above isolates the load-bearing portion used in this condition set.
Action-divergent completions · open
Alternative completions imply different actions, owners, risks, or ethical obligations.
The source archetype describes the situation as follows: Different completions would imply different actions, owners, risks, or ethical obligations. The normalized requirement above isolates the load-bearing portion used in this condition set.
Coverage
2 of 5 conditions grounded · 3 open.
Mechanisms / Implementations¶
- Hypothesis List: Turns a single tempting explanation into an explicit slate of candidate completions drawn from the same partial input, so the first story cannot quietly become the only story.
- Assumption Log: Makes the unstated premises a plan silently rests on into an explicit, revisable list — each with its confidence and a trigger to revisit it when reality drifts.
- Diagnostic Differential: Keeps several rival explanations live and drives toward the one discriminating test that separates them, updating each rival's likelihood as evidence lands.
- Reconstruction Note: A written record that lays a reconstructed whole out as three separate columns — what is known, what is inferred, and what is still missing — so speculation never inherits the authority of fact.
- Uncertainty Tagging: Attaches a travel-with-the-claim status label — observed, inferred, assumed, estimated, unverified, verified — to each part of a completion, and logs when that status changes.
- Hallucination Check: A review pass over generated or inferred content that flags every unsupported detail and verifies each nontrivial claim against a real source before it is trusted.
- Disconfirming Evidence Search: Deliberately hunts for the observation that would break the leading completion, turning verification into an attempt to falsify rather than confirm.
- Source-Tracing Table: Maps every element of a completion to its provenance — direct evidence, indirect evidence, assumption, or missing source — in a standing ledger anyone can audit claim by claim.
- Withhold-Conclusion Checkpoint: A scheduled decision pause where a group weighs confidence against stakes and decides whether a completion may be released as a claim or must stay a held hypothesis.
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 (3)
- Pattern Completion (Filling the Incomplete): Infer missing structure.
- Representation: Model complex ideas.
- Uncertainty: Incomplete knowledge.
Also references 6 related abstractions
- Black Box vs. White Box Distinction: Visibility of internal structure.
- Confirmation Bias: Favor confirming evidence.
- Hypothesis Testing (Null vs. Alternative): Null vs alternative evaluation.
- Missing Data Mechanisms (MCAR, MAR, MNAR): MCAR, MAR, MNAR.
- Observability: Infer internal state externally.
- Probability: Quantifies uncertainty and likelihoods.
Variants¶
Narrower or domain-specific specializations that share this archetype's core structure. Recognized variants are established; candidate variants are provisional.
Diagnostic Completion with Differential · domain variant · recognized
Completes a likely diagnosis, fault explanation, or cause from partial symptoms while keeping alternative explanations and exclusion evidence visible.
Source-Traced Reconstruction · subtype · recognized
Reconstructs a missing sequence, design, event history, or textual meaning while tracing every reconstructed element to evidence or assumption status.
AI Completion Hallucination Guard · risk or failure variant · recognized
Controls generated completions from AI or automated systems by requiring source checks, uncertainty labels, and explicit separation of generated detail from verified fact.
Missing-Data Completion with Review · implementation variant · candidate
Uses estimates, imputations, or proxy values to fill missing data while marking imputation status and checking whether conclusions depend on those fills.
Editorial Notes¶
Problem Classification¶
Classification: Uncertainty, Evidence & Inference Failure → Explanatory Hypothesis, Pattern & Case Reasoning
Problem kernel: partial evidence is completed into an unverified whole
Rationale: A coherent pattern inferred from fragments is treated as fully observed rather than maintained as a provisional explanation with missing parts.
Independent corroboration: The earliest necessary condition in the frozen evidence is: A person, team, model, or organization infers a coherent whole from partial evidence and then risks treating that inferred completion as if it were fully observed or verified. That is a explanatory hypothesis pattern and case reasoning problem because Partial or recurring observations are forced into a favored explanation, analogy, pattern, or universal before alternatives and boundary cases are tested.
Review outcome: Independent reviewer agreement; high confidence.