Skip to content
HN On Hacker News ↗

The Log is the Agent: Event-Sourced Reactive Graphs for Auditable, Forkable Agentic Systems

▲ 115 points 50 comments by iacguy 2mo ago HN discussion ↗

Pangram verdict · v3.3

We believe that this document is fully AI-generated

87 %

AI likelihood · overall

AI
0% human-written 100% AI-generated
SEGMENTS · HUMAN 0 of 2
SEGMENTS · AI 2 of 2
WORD COUNT 258
PEAK AI % 89% · §1
Analyzed
Jul 5
backend: pangram/v3.3
Segments scanned
2 windows
avg 129 words each
Distribution
0 / 100%
human / AI fraction
Verdict
AI
Pangram v3.3

Article text · 258 words · 2 segments analyzed

Human AI-generated
§1 AI · 89%

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, and 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.

Comments: 11 pages, 1 figure. Open-source Apache-2.0 implementation with reproducible quickstart demo, deterministic replay, fork-and-diff, and lineage tracing

Subjects: Artificial Intelligence (cs.AI); Multiagent Systems (cs.MA) Cite as: arXiv:2605.21997 [cs.AI]   (or arXiv:2605.21997v1 [cs.

§2 AI · 77%

AI] for this version)   https://doi.org/10.48550/arXiv.2605.21997 arXiv-issued DOI via DataCite Submission history From: Yohei Nakajima [view email] [v1] Thu, 21 May 2026 04:55:38 UTC (55 KB)