LearnAIAgents
🏛️ Govern

The REMIT framework

Responsibility, Envelope, Monitoring, Identity, Trust.

REMIT — the governance framework for agents

Every agent needs a remit. Five dimensions, one question: what is this agent authorised to do, and who answers if it goes wrong?

The REMIT framework. Five dimensions. One question: what is this agent authorised to do, and who answers if it goes wrong?
R
Responsibility
Named human ownership. No orphans.
E
Envelope
Bounded authority — in code, not policy.
M
Monitoring
Continuous observability, not quarterly audits.
I
Identity
Verified provenance: what, who, why.
T
Trust
Graduated autonomy. Earned, never assumed.

RResponsibility

Every agent has a named human owner.

If nobody owns it, nobody governs it. Agents without designated owners become organisational orphans: capable of acting but accountable to no one.

  • Business owner — a named individual (not a team, not a committee) accountable for the agent's actions and outcomes.
  • Escalation chain — a clear path from agent failure to a human decision-maker, documented before deployment.
  • Board line of sight — the company can trace any agent action to a responsible human within 24 hours.
  • No orphans — if the owner leaves, responsibility transfers explicitly. If someone leaves, handing over management of their agents is like handing over management of their human team. An unowned agent is a decommissioned agent.

EEnvelope

The defined boundaries of operation. Not in a policy document. In the code.

  • Tools — which systems, APIs, and data sources the agent can access. Nothing else.
  • Actions — read, write, create, delete, send, approve — each permission explicit and specific.
  • Spend — financial authority limits. What can it commit, and at what threshold does it escalate?
  • Scope — jurisdictions, data types, customer segments. The boundaries of the agent's world.

A policy document saying "the agent will not send emails over £10K" is not an envelope. A rate limit, an amount check, and a refusal path in code are an envelope.

MMonitoring

Continuous observability, not quarterly audits.

If you cannot reconstruct every decision the agent made, you cannot defend it to a regulator, a board, or a court. Logs and traces are critical.

  • Action logs — every tool call, every data access, every output.
  • Reasoning traces — why the agent chose this action over alternatives.
  • Drift detection — behavioural changes over time, caught automatically.
  • Alert design — the right humans notified at the right moments.
  • Circuit breakers — automatic halts when thresholds are exceeded.
  • Approval-fatigue watch — monitoring the monitors. Are humans still reviewing, or rubber-stamping?

IIdentity

Verified, auditable, non-negotiable.

Non-human identities now outnumber humans 45-to-1 in financial services. Every agent needs a verified identity: what it is, what it can do, where it came from.

  • Provenance — which model, version, and provider powers this agent.
  • Capabilities — what tools, skills, and permissions it holds.
  • Authorisation — who approved its deployment, and under what conditions.
  • Lineage — if it calls other agents, what are their identities.

TTrust

Graduated autonomy, earned and revocable.

Trust is not a configuration setting. It is calibrated through evidence, reviewed on a cadence, and revoked when behaviour degrades.

  • Intern — read-only; can observe but not act. All outputs reviewed.
  • Junior — can recommend with reasoning. Requires human approval.
  • Senior — executes pre-approved actions autonomously. Notifies, does not ask.
  • Principal — full autonomy within defined playbooks. Trusted to triage and act.

Promotion requires evidence. Demotion is always available. You would not give an intern signing authority on day one.

How REMIT maps to the Agent Canvas

REMIT on the Canvas. Three canvas cells have direct REMIT equivalents. Responsibility and Identity sit outside the canvas — pick them up in the REMIT worksheet.
1PURPOSE
What job is this agent hired to do?
2TRIGGERS
What starts the agent working?
3TOOLS & CAPABILITIES
What can it connect to and use?
4KNOWLEDGE & CONTEXT
What does it know and remember?
5AUTHORITY LEVEL
What level of autonomy does it have?
REMIT-T
6GUARDRAILS
What is it explicitly prohibited from doing?
REMIT-E
7HUMAN CHECKPOINTS
Where must a person approve or intervene?
REMIT-M
8SUCCESS METRICS
How do you know it's working?
Not captured by the canvas:REMIT-RREMIT-I— live in the REMIT worksheet.

Three canvas cells have a direct REMIT equivalent: Authority → REMIT-T, Guardrails → REMIT-E, Human Checkpoints → REMIT-M. REMIT-R and REMIT-I sit outside the canvas — they are the bits the REMIT worksheet adds on top.

You can fill a REMIT worksheet interactively.