Skip to main content

Deployment & Roll-Out Guide

This guide describes how RABS is built, shipped, observed, and iterated in production. It blends standard DevOps mechanics with the human-in-the-loop safety plan required during RABS’ first 24 months.


1. Hosting & Environments

StageURL / LocationData SourcePrimary Purpose
DEVdev.rabs.localSynthetic seed dataRapid local builds, no PII
STAGEstaging.rabs.company.lanScrubbed prod snapshotFeature-flag dry-runs, load testing
PRODapp.rabs.company.auLive dataReal users, gated roll-outs

The core API and Brainframe are deployed to the on-prem LUCAS Kubernetes (k3s) cluster.


2. CI/CD Pipeline

git push


CI Build → Unit Tests & Lint → Container Scan


Integration Tests (STAGE DB snapshot)


Manual QA Gate + Feature-Flag Review


Security Scan


Canary Deploy (10 % of PROD traffic)

▼ (observe ≥ 48 h)
Full Rolling Deploy to PROD

3. Human-in-the-Loop Monitoring (first 24 months)

Phase (months)Review ModeRoll-out Target
0 – 3Review-All – every decision requires manual approval before execution0 – 10 % users
4 – 12Pre-Exec Sampling – high-risk decisions block for review25 – 50 % users
13 – 24Post-Exec Audit – all actions execute immediately; high-risk ones are audited after100 % users

Reviewers use the Cognitive Alignment UI. A misalignment rate above 5 % automatically rolls back the feature flag and sends an alert.


4. Observation Windows

No further roll-outs are permitted until a change completes its minimum observation window and KPIs remain stable.

Change TypeMinimum WindowKey Metrics to Watch
Schema migration7 daysDB errors, P99 latency, replica lag
New LLM model4 daysToken cost, alignment %, response latency
Voice SDK upgrade3 daysCall drop rate, Word-Error-Rate (WER)
Minor UI tweak24 hFront-end error rate, user feedback

  • 01_System_Independence_Model.md
  • ../../02_Brainframe_Cognitive_Architechture/02_Reasoning_&Memory/02_Cognitive_Alignment&_Review.md