Foundations
01 · 4 projectsUnderstand the evidence, principles, protocols, and executable specifications that explain what an agent system should do and what it can prove.
START HEREBEYOND10X
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.
Every layer makes a different decision explicit.
ECOSYSTEM MAP
Each family answers a different question. Start with one concrete path, then follow the next boundary only when you need it.
Understand the evidence, principles, protocols, and executable specifications that explain what an agent system should do and what it can prove.
Build and test agent loops with shared libraries, plugins, isolated execution, documentation tools, and clean workspaces.
Integrate authenticated, auditable capabilities for commands, identity, events, secrets, governed workspaces, workflows, and external systems.
Preview Devcenter while it remains in active development. Start with its credential-free review mode to inspect the emerging product direction and readiness—not as a production adoption promise.
CHOOSE AN OUTCOME
Start from what you need to accomplish. Each path names the result, the public surface that owns it, and a realistic first-run time.
Inspect one principle, its maturity, counterevidence, and underlying study.
about 8 minStart this journeyInstall focused guidance, then create a typed planning artifact through AEP.
about 12 minStart this journeyValidate an ESS model and generate deterministic contract artifacts.
about 12 minStart this journeyComplete a read-only Harness run and retain its session evidence.
about 12 minStart this journeySubmit an authenticated AEP command and inspect its state and evidence.
about 15 minStart this journeyRUN AND COMPARE AGENTS
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.
A provider-neutral agent loop with explicit tools, effects, approvals, budgets, and durable session evidence.
Drive and compare multiple agent harnesses through one observable, steerable, hermetic interface.
THE READING PATH
The layers grow in scope, not in ambiguity. Each owns a different question and leaves the answer inspectable for the next system—or the next human—to use.
What has the evidence earned the right to claim?
Evidence-backed direction →May this entity change state?
Deterministic mechanism →Was the work governed, and is the result conformant?
Executable specifications →May this exact external action run?
Governed reach →AGENTIC PRINCIPLES
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.
Confidence is a property of the evidence trail, never the fluency of the claim.
ENTITY RUNTIME
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.
AEP + ESS
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.
Typed workflows, capabilities, approvals, evidence, and completion predicates.
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.
CONNECTORS
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.
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.
CURRENT BOUNDARIES
The progression is useful because it separates concerns. Its value does not depend on pretending integrations have shipped before they have.
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 ↗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 ↗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 ↗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.
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.
CHOOSE YOUR ENTRY