-
Notifications
You must be signed in to change notification settings - Fork 4
Phase 5 Hypothesis Reasoning Cognitive De biasing hypcog
Phase 5 represents the transition from data collation to rigorous analytical testing. It is governed by the Inconsistency Principle, which shifts the investigative focus from seeking confirmation to actively attempting refutation. The core objective is to identify the most likely explanation by determining which hypothesis is least contradicted by the available evidence.
The methodology is based on the Analysis of Competing Hypotheses (ACH) framework. Unlike standard investigative approaches that may fall victim to confirmation bias, Phase 5 requires the analyst to calculate which hypothesis accumulates the fewest inconsistencies against the evidence base.
- Refutation over Confirmation: The most likely explanation is the one the evidence has the hardest time disproving.
- Mutual Exclusivity: Hypotheses must be distinct; if one is true, the others must be false.
- Minimum Threshold: A minimum of three hypotheses is required to avoid "satisficing" (settling for the first "good enough" answer).
- Devil's Advocate: At least one hypothesis must directly contradict the analyst's initial instinct.
The primary analytical engine for this phase is the ACH Matrix, implemented via the analysis/ach.md template. This process bridges the "Natural Language Space" of investigative theories with a structured "Code Entity Space" of evidence metadata.
The Y-axis of the matrix is populated by discrete facts derived from previous phases, including POLE entities (Phase 3), Chronological Matrix sequences (Phase 4), and Network Architecture scores (Phase 4).
The following diagram illustrates the transformation of raw evidence into a scored analytical matrix.
Diagram: Evidence Transformation and ACH Scoring Logic
graph TD
subgraph "Natural Language Space (Investigation)"
H1["Hypothesis 1 (Initial)"]
H2["Hypothesis 2 (Alternative)"]
H3["Hypothesis 3 (Devil's Advocate)"]
end
subgraph "Code Entity Space (Data Inputs)"
ER["Entity Register (Phase 3)"]
CM["Chronological Matrix (t9.1-9.3)"]
NA["Network Architecture (t10.1-10.4)"]
SG["Source Grader (Admiralty 6x6)"]
end
subgraph "ACH Processing (analysis/ach.md)"
direction TB
EV_LIST["Evidence List (Y-Axis)"]
DIAG["Diagnosticity Filter"]
SCORING["Matrix Scoring (CC/C/N/A/I/II)"]
WEIGHTS["Admiralty Reliability Weights"]
end
ER --> EV_LIST
CM --> EV_LIST
NA --> EV_LIST
SG --> WEIGHTS
EV_LIST --> DIAG
DIAG --> SCORING
H1 --> SCORING
H2 --> SCORING
H3 --> SCORING
WEIGHTS --> CALC["Inconsistency Score Calculation"]
SCORING --> CALC
CALC --> RESULT["Most Likely Explanation (Lowest Score)"]
Analysts must score each cell by asking: "Given that Hypothesis X is true, how likely is it that I would observe this evidence?".
| Code | Definition | Analytical Impact |
|---|---|---|
| CC | Very Consistent | Strongly expected if H is true |
| C | Consistent | Plausible within the framework |
| N/A | Not Applicable | No diagnostic relationship |
| I | Inconsistent | Unexpected if H is true |
| II | Very Inconsistent | Strongly contradictory; high weight |
Rules for Scoring:
- Independent Scoring: Rows must not be scored simultaneously to avoid the anchoring effect.
- Order: Analysts must start with the hypothesis considered least likely.
- Pruning: Evidence that is consistent (C/CC) across all hypotheses must be flagged and moved to an appendix, as it lacks discriminatory power.
The final determination is based on the Inconsistency Score, calculated as a weighted count where II (Very Inconsistent) ratings carry double weight and are further adjusted by the source's Admiralty reliability grade.
- Critical Dependencies: Identify which evidence items, if removed, would change the winning hypothesis.
- Reliability Stress Test: Remove all evidence graded F or 5/6 on the Admiralty scale. If the ranking changes, the conclusion is "fragile".
- Assumption Audit: Identify which unverified assumptions are most critical to the outcome.
Conclusions must be expressed using Intelligence Community Directive (ICD) 203 standards. It is forbidden to combine confidence and probability in the same sentence.
- Confidence Levels: High, Moderate, Low.
- Probability Expressions: Almost certainly (95–99%), Very likely (80–95%), Likely (55–80%), Roughly even chance (45–55%), Unlikely (20–45%), Very unlikely (5–20%), Remote (1–5%).
A "too perfect" evidence base (overwhelming support for one hypothesis with zero inconsistencies) is treated as a red flag for potential fabrication.
The system uses the Source Register (t5.3) and Content Verification Reports (t3.3b) to audit the leading hypothesis for deception.
Diagram: Deception and Integrity Audit
graph LR
subgraph "Audit Tools"
SR["Source Register (t5.3)"]
CVR["Content Verification (t3.3b)"]
CDL["Case Decision Log (t12.4)"]
end
subgraph "Verification Steps"
MOT["Assess Source Motivation"]
CIRC["Check Circular Corroboration"]
PROV["Provenance Audit (Chain of Custody)"]
end
SR --> MOT
MOT --> CIRC
CVR --> PROV
CIRC --> RED["Red Team Analysis"]
PROV --> RED
RED --> VAR["Variant Matrix (Deception Assumption)"]
VAR --> INT["Integrity Statement"]
The analyst must produce a formal annex containing:
- Deception Probability Assessment: Using ICD 203 language.
- Vulnerable Evidence Register: Items identified as potentially compromised.
- Gap Impact Register: Unfilled gaps with the potential to alter the conclusion.
- Integrity Statement: Final confirmation of risk assessment.