← Browse

Session brief

Active Graph Agent Runtime (BabyAGI 4) — Yohei Nakajima, Untapped Capital

Yohei Nakajima , Untapped Capital

18 min

Overview

This talk introduces ActiveGraph, an AI agent runtime built around an immutable event log. Instead of bolting memory and logging onto an LLM, ActiveGraph uses the log as the core of the agent's state. This approach enables features like replays, rollbacks, and forks by default, as every action and state change is recorded. The system then uses behaviors and policies to react to changes in the projected graph, which represents the agent's state.

Who should watch

Key takeaways

Notable quotes

*Most people build agents around the LLM and bolt on memory and logging; Nakajima, the creator of BabyAGI, flips it and builds around an immutable event log.*
*Every action and every change to the agent flattens into one typed log, which projects a graph that is the agent's state, so you get replays, rollbacks, and forks for free.*

Watch on YouTube →

Unofficial community note. Prefer the recording for nuance.