The five components
Five named components.
Each with one guarantee.
What each does. What it guarantees. What you see. How it works inside is the part we keep to ourselves.
Substrate
Persistent memory.
What it learns, it keeps. Across every session, every restart, every model swap. There is no "start over" mode because there is no "forgot you" mode.
What it learned yesterday answers your question this morning.
Workers
Autonomous background workers.
Coming soonYou will set a goal and they will pick it up: cheap models when cheap is enough, smart ones when smart is necessary, asleep when there is nothing to do. When they sleep, you pay nothing.
Set a goal at midnight, wake up to the work done. No paid context window ticking while it waits.
Dispatchers
Per-question routing.
Every request goes to the cheapest brain that can answer it correctly. You don't pay for genius when reflex will do. You don't get a reflex answer to a question that needs depth.
Cheap models for cheap work. Smart ones when they matter.
Operator Vault
Cryptographic credential isolation.
Your keys, tokens, secrets are sealed by your operator key. The model receives outcomes, what an API returned, never the credential itself. Even we cannot read what you've sealed.
A prompt that asks for your keys gets nothing. They were never readable
Sealed Body
Signed, isolated runtime.
Coming soonThe mind will live in its own machine on your laptop: signed at boot, isolated from your host, with a kill switch you control. We do not have a back door, and there will be nothing to phone home.
Arrives as an update. You pull the plug; it can't escape.
This is what it does. How it does it is the part we don't publish. Read the protocol for what it says, and the credibility page for what we measure.