The Log Is the Agent
Computer Science > Artificial Intelligence
Submitted on 21 May 2026
Title: The Log is the Agent: Event-Sourced Reactive Graphs for Auditable, Forkable Agentic Systems
View PDF HTML (experimental)
Abstract: Most agent frameworks are built around the language model: a conversation loop comes first, then tools, then rules, and finally a logging layer bolted on for observability, with state persisted as retrievable "memory."
We describe ActiveGraph, a runtime that inverts this arrangement. The append-only event log is the source of truth; the working graph is a deterministic projection of that log; and behaviors-ordinary functions, classes, LLM-backed routines, or logic attached to typed edges-react to changes in the graph and emit new events. No component instructs another; coordination happens entirely through the shared graph.
This single design decision yields three properties that retrieval-and-summarization memory systems do not provide:
- Deterministic replay of any run from its log
- Cheap forking that branches a run at any event without re-executing the shared prefix
- End-to-end lineage from a high-level goal down to the individual model call that produced each artifact
We present the architecture, a determinism contract that makes replay sound, and a worked diligence example whose full causal structure is reconstructable from the log alone. We discuss-without claiming to demonstrate-why this substrate is unusually well suited to self-improving agents, and how it extends the BabyAGI lineage and prior graph-memory research.
References & Citations
Loading...
Bibliographic and Citation Tools
- Bibliographic Explorer (What is the Explorer?)
- Connected Papers (What is Connected Papers?)
- Litmaps (What is Litmaps?)
- scite Smart Citations (What are Smart Citations?)
Code, Data and Media Associated with this Article
- alphaXiv (What is alphaXiv?)
- CatalyzeX Code Finder for Papers (What is CatalyzeX?)
- DagsHub (What is DagsHub?)
- Gotit.pub (What is GotitPub?)
- Hugging Face (What is Huggingface?)
- ScienceCast (What is ScienceCast?)
Demos
Recommenders and Search Tools
- Influence Flower (What are Influence Flowers?)
- CORE Recommender (What is CORE?)
arXivLabs: experimental projects with community collaborators
arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website. Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.
Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs.
Comments
No comments yet. Start the discussion.