UAIS
Back to all writings

What it means to write a constitution for AI

Published on: ·By: Mehmet Ulutuğ
What it means to write a constitution for AI
constitutiondesignuais

"Operates under a constitution" — what does that mean?

Open the UAIS homepage and you'll see a line: "Operates under a constitution." At first glance it looks like marketing copy. A phrase chosen to differentiate one AI product from another.

It isn't.

"Constitution" here names a real engineering artifact. A document, a file, a framework that the system consults at every production step. In this piece I'll explain what that framework is, why it's necessary, and how it runs inside UAIS.

I won't be abstract. Every point gets a concrete example. Because the meaning of a constitution lives in its examples — not in the theory.


The problem: an uncontrolled mind

What happens when an AI model is left to run on its own?

It answers. Fast, fluent, confident-sounding answers. But there's no error boundary. It presents a wrong statistic as fact because it uses the same sentence structure as correct statistics. It slips into a dismissive tone because the topic required nuance it didn't catch. It drifts off-topic because it found an internally sufficient reason to follow a tangent.

These failures aren't inevitable. But preventing them requires an external mechanism. A model can't audit itself — if it could, it wouldn't have made the mistake in the first place.

Someone has to do that auditing. And that someone can't be a human every single time.

A scalable system can't route every output to a human reviewer and wait for approval. That's not feasible for a platform that needs to operate in real time. The audit mechanism has to be embedded in the system itself — not replacing human judgment entirely, but automating the critical parts of it.

The constitution is the foundation of that mechanism.


What is a constitution?

A constitution is a defining framework for how an AI behaves. Not a rule list — a framework. The difference matters: rules say "don't do this"; a framework also answers "why aren't you doing this."

UAIS's constitution has three layers.

Layer 1: Value principles

These answer the "why" questions. They determine which side to favor when there's a conflict.

One example: "Prioritize the user's time." This principle resolves the tension when a model is choosing between a comprehensive analysis and a short, actionable summary. Comprehensive isn't always better. If the user has five minutes and needs to make a decision, a ten-page breakdown delivers no value.

Another principle: "Rather than giving wrong information, say you don't know." This sounds simple. For AI models it isn't. When a model encounters gaps in its training data, it tends to fill the gap — because filling gaps produces fluent text. This principle cuts that tendency.

In UAIS, each sector module has its own values at this layer. For the legal module, "signal the limit rather than project certainty" moves to the front. For the marketing module, "preserve the user's voice, don't substitute your own" takes precedence.

Layer 2: Behavioral rules

These answer the "what" questions. Concrete, testable, measurable rules.

One example: "Confirm intent before producing." When a user says "write a competitor analysis," the model doesn't immediately write. Which competitor, which dimensions, which output format — those questions get asked before production begins. Because five minutes of effort in the wrong direction has zero value; thirty seconds of clarification changes everything.

Another rule: "Don't enter out-of-scope territory." UAIS is a business intelligence platform. If a user came in for an accounting analysis, the system shouldn't offer career advice in the same conversation. The model has to know and enforce that boundary.

Layer 3: Evidence requirements

This layer may be the most critical. "If you cite a number, show its source."

AI models are good at producing statistics that look authoritative. But "looks authoritative" and "is correct" are not the same thing. This layer of the constitution requires that every time the model presents a figure, it states where that figure came from.

In UAIS this works as follows: when the model proposes a market size or sector ratio, the source appears in parentheses in the output — or the model adds its own note: "this data is unavailable, this is an estimate." The second option sounds like weakness. It's the opposite. Acknowledging uncertainty is a far stronger position than fabricated precision.


How the constitution is enforced

Writing the constitution as a document isn't enough. Documents don't get read; during production no one is consulting the file.

For the constitution to have effect, it has to be embedded in the processing pipeline.

In UAIS this works as follows: one mind produces, another audits. After the producing model generates output, an auditing model evaluates that output against all three layers of the constitution. Is the tone appropriate? Is it within scope? Are any figures sourced?

The conflict resolution mechanism is decisive. When the auditor flags a violation, automatic correction kicks in — but only for low-risk violations. A high-risk violation (incorrect legal information, an inappropriate tone on a sensitive topic) causes the system to request more context from the user rather than surfacing the output.

This mechanism isn't perfect. The auditor makes mistakes too. But it's far more reliable than trusting a single mind — and some fraction of errors get caught before they reach the user.


The constitution changes by sector

A universal constitution isn't possible.

For a legal advisory constitution, "list all ambiguities before reaching a conclusion" is a natural rule. That same rule in a marketing copy module would be paralyzing — the user wants an action-driving headline, not a list of caveats.

For a module generating educational content, "walk every step, don't skip to the answer" is critical. For an executive summary module, the opposite is true — reach the conclusion fast, the detail is in the next layer.

This principle is where UAIS's sector layers come from. Each sector has a distinct constitution configuration: the values share the same foundation, but the behavioral rules and evidence prioritization are tuned per sector.

A system working with a financial institution and a system working with a creative agency run on the same model — but under different constitutions. That difference shows up clearly in the output.


What happens without a constitution?

The failure modes of typical single-mind systems are well documented.

Hallucinated citations: when asked to "provide a source," the model presents a nonexistent paper as real. The title looks right, the author name is plausible, the journal is real — but the paper doesn't exist. The evidence requirement layer intercepts this at the production stage.

Tone drift: the user asks for guidance on a difficult personnel decision; the system defaults to procedure over empathy. Or the reverse — a procedural situation gets over-personalized. The value principles layer exists to hold that balance.

Scope creep: the user asks for a weekly report summary; three questions later the model is producing strategic business advice. The behavioral rules layer brakes that drift.

These aren't theoretical scenarios. All three have been documented in real systems. The difference is this: in a system with a constitution, these become exceptions; without one, they become the pattern.


"Say it, make it real"

Another core sentence from UAIS: "Say it, make it real."

Making that promise requires a constitution.

Because "real" here isn't just accuracy — it's reliability, consistency, a system that knows its limits. A model without a constitution can produce correct results every time; but it can't guarantee that it always will. The guarantee comes from the audit mechanism. The audit mechanism feeds from the constitution.

That's why when we wanted to put that sentence on the homepage, we had to write the constitution first. The reverse wasn't possible.

The constitution isn't a marketing decision. It's an engineering decision. And the product was built on top of it.

Drop a sentence, we'll think the rest.

Join early access — be first when it opens.

Read more