EUMENON

Engineering

Everything between activity and autonomy is engineered.

The successor is not summoned out of your data. It is built through four connected loops: evidence, episodes, capability, and operation. Each loop takes a defined input, transforms it, produces an artifact the next loop consumes, and has a stated failure path. This page walks the entire chain.

FIG_02 / ACTIVITY BECOMES OPERATION LIVE
Press to log a correction. CALIBRATING

Loop_01 · Evidence

The company is observed where the work actually happens.

Everything downstream is built from what the system has actually seen, so the first loop watches operating reality in the places it already lives: the ERP and CRM, email and messages, documents and spreadsheets, agreed recordings and speech, the browser and desktop surfaces where the work is actually performed, and the outcomes that arrive later from the outside world.

Everything captured is immediately attributed: tied to the people, customers, orders, relationships, decisions, and moments it belongs to, with its source, time, and correction history preserved. Attribution is what turns a pile of exports into evidence.

Evidence then updates a time-aware model of the company: what is true now, what was true then, and, separately, what was known then. That distinction matters later, because a decision can only be judged fairly against the information that existed when it was made.

In
The systems, messages, documents, interfaces, and recordings where the company already works.
Transform
Capture, then attribution to people, objects, relationships, decisions, and time. Provenance and correction history are preserved.
Out
Attributable evidence and a time-aware model of company state.
Consumed by
Decision reconstruction in Loop 2. Live context for the runtime in Loop 4.
On failure
Missing coverage is recorded as missing, never guessed. A correction invalidates everything built on the corrected evidence without rewriting history.

Loop_02 · Episodes

Decisions are reconstructed. Judgment is recovered.

The owner's value lives in the call, made where the procedure runs out. So the second loop rebuilds the company's consequential decisions as episodes: what the situation was, what information was actually available, what the alternatives were, what was decided, what it cost or earned, and what was corrected afterward.

Around those episodes, the system recovers the judgment that produced them. Some of it shows up in behavior across many similar cases. Some emerges by comparison: why this customer got the concession that one did not. Some has to be asked for, and Eumen carries that question to the owner against the specific trace that raised it, then carries the explanation back.

An owner's explanation enters as attributed evidence. It gets tested against the record like any other claim, because people are often sincere and wrong about how they actually decide.

In
Attributable evidence and time-aware state from Loop 1.
Transform
Reconstruction of decision episodes. Recovery of judgment through behavior, comparison, explanation, correction, and later results.
Out
Decision episodes with recovered judgment, each bound to the information available at decision time.
Consumed by
Capability compilation in Loop 3.
On failure
An episode missing material context raises a trace-grounded question through Eumen. Unanswered, the episode is marked incomplete rather than silently filled.

Loop_03 · Capability

Episodes are compiled into capability, and capability is tested.

Making a decision takes more than understanding one. The third loop compiles episodes and recovered judgment into working parts: memory that keeps current facts current, policies that hold explicit boundaries, skills that execute multi-step procedures with verification built in, adapted models where generalization is genuinely needed, and evaluations that define what passing means.

Different learning lands in different places on purpose. A customer commitment belongs in memory, not in model weights. A prohibition belongs in policy, where it can be read and audited. A repeated procedure belongs in a skill with typed inputs and a recovery path. The table below makes the destinations exact.

Every compiled capability is evaluated against cases withheld from its construction. Passing evaluation still does not put it to work: release is a separate decision, and the authority to create real-world effects is a third. A capability that fails is held back for more evidence. One that degrades after release is narrowed, repaired, or revoked.

In
Decision episodes with recovered judgment from Loop 2.
Transform
Compilation into memory, policies, skills, tool behavior, model adaptations, and evaluations. Testing against held-out cases.
Out
Released capabilities with explicit scopes and evaluation records.
Consumed by
The runtime in Loop 4, under authority that is granted separately.
On failure
A capability that fails evaluation is not released. A released capability that fails in operation is narrowed, repaired, or revoked.

Loop_04 · Operation

The runtime acts, verifies its own effects, and learns.

At runtime the successor behaves like a careful operator. It perceives current conditions, retrieves the context that matters, plans, decides, and acts through authorized tools inside an explicit scope. Where a rule settles a case, a deterministic program runs it; learned judgment is reserved for the cases that need it.

Then it checks its own work. Software reports success cheaply, so a separate read-only observer inspects the target system to establish what actually changed. Confirmed, mismatched, or ambiguous: each result has a defined path, and recovery runs before retry. When the situation is uncertain, the system abstains, asks, or escalates instead of guessing.

The loop closes here. Verified effects and later business outcomes travel back to the decisions that produced them, updating memory, policies, skills, evaluations, and authority. Authority expands only where performance and recovery have been demonstrated under increasingly real conditions, and it can narrow, expire, or be revoked. How that expansion is staged inside an engagement is the process page; what it must prove is the proof page.

In
Live conditions, retrieved context, released capabilities, granted authority.
Transform
Perception, planning, decision, authorized action, independent effect verification, recovery or escalation.
Out
Verified effects, complete operating traces, outcome evidence.
Consumed by
The business itself, and every earlier loop: outcomes return as new evidence.
On failure
Uncertain perception abstains or asks. A failed or ambiguous action triggers recovery before retry. Repeated failure narrows authority.

Separation

One screen. Four sealed roles.

Much of a company's judgment is only visible in its browser and desktop work, so the successor meets those surfaces in four different roles. They are deliberately kept separate, with separate permissions and separate data products, because combining them is how systems become unsafe and unexplainable.

ROLE_01 · LEARNING OBSERVATION

Watching how work is performed to build evidence about a decision or procedure: interface state, actions, edits, navigation, timing, and the explanation alongside them, synchronized with the structured record. Observation builds evidence. It controls nothing.

ROLE_02 · RUNTIME PERCEPTION

Reading the current situation when an API or stored record does not expose enough context. The successor may inspect an interface under a read contract and use what it sees as one input to a live decision. What it sees remains uncertain evidence until admitted.

ROLE_03 · EFFECT VERIFICATION

After an action, a read-only observer inspects the target system to establish what actually changed. It does not accept the executor's return value or a success message as proof. It can confirm the effect, catch an unintended one, or hold an ambiguous result open.

ROLE_04 · AUTHORIZED EXECUTION

Changing the outside world. A click, a typed value, a submitted form is an external effect request, and it requires explicit authority, defined scope, duplicate-risk handling, independent verification, and a recovery path. Screen movement is never completion.

Destinations

When the system learns, the learning has an address.

Learning has to say where it landed before it can be audited, corrected, or trusted. Each kind of learned material has a primary destination, chosen so it can be inspected and changed.

A current customer fact or commitment

STATE & MEMORY

It must be updated and retrieved, not baked into model weights.

A stable boundary or prohibition

POLICY

It must constrain behavior explicitly and stay auditable.

A repeated multi-step procedure

SKILL

It needs typed inputs, tools, branches, verification, and recovery.

A judgment pattern with contextual variation

POLICY + MEMORY + SKILL + MODEL

The right action depends on explicit constraints and learned generalization together.

An execution failure

ADAPTER, RECOVERY, OR EVALUATION REPAIR

The defect may be in action or verification rather than reasoning.

A broad reasoning deficit

TARGETED MODEL ADAPTATION

Parametric change is for what cannot be represented cleanly anywhere else.

A new risk boundary

EVALUATION + AUTHORITY

What the system can do and what it may affect are separate decisions.

Invariants

Sixteen constraints the architecture keeps.

These hold everywhere in the system. They are what make the chain inspectable, and several of them are the direct answer to how autonomy stays safe.

  1. Evidence keeps its source, time, provenance, coverage, and correction history.
  2. What was true and what was known at the time are different questions, and the system can answer both.
  3. Learning observation, runtime perception, effect verification, and execution are separate permissions and separate data products.
  4. A founder explanation is attributed evidence, not automatic policy.
  5. Decision quality, execution quality, outcome quality, and causal contribution are scored separately.
  6. Memory, policy, skills, models, tools, runtime control, release, and authority are separate layers.
  7. A proposed action is not an external effect.
  8. A tool return is not proof of an external effect.
  9. A verified effect is not automatically a favorable business outcome.
  10. Evaluation can support a capability. Release and authority remain separate decisions.
  11. A reconstructed episode is not admitted for every use just because it exists.
  12. Authority can expand, narrow, expire, or be revoked.
  13. Released capability and granted authority do not by themselves transfer responsibility.
  14. Corrections invalidate dependent artifacts without rewriting history.
  15. Founder independence is measured over the complete denominator of required work, not a favorable sample.
  16. No single model, agent, conversation, document set, or fine-tune is the successor.

Next

The chain ends in evidence. Judge it there.

Every loop above produces artifacts a diligence process can examine: evidence with provenance, episodes with context, capabilities with evaluation records, operations with verified effects. What counts as proof, and the two commercial tests behind the largest fee, are documented next.