<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Active Graph Agent Runtime (BabyAGI 4) — Yohei Nakajima, Untapped Capital</title>
        <link>https://video.ut0pia.org/videos/watch/db82691e-2fd5-4efa-8398-e1a69d06f982</link>
        <description>Yohei Nakajima was running a 500 question eval when his API key died at question 350. Normally that means restarting the whole long agent from scratch. Instead it rolled back one step and resumed at 353, because in ActiveGraph the log is the agent. 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. On top of the log sit behaviors that react to graph changes and emit events, policies that decide what the agent may change on its own versus what needs a human or a contradiction check, and swappable packs for memory, tools, and chat. The LLMs never talk to each other; they only touch shared state, an idea he borrows from 1970s blackboard systems and Kafka, and his hunch is that AI writes this style better than modern agent code because it has decades of training data on it. The payoff is self improvement: a loop that forks the agent, proposes a patch, gates it behind sandbox tests, and keeps it only if accuracy actually rises, and a lab that reads his blog posts, runs its own experiments, and once found a bug in its own code and opened the PR. Speaker info: https://github.com/yoheinakajima/activegraph, https://x.com/yoheinakajima, https://www.linkedin.com/in/yoheinakajima, Timestamps: 0:00 - ActiveGraph and three years of BabyAGI 1:55 - Build around the log, not the LLM 3:24 - Behaviors, policies, and views 6:43 - Packs and the blackboard architecture lineage 8:12 - The log as memory, and the API key that resumed itself 9:53 - Reference agents built natively on the log 11:11 - Self improvement: regimes and controlled self modification 12:25 - ActiveGraph Lab writes its own experiments 13:02 - A Pokemon card competition as a testbed 14:33 - Surprises: why AI architects this better 15:49 - Why an agent needs an experiential world model</description>
        <lastBuildDate>Thu, 23 Jul 2026 09:39:48 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://video.ut0pia.org</generator>
        <image>
            <title>Active Graph Agent Runtime (BabyAGI 4) — Yohei Nakajima, Untapped Capital</title>
            <url>https://video.ut0pia.org/lazy-static/avatars/0287a09a-aae7-4840-9843-b416426e7046.webp</url>
            <link>https://video.ut0pia.org/videos/watch/db82691e-2fd5-4efa-8398-e1a69d06f982</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://video.ut0pia.org/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://video.ut0pia.org/feeds/video-comments.xml?videoId=db82691e-2fd5-4efa-8398-e1a69d06f982" rel="self" type="application/rss+xml"/>
    </channel>
</rss>