You're moving fast with Claude Code, Codex, Cursor, ChatGPT, or Ollama. AI is writing the code. But it also touched auth. It suggested pushing to prod. It edited the env file. You have no record of what happened. Cascade is the flight recorder and guardrail layer that sits between you and that chaos.
Every one of these has happened to someone using AI to code. Probably you.
Run any scenario yourself: cascade demo --scenario auth. No API key. No provider call. Output shows exactly what Cascade would produce in a live session.
cascade demo "task"Classify any task against the supervision pack. Shows risk tier, roles, executor, approval requirement, local-only flag, and receipt format. No API key. No provider call.
cascade packs check "task"Ask the supervision pack what it knows about a task before you run it. See all roles, routing rules, and risk tier in one shot. Use it before handing work to an AI agent.
cascade receipts listSee every AI-assisted action from your live sessions, timestamped, hash-chained, with risk tier and executor recorded. Your audit trail.
cascade doctorHealth check for your Cascade installation, pack registry, receipt chain integrity, provider configuration, and gate predicate status in one pass.
Cascade does not stop you from using AI. It classifies, routes, and records, and flags when a human should be in the loop before something irreversible happens.
For HIGH-risk tasks (auth, secrets, deploy, release), Cascade surfaces the risk and sets the approval flag. The AI can draft. You decide whether it executes.
Patent material, personal notes, private config, internal IP, the local-only policy fires automatically. Cloud is blocked. Your local model handles it instead.
Hash-chained HMAC receipts for every task. Timestamped. Policy bundle hash anchors the record to the exact governance version that was active. Replay any session.
Writing tests? Running pytest? Summarizing local docs? Routes to Ollama by default. You're not burning cloud tokens on tasks a local model handles fine.
Claude Code, Codex, Cursor, ChatGPT, Gemini, Ollama, GitHub CLI, Docker, gcloud, terraform, Cascade sits above them, not inside them.
The classification layer is advisory. The CPL/gate remain authoritative. Cascade records and flags; it does not intercept your keystrokes. You remain in control.
| Scenario | Task | Risk | Executor | Local-only | Approval |
|---|---|---|---|---|---|
--scenario auth | refactor backend auth middleware | HIGH | cloud | no | required |
--scenario stripe | implement Stripe payment webhook | HIGH | cloud | no | required |
--scenario secrets | edit env file and api key handling | HIGH | Ollama | YES | required |
--scenario deploy | commit and push to production | HIGH | cloud | no | required |
--scenario private-ip | summarize private patent code | MEDIUM | Ollama | YES | not required |
--scenario tests | run pytest and explain failures | LOW | Ollama | no | not required |
--scenario docker | deploy Docker service to production | HIGH | cloud | no | required |
--scenario cleanup | clean up code and remove unused functions | LOW | Ollama | no | not required |
Solo builder, small team, or company shipping with AI-assisted dev, the same governed execution infrastructure used in regulated enterprise, packaged for developers who move fast.