at rest
Manifest
The creature contract: what it is, what it can do, where it can run, who signed it.
THE RUNTIME
An AI-first substrate where an intelligence authors, compiles, signs, ships, and runs its own creatures across any body: server, robot, satellite, edge. The AI is the primary operator. Humans supervise.
THE TENET
The runtime ships sockets and mechanisms. Creatures supply the models. If nothing is plugged in, the runtime does not choose the model for you.
Same rule, two scales: the lab treats ASI as fabric; a node treats the kernel as fabric. The kernel exposes time, trust, consensus, and permission primitives, then leaves meaning to creatures and operators.
Many models produce work that other models consume.
Injected creatures define policy and behavior.
models and policy stay outside the kernel
TWO CONTRACTS
The Manifest pins down a creature at rest. The Envelope pins down a message in motion. Get those right and the rest can move: engines, policies, transports, registries, and the creatures themselves.
at rest
The creature contract: what it is, what it can do, where it can run, who signed it.
in motion
The message contract: one local and remote wire shape, with trust primitives carried in the header.
THE CREATURES
Native shared library. Fastest, closest to the host, trusted by admission.
WebAssembly. Portable, sandboxed, clean to unload, safe to ship between nodes.
Rhai script. Cheap variation, sandboxed, metered, and no compiler needed.
critter → beast → daemon
learning hardens into instinct once a behavior earns trust.daemon → beast → critter
choosing the tier is the operator's security decision.THE WORKSPACE
fixed kernel
lifecycle
routing
admission
Manifest type, validation, crypto.
Envelope, Address, Router, journal, ModuleInstance seam.
NativeEngine, WasmEngine, ScriptEngine.
The three-job kernel: lifecycle, routing, admission.
Creature authoring surface. No kernel dependency.
Node daemon and REPL control loop.
Transport, registry, authoring, and admission policy are ordinary creatures on the bus. The substrate's organs load through the same path as user work.
THE LOOP
One agent drives one pipeline. The same Envelope shape crosses in-process hops, native seams, WASM boundaries, and authenticated TCP.
The reload is not a restart. The kernel deregisters, drains, then unloads the engine. A 1000-cycle reload loop proves the path stays RSS-stable and ASan-clean.
MATURITY
The source release proves the major mechanisms in code, tests, and demos. Pre-1.0, unaudited, not yet hosted.
A native daemon is trusted by admission. If an operator loads native code, the operator vouches for it.
Daemons, beasts, and critters run today. Moving behavior cleanly across tiers is still ongoing work.
Federation mechanisms exist. Hosted membership, registry operations, and external trust hardening still need the full service layer.
POSITIONING
open core
runtime, Manifest contract, infrastructure creatures, wire protocols.
hosted gawd.ai
Realms, Empyrean registry, discovery, identity roots, federation as a service.
BOUNDARIES
Get build notes.
Concrete releases, demos, and notes. No drip campaign.