> ## Documentation Index
> Fetch the complete documentation index at: https://wuweism.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Wu-Weism

> Causal science, automated. From observation to counterfactual — Pearl's causal ladder, automated with institutional rigor.

Wu-Weism is a research workbench that automates the full Pearl causal ladder. Ask causal questions, run interventions, trace counterfactuals, and govern every claim with auditable provenance — all from a single platform.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="bolt" href="/quickstart">
    Get into the workbench in minutes. Connect your AI provider and run your first causal analysis.
  </Card>

  <Card title="Core Concepts" icon="brain" href="/concepts/causal-ladder">
    Understand the causal ladder, SCMs, and how Wu-Weism governs inference from observation to counterfactual.
  </Card>

  <Card title="Causal Workbench" icon="flask" href="/workbench/causal-chat">
    Structured causal dialogue grounded in Structural Causal Models with real intervention framing.
  </Card>

  <Card title="API Reference" icon="code" href="/api/overview">
    Integrate Wu-Weism into your own applications via the REST API.
  </Card>
</CardGroup>

## Research surfaces

Wu-Weism exposes three purpose-built instruments — each sharing the same underlying SCM engine and provenance trail.

<CardGroup cols={3}>
  <Card title="Causal Workbench" icon="message-bot" href="/workbench/causal-chat">
    Structured causal dialogue with intervention framing. Every exchange moves up Pearl's ladder.
  </Card>

  <Card title="Hybrid Synthesis" icon="shuffle" href="/workbench/hybrid-synthesis">
    Surface genuine novelty by reconciling conflicting claims across your literature corpus.
  </Card>

  <Card title="Legal Causation" icon="scale-balanced" href="/workbench/legal-causation">
    Causation analysis that meets legal epistemological standards — but-for and proximate cause frameworks.
  </Card>
</CardGroup>

## How it works

<Steps>
  <Step title="Sign in and connect your AI provider">
    Log in to Wu-Weism and add your API key for Anthropic, OpenAI, or Gemini in **Model Settings**.
  </Step>

  <Step title="Choose your research surface">
    Open the **Causal Workbench** for structured dialogue, **Hybrid Synthesis** for multi-document analysis, or **Legal Causation** for legal causal reasoning.
  </Step>

  <Step title="Ask a causal question">
    Pose your research question. Wu-Weism classifies the domain, loads the appropriate Structural Causal Model, and grounds every response in explicit causal constraints.
  </Step>

  <Step title="Review governed claims">
    Every claim produced is logged in the **Claim Ledger** with provenance, confidence scores, and uncertainty labels — auditable at any time.
  </Step>
</Steps>

<Note>
  Wu-Weism requires an active account and at least one AI provider API key (Anthropic, OpenAI, or Gemini) to run causal analysis. See [AI Providers](/guides/ai-providers) to configure your key.
</Note>
