MO§ES™ · Compare · Constitutional AI

MO§ES vs Constitutional AI — Sovereign Signal Governance

Constitutional AI trains the model. MO§ES governs the execution. One shapes behavior at training time; the other enforces commitments at the point of execution — every signal, every transformation, every time.

Constitutional AI and MO§ES are often mentioned in the same breath because both address the problem of AI systems behaving in ways their creators did not intend. But they solve fundamentally different problems at fundamentally different layers. Constitutional AI trains the model. MO§ES governs the execution. Confusing the two leads to a category error: a well-trained model is not a governed pipeline.

What Constitutional AI Does

Constitutional AI, developed by Anthropic, is a training methodology that shapes model behavior through a set of principles — a "constitution" — that the model uses to evaluate and improve its own outputs during training. The model generates responses, critiques them against the constitution, and reinforces behavior that aligns with the rules. This produces a model that is, on average, more helpful, more honest, and less harmful.

The key properties of Constitutional AI are:

What MO§ES Does

MO§ES is an execution-time governance framework that enforces commitment conservation at the point of transformation. It does not train models. It wraps any model's output in a deterministic enforcement layer that measures the commitment embedded in a signal, gates transformations that would degrade it, and binds every artifact to its lineage.

The key properties of MO§ES are:

Head-to-Head Comparison

Dimension Constitutional AI MO§ES
Layer of operation Training time Execution time
What it governs Model behavior Signal commitments
Enforcement model Probabilistic (alignment) Deterministic (gating)
Evaluation timing Post-hoc (after generation) Pre-execution (before transformation)
Commitment conservation Not measured Enforced
Lineage binding None SHA-256 chain of custody
Artifact provenance Lost after transformation Preserved across recursion
Works with any model Requires retraining Model-agnostic
Recursive transformation Degrades commitment Conserves commitment
Audit trail Training logs Per-signal hash chain

Key Differences

Training vs Execution

The most fundamental difference is when governance is applied. Constitutional AI operates at training time — once the model is trained, its behavior is fixed until the next training run. MO§ES operates at execution time — every signal is governed as it flows through the pipeline, regardless of which model produced it or when it was trained. This means MO§ES governance is continuous and adaptive, while Constitutional AI governance is static between training cycles.

Probabilistic vs Deterministic

Constitutional AI produces a model that is probabilistically aligned — it is more likely to behave well, but there is no guarantee on any individual output. MO§ES produces deterministic enforcement — a transformation that would degrade commitment below the threshold is rejected, every time, with no probability of slipping through. For high-stakes commitments — contracts, compliance, safety obligations — probabilistic alignment is insufficient. You need a guarantee.

Post-hoc vs Pre-execution

Constitutional AI evaluates outputs after they are generated and uses that evaluation as training signal. This is post-hoc: the violation has already occurred. MO§ES gates transformations before they are applied. A summarization that would soften "shall" to "may" is rejected before it enters the pipeline. The difference is between catching a violation after the damage and preventing it entirely.

Model-level vs Signal-level

Constitutional AI aligns the model as a whole. It does not track individual signals or their commitments. MO§ES governs at the signal level — every utterance has a measured commitment, every transformation is checked against that commitment, and every artifact is bound to its lineage. This means MO§ES can answer the question "did this specific output preserve the commitment of its source?" — a question Constitutional AI cannot answer.

When to Use Each

Use Constitutional AI when:

Use MO§ES when:

Use both when:

The Core Insight

A constitution is a set of principles. Constitutional AI bakes those principles into the model's weights. But a constitution is also a set of commitments — obligations that must be honored at the point of action. Constitutional AI does not enforce those commitments at the point of action. It trains the model to tend to honor them. MO§ES enforces them, deterministically, at every transformation, with cryptographic proof.

This is why the two are complementary, not competing. Constitutional AI is the training layer. MO§ES is the governance layer. A well-trained model with no execution governance is a well-meaning employee with no oversight. A governed pipeline with a poorly trained model is strict oversight of unreliable output. You need both: a model trained to behave well, and a pipeline that enforces commitments regardless of what the model does.