The Causal Workbench is Wu-Weism’s primary research surface. Every conversation is grounded in a Structural Causal Model (SCM) loaded for your domain — so responses are not free-form language model output but causally constrained inference anchored to explicit assumptions. Questions you pose are automatically classified, an appropriate model is loaded, and every reply is tagged with a rung on Pearl’s causal ladder. Navigate to the Causal Workbench by selecting Causal Chat in the sidebar, or by openingDocumentation Index
Fetch the complete documentation index at: https://wuweism.com/llms.txt
Use this file to discover all available pages before exploring further.
/chat directly.
Starting a session
Open the Causal Workbench
Click Causal Chat in the left sidebar. A new session starts automatically.
Type your causal question
Enter your question in the composer at the bottom of the screen and press Enter or click Send. Aim for a specific causal question rather than a general prompt — see the tip below.
Review domain classification
Wu-Weism reads your question and classifies it into a causal domain. The detected domain appears as a tag beneath the session title. This determines which SCM is loaded.
Domain classification
When you send a message, Wu-Weism classifies your question into one of the recognized causal domains before loading a model. You do not need to specify a domain manually.| Domain | Examples |
|---|---|
alignment | AI safety, value alignment, mesa-optimization |
consciousness | qualia, phenomenal binding, global workspace theory |
neuroscience / theoretical_neuroscience | neural circuits, plasticity, connectomics |
iml | interpretable machine learning, feature attribution |
education | learning interventions, pedagogy, curriculum design |
legal | tort, liability, regulatory causation |
ecology | trophic cascades, population dynamics, habitat interventions |
evolutionary_biology | selection pressures, speciation, adaptation |
cognitive_psychology | cognitive load, memory, attention |
scaling_laws | emergent capabilities, compute-performance relationships |
physics | quantum measurement, thermodynamic causation |
abstract | formal causal reasoning without a specific empirical domain |
Truth Cartridges and SCM loading
Once a domain is identified, Wu-Weism loads a Truth Cartridge — a pre-validated SCM encoding known causal constraints for that domain. The cartridge defines:- The causal variables relevant to your domain
- Permitted directed edges between variables
- Constraints inherited from established theory and prior empirical evidence
The loaded SCM is a constraint layer, not a complete domain ontology. It bounds what the model can assert causally; it does not enumerate every possible relationship.
Causal density levels
Every response labels each claim with one of three rungs from Pearl’s causal hierarchy:- Rung 1 — Association
- Rung 2 — Intervention
- Rung 3 — Counterfactual
What it means: The claim describes a statistical association or correlation between variables. No causal direction is asserted.When you see it: Observational findings, descriptive summaries, correlational evidence from the literature.Example label:
[Rung 1: Association]Operator modes
Beyond normal dialogue, two operator modes modify how Wu-Weism processes and frames responses.Intervene mode
Intervene mode
Activating Intervene mode shifts every response to Rung 2 framing. The system applies do-calculus reasoning to your question — asking what would change under an active manipulation of the variable you specify, not merely what correlates with it.Use intervene mode when you are designing an experiment, evaluating a policy, or need to reason about the effect of a specific manipulation rather than an observed association.Select Intervene from the mode selector in the composer toolbar before sending your message.
Audit mode
Audit mode
Audit mode produces a structured breakdown of the causal assumptions embedded in your question and the SCM’s response. Output includes an explicit listing of:
- The edges activated in the SCM
- Assumptions required to support each Rung 2 claim
- Gaps between what was asserted and what the SCM can support
Attaching PDFs
You can attach PDF files alongside your question. Wu-Weism extracts text and numeric evidence from the attachment and incorporates it into the causal reasoning for that message.Click the attachment icon
In the composer toolbar, click the paperclip icon (or drag and drop a file onto the composer).
PDF analysis in Causal Chat is designed for single-document context. To synthesize across multiple documents, use the Hybrid Synthesis or PDF Synthesis surfaces instead.
Session ledger
All past sessions are listed in the left sidebar under Sessions. For each session the ledger shows:- Title: auto-generated from the first message of the session
- Domain tags: the causal domain(s) detected during the session
- Recency: relative timestamp (e.g., “2 hours ago”, “Yesterday”)
Model settings and provider selection
Wu-Weism supports three AI providers: Anthropic, OpenAI, and Gemini. You choose which provider and model to use in Model Settings.Select a model
Choose the specific model within that provider (e.g.,
claude-opus-4-5, gpt-4o, gemini-2.5-pro).Bring Your Own Key (BYOK)
You can supply your own API key per request rather than relying on a platform key. This is useful when you have negotiated rate limits, custom billing arrangements, or want to avoid shared-pool constraints. Enter your API key in the API Key field in Model Settings before sending a message. The key is sent with each request via thex-byok-api-key header and is never stored server-side between sessions.
Related pages
Hybrid Synthesis
Reconcile conflicting claims across multiple documents and sources.
PDF Synthesis
Extract numeric evidence and causal claims from a single PDF.
Causal Ladder
Understand Rung 1, 2, and 3 reasoning in depth.
AI Providers
Configure your Anthropic, OpenAI, or Gemini API key.
