1. Event logs as the primary state substrate for agents
“With my database hat on, in the context of agentic systems I would argue that write‑ahead logs form a good (and potentially transactional) interface between speculative agent work and durable world mutations.” – lmwnshn
2. Need for deterministic, drift‑controlled execution
“We should probably only interact with the agent by writing to the log, which it executes from, and the agent should probably only interact with the external environment by writing and executing code. That fixes a lot of issues with non‑determinism.” – try‑working
3. Academic framing draws attention to established ideas and fuels practical tooling
“Can someone explain why such a trivial knowhow is paper‑worthy? Event sourcing is well known.” – klntsky