The Log Is the Agent

(arxiv.org)

34 points | by iacguy 5 hours ago

5 comments

  • lukebuehler 2 minutes ago
    Very cool. I settled on the same/similar design in my agent harness.

    All relevant events that affect the context window are stored in an event log. Forking agents and sessions is simply setting a pointer to the sequence number of another event log.

    So if you want to check an implementation of this pattern see: https://github.com/smartcomputer-ai/lightspeed

  • tern 1 minute ago
    Arrived at a version of this view as well and building one on Elixir/Ash.
  • bigcat12345678 43 minutes ago
    This is true after learning this framing.

    It's more like the log is the only user/agent accepted consensus. It has to be the grounding base. Although extending it into an agentic system architecture becomes something not necessarily effective in practice.

  • jkwang 26 minutes ago
    [flagged]
  • corgihamlet 1 hour ago
    My log has a message for you.