Most analytical systems answer questions about patterns in data. Wu-Weism is built to answer a different class of question: not just what happened, but why it happened, what would happen if we intervened, and what would have happened if things had been different. This distinction is formalized in Judea Pearl’s causal ladder — a hierarchy of three rungs, each requiring more information and more powerful reasoning than the one below.Documentation Index
Fetch the complete documentation index at: https://wuweism.com/llms.txt
Use this file to discover all available pages before exploring further.
The three rungs
- Rung 1 — Association
- Rung 2 — Intervention
- Rung 3 — Counterfactual
Seeing: “What is the probability of Y given X?”Association is the domain of statistical correlation. You observe data and ask what patterns exist. No causal claim is made — only a relationship between measurements.
“Patients who took aspirin had lower rates of heart attack.”This rung answers questions of the form P(Y | X) — the probability of an outcome given an observation. It requires only observational data: surveys, records, logs, measurements. Virtually every machine learning model and statistical analysis lives here.Limitations: Association cannot tell you what caused what. The aspirin-taking patients may differ from non-takers in dozens of other ways. Correlation is real, but its causal interpretation is not warranted from this rung alone.
Association-level answers are valid and useful. Wu-Weism displays a Rung 1 indicator when a response is grounded at this level, so you know what epistemic weight to place on it.
Why this matters for AI systems
Most large language models and data analytics platforms operate exclusively at Rung 1. They detect patterns in training data and generate outputs that reflect statistical associations. They cannot, by design, answer causal questions — because association-level data is insufficient to identify causal effects. This has practical consequences:- A Rung 1 system cannot tell you whether a drug caused recovery or whether recovering patients happened to take the drug.
- A Rung 1 system cannot simulate what would happen if you changed a policy, only describe what was observed when the policy was in place.
- A Rung 1 system cannot assess individual-level causation — whether this specific patient was harmed by the treatment.
Moving to a higher rung does not make lower-rung answers wrong — it makes them more precise. A Rung 3 analysis is built on Rung 2 interventions, which are built on Rung 1 associations. Wu-Weism always shows you which rung a given response operates at.
How Wu-Weism maps to the ladder
Every query in Wu-Weism passes through a pipeline that determines the appropriate rung and applies the corresponding reasoning:Domain classification
Wu-Weism classifies your query to determine its subject domain — neuroscience, legal causation, ecology, alignment, and others. This determines which SCM to load.
SCM loading
The appropriate Structural Causal Model is retrieved from the SCM Registry. The model defines the variables, causal edges, and constraints relevant to your domain. You can see which model was loaded via the
scm_loaded event in the workbench.Constraint injection
Universal constraints (conservation laws, entropy, locality) are injected as Tier 1 rules that no response can violate. Domain-specific constraints are applied as Tier 2 rules.
The causal density indicator
Every response in Wu-Weism displays a causal density indicator that signals which rung of the ladder the response reaches:| Indicator | Rung | What it means |
|---|---|---|
| Rung 1 | Association | The response describes observed patterns. No causal claim is warranted beyond correlation. |
| Rung 2 | Intervention | The response reflects do-calculus reasoning. A causal effect estimate has been computed. |
| Rung 3 | Counterfactual | The response addresses a specific hypothetical. A counterfactual trace has been generated and persisted. |
Related concepts
Structural Causal Models
The formal graphs that power Wu-Weism’s causal reasoning.
Counterfactual reasoning
How Wu-Weism computes and traces Rung 3 answers.
Claim Ledger
How every claim produced is governed, scored, and audited.
