This guide walks you through a complete causal analysis session in Wu-Weism — from signing in to reviewing a counterfactual claim in the Claim Ledger. By the end, you will have touched all three rungs of Pearl’s causal ladder in a single conversation.Documentation Index
Fetch the complete documentation index at: https://wuweism.com/llms.txt
Use this file to discover all available pages before exploring further.
What you will build
A three-question session on cortisol and hippocampal volume that progressively climbs from association (Rung 1) to intervention (Rung 2) to counterfactual (Rung 3), with each response grounded in the neuroscience Structural Causal Model (SCM).Sign in and open Causal Chat
Navigate to your Wu-Weism instance and sign in. Once authenticated, go to /chat.You will see the Causal Chat interface: a message input at the bottom, the model settings panel in the sidebar, and an empty conversation thread. Before sending your first message, confirm that a provider key is configured — the model selector in the sidebar should show an active provider. If it shows a configuration warning, see Configuring your AI provider first.
Ask your first causal question
Type a precise causal question in the message input. Specificity matters — the more clearly you frame a causal relationship, the more accurately Wu-Weism can classify the domain and load the right SCM.Press Enter or click Send.
Example question — Rung 1
Watch domain classification
Before the response content appears, Wu-Weism classifies your question into a research domain. You will see a brief status indicator:Domain classification determines which Structural Causal Model (SCM) — called a Truth Cartridge — is loaded to constrain the response. For this question, the system identifies neuroscience and loads the corresponding cartridge, which encodes known causal relationships between stress hormones, the HPA axis, and hippocampal structure.If your question spans multiple domains (e.g., a pharmacological intervention studied in a neuroscience context), Wu-Weism selects the primary domain based on the dependent variable in your question.
Read the structured response
The response for a Rung 1 (association) question will include:The claim ID (e.g.,
- Causal density rung: The response header indicates which rung the answer operates on. For a purely observational question, you will see
Rung 1 — Association. - SCM constraints applied: The specific causal nodes and edges from the neuroscience cartridge that are relevant to your question.
- Governed claim: A structured claim with an uncertainty label (e.g.,
metric-bearingif empirical data was cited,structuralif the answer derives from the SCM alone). - Provenance trace: The reasoning chain that produced the claim, including which SCM edges were activated.
Example response shape
claim_001) links to a permanent entry in the Claim Ledger.Trigger Rung 2 with an intervention question
Now escalate to an intervention by asking what would happen under a deliberate manipulation. Wu-Weism detects intervention intent from phrasing like “if we intervened,” “what would happen if we set,” or explicit The response will shift to Notice that the system reports identifiability status. If the required confounders were not available in the SCM, the system would downgrade to association-level and explain which confounders are missing. See Running interventions for a full explanation of the identifiability gate.
do() notation.Example question — Rung 2
Rung 2 — Intervention:Example response shape
Trigger Rung 3 with a counterfactual question
Finally, ask a counterfactual — a question about what would have happened in an alternate world where a past condition was different. Counterfactuals operate on Rung 3 and require both an observed outcome and a hypothetical antecedent.The response will escalate to Necessity and sufficiency scores are standard counterfactual measures from the Pearl framework. A necessity score above 0.5 means the intervention (normal cortisol) would have prevented the outcome in most individuals.
Example question — Rung 3
Rung 3 — Counterfactual:Example response shape
Review your claims in /claims
Navigate to /claims to see the Claim Ledger for this session. All three claims produced in this conversation —
claim_001, claim_002, and claim_003 — are recorded with:- The rung they were produced on
- The SCM cartridge and specific edges activated
- Uncertainty label and confidence score
- The full provenance trace (the reasoning chain)
- Timestamp and session ID
What you covered
| Step | Rung | Question type | Key output |
|---|---|---|---|
| Initial question | Rung 1 | Association | Causal association with SCM support |
| Intervention | Rung 2 | do() operator | Effect estimate with identifiability check |
| Counterfactual | Rung 3 | Necessity/sufficiency | Probability of necessity and sufficiency |
Next steps
- Learn how interventions are evaluated and what happens when identifiability fails: Running interventions
- Analyze supporting literature alongside your causal questions: Analyzing research papers with PDF upload
- Understand how claims are structured and governed: Claim Ledger
