Learn index
Control boundary

Why prompts are not governance

Prompts are instructions delivered to a model; governance is authority enforced around the work. A prompt can request safe behavior, but it cannot independently control credentials, prevent an external state transition, require a separate approver, verify evidence, or preserve recovery state. Reliable autonomous operations therefore need controls outside the agent’s own context.

When to add external controls—and when not to

When to use

  • The agent can mutate repositories, infrastructure, data, or customer state.
  • Approval or separation of duties matters.

When not to use

  • The task is disposable, read-only, and fully reversible.
  • A deterministic validator already supplies the required guarantee.

Instructions influence. Control points decide.

NeedPromptExternal authority
Limit scopeDescribes the desired boundary.Checks project, owner, claim, route, or capability before admission.
Approve riskCan ask the model to stop.Requires an authorized decision before the state advances.
Prove completionCan request a summary.Checks terminal state, run identity, evidence, and artifact.
RecoverDepends on the current context.Preserves blockers, ownership, evidence, and next action durably.

Authority exists where Midfleet controls the path.

Midfleet can enforce admission, stage, approval, evidence, artifact, and completion rules for work routed through supported Hub control points. A direct action outside that path is not transformed into an enforced action merely because an agent reports it. It must be labeled attested, observed, or uncovered.

Put authority around one real workflow.

Map which decisions must be enforced and which signals are only observed.

Talk to us