Skip to Content
AI & ReasoningTrust & Autonomy

Trust & Autonomy

AtlasAI uses a progressive autonomy model that lets organizations control how much authority the AI has over operational actions. The system is designed to build trust incrementally — starting with AI as an advisor and gradually allowing more autonomous action as the team gains confidence.

Autonomy Levels

LevelNameAI BehaviorHuman Role
L0InformReports findings and observationsHuman investigates and acts on everything
L1SuggestSuggests specific actions with reasoningHuman reviews and approves each action
L2Act & ReportExecutes low-risk actions automatically, suggests medium/high-riskHuman approves medium/high-risk actions
L3Act & AlertExecutes low and medium-risk actions, alerts on high-riskHuman handles high-risk actions only
L4Full AutoHandles incidents end-to-end, including high-risk actionsHuman reviews after resolution
L5Closed LoopResolves and closes incidents without human interventionHuman reviews periodically via reports

How Trust Levels Apply

Trust levels can be configured at multiple granularities:

  • Global default — The baseline trust level for all services and action types
  • Per service — Override the global level for specific services (e.g., L3 for staging, L1 for production databases)
  • Per action type — Set different levels for different operations (e.g., L2 for restarts, L0 for data deletion)
  • Per time window — Increase autonomy during business hours when the team is available, reduce during off-hours

Risk Classification

Every action the AI proposes is classified by risk:

Risk LevelExamplesDefault Behavior
LowRead-only diagnostics, metric queries, log searchesAuto-execute at L2+
MediumService restarts, scaling operations, cache flushesAuto-execute at L3+
HighDatabase failovers, production deployments, data migrationsAuto-execute at L4+
CriticalData deletion, credential rotation, network changesAlways requires approval (even at L5)

Configuring Trust Levels

  1. Navigate to Settings → AI → Autonomy
  2. Set the Global Default level (recommended: start at L1)
  3. Add Service Overrides for services that need different trust levels
  4. Add Action Overrides for action types that need specific handling
  5. Review the Trust Dashboard to see current autonomy coverage

Building Trust Over Time

AtlasAI tracks AI accuracy metrics that help you decide when to increase autonomy:

  • RCA accuracy — Percentage of RCA results marked correct by operators
  • Runbook success rate — Percentage of AI-generated runbooks that resolved the incident
  • False positive rate — How often the AI suggested unnecessary actions
  • Time saved — Estimated hours saved by AI-automated actions vs. manual resolution

These metrics are available under Settings → AI → Trust Dashboard. When accuracy metrics are consistently above your comfort threshold, consider increasing the autonomy level by one step.

Safety Guardrails

Regardless of trust level, these guardrails always apply:

  • Rate limiting — Maximum number of automated actions per hour (configurable)
  • Blast radius limits — AI cannot execute actions affecting more than N services simultaneously
  • Kill switch — Instantly disable all AI automation from the Command Center
  • Escalation — If AI confidence is below threshold, it always escalates to a human
  • Critical action lock — Destructive operations always require human approval