Active Graph Agent Runtime (BabyAGI 4) — Yohei Nakajima, Untapped Capital
Jul 22, 2026 · 17:34
Yohei Nakajima presents ActiveGraph, an event-sourced graph runtime that flips agent architecture around an immutable event log instead of the LLM, enabling native replays, rollbacks, and forks. He explains how behaviors react to graph changes and emit events, policies control which modifications require human approval or contradiction checks, and packs bundle object schemas, tools, and LLM behaviors. Nakajima demonstrates self-improvement loops that fork the agent, propose patches, run sandbox tests, and accept changes only if accuracy increases. He shares surprises: AI writes this architecture better due to decades of training data on blackboard and Kafka patterns; debugging shifted to querying the ActiveGraph DB; long running agents resume from failures instead of restarting; and his ActiveGraph Lab found a bug in its own code and opened a PR. The episode argues that long-running agents need an experiential world model derived from their own logs, not just reasoning capability.