Orcher · Component 01 of 07

Directive Interface

Plain language becomes the permanent record of what was asked.

Layer 1 — sequential, gating

A plain-language directive resolving into a structured, recorded token lattice
Plain language becomes the permanent record of what was asked.

Every Orcher execution starts with a directive: a professional states, in their own words, what should happen. The Directive Interface captures that statement as structured intent and freezes it. What was asked can never be reconstructed after the fact from a chat transcript or a prompt log, because it was recorded as the first act of execution.

  • Captures intent in plain language and normalizes it into a structured directive.
  • Timestamps and versions the directive before any model is called.
  • Carries the directive unchanged through every downstream component.
  • Makes the directive, not the prompt, the object of record in the audit trail.

Without it, intent is inferred

Prompt logs record what a model received, not what a person meant. When an action is challenged months later, an inferred intent is not evidence. The directive is.

What it emits

A signed directive record that becomes the root of the execution's audit chain.

Evidence

Directive Interface in the 2026 enterprise data#

Figures drawn from the Enterprise Superintelligence Report, Vol. I, August 2026.

38%

of enterprises can name an accountable owner for agent decisions

up from 7% — Vol. I, p.2

54%

of organizations reported an agent-related incident

Vol. I, p.2

Mechanism

How it works#

Four stages, in order. Layer 1 components gate execution; Layer 2 components run continuously and never block.

  1. 01

    Statement of intent

    A named professional states the outcome they want in their own words — approve this claim, release this payment, publish this schedule. No prompt engineering, no template, no intermediate translation by an engineer.

  2. 02

    Normalization

    The statement is parsed into a structured directive: the objective, the entities it touches, the systems of record it will reconcile against, and the constraints that are implicit in the professional's role.

  3. 03

    Freeze and sign

    The normalized directive is timestamped, versioned, and signed before any model is called. From that moment the directive is immutable; a revision creates a new directive rather than editing the original.

  4. 04

    Hand-off

    The frozen directive travels unchanged through the Role Identity Fabric, the Logic Scrubber, and into the ledger. Every downstream component reads the same object, so intent cannot drift between stages.

Operational contract

Input
Natural-language statement from an authenticated human
Output
Signed, versioned directive record (IN.A)
Mode
Layer 1 — sequential, gating
Mutability
Immutable after signing; revisions are new directives
Retention
Directive persists for the life of the audit record
Interfaces
Web console, API, and embedded surfaces in existing line-of-business tools

What it is not

It is not a prompt library

A prompt is an instruction to a model. A directive is a record of what a person, holding a role, asked the enterprise to do. The two are stored, versioned, and defended differently.

It is not a chat transcript

Transcripts are conversational and lossy. The directive is a single structured object with one author, one timestamp, and one signature.

Failure behaviour

If intent cannot be normalized into a directive with an unambiguous objective and scope, nothing is executed. The professional is asked to restate; no partial directive enters the chain.

Questions

What enterprises ask first

Does the professional have to learn a new syntax?
No. The Directive Interface accepts plain language. Normalization is Orcher's job, and where the statement is ambiguous the interface asks a clarifying question rather than guessing.
What happens if the directive turns out to be wrong?
It stands in the record exactly as issued, and a corrective directive is issued alongside it. Orcher never rewrites history — that is the point of freezing intent before execution.
How is this different from logging the prompt?
Prompt logs record what a model received. They cannot establish who asked, under what authority, or what was actually intended. The directive is authored by a person and signed before a model is ever invoked.
Can directives be issued by another system?
Yes, but only under a human role. A scheduled or system-triggered directive still resolves to the named professional whose authority it exercises, and that binding is what the ledger records.

Where it shows up

Solutions and industries that depend on this

Surfaced automatically from the components each solution engages and each industry relies on.

The strategy behind the component

Dynamic model routing.#

Binding a platform to one heavy frontier model wastes tokens and leaks proprietary data. Dipp AI's strategy — and the reason Orcher's seven components exist — is intelligent routing: decouple orchestration from any single provider, match each task to the cheapest model that can carry it, and keep prompts and data inside the enterprise's own tenant boundary.

DIPP AI / ORCHER

Seven components. One enterprise-owned control plane.

01 + 02 / AUTHORITY

A role-bound directive

Intent, named professional, permitted actions and systems of record.

06 / COST GOVERNANCE

Dynamic model routing

Select the least costly sufficient model within the task’s stakes, latency target and spend ceiling.

Explore Cost Governance

05 / DATA CONTROL GATEWAY

Boundary before egress

Region, redaction, retention and training-exclusion requirements determine which destinations qualify.

Frontier reasoning

  • GPT-6 Astra
  • Claude Fable 5.1
  • Claude Mythos 5.1
  • Muse Spark 1.3

Models discussed in Dipp AI Research · September 6, 2026

Open-weight & private

  • Llama
  • Qwen
  • DeepSeek
  • Mistral
  • Gemma
  • Enterprise-tuned models

Model families · exact versions and licences assessed per deployment

Compute destinations

  • AWS
  • Microsoft Azure
  • Google Cloud
  • CoreWeave
  • Lambda
  • Crusoe
  • Private infrastructure

Hyperscalers, neoclouds and enterprise infrastructure

03 / Logic Scrubber

Verify proposed actions before commit.

04 / Immutable Audit Ledger

Preserve the decision and refusal evidence.

07 / Observability

Trace cost, latency and outcomes across routes.

Illustrative routing architecture, not a live connection status or an exhaustive integration catalogue. Provider availability, model access and deployment readiness are confirmed during a technical briefing.
01

Decoupled orchestration

Switch providers in a week, not a quarter.

An orchestration layer sits in front of every AI task rather than inside one vendor's SDK. Directives, roles, policy and evidence live in Orcher, so a provider change is a routing-table change — a week of work rather than a quarter of re-platforming — and no model vendor becomes the system of record for how the enterprise operates.

The protocol stack
02

Task-to-model matching

Roughly 90% of workloads never need the frontier.

Cost Governance routes by the stakes of the action rather than the habits of the developer. Standard, routine queries — roughly nine in ten workloads — go to cheaper open-weight or small in-house models; expensive frontier models are reserved for genuinely complex, high-reasoning tasks. Across 400-plus models and 70-plus providers the price spread is 4,500× (Vol. I, p.25), so the routing decision is the economics.

Cost Governance
03

Private tenant boundaries

Providers never learn from your interaction data.

The Data Control Gateway forces data and prompt histories to stay inside the company's own cloud environment — a private tenant, in-region — and verifies training exclusion and the data boundary on every call before a token leaves. Using frontier capability never means donating enterprise interaction data to the firm that sells it back.

Data Control Gateway

Runtime workflow

Authority per directive.#

Routing is not a developer preference resolved in a config file. For every directive, Orcher resolves who is accountable, selects the cheapest model class that authority permits, carries the data boundary along the chosen route, and hashes the whole decision into one evidence chain that reads the same across every provider.

  1. 01

    Authority is resolved before a model is chosen

    Who is accountable, and what may they authorize?

    The directive arrives with a named issuer. The Role Identity Fabric resolves that professional's current entitlements and binds them to this cycle, so the routing decision is made against a known authority rather than a service account. Anything outside the role halts here — before a single token is spent.

    Enforced by

    Emits
    A role-bound authorization token scoped to this directive.

  2. 02

    The routing decision is a policy decision

    What is the cheapest model class this directive's stakes permit?

    Cost Governance classifies the workload by stakes, sensitivity and reasoning depth, then selects the cheapest sufficient model class within the ceiling in force for that role. Roughly nine in ten workloads clear on routine classes; frontier capacity is reserved for complex work. The chosen class, the alternatives considered and the ceiling applied are all recorded as part of the decision.

    Enforced by

    Emits
    A signed routing decision: class chosen, ceiling applied, rationale.

  3. 03

    The data boundary travels with the route

    May this payload reach that provider, in that region?

    The Data Control Gateway applies data-boundary, redaction and training-exclusion rules to the route that was chosen, not to a default path. If a class is otherwise optimal but its provider cannot satisfy the boundary, the route is refused and the next sufficient class is selected. Consistency across providers is enforced by the gateway, not negotiated per vendor SDK.

    Enforced by

    Emits
    A per-call boundary attestation: region, redactions, no-training terms.

  4. 04

    Every decision lands in one evidence chain

    Can this be replayed and defended months later?

    The Immutable Audit Ledger hashes the directive, the authority, the routing decision, the boundary attestation and the committed action into a single tamper-evident chain. Observability streams the same run across whichever providers were involved, so one query answers what was asked, who authorized it, where it ran and what it cost — regardless of vendor.

    Enforced by

    Emits
    A replayable, hashed execution record with cross-provider cost and latency.

Proof points

The strategy, in measurable terms.#

Dynamic model routing is only a strategy if it moves numbers a finance team and an auditor both recognise. These are the outcomes it is accountable to.

Cost

4,500×

price spread across 400+ models and 70+ providers

The spread between the cheapest sufficient model and the frontier default is the entire economic case for routing. A directive sent to the wrong class does not fail — it just costs orders of magnitude more than it had to.

Vol. I, p.25

Token waste

~90%

of workloads never need a frontier model

Routine classification, extraction, summarisation and drafting clear on in-house or open-weight classes. Reserving frontier capacity for genuinely complex work is what turns AI spend from a run-rate into a budget.

Dipp AI routing model · Vol. I, p.25

Budget

68%

of enterprise AI programmes run over budget

Overrun is a control failure, not a forecasting failure. Cost Governance applies a ceiling per role and per directive and halts loops at the step boundary rather than at the invoice.

Vol. I, p.9

Latency

10×

faster on routine classes than a frontier default

Cheaper classes are also materially faster. Routing the routine nine-tenths off the frontier shortens the median directive as a side effect of the economics.

Indicative class latencies, Orcher routing table

Auditability

28%

of enterprises can trace an agent action end to end today

Every routing decision Orcher makes — class chosen, alternatives considered, ceiling applied, boundary attested — is hashed into the same evidence chain as the committed action, so the economics are as auditable as the outcome.

Vol. I, p.6

Portability

1 week

to change providers, not a quarter of re-platforming

Because orchestration is decoupled from any vendor SDK, a provider change is a routing-table change. Directives, roles, policy and evidence stay in Orcher.

Dipp AI protocol stack contract

The other six

Orcher is one control plane

Further reading · September 2026

The argument behind this page, published in full.

Two long-form pieces per week through September 2026 — sourced, dated, and attributed. Each one links back to the components it argues about.

Verified execution, or none at all.

Orcher is deployed with named enterprises under the Human-in-the-Role model. Request a technical briefing with the founding team.