Change Safety · Phase 1
Rule catalog, T0 policy gate, fix PRs. The change check starts in observation mode, then enables changes.
FDAI - Forward Deployed Agents for Cloud Ops
Follow a single workload through its life. The same agent organization is present the whole way - reviewing while you build, reviewing itself at the handoff, and running the control loop once it is live. You stay in the loop through the channel you already use, and you are asked for approvals, not toil.
From the first pull request and the first resource, the organization reviews every change against your security, cost, and reliability rules. Heimdall watches drift, Huginn correlates the signals, Mimir checks each change against the catalog, Njord prices the impact - and Bragi reaches you in the channel you already live in. A nudge in Teams or Slack before it becomes an incident, not a 3 AM page after.
Heads up: the new payments-api managed identity requests Owner on the resource group. Least privilege needs Contributor plus two data-plane roles.
Caught at PR time. A proposed fix is attached in observation mode - nothing changes until you say so.
When the workload is ready to become the operations team’s responsibility, an ownership-transfer signal triggers the Operational Readiness Review. The org evaluates the whole scope’s accumulated posture - not one diff - across policy, identity and RBAC, reliability, and dependency ordering. Forseti makes the decision; Njord, Freyr, and Loki advise; Saga writes the audit and the report. You are asked for one thing: an approval. The report is generated for you.
Once it is yours to run, the same organization runs the control loop continuously. Deterministic-first, governed by safety checks, observation-first: most events resolve without a model, Thor executes the safe majority, Vidar owns rollback and DR failover, and every decision - including the no-ops - is audited. You approve the high-risk few through Var; the organization handles the rest and reports back. Here is the loop it runs on every event.
One control loop, from signal to audit. Every event is normalised, routed by confidence, and gated by risk - and language models are reserved for the ambiguous few that the deterministic tiers deliberately defer.
Normalise, dedup, and correlate raw events into incidents.
The trust router scores confidence and picks the cheapest tier: T0, T1, or T2.
The safety check routes to automatic action, human approval, or denial; T2 first clears the quality check.
The executor applies the change with a stop-condition, rollback, and impact-scope limit.
Every decision - including no-ops - is appended to the immutable audit log.
Design targets, not measured results - Forward Deployed Agents never claims a number without a paired baseline measurement.
~70-80% of events resolved deterministically. Rules, policies, and checklists decide the repeatable majority. No model call.
~15-20% resolved by lightweight pattern reuse (T1). Embedding similarity to past resolved incidents, small classifiers, no frontier model.
Only ~5-10% reach the reasoning tier (T2). Mixed-model cross-check plus deterministic verifier - the model proposes, the verifier disposes.
Every autonomous action carries four invariants. Stop-condition · rollback path · impact-scope limit · audit-log entry. Missing any of the four ⇒ the action requires human approval, not automatic execution.
New capabilities start in observation mode, never as a surprise. Enabling changes is a separate, measurable gate against the Phase 0 baseline.
All figures above are design targets, not measured results. Forward Deployed Agents never claim a multiplier without a paired baseline measurement.
Each domain shares the same event-driven, risk-gated core; they differ only in the rules and actions they load.
Change Safety · Phase 1
Rule catalog, T0 policy gate, fix PRs. The change check starts in observation mode, then enables changes.
Resilience · Phase 3
Scheduled resilience testing, DB DR drills, impact-scope-bounded chaos experiments - always with a stop-condition and rollback path.
Cost Governance · Phase 3
Cost anomaly detection, right-sizing PRs, budget guardrails per resource group. Automatic execution or human approval follows the risk classification.
Fifteen named agents run the control plane as a single organization - each owns a role and hands off through a schema-checked event bus. It is an org chart, not a metaphor: the judge never executes, and every action is initiated, judged, approved, executed, and audited by distinct agents.
Odin - command
The master planner. Cross-vertical arbitration and the final tie-break before a decision is finalised.
Judgment and execution
Forseti judges (automatic execution / human approval / denial), Thor dispatches and executes, Var carries the human approval, Vidar owns rollback and DR failover. No agent both judges and executes.
Sensing
Huginn collects and correlates events; Heimdall watches health and drift. Deterministic-first - never an LLM in the hot path.
Conversation and audit
Bragi translates operator questions into tool calls; Saga writes the append-only audit trail and escalates handoffs.
Governance
Mimir owns the rule catalog, Norns learns from outcomes, Muninn holds long-term memory.
Domain specialists
Njord (cost), Freyr (capacity), and Loki (chaos) advise the judge with domain analysis - they never execute directly.
tag rule_violation pr_native shadow Attach required tags (owner, cost-center, environment) when they are missing. Control-plane only; safe idempotent rewrite; PR-native rollback undoes the tag mutation.
disable rule_violation pr_native shadow Turn off unauthenticated public access on a resource without deleting it. Reverses via a paired enable-public-access action registered through governance - no destructive undo.
rotate rule_violation pr_native shadow Rotate a secret / certificate held in a secret-store. Cross-resource because every depends_on consumer must pick up the new version; the executor coordinates locks per consumer. Rollback pins the prior version.
delete rule_violation pr_native shadow Delete a resource proven orphaned (unattached disk, unassociated public IP). Fires only when attached_to and depends_on are both absent. Rollback uses the provider PITR / soft-delete window; if it has expired the safety check requires human approval.
enable rule_violation pr_native shadow Turn on purge protection on a secret-store. Irreversible: once on, the provider does not allow turning it off. The safety check requires human approval and quorum until the promotion gate is measured on the frozen scenario set.
scale rule_violation pr_native shadow Adjust compute count or SKU to match observed utilization (Cost Governance). Non-destructive; rollback is a PR to the prior spec. Runs after observation mode only after the scenario set proves it never degrades a dependent.
update rule_violation pr_native shadow Tighten network access - remove wide inbound NSG rules (SSH/RDP from any), require a private endpoint, disable public network access. Asymmetric rollback: widening back to any-source is a separate governance-gated action.
enable rule_violation pr_native shadow Turn on data-at-rest / in-transit encryption on a resource. Forward-only: once encryption is enabled, disabling it is a separate governance-gated ActionType - this one never turns it off.
update rule_violation pr_native shadow Raise the TLS floor on a resource (min TLS version, HTTPS-only) by updating the IaC-declared property. Rollback via PR revert since the setting is a declarative property.
Every action carries all four: stop-condition, rollback path, impact-scope limit, audit-log entry.
Showing the shipped fix catalog (rule-fired, PR-native, observation-first). The ontology also spans ops and governance categories in the spec.
Sequential by design - each phase builds on the one before it. Read the reference docs first, then follow the phases in order.
KPI dashboard, baseline report, identity and policy blockers resolved.
Exit: reproducible baseline exists.
Rule catalog normalised, T0 policy gate live, fix PRs generated automatically.
Exit: the change check runs in observation mode across the target scope.
Continuous rule update, LLM quality gate with mixed-model cross-check, embedding-based pattern reuse (T1).
Exit: auto-resolution rate validated vs the Phase 0 baseline.
Unified control loop, DR/Chaos scheduler with DB DR drills, FinOps auto-actions with risk-gated approvals.
Exit: autonomous MVP across all three domains.
Continuous measurement, pattern-library growth, model cost/quality tracking, scalability. Multi-cloud expansion is TBD.
Deploy the agent organization into your own Azure environment, start every action in observation mode, and enable changes once the numbers hold.