System resource
Rolling 3σ baselines over CPU and memory, computed separately for in-cluster workloads and remote hosts, so “normal” is learned per machine rather than assumed.
Autonomous site reliability engineering
Omni is a multi-agent SRE platform for Kubernetes and Linux fleets. It collects evidence through four independent diagnostic lanes, reasons over it with a locally hosted LLM, and executes remediation only through a governed, cryptographically audited path.
The problem
Most teams do not lack monitoring. They lack a trustworthy path from a wall of signals to a decision someone is willing to sign their name to.
How it works
Every signal enters through a typed lane with its own detection logic. Lanes are independent, so a diagnosis is never built on a single noisy metric.
Rolling 3σ baselines over CPU and memory, computed separately for in-cluster workloads and remote hosts, so “normal” is learned per machine rather than assumed.
An OS-level state machine tracks units, mounts and kernel state. Deterministic invariants decide what counts as a real failure before any model is consulted.
Log-surge probes classify traffic by status family — 5xx, 429, 401 — separating a capacity problem from an abuse problem from an auth regression.
Security incidents are correlated into kill chains across entities and time, then forecast forward, rather than reported as isolated events.
Governance
Omni is designed for operators who are accountable for the systems it touches. Every safety property is fail-closed: if the audit path is unavailable, the action does not happen.
The reasoning path is strictly read-only. Every mutation flows through a single executor with an explicit tool allowlist and namespace isolation. The reasoning layer cannot mutate the cluster even if the model asks it to.
Decisions, dispatches, human approvals, trapped mutations and rollbacks are written to a SHA-256 hash chain with Ed25519 signatures — designed against SOX §404 and PCI-DSS v4.0 evidence requirements.
Automatic execution is disabled by default. Turning it on is a deliberate, per-tenant configuration change, and the effective value is observable at runtime rather than inferred from a document.
| Tier | Behaviour | Intended for |
|---|---|---|
| shadow | Diagnoses and forecasts, takes no action. Advisories are delivered to operators for scoring. | New tenants; building trust and a ground-truth record. |
| minimal | Executes a narrow, reversible set of remediations; everything else escalates to a human. | Tenants with a measured advisory accuracy record. |
| autonomous | Executes within policy, with pre-mutation snapshots and rollback, still fully audited. | Mature, well-understood workloads. |
Engineering
Inference runs locally, so production telemetry never leaves the customer's boundary — the requirement that rules out most hosted-model approaches in regulated sectors.
Where we are
We would rather state this plainly than overclaim. The following reflects what has been verified by running the system, not what is planned.
Contact
If you operate Kubernetes or a Linux fleet under compliance constraints and the on-call burden is the bottleneck, we would like to hear how you work today.