ART-013

Stop Encoding Organizational Process Only Inside Individual Agents

Agents are useful. Rich prompts are useful. Specialized workers are useful.

I am not arguing against any of that. I am arguing against hiding the company inside them.

Permissions. Escalation rules. Required evidence.

Who may change what. What “done” means.

What happens when two workers disagree. Paste enough of that into a system message, and a single agent starts to look like an operating model. It is not. It is organizational process encoded where it cannot be governed.

Prompts are useful instructions for a worker. The rules of the organization should not live primarily inside any one worker—human or artificial.

The failure mode is familiar

Software teams already learned a version of this with people. If the release policy exists only in one senior engineer’s head, you do not have a release policy. You have a person. When that person is on vacation, the policy becomes folklore. When that person is wrong, the policy is hard to correct without a confrontation.

When two teams need the same rule, they invent two slightly different ones. Agents make the same failure faster and prettier. This is not a rediscovery of “don’t keep process only in people’s heads,” or of classical policy-as-code and externalized config by another name. Those lessons still apply.

What changes with agent fleets is speed and mutation: dozens of prompts and YAML files can diverge in a sprint, each sounding like governance, and demoting a bad promotion means hunting every specialist that quietly absorbed the old rule. A carefully written agent config can sound like governance. It is still local knowledge with a better font. An army of agents is still not an operating model.

A workflow is still not an initiative. And neither kind of work should have its governing rules trapped inside a single agent’s configuration.

What “encoded inside the agent” actually means

I mean process and policy whose authoritative home is one of these:

  • a system prompt that describes the “real” procedure;
  • a per-agent tool allowlist that silently is the permission model;
  • a coordinator prompt that decides escalation, merge rules, and success criteria;
  • a pile of agent YAML files that diverge every time someone “improves” a specialist;
  • a chat memory that retains last week’s exception as if it were today’s rule.

Those artifacts can reference process. They should not be the only place process exists. Because process that lives only there fails four basic tests. Treat the following as mismatch criteria—not vibes:

  • six “incident agents” with six different ideas of who may page customers;
  • a demotion that requires a scavenger hunt across prompts and YAML;
  • a tool allowlist that silently is the permission model.

If you can point to those shapes, the process is not outside the workers yet.

### 1. It cannot be governed

Who approved the current version of the rule? Which version was in force when the side effect happened? Can a compliance owner change the policy without editing twelve agent personalities? If the answer is “open the prompt and hope,” you do not have governance. You have configuration drift with narrative confidence.

### 2. It cannot be audited

After a consequential action, auditors—and future you—need to know what constraints applied. A transcript that says the agent “followed the runbook” is not an audit trail of the runbook. You need the rule that was binding, the check that fired or should have fired, and the decision that waived it. If those live only inside model context, reconstruction becomes archaeology.

### 3. It cannot be reused safely

The second agent should not relearn the organization’s permission model from a paraphrased summary of the first agent’s prompt. Reuse requires a shared source of truth outside the workers. Otherwise every new specialist becomes a slightly mutated constitution. That is how you get six “incident agents” with six different ideas of who may page customers.

### 4. It cannot be demoted safely

This is the quiet killer. Sometimes a path that used to be trusted should stop being automatic. A payer rule changed.

A security assumption failed. A promotion into “known workflow” was premature. Demotion requires turning a constraint back into judgment—or turning a trusted agent path back into a supervised initiative—without hoping every prompt author notices.

If the only place the promoted rule lived was inside agent configs, demotion means a scavenger hunt. Organizations need the opposite: one place to change the rule that other workers inherit, and deterministic checks that stop the old path cold.

Process belongs with the work, not with the worker

In short: a workflow is a governed repeatable path you already understand; an initiative is goal-bounded work under uncertainty that may invent, amend, or selectively reuse workflows. Both need shared context that outlives any one agent. For a workflow, that shared context is the path itself—constraints, gates, owners, closure criteria. For an initiative, that shared context is the goal, current state, open questions, decision history, and which workflow fragments remain binding even while the plan changes.

Agents may read that context. Agents may propose amendments to it. Agents should not be the sole container of it. Shared workflow or initiative context is not a single omnipotent coordinator agent that owns all policy.

What the organization needs is ordinary and non-product: process and policy that outlive any one worker—inspectable, versionable, enforceable by checks outside a model session, and attached to the unit of work. That does not require a greenfield platform. It can sit over and beside the CI gates, CODEOWNERS files, policy-as-code, runbook envelopes, and ITSM records you already fund.

Agents read and propose. The existing checks still gate.

Deterministic checks are not optional decoration

If permissions, schema validity, required tests, audit events, or irreversible customer actions depend on whether an agent “remembered” the policy in its prompt, you have ambient risk with a helpful tone. Known constraints should become software—or at least explicit checks outside the model’s mood. Intelligence should handle the uncertainty that remains: novel investigation, contested judgment, incomplete evidence. That is the same Least AI instinct applied to orchestration.

Do not spend probabilistic reasoning on boundaries the organization already understands. And do not hide those boundaries inside the reasoner.

Same shape across domains

Engineering. CODEOWNERS, required checks, and rollback hooks should not be re-explained in every coding agent’s system message as if prose were enforcement. The agent can draft. The gates must still gate. If “who may merge” lives only in a prompt, you have theater.

Operations / incidents. Severity definitions, containment authority, and evidence-preservation rules belong with the incident object and its runbook envelope—not only inside an “incident commander” agent persona. Specialists can investigate in parallel. They should not each carry a private constitution.

Healthcare operations. Appeal evidence requirements and submission constraints should be enforceable against the case, not merely narrated to a denial agent. When a novel denial becomes an initiative, the case still inherits binding checks; freeform planning does not waive them by eloquence.

Transformation programs. If your AI portfolio’s real operating model is “whatever we stuffed into the top twenty agent configs,” you cannot answer a board question about which policies are active, who owns them, or how a bad promotion gets reversed.

Illustrative patterns—not a measured field study, and not a claim that every domain fails at the same rate.

What leaders can change without buying a platform

If you fund or score agent programs, a few non-product moves follow.

Diagnose where process actually lives. 1. For a consequential rule—permission, validation, escalation, promotion into shared procedure—where is the authoritative copy? 2. If that copy is only in prompts or agent YAML, who can change it, and how do other workers inherit the change? 3. Can you show, after the fact, which version of the rule applied to a given side effect? 4. Can you demote a previously trusted path without editing every specialist by hand? 5. Who is accountable for the outcome class when the agent followed its local instructions and the organization still got hurt?

Monday transfer for the transformation office. If you already run an AI portfolio scorecard or stage-gate, wire those five questions into it—do not invent a parallel ceremony. Before you fund another wave of consequential autonomy, require answers for that outcome class: where process lives; whether demotion stops old paths without hand-editing every specialist; and who owns the policy class when local agent instructions were followed and the organization still got hurt.

Change how the program is governed.

  • Scorecards. Prefer “rules externalized and versioned,” “deterministic gates on irreversible actions,” and “demotions that actually stop old paths” over prompt length, agent count, or autonomy theater.
  • Stage-gates. Do not scale consequential autonomy until process for that outcome class has a home outside individual agents—often the home you already have in CI, policy-as-code, runbooks, or ITSM, not a new plane.
  • Accountability. Assign a human owner for policy classes before agents enforce local paraphrases of them.

None of this requires a purchase. It requires refusing to confuse a well-written worker instruction with institutional procedure.

Prompts are instructions. Process is infrastructure.

Use rich prompts. Use specialized agents. Use concurrency where parallelism creates value. Just stop pretending that encoding the company inside those workers is architecture.

The company needs process and policy that can be governed, audited, reused, and demoted—attached to workflows and initiatives as shared context, with deterministic checks at the boundaries that already matter. Agents should participate in that work. They should not be the filing cabinet for how the organization is allowed to operate. The next operating question is sharper: once process lives outside the workers, how do you separate responsibilities so no agent—and no prompt—can casually rewrite the rules that govern the rest?

← Back to blog