Routine notifications, reminders and briefings
Agents send notifications, reminders, scheduled briefings and internal log entries without human approval. These are informational and carry no irreversible effect.
Which AI decisions run autonomously, and which require a human? This registry is our human-in-the-loop framework — every class of decision sorted by risk, with its automation level, what triggers human review, and the escalation path. Low-risk work is autonomous; high-risk and irreversible actions are gated on a human. Aligned with EU AI Act Article 14 (human oversight) and the Montreal Declaration.
Agents send notifications, reminders, scheduled briefings and internal log entries without human approval. These are informational and carry no irreversible effect.
Reading the knowledge base, semantic search, and translating existing content are read-only or non-destructive and run autonomously.
Background jobs — compliance scans, embedding generation, fleet health checks, welfare digests — run on a schedule and only produce reports or internal state, never outward-facing changes.
Routing work to agents and generating content (text, images, drafts) is autonomous, but every dispatch is logged with agent, model, capability, duration and outcome, and runs under C.R.E.E.D. welfare + governance checks.
When an agent proposes a new knowledge entry it is quarantined (source_type='agent_proposed', invisible to search) until C.O.D.E.X. promotes or rejects it. No agent-written knowledge becomes visible without that review.
The self-healing pipeline scans, diagnoses and drafts fix proposals autonomously, but a proposal is only ever a proposal — deployment to production stays a manual, human-approved step.
Escalating work to a paid external cloud model has a cost and data implication, so it is gated. (Platform-wide the escalation mode is currently 'local_only' — paid cloud is off by default.)
Standing up a new agent (or hiring a contractor agent) changes the platform's workforce and cost profile, so it requires explicit human approval before creation.
When the dispatcher picks a paid contractor agent and the estimated cost exceeds the auto-approve threshold, the work blocks on human approval before it runs.
Publishing to a live public website replaces what visitors see, so a human triggers and verifies every deploy; agents may prepare content but do not auto-publish.
Changes to servers, secrets, DNS, VPS nodes or the mesh are never agent-initiated. They are performed by the owner (or an explicitly authorised human) with the action logged.
Deleting or overwriting data is irreversible, so it is never automated. A human initiates it deliberately, and destructive steps are confirmed before they run.
Changes to billing, subscription tiers, payouts or financial transactions are made by the owner. Automated systems may surface information but never move money or change a paying customer's tier without human action.