Qascade
Interactive Demos

Live Demos — see it working

These demos run the real backend in your browser. No setup, no account required.

Qascade & OutcomeOS Live Demos
Run the SUQA execution engine and OutcomeOS governance layer interactively
SUQA · Story · ~25s

Race to Irreversibility

The full narrative: broken world → Qascade → chaos test → ledger reveal.

  • Acts 1–2 — duplicate execution without Qascade ($20,000 sent)
  • Acts 3–5 — real SUQA redemption under contention & retry
  • Act 6 — the audit ledger that makes the guarantee visible
Play the story
SUQA · Concurrency · ~5s

Competing Agents

Three agents race to redeem the same executable state. Exactly one wins.

  • Threads hit redeem_state() in parallel
  • Enforced by select_for_update + unique (state, key)
  • Invariant asserted live: consumed == 1
Run the race
SUQA · Fintech · ~6s

Risk-State Reuse

One risk state → many children (underwriting, pricing) → redeemed once.

  • Create root risk state
  • Derive underwriting + pricing child states (lineage)
  • Redeem once; second redemption is blocked
Run the flow
OutcomeOS · AI Governance

AI Loan Officer

Create an outcome with candidates, attach constraints, evaluate in real time, commit exactly once.

  • Toggle context flags: income verified, risk score, consent
  • Watch constraints evaluate per-candidate live
  • Commit the recommended decision — rejected if blocked
Run the demo
OutcomeOS · Dashboard

OutcomeOS Dashboard

The operational control plane for AI-assisted decisions — a live governance queue with signals, constraints, and commit semantics.

  • 5 seeded loan decisions in a live outcome queue
  • Inspect signals, evaluate policy constraints, commit decisions
  • Attempt recommit and see exactly-once enforcement
Open the dashboard
Docs & Architecture
Deep dives into how Qascade and OutcomeOS are built
Manifesto

Why Qascade Exists

The problem nobody named: agentic systems can decide the same thing twice. Here's why that breaks the world and how Qascade fixes it.

Read the case
HTTP + Python

API & SDK Reference

Every endpoint with request/response examples, error codes, and the contract each one upholds. Includes Python service layer docs.

Open reference
Architecture

Code Walkthrough

How Qascade is actually built — the full architecture from data model to API surface for developers who want to contribute or fork.

Explore code