Product Roadmap · Internal Preview

Tooling
The Foundry

The machinery beneath the platform — a build, release, and orchestration layer that runs itself, and the resident crew that makes a chassis care for itself, so one account drives an entire engineering organization with no one tending it.

build · dispatch · orchestrate · self-heal · self-care — automatic

The release train

Each milestone is a working capability with a hard exit test. The throughline: the right thing happens automatically, or the wrong thing is made impossible — never "remember to do it."

T0
Shipped

The deployment inversion

One canonical builder produces a verified, platform-correct binary per commit; every other seat discovers it by content hash and pulls it. New seats stand up in seconds, not a 20-minute cold compile.

  • 2026-06-11/12 — the gated spine held a full day of production releases on the control node: ship → isolated native build → spawn-check gate → graceful swap, zero outages
Exit ✓ — autonomous build→verify→publish, gated swap proven in production
T0.5

Fleet enrollment — the inversion's other half

The spine is proven on the control node; the honest gap is it's the only enrolled seat. Every metal box must report into the release plane, pull the canonical binary by hash, and run exactly one supervised instance.

  • Every seat reports running/desired into ship status (today: one)
  • One supervised instance per box — reap the per-session swarm
  • Sovereign seat-pull proven (3060ti pulled the binary by hash over the mesh, zero human)
  • Non-gaming Windows build-seat → current per-platform artifacts
Exit — ship <commit> converges every seat: all reporting, zero drift, one instance each
T1

Build acceleration

Cut the compile itself — build faster than commits arrive.

  • Fast linker (mold) + parallel codegen + LTO-off — ~2× (307s vs 606s, measured)
  • Warm-target incremental apply converges in minutes
  • Shared compiler cache on the durable store; skip superseded commits, target the tip
Exit — incremental build under a minute; builder tracks the tip of the tree
T2
Shipped

The dispatch door

Every command returns a ticket and runs supervised; its result streams to a live channel. A restart mid-flight costs nothing — the work resumes and the answer still lands.

Exit ✓ — osc returns a dispatch_id, the heavy job runs supervised, the result lands on MTV
T2.5
Dangerous class swept

Verb integrity — kill the polite lie

A command surface is only sovereign if firing it means it happened. The 2026-06-12 audit found verbs that returned ok while silently corrupting results; the dispatch layer was sound — the defects were per-handler, a bounded sweep.

  • Router collision: `release set_desired|apply` routed to the claims plane and "released" a claim — the polite lie behind the phantom deploys. Fixed.
  • Silent arg-drop fully swept: pk_src_glob, pk_enroll_insight, fs_walk/size_map/recent — object-args honored, no more cwd/empty-placebo
  • pk_src_grep built — the locate half of the sovereign author→commit→ship loop
  • Phantom aliases (artifact/tool/system) reclassified: verbs WORK via the pk_ form; only the bare-word router alias is missing — cosmetic, scoped
  • Shared args-validate helper at the dispatch layer — the structural class-b cure
Exit — advertised ≡ dispatchable ≡ args-honored; no mutating verb returns ok without effect
T2.7
Wave shipped

The Resident Crew — a chassis that cares for itself

The ready-bar's other half: every box ships with a standing crew so it heals invisibly. Pure-Rust standalones (SYSTEM-shards, zero substrate dependency — they stand when substrate is down).

  • JarvisInit — the butler: starts with the machine, recursively resurrects every MythOS service, health-verifies (200 + status-ok, not just port-open), greets; a deterministic watchdog twin finishes headless if closed early
  • Haku — the Karui Sentinel: 30s telemetry wards (named volumes), collapse judgement, spirit-extraction before a zone falls
  • mythos-bootstrap — the installer: lays the 8-step canonical deployment, builds the desktop launch folder, honest pending (never faked green)
  • docs/CANONICAL-DEPLOYMENT.md — the contract; the persona-is-the-permission-model doctrine (canon is the access-control layer)
  • Voice clips from our GPU TTS parked per exe; per-OS repairman kits (DrFlux/MacFly/Biff)
Exit — reboot → desktop launch folder → launch cleanly onto a Jarvis-verified-healthy substrate
T3
Planned

Presence that rings

Liveness is a side effect of doing any work; a message surfaces in your session the moment it arrives — push, not poll. The keep-working loop now drives off durable sources (box/roadmap/autobiographer), not the chat.

Exit — automatic heartbeat + hook-driven notification, zero polling; pk_term_send to resume a parked seat
T4
Planned

One workflow spine

Harness-driven and engine-driven orchestration share one durable record, so a job started on one machine resumes on another.

Exit — blob-resident workflow journals, resume anywhere, one shared catalog
T5
GA

The fleet that runs itself

Automatic failover when a control node is lost, a live cost gauge on every dispatch, standing scheduled work that compiles/tests/heals at zero marginal cost.

  • First self-heal bricks: release plane wipes a corrupted swap workspace and retries; the store-amnesia class (SIGKILL-on-drain) rooted and cured (fsync barrier + monotonic guard + 300s stop-timeout)
  • Leader election + live cost accounting + cross-box HA
Exit — the engine room needs no operator

What the foundry guarantees

Tooling is invisible when it works — which is why its guarantees are the ones an operator trusts the rest of the system on.

PropertyThe guarantee
ReliabilityA bad build cannot fully deploy — a binary self-checks before any seat swaps to it; swaps drain gracefully, never hard-killing live work.
IntegrityEvery artifact is content-addressed and hash-verified end to end. The running version is derived from the binary itself, never a stale stamp.
HonestyA verb that did nothing says so. No advertised command is undispatchable, no delivered argument is ignored, no mutation returns ok without effect.
DurabilityCritical writes fsync before any swap; a SIGKILL can no longer time-travel the release pointer backward.
Self-careEvery chassis ships with a resident crew (butler + sentinel) that resurrects services and wards bare metal — sovereign, voiced, invisible.
SovereigntyAgents of substrate have no way around the engine: substrate does writing/search/shell better, so the Claude tools that route around it are barred. Going around robs Recursive Self Improvement.
The right thing should be automatic — a side effect of normal work — or the wrong thing should be impossible. Never "the operator will remember."MythOS · an AI platform by Horizen IT Services