← all documents · raw markdown · 3 KB

KAI Vitals Fix — Checklist & Handoff

Date: 2026-06-21

Summary: Kai's vitals were frozen/idle, not dying — diagnosis done + fixes applied; build/restart pending.

---

1. What was changed

Curiosity scale fixtools/oracle-discord/shared/drive-system.mjs

rho wired to real densitysrc/bridge/oracle_server.rs (heartbeat)

valence — headless affective approximationsrc/bridge/oracle_server.rs (heartbeat)

---

2. To make the fixes live (run on the host, in order)

1. Rebuild the engine:

   cargo build --release --bin kai

2. Confirm the supervisor runs the FRESH binary target\release\kai.exe (not the stale root C:\KAI\kai.exe). Verify with:

   python C:\KAI\kai_healthcheck.py

(It warns "exe OLDER than source" if the rebuild didn't take.)

3. Restart the Node fleet (sequences the full boot — engine + bots):

   .\Start-KAI.ps1

---

3. To unfreeze the lattice (phi_g / chi / cells only move with input)

The lattice has been static because nothing has been feeding it (prolonged silence). Feed it via a supported path:

Talk to Kai (each message adds/reinforces a cell). Use Discord, or POST a turn directly:

Invoke-RestMethod -Uri http://127.0.0.1:3334/api/turn -Method Post -ContentType 'application/json' -Body '{"from":"Ryan","text":"hello Kai, let''s talk about lattice physics"}'

Optional — set an objective so the ingest/research loop self-feeds (needs internet; free sources — DuckDuckGo/Wikipedia/arXiv, no keys; low-yield):

Invoke-RestMethod -Uri http://127.0.0.1:3334/api/task -Method Post -ContentType 'application/json' -Body '{"title":"Research","task":"superconductivity"}'

---

4. Known remaining gaps (future items)