THALIOX Development
Milestones
Single-node MVP
ShippedRust daemon + LLM + vector memory + autonomous tool-calling + capability gating + gateway. Shipped as v0.1.0.
microVM-ization
ShippedOne-command deploy + snapshot/restore + self-update rollback. The agent now runs inside a real Firecracker microVM — vsock deploy, VM snapshot/restore — atop the software layer. Shipped.
Multi-instance HA
ShippedLive migration + per-field CRDT merge + a self-healing supervisor (heartbeat → self-heal → reconcile). Shipped.
Cluster + multi-client
ShippedA fabric carrying VectorMessages between agents and across nodes. Cross-host live migration validated on two KVM machines — process- and microVM-level (the full {VM, host-process} matrix). Teams in four paradigms (Pipeline / Hierarchy / Market / Swarm). The gateway generalized into the cluster front door — capability admission, SSE streaming, peer routing. Shipped.
Learning control plane
PlannedRL scheduling + a supervisor agent + self-optimization — "AI manages AI". Next up.
Pushing down the stack
PlannedeBPF → unikernel / abstract-machine contract → kernel-bypass vector transport → FPGA primitives.
First primitive in silicon
PlannedTape out a single primitive that is uniquely THALIOX — a MELD silicon primitive (dataflow / capability-memory / vector-transport).
Vertically integrated node
PlannedA complete THALIOX machine — running the self-designed MELD cognitive substrate on co-designed silicon.
Model architecture
Bounded-State Hybrid + MoE
Fixed-size, serializable runtime state (an agent is snapshottable/migratable), MoE capacity, adaptive compute as the attention-budget knob. Model-State Contract shipped in M2.
MELD cognitive substrate
Mergeable · Energy-based · Latent · Dataflow. State-as-process, mergeable cognition (the M3 merge primitive), capability-addressed memory. Pillar gates E1–E4 passed at toy scale.
Model on co-designed silicon
MELD's dataflow / capability-memory / vector-transport primitives realized in hardware — the model and the machine co-designed to one TAM contract. Lands in M8.