Platform

One AI-native engine for every high-stakes decision.

Ingestion to decision in one system, with every model, policy and AI call governed in one place. Built on open standards, so your models, features and data stay portable. It runs managed by us, in your cloud, or in your data center.

The engine underneath

Six primitives. Every decision pack composes the same ones.

Nothing domain-specific is welded into the kernel. That is what lets fraud management become credit risk or underwriting without re-platforming, and why an agent, a principal and a mandate enter as canonical entities rather than as a separate product.

INGESTION

Multi-source and async, landing raw data with schema auto-detect, canonicalization, PII masking and a dead-letter queue.

FEATURE STORE

Point-in-time-correct offline features for training, online serving for the real-time path. One definition, both worlds.

MODEL REGISTRY

Versioned pipelines and models, hot-reloaded into serving. Your models, trained on your transactions.

POLICY ENGINE

Natural-language authoring, versioning, precision tracking and what-if simulation over your real history.

CASE MANAGEMENT

Queues, severity, SLAs and patterns: generic primitives every pack maps onto its own workflow.

ORCHESTRATION

Every decision emits one durable event and downstream actions subscribe by declared contract. A transactional outbox, not fire-and-forget.

A pack declares the entities, mappings, features, models, policies, outcomes and actions a domain needs, so specialization is data rather than a fork. See what each pack decides →

Two paths, one platform

Heavy AI work never blocks the decision.

A synchronous engine scores every transaction in real time. A deep-triage agent (in build) investigates asynchronously, in parallel, and never in the authorization path.

Real-time decision path
features → model → rules → verdict · synchronous · <100ms†

One POST call in your transaction flow. The response carries the action, score, severity band, the rules that fired and the audit reference.

Async investigation path
flagged → triage agent → drafted rationale · recommendation-only today · in build

Related cases, device history and ring checks, assembled before an analyst opens the case. Shadow-tested before it ever enforces.

POST /api/interface/decision/decide
// card_not_present · SAR 2,914.00 · new device
// response · 87ms
{
  "action": "review",
  "score": 0.91,
  "severity_band": "high",
  "reason": "velocity + geo mismatch",
  "evaluators": [
    {"rule": "cnp_velocity", "hit": true},
    {"model": "txnCBM@v14", "score": 0.91}
  ],
  "audit_ref": "dec_EXAMPLE…",
  "latency_ms": 87
}
REPRESENTATIVE RESPONSE · SAMPLE DATA · LATENCY TARGET <100MS†
TIMEOUT & FALLBACK

A hard timeout budget and a fallback verdict when it is breached. Fail-open or fail-closed is your policy, set in configuration, not ours.

LATENCY, STATED PROPERLY

<100ms† is a design target for the authorization path, validated on your traffic including tail latency. Not an average over a demo.

OPERATING POSTURE

Deployment footprint, HA and recovery posture and the managed-update model are documented in the due-diligence pack, on request, before any pilot.

Design target to validate in the first pilot, not yet independently benchmarked.

Tunable autonomy

Autonomy you set, one rung at a time.

Each agent runs at the level you choose and rises only as it earns trust on your data. Every action is ledgered, anything irreversible or adverse stays human, and any level rolls back in one click.

SHADOW

Runs on live traffic, acts on nothing. You compare its calls to your team's.

RECOMMEND

Proposes the action with its evidence. A person decides.

CONTAIN

Reversible actions inside guardrails you set: caps, rate limits, auto-pause. Every action opens a mandatory human review.

AUTONOMOUS

Acts within your caps, still bounded to reversible actions. Anything irreversible or adverse stays human.

The synchronous verdict stays in the engine; these agents never enter the authorization path. Designed for automated-decision rules (EU AI Act; GDPR Article 22): every automated action spawns a human review with a decision clock. The agent path is in build, recommendation-only and shadow-tested today, and the higher rungs are the designed model, to be proven with design partners.

Deployment

Three ways to run it. One codebase.

The engine, the API, the packs and the audit trail are identical in all three. What changes is who operates the infrastructure and where the data sits.

HOSTED BY US · MANAGED

Single-tenant per customer, in the cloud region you choose. Updates, monitoring and backups are ours.

SINGLE-TENANT · REGION OF YOUR CHOICE

YOUR CLOUD

Your own AWS, Azure or GCP account, inside your VPC and key management. We ship the release and support it.

YOUR ACCOUNT · YOUR KEYS · YOUR RESIDENCY

YOUR DATA CENTER

On-premises inside your perimeter, where the regulator or your policy requires it. Kubernetes on your hardware; a decision needs no egress.

IN-PERIMETER · NO BULK EXTRACTION

In every model, models train on your data only, the decision log stays queryable by you, and the exit path is documented before a pilot starts. Footprint, HA and recovery posture per model are in the due-diligence pack.

Bank-grade by default

Governed AI is the platform, not a feature.

ONE LLM PIPELINE

Every AI call routes through one governed pipeline: PII and injection guardrails, spend budgets, circuit-breakers, full logging.

IDENTITY & ACCESS

Keycloak / OIDC SSO and role-based access on every surface and API. Future agents run as named, audited identities.

AUDIT SPINE

Idempotent decisions, durable decision events and replay: an evidence trail structured for regulatory reporting.

COMPLIANCE MAPPING

SAMA CFF and CBUAE 3057 control mappings are written. Mappings for other regimes are produced with the first partner in that jurisdiction.

OPEN STANDARDS

PostgreSQL, Redis, Kafka, Spark, MLflow, pgvector, KServe, Keycloak, OpenTelemetry. Portable by construction.

EXPLAINABLE

Score, features, rule hits and model version attached to every decision, readable by analysts, auditors and regulators.

HOW WE BUILD IT

We hold the code that makes your decisions to the posture we ask you to hold us to for the decisions themselves. Nyx is built with NOX, our own development harness: one ticket in, one reviewed pull request out, with scope planned up front, review and security gates that cannot be skipped, and a recorded trail for every change. NOX is in private beta in the NaxVerse tools library.

Open the NaxVerse tools library ↗
Walkthrough

Kick the tires properly.

A live walkthrough of Command Center, Workbench, policy authoring and the decision API, on representative data, with the engineers who built it.

HELLO@NAXVERSE.AI · FOUNDER-LED, PROCUREMENT-READY · DUE-DILIGENCE PACK ON REQUEST