logoalt Hacker News

lmwnshntoday at 8:36 AM1 replyview on HN

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 [0].

That said, there are a _lot_ of "logs for agents" papers that I've read (and unfortunately gotten assigned to review) which are basically "we asked claude to hack on a graph DB and generate a paper".

[0] https://onewill.ai/blog/2026/stealing-50-years-of-database-i...


Replies

try-workingtoday at 12:13 PM

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.