This is a working demonstration. It runs the real kernel logic — evidence tiering, the confidence rubric, four gates, and a tamper-evident audit chain — entirely in your browser. Nothing executes. Nothing leaves the page.
Every other tool asks you to trust the AI. PulZ makes the AI prove itself — then decides whether it is allowed to act at all.
PulZ is not a chatbot and not a wrapper. It is the layer that sits underneath an agent and governs the one thing that actually matters: the moment before an action happens. Gather the evidence. Score the confidence. Classify the action. Route the approval. Record it forever. Only then — maybe — let it run.
Nothing skips a step. Each one is recorded. The chain is the same whether the actor is a person, an agent, or another system.
Compose what the AI wants to do and the evidence behind it. PulZ tiers the evidence, scores confidence, classifies the action, runs the four gates, and writes the verdict into a hash-linked register you can audit. This is the actual decision path — running here, in your browser.
The score maps to exactly one action class. There is no discretion in the mapping — that is the point. The same input always lands in the same band.
| Confidence | Action class | What is permitted |
|---|---|---|
| 0 – 49 | blocked | Nothing. Insufficient confidence — the action does not proceed. |
| 50 – 69 | approval · reversible | Review, approve-with-supervision, or reject. Reversible actions only. |
| 70 – 89 | approval · reversible | Higher confidence, same rule: a human still signs off. Reversible only. |
| 90 – 100 | automation eligible | Eligible for automation only if explicitly enabled. Otherwise still held. |
| tier 1 | Single-source or uncorroborated. Good for logging only. |
| tier 2 | Multi-source, partially verified. Good for a single approval. |
| tier 3 | Multi-source, verified, traceable provenance. Required for multi-gate. |
| A | Log & learn only. No execution path. |
| B | Draft, then a single approval. |
| C | Full evidence, then a multi-gate review. |
PulZ is language-agnostic and offline-first by design — no network call is required to make a decision. Drop it under an agent, a model gateway, or an automation, and every action that matters passes through the same accountable path. It does not make your AI smarter. It makes it answerable.