What the decision layer is, and what it returns.
- Why doesn't approving every AI agent action work?
- Because at volume, approving stops being a decision. Anthropic measured that Claude Code users approve 93% of permission prompts, and shipped classifiers specifically to cut permission fatigue (Anthropic Engineering, 25 March 2026). A separate 40,000-run study by Scale X found people missed 1 in 3 genuine threats while clicking through, and 7% approved every prompt they saw. That leaves two bad escapes — approve everything by hand and get nothing done, or skip permissions and hope. Policy-based gating is the third option: your policy answers in under 120ms on the common path, and a named person is pulled in only when your rules require one, so the approvals someone does see are rare enough to deserve real attention.
- Who gave Decionis the authority to stop an action?
- You did. Decionis holds no policy of its own. It evaluates your organisation's policy — authored, approved, and versioned by your team, with the author barred from being their own approver — against each intended action at runtime. When your rules require a person, a named human in your organisation approves. Decionis has no opinion about what should be allowed; it applies the decision you already made, and proves afterwards which version of your policy was in force.
- How is this different from logic my own engineers could write?
- Any team can write a check inside one service. What is expensive is everything around it: policy authored and versioned outside the application, evaluated identically across every surface an action can leave from, maker-checker approval, a named human in the loop when the rules demand one, and a signed record anyone can verify afterwards. Decionis is the permission step as infrastructure, not business logic living inside a single app.
- What does Decionis do?
- Decionis is an inline, deterministic control plane that decides whether a high-stakes action is safe before it executes. In commerce it stops coupon-stacking, price-drift, and rogue-agent margin leakage and prevents multi-channel over-selling at checkout in under 120ms; the same control plane governs payments, ERP updates, ITSM changes, and AI-agent actions. It returns a proceed, hold, block, or escalate verdict and packages the proof into a signed Decision Dossier that links into a Decision Chain and Execution Ledger.
- What is the Decionis authority lifecycle?
- The Decionis authority lifecycle is Decision Dossier, Decision Chain, Execution Ledger, Override Dossier, Policy Drift, and Policy Evolution. It turns one certified verdict into durable institutional memory instead of leaving critical decisions scattered across logs, tickets, and screenshots.
- How does Decionis handle overrides and policy drift?
- Decionis treats overrides as controlled evidence. The original Decision Dossier remains intact, the exception is linked as an Override Dossier, and override patterns become Policy Drift signals that inform governed policy evolution.
- How is Decionis different from Guardrails AI, Lakera, or LangChain Guardrails?
- Guardrails AI, Lakera, and LangChain Guardrails focus on LLM safety, prompt controls, runtime protections, or agent behavior. Decionis operates one layer closer to business execution: it evaluates institutional policy against intent and signals, then decides whether a real-world action can proceed.
- Does Decionis only work for e-commerce checkout, or can it govern other workflows?
- Checkout margin protection is where Decionis runs live in production today — and it is not the limit. The same deterministic gate — the Universal Action Gate — governs any point of execution through a single API or webhook call, with no native integration required. Beyond checkout, it applies to vendor deals and procurement commitments, visa and eligibility submissions, and code deploys or infrastructure changes (for example, blocking a hard policy violation before a config change applies). Related verdicts link into a multi-workflow Decision Chain for cross-domain accountability. Checkout is live today; the other domains are deployable policy patterns on the same gate.