# 2026-04-30 — Daily Log## LLMwiki Discussion- Topher asked about LLMwiki vs our setup- Karpathy's pattern: LLM builds/maintains persistent markdown wiki from sources (not raw retrieval)- nashsu/llm_wiki is a desktop app implementation of the pattern- Key insight: LLMwiki compiles knowledge once, our RAG re-derives every query- Our Qdrant scales better (millions of vectors) and supports multi-agent sharing- Best approach: complementary layers (wiki on top, vector DB underneath)- At brewery scale (~100s of docs), LLMwiki would work great but loses multi-agent Qdrant## Gemma Stuck in Loop- Topher noticed Gemma looping- Session shows: heartbeat → tilt script → can't post to PSB → gateway restart attempt → repeat- Gateway 1006 connection drops compounding the issue- Offered to reset her session, awaiting Topher's call## Gateway Health- Gateway briefly unreachable (1006 errors) around 17:15-17:21 UTC- Recovered on its own## Dreaming- RESUMED — 2 events at 17:15 + 18:13 UTC after ~75h gap- 21 total events in events.jsonl now## Gateway Bind Fix- Root cause of 1006 errors: customBindHost was 192.168.0.207 (LAN only), localhost connections refused- Changed customBindHost to 0.0.0.0 — both 127.0.0.1 and 192.168.0.207 now return 200- Backup: openclaw.json.bak.2026-04-30- This was also causing Gemma's loop — every tool call hit 1006## Mission Control (robsannaa)- Installed at ~/.openclaw/openclaw-mission-control- Running dev mode on port 3333 (http://192.168.0.207:3333)- Version 0.4.9, MIT license, Next.js 16.1.6- Features: dashboard, chat with agents, Kanban tasks, cron management, cost tracking, memory browser, model management, doctor, terminal- Needs systemd service setup for persistence (currently foreground dev mode)- Topher approved and is testing it now