Decision quality¶
Intelligence quality is the ability to reproduce, challenge, and bound a recommendation. It requires more than a stable ranking: evidence lineage, candidate completeness, policy identity, alternative actions, sensitivity, calibration, regret, refusal, and authority must all remain reviewable.
flowchart LR
I["input integrity"] --> P["policy reproducibility"]
P --> C["challenge coverage"]
C --> S["sensitivity"]
S --> A["calibration and regret"]
A --> B["authority boundary"]
B --> D{"decision posture"}
D --> R["recommend, downgrade, or refuse"]
Quality dimensions¶
| Dimension | Evidence | Blocking failure |
|---|---|---|
| candidate integrity | complete universe, validation, exclusions, fingerprints | winning candidate shown without excluded alternatives |
| evidence fidelity | immutable artifact references and revision | copied or altered evidence inside the decision model |
| policy reproducibility | normalized policy, components, ordering, tie-breaking | same context produces unexplained rank drift |
| challenge strength | contradictions, falsifiers, blinded and counterfactual cases | recommendation survives only because adverse cases were omitted |
| stability | threshold, weight, scenario, and missing-data sensitivity | plausible change reverses action without downgrade |
| calibration | predicted confidence versus benchmark and outcome behavior | systematic overconfidence remains unreported |
| regret | cost of selected versus plausible alternative actions | recommendation hides material downside |
| authority | posture, refusal, escalation, human and Lab handoff | advisory output is treated as autonomous approval |
Proof by change type¶
| Change | Minimum proof |
|---|---|
| candidate model or filter | valid, invalid, missing, duplicate, exclusion, fingerprint cases |
| metric or scoring component | orientation, scale, boundary values, missingness, explanation |
| ranking policy | fixed corpus, ties, constraints, alternatives, deterministic order |
| recommendation posture | support, contradiction, downgrade, escalation, hold, refusal |
| confidence or learning | calibration corpus, outcome lineage, before-and-after regret |
| review artifact | complete input lineage, challenge findings, round trip, consumer boundary |
Test strategy and change validation map these obligations to executable checks.
Invariants¶
- a decision references, rather than rewrites, upstream evidence;
- the candidate universe and exclusions are recoverable;
- policy and normalized configuration identify the behavior applied;
- component scores, alternatives, and tie-breaking remain inspectable;
- contradiction and instability can weaken or stop a recommendation;
- learning creates a new policy record and preserves historical decisions;
- an advisory artifact never grants execution or laboratory authority.
See invariants for the complete set.
Honest negative outcomes¶
Downgrade, escalation, hold, and refusal are successful outputs when evidence or stability is inadequate. Tests must exercise these paths directly. A fallback that always returns a winner is not robust decision support; it is a hidden policy that prevents the system from admitting uncertainty.
Known evidence ceilings, calibration gaps, and workflow-family limits remain in known limitations. Ownership and decision risks remain in the risk register.
Review route¶
Use dependency governance for upstream model and optional analysis dependencies, documentation standards for recommendation language, and review checklist before handoff. Definition of done requires explicit results for challenge, sensitivity, calibration, and remaining blockers.