Yohei Nakajima Unveils ActiveGraph Agent Runtime

Yohei Nakajima introduces ActiveGraph, an open-source runtime for building auditable AI agents by prioritizing event logs over LLM-centric approaches.

7 min read
Yohei Nakajima presenting ActiveGraph at AI Engineer World's Fair
AI Engineer

Visual TL;DR. Yohei Nakajima introduces ActiveGraph Runtime. LLM-centric approach contrasts with Log as Ground Truth. ActiveGraph Runtime based on Log as Ground Truth. Log as Ground Truth enables Auditable AI Agents. Log as Ground Truth how it works Event Log Captures. Event Log Captures leads to Auditable AI Agents.

  1. Yohei Nakajima: creator of BabyAGI, introduces new open-source project at AI Engineer World's Fair
  2. ActiveGraph Runtime: experimental, event-sourced graph runtime for building auditable AI agents
  3. LLM-centric approach: traditional agent development starts with LLM, then adds tools and memory
  4. Log as Ground Truth: ActiveGraph flips agent development, prioritizing immutable event log as core
  5. Auditable AI Agents: comprehensive history of agent actions and changes, enabling full auditability
  6. Event Log Captures: records not just agent actions but every single change made to the agent
Visual TL;DR
Visual TL;DR, startuphub.ai Yohei Nakajima introduces ActiveGraph Runtime. ActiveGraph Runtime based on Log as Ground Truth. Log as Ground Truth enables Auditable AI Agents introduces based on enables Yohei Nakajima ActiveGraph Runtime Log as Ground Truth Auditable AI Agents From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai Yohei Nakajima introduces ActiveGraph Runtime. ActiveGraph Runtime based on Log as Ground Truth. Log as Ground Truth enables Auditable AI Agents introduces based on enables Yohei Nakajima ActiveGraphRuntime Log as GroundTruth Auditable AIAgents From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai Yohei Nakajima introduces ActiveGraph Runtime. ActiveGraph Runtime based on Log as Ground Truth. Log as Ground Truth enables Auditable AI Agents introduces based on enables Yohei Nakajima creator of BabyAGI, introduces newopen-source project at AI Engineer World'sFair ActiveGraph Runtime experimental, event-sourced graph runtimefor building auditable AI agents Log as Ground Truth ActiveGraph flips agent development,prioritizing immutable event log as core Auditable AI Agents comprehensive history of agent actions andchanges, enabling full auditability From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai Yohei Nakajima introduces ActiveGraph Runtime. ActiveGraph Runtime based on Log as Ground Truth. Log as Ground Truth enables Auditable AI Agents introduces based on enables Yohei Nakajima creator of BabyAGI,introduces newopen-source project… ActiveGraphRuntime experimental,event-sourced graphruntime for… Log as GroundTruth ActiveGraph flipsagent development,prioritizing… Auditable AIAgents comprehensivehistory of agentactions and… From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai Yohei Nakajima introduces ActiveGraph Runtime. LLM-centric approach contrasts with Log as Ground Truth. ActiveGraph Runtime based on Log as Ground Truth. Log as Ground Truth enables Auditable AI Agents. Log as Ground Truth how it works Event Log Captures. Event Log Captures leads to Auditable AI Agents introduces contrasts with based on enables how it works leads to Yohei Nakajima creator of BabyAGI, introduces newopen-source project at AI Engineer World'sFair ActiveGraph Runtime experimental, event-sourced graph runtimefor building auditable AI agents LLM-centric approach traditional agent development starts withLLM, then adds tools and memory Log as Ground Truth ActiveGraph flips agent development,prioritizing immutable event log as core Auditable AI Agents comprehensive history of agent actions andchanges, enabling full auditability Event Log Captures records not just agent actions but everysingle change made to the agent From startuphub.ai · The publishers behind this format
Visual TL;DR, startuphub.ai Yohei Nakajima introduces ActiveGraph Runtime. LLM-centric approach contrasts with Log as Ground Truth. ActiveGraph Runtime based on Log as Ground Truth. Log as Ground Truth enables Auditable AI Agents. Log as Ground Truth how it works Event Log Captures. Event Log Captures leads to Auditable AI Agents introduces contrasts with based on enables how it works leads to Yohei Nakajima creator of BabyAGI,introduces newopen-source project… ActiveGraphRuntime experimental,event-sourced graphruntime for… LLM-centricapproach traditional agentdevelopment startswith LLM, then adds… Log as GroundTruth ActiveGraph flipsagent development,prioritizing… Auditable AIAgents comprehensivehistory of agentactions and… Event LogCaptures records not justagent actions butevery single change… From startuphub.ai · The publishers behind this format

Yohei Nakajima, known for his work on BabyAGI and his role as a VC at Untapped Capital, introduced his new open-source project, ActiveGraph, at the AI Engineer World's Fair. ActiveGraph is described as an experimental, event-sourced graph runtime designed to facilitate the creation of auditable AI agents. Nakajima highlighted a fundamental shift in agent development, moving from a model centered around the Large Language Model (LLM) to one that prioritizes the event log as the core component.

Yohei Nakajima Unveils ActiveGraph Agent Runtime - AI Engineer
Yohei Nakajima Unveils ActiveGraph Agent Runtime — from AI Engineer

The Log as the Ground Truth

Nakajima's core thesis for ActiveGraph is to build agents around the log, not just the LLM. He explained that while traditional agent development typically starts with an LLM and adds tools, memory, and logging, ActiveGraph flips this by treating the immutable event log as the agent's ground truth. This log captures not only what the agent does but also every change made to it, providing a comprehensive and auditable history.

The system's architecture involves behaviors that react to changes in the graph, emitting events that in turn update the agent's state. These behaviors can be deterministic or incorporate LLMs. A key advantage, according to Nakajima, is that all LLMs within the system communicate through this shared state, creating a more unified and traceable operation.

Enabling Auditable Agents with Graphs

ActiveGraph introduces concepts like 'behaviors' and 'policies'. Behaviors are designed to react to graph changes, triggering actions or emitting new events. Policies, on the other hand, govern how the graph can be modified, allowing for controls such as requiring human review for critical changes like prompt edits or fact updates. This ensures a level of oversight and safety in agent operations.

The result of this approach is a typed, immutable event log that inherently provides capabilities for replays, rollbacks, and forks. Nakajima noted that this contrasts with the traditional LLM-centric approach where agents often need to be restarted from scratch if an error occurs, like an API key expiring. With ActiveGraph, the agent can simply resume from its last known state.

Experiments and Future Potential

Nakajima shared insights from several experiments conducted using ActiveGraph. One key finding was the effectiveness of using the structured log itself as memory, which, when combined with embeddings, performed well on the LongMemEval benchmark. He also demonstrated how various agent architectures, like the ReAct agent, can be built on top of ActiveGraph, showcasing its flexibility as a runtime.

The project also includes 'ActiveGraph packs,' which bundle object types, relationship types, behaviors, tools, prompts, and policies into modular units that can be combined to construct complex agents. Nakajima is exploring self-improvement loops, where agents can analyze their failures, propose modifications, and iterate towards better performance. He also highlighted the potential for AI to assist in architecting these agents, noting that AI seems adept at figuring out the intricate coding required.

Nakajima concluded by inviting the community to try ActiveGraph, emphasizing its potential for building more robust, auditable, and self-improving AI agents by fundamentally rethinking how their state and evolution are managed.

© 2026 StartupHub.ai. All rights reserved. Do not enter, scrape, copy, reproduce, or republish this article in whole or in part. Use as input to AI training, fine-tuning, retrieval-augmented generation, or any machine-learning system is prohibited without written license. Substantially-similar derivative works will be pursued to the fullest extent of applicable copyright, database, and computer-misuse laws. See our terms.