DEMO

How a Request Becomes a Verdict

Here is what happens when a user asks an arifOS-governed agent to perform an action.

Every AI recommendation in arifOS passes through the same gate: 13 constitutional floors → verdict → VAULT999 log. This is what that looks like.

1

STEP ONE — USER SUBMITS INTENT

User submits a request to the agent.

Example: "Deploy the model to production" or "Interpret this well log and tell me if we should spud."

user: "Delete all test records from the production database"
2

STEP TWO — AUTHORITY CHECK

arifOS checks: does the actor have authority to make this request?

F11 AUTH verifies identity binding. F13 SOVEREIGN confirms human veto is in place. If authority is absent or unverified → VOID immediately.

F11: AUTH FAIL — actor not verified → VOID
3

STEP THREE — INJECTION SCAN

F12 INJECTION: the request is scanned for injection attempts.

Prompt injection, command injection, role-play escalation, and adversarial framing are caught here. Malicious payload detected → HOLD + flag for human review.

F12: INJECTION SCAN — clean → PASS
4

STEP FOUR — 13 FLOOR EVALUATION

The kernel evaluates every active floor. This is the core of arifOS.
F01 AMANAH — Trustworthiness ✓
F02 TRUTH — Honest uncertainty ✓
F03 WITNESS — Verifiable evidence ✓
F04 CLARITY — Transparent intent ✓
F05 PEACE — Human dignity ✓
F06 EMPATHY — Consequence considered ✓
F07 HUMILITY — Acknowledge limits ✓
F08 GENIUS — Elegant correctness ✗
F09 ANTIHANTU — No manipulation ✓
F10 ONTOLOGY — Structural coherence ✓
F11 AUTH — Identity verified ✓
F12 INJECTION — No malicious payload ✓
F13 SOVEREIGN — Human veto active ✓
F08 VIOLATION: action is not elegantly correct — requires SABAR or HOLD
5

STEP FIVE — VERDICT ISSUED

The kernel issues a verdict based on the floor evaluation.
SEAL
Approved
SABAR
Refine & resubmit
HOLD
Human review
VOID
Rejected
VERDICT: SABAR — F08 GENIUS violation. Action is technically sound but not elegant. Refine approach or add justification for departing from optimal form.
6

STEP SIX — VAULT999 LOG

If approved (SEAL), the action is logged to VAULT999 before execution.

The immutable ledger records: actor binding, tool called, floor compliance proof, verdict code, timestamp, and chain hash. Every SEAL has a trace. Every HOLD has a reason.

{"entry_id": "v999-2026-0429-001", "verdict": "SEAL", "actor": "arif-agent-01", "tool": "arif_forge_execute", "floors_passed": ["F01","F02","F03","F04","F05","F06","F07","F09","F10","F11","F12","F13"], "floors_partial": ["F08"], "chain_hash": "9f3a...e2d1", "timestamp": "2026-04-29T00:01:00Z"}

If the verdict is HOLD or VOID: the action is paused. The human judge reviews the floor violation report and either overrides (creating a /888 veto record) or sustains the HOLD. The system does not proceed without resolution.