Core Concepts

A guide to the key objects and terms in Reliai.


Traces

A trace is the raw execution record of one request through your AI system.

Each trace captures:

Traces are stored exactly as recorded. They are never modified, summarized, or filtered by Reliai.


Incidents

An incident is a detected regression — a change in system behavior that crosses a threshold.

Reliai groups into an incident:

An incident has a lifecycle: open → acknowledged → resolved.


Root Cause

Root cause is the explanation for why an incident occurred.

It is computed deterministically from:

Root cause is not generated by AI. It is a signal derived from the data.

AI may be used to explain root cause in plain language, but the underlying determination is always deterministic.


Evidence

Evidence is the set of signals attached to an incident that explain what happened.

Evidence includes:

All AI features in Reliai are grounded in evidence. AI does not generate signals — it explains them.


Resolution Impact

Resolution impact measures whether a fix worked.

After a fix is applied, Reliai tracks:

Resolution impact is shown in the incident command center after a fix is applied.

Use resolution impact — not AI summaries — to decide whether an incident is resolved.


Deployments

A deployment is a tracked change to your AI system — a new prompt version, model version, or configuration change.

Reliai uses deployment records to:


Guardrails

Guardrails are runtime policies applied to your AI system's inputs and outputs.

Reliai tracks:

Guardrail events are captured in traces and surfaced in incident analysis.