Skip to main content

START HEREBEYOND10X

From a principle
to an action in the world.

Autonomous systems become dependable when their important decisions stop hiding in prompts and glue code. Read four ideas from the bottom up: evidence-backed principles, deterministic state, executable specifications, then governed reach.

ECOSYSTEM MAP

Choose a clear place to begin.

Each family answers a different question. Start with one concrete path, then follow the next boundary only when you need it.

Leave with something verified.

Start from what you need to accomplish. Each path names the result, the public surface that owns it, and a realistic first-run time.

Understand

Choose a rule the evidence supports

Inspect one principle, its maturity, counterevidence, and underlying study.

about 8 minStart this journey
Plan work

Turn engineering intent into governed work

Install focused guidance, then create a typed planning artifact through AEP.

about 12 minStart this journey
Specify

Make system intent executable

Validate an ESS model and generate deterministic contract artifacts.

about 12 minStart this journey
Build agents

Run an explicit, evidenced agent loop

Complete a read-only Harness run and retain its session evidence.

about 12 minStart this journey
Operate services

Exercise the governed service boundary

Submit an authenticated AEP command and inspect its state and evidence.

about 15 minStart this journey
See what changed across these journeys

The loop and the outside view.

Harness owns the provider-neutral agent loop. Metaharness drives harnesses from outside so their runs can be observed, steered, isolated, and compared through one interface.

developmentdocumentation

Harness

A provider-neutral agent loop with explicit tools, effects, approvals, budgets, and durable session evidence.

  • agent loop
  • tool approvals
  • workflows
  • session evidence
Run the read-only quickstart
experimentaldocumentation

Metaharness

Drive and compare multiple agent harnesses through one observable, steerable, hermetic interface.

  • harness comparison
  • hermetic runs
  • steering protocol
Observe a harness run
01 / EVIDENCEPUBLIC · RESEARCH

Before a rule is executable, it has to earn belief.

Agentic Principles studies how agents can plan, use tools and change external state without outrunning their authority, evidence or ability to recover. The result is a reviewable research catalogue—not a list of commandments.

  • Observations, reports, inferences and hypotheses remain distinct.
  • Every mature claim names its mechanism, scope, counterevidence and falsifier.
  • No principle is promoted from one source, transcript, benchmark or successful run.
  • Product impact arrives as a testable handoff, not a silent implementation change.

Confidence is a property of the evidence trail, never the fluency of the claim.

02 / MECHANISMPUBLIC · AVAILABLE

State changes are decisions, not assignments.

Declare an entity as data: its fields, lifecycle, named operations, rules and events. An IO-free Rust kernel takes the current instance and an operation, then returns either a complete decision or a typed refusal.

definition+instance+operation+argumentsDecision
  • Same inputs, same decision, same bytes.
  • The kernel reads no clock, filesystem, network or random source.
  • A refusal leaves the caller-owned instance untouched.
  • The shell—not the kernel—persists state and publishes events.
03 / METHODPUBLIC · AVAILABLE

The work and its result become separate, testable claims.

Prompts can ask an agent to test first, protect an API or wait for approval. They cannot prove any of it happened—or that the result matches the intended system. AEP governs the engineering work; ESS specifies and checks the system. Each keeps its own model and command.

AEP

Was this built properly?

Typed workflows, capabilities, approvals, evidence, and completion predicates.

EVIDENCE
ESS

Is this what we meant to build?

Validated system models, deterministic artifacts, generated contracts, and conformance.

The model still reasons. AEP decides what the work's evidence permits; ESS decides whether the implementation conforms to declared system intent.

AEP Service is the public developer-preview deployment surface: a multi-tenant HTTP service for central protocol entities, activity and projections. It hosts AEP contracts over Entity Runtime. ESS remains standalone; only its closed conformance report crosses an optional AEP-side evidence adapter.

04 / REACHPUBLIC · PRE-V1

An integration is more than an HTTP request.

Connectors turns reviewed provider specifications into a deterministic catalogue, then owns the boundary an agent needs to cross: connections, credential custody, grants, bounded invocation and event delivery.

  • Every operation has stable identity, declared effects and an explicit risk.
  • Catalogued does not mean exposed to a model; exposure is curated.
  • Credentials are requirements in contracts, never values returned to callers.
  • Effect-bearing hosted calls require both identity authority and a grant.

The catalogue family, personal-local runtime and bounded hosted APIs are implemented. The full SaaS and satellite surface is not claimed. The public implementation repository owns the detailed architecture, guides, and current maturity statement.

A reading stack, with explicit seams.

The progression is useful because it separates concerns. Its value does not depend on pretending integrations have shipped before they have.

INFORMS

Principles → AEP

The research repository supplies evidence-backed principles and explicit product handoffs. AEP is one place those ideas can become executable; research maturity and implementation status remain separate claims.

Follow the evidence ↗
PINNED DEPENDENCY

AEP → Entity Runtime

AEP uses one pinned Entity Runtime release for its IO-free entity kernel and providers. Entity Runtime does not depend on AEP.

Explore Entity Runtime ↗
DECLARED REPORT BOUNDARY

ESS → optional AEP evidence

ESS emits a standalone closed conformance report. An optional AEP adapter can translate it into evidence without either core model depending on the other.

Explore ESS ↗
PUBLIC PREVIEW

Runtime + AEP → service

aep-service combines the published protocol contracts and runtime store interface behind a multi-tenant REST API. The service, generated OpenAPI description and operations guide are public; production identity is deliberately not claimed yet.

Open the service guide ↗
SEPARATE TODAY

AEP and ESS ↛ connectors

Connectors has its own domain and authority model. It does not currently consume AEP, ESS, or Entity Runtime. Here it is the next idea in the reading path: governed work eventually needs governed reach.