AI-NATIVE OPERATING SYSTEMS · FRAMEWORK

Design operating loops agents can run — and humans can trust.

CLARITY turns "I have a business" into a typed, auditable specification an agent can execute and a human can trust. It produces four outputs in strict dependency order — Vocabulary → Methodology → Process → Artifacts.

7 vocabulary terms 6 typed components 7-step design sequence

Why it exists

The control plane is the product.

Traditional SaaS sold humans a better screen to operate their work. Agents remove the need for the screen — and for the human to operate it.

Agents do not replace SaaS systems. They replace the need for humans to operate them.

The durable position is not owning the best application. It is owning the control plane through which agents safely execute work — the data, the permissions, the audit trail, the workflow definitions, and the execution environment itself. Build operating systems over your tools, not inside them. The tools may be replaced; the system that orchestrates them persists.

High

Workflow-heavy UI wrappers

Medium

Data-rich systems with network effects

Low

Platform / execution infrastructure

Six typed components

Nothing assumed — everything declared.

Every loop is built from six primitive types. Each has a defined input contract, output contract, and mapping to the CLARITY vocabulary.

[RECORD]

C — Capture

The authoritative source

The structured, queryable source of truth for a domain. Agents act only on [RECORD] data — never on unverified context.

In Raw operational data, history, permissions
Out Queryable, structured context for agents and humans
[BOUNDARY]

A — Authorize

The permission model

Who or what can take which actions under which conditions. The decision tree that governs all execution.

In Roles, risk thresholds, compliance requirements
Out A decision tree of authorized actions
[LOOP]

R + T — Route + Transfer

The complete operating cycle

From trigger to resolution, including feedback. The core unit of repeatable work an agent executes.

In A recurring process with a clear trigger and end state
Out A workflow that executes, logs, and improves
[GATE]

A + I — Authorize + Inspect

The human intervention point

A defined checkpoint where human review is required before execution continues. Routed with full context.

In A risk threshold or exception event
Out A routed approval request with full context
[TRAIL]

I — Inspect

The immutable record

Every action, decision, approval, and exception — written once, never overwritten. The foundation of auditability.

In All agent actions, human decisions, system events
Out An auditable, compliance-ready log
[YIELD]

Y — Yield

The measurable unit of value

The priceable, verifiable result the system produces per completed loop. If it cannot be measured, it cannot be priced.

In A defined outcome tied to a business process
Out A priceable, verifiable result

Design sequence

Seven steps, in dependency order.

Each step builds on the last. You cannot specify a [GATE] before you have drawn the [BOUNDARY]. You cannot define a [YIELD] before you have named the [LOOP].

01

Name the Loop

Write a one-sentence [LOOP] definition that captures the trigger, the actor, and the end state. If you cannot say it in one sentence, the loop is not yet defined.

02

Build the Record

[RECORD]

Produce a typed [RECORD] spec: fields, data types, source systems, and freshness requirements. This becomes the agent's trusted context.

03

Draw the Boundary

[BOUNDARY]

Map roles, permissions, and risk thresholds. Define what an agent can do autonomously versus what requires escalation.

04

Place the Gates

[GATE]

[GATE] definitions: what triggers each gate, who receives the routed approval, and what context they need to decide. No gate without a defined decision owner.

05

Specify the Trail

[TRAIL]

Define every event type the [TRAIL] must record: the fields per event, the retention requirement, and the query surface for audit.

06

Define the Yield

[YIELD]

Specify the [YIELD]: what the completed loop produces, how it is verified, and how it can anchor a pricing unit. If it is not priceable, it is overhead.

07

Close the Loop

Define the feedback path: which [YIELD] data writes back to the [RECORD], on what cadence, and what triggers the next iteration. Feedback is not optional.

Decision methodology

Three questions. Six rules.

Every design decision in CLARITY traces back to three governing questions. The six operating rules enforce that structure at runtime.

Who acts?

Human, agent, or system? Default to agent. Escalate to human only when an action crosses a [BOUNDARY] threshold. Every actor is named and authorized.

What is trusted?

Is it in the [RECORD], the [TRAIL], or unverified? Agents act only on [RECORD] data. Everything else is a risk to be gated or discarded.

What does this yield?

Which [YIELD] does this action serve? If none, it is overhead — justify or cut. Every step earns its place by contributing to a measurable outcome.

Operating rules

  • One named [LOOP] at the core of every operating system design
  • Every [LOOP] has at least one [GATE]
  • Every action maps to an authorized actor — no anonymous execution
  • Every event writes to the [TRAIL]
  • Every [LOOP] produces a defined [YIELD]
  • Feedback from [YIELD][RECORD] is not optional

Doctrine

AI-native, not AI-bolted-on.

The difference between a system built for agents and one retrofitted for them is architectural. These are the positions CLARITY takes.

Outgoing
Incoming
The product is a screen
The product is a reliable operating loop
The UI is the workflow
The UI is where humans supervise the workflow
The AI is a chatbot or assistant
The AI is a controlled actor in a permissioned system
The moat is "we added AI"
The moat is workflow data, domain rules, integrations, operating history
Pricing is per seat
Pricing is per workflow, outcome, or managed unit
Goal: a better interface for tasks
Goal: ownership of a recurring business process

Method

From "I have a business" to "I know what to build."

The Business Analysis Protocol converts a real operating business into a ranked set of CLARITY loop candidates. Already used to design operating systems across multiple originated businesses.

Intake

Business Analysis Protocol

Structured intake that maps what the business does, how work moves, and where decisions are made.

Classify

Posture classification

Each domain is classified by AI-fit and data readiness.

A — Operating B — AI-Efficient C — Repeatable Platform

Rank

Loop candidates

Candidate loops are ranked by yield potential, data readiness, and boundary clarity. Build the highest-ranked loop first.

Specify

CLARITY System Sheet

One sheet per loop: the six typed components fully specified, in dependency order. The executable contract.

Pre-condition gate — Data Readiness

The [RECORD] must exist or be buildable before loop specification begins. Data readiness gates design, not deployment.

Pre-condition gate — Boundary Clarity

The [BOUNDARY] must be definable — who owns decisions, what requires human approval. Without a boundary, there is no loop.