Notes · reviewed 27 August 2026
AI operating notes: governance before acceleration
Blue Canoe's operating boundaries for using AI in production work: ownership, authority, evidence, approval and rollback.
This is a Blue Canoe operating position, not a claim that every organization must work in the same way.
AI can reduce the time between an idea and an action. It does not accept responsibility for the result. Our response is to make ownership, authority and recovery more explicit as execution becomes faster.
Ownership
Every consequential outcome needs an accountable human owner with enough authority to approve, reject or stop the work. Consultation can be distributed; accountability cannot be left as a shared sentiment.
The owner does not need to perform every task. They do need to understand the intended outcome, the evidence supporting the decision and the consequences of being wrong.
“The system decided” and “the model generated it” are descriptions of process, not assignments of responsibility.
Boundaries must be enforceable
A useful boundary says what may happen, what may not happen and who can authorize an exception. It also survives deadline pressure.
Examples include:
- permissions that limit which systems or records can be changed;
- deployment gates that require review;
- explicit exclusions for sensitive data;
- approval before contacting a customer or changing an external service;
- stop conditions when evidence contradicts the plan.
A convention that everyone can ignore when hurried is not a control.
AI as advisor and operator
AI can usefully research, compare, draft, inspect, test and propose changes. Whether it should also execute a change depends on consequence and reversibility, not on whether execution is technically possible.
Blue Canoe’s boundary is graduated:
- Read-only inspection can be highly autonomous when access is appropriate.
- Reversible changes within a defined workspace can be executed with proportionate verification.
- External communication, financial action, sensitive-data handling and difficult-to-reverse changes require explicit human authority and stronger checks.
- The model does not redefine those boundaries for its own convenience.
This is not a claim that automation must never perform an irreversible action. Production systems already do so. It is a requirement that the authority, validation and accountability for such an action exist outside the model that proposes it.
Planning removes risk
Planning is useful when it exposes assumptions before they become changes. A plan should identify:
- the intended outcome;
- the systems and people in scope;
- facts already established;
- facts that still require checking;
- failure modes;
- approval points;
- validation and rollback.
For example, a mail-platform change might begin with current DNS and queue evidence, produce a proposed record, validate it before publication, preserve the prior value and define the observation period. AI can accelerate every stage without being allowed to invent the current DNS state or silently publish the result.
Rollback is part of the design
Rollback is not a sentence added at the end of a change plan. It must be technically possible, quick enough to be useful and safe for the operator to invoke.
Where literal reversal is impossible, use containment and compensation: disable the new path, stop further actions, restore a known configuration, or correct affected records through an auditable process.
Practice matters. A rollback procedure that has never been exercised is an assumption.
Evidence and review
AI output is a candidate, not evidence of its own correctness. Verification should use the closest available source:
- current system state for operational facts;
- primary specifications and provider documentation for external requirements;
- reproducible tests for behaviour;
- the accountable owner for intent and acceptable risk.
Review should concentrate on interfaces, assumptions, permissions and consequences. Stylistic review alone does little to protect a production system.
Pressure
Most unsafe shortcuts arrive disguised as urgency. Faster tools can make an immediate response feel both possible and necessary.
Our practice is to slow the decision when the potential consequence rises: preserve the safe state, gather evidence and choose a change that can be observed. This is not resistance to speed. It is how speed remains useful.
Closing position
AI amplifies the structure around it. Clear ownership and tested controls allow it to increase capability. Missing ownership and informal controls allow it to increase drift.
The sequence matters:
- establish authority;
- establish evidence;
- make the change recoverable;
- then accelerate execution.
Ownership first. Acceleration second.