From Agent Loops to Deterministic Graphs: Execution Lineage for Reproducible AI-Native Work
Josh Rosen, Seth Rosen

TL;DR
This paper introduces execution lineage, a DAG-based model for AI workflows that enhances reproducibility, stability, and change propagation in AI-generated work, outperforming loop-centric methods in maintaining consistent intermediate artifacts.
Contribution
The paper proposes execution lineage as a novel DAG-based approach for managing AI work, improving reproducibility and change management over traditional loop-based methods.
Findings
DAG replay preserved final memo exactly with zero churn.
Only DAG replay achieved perfect upstream and downstream propagation.
Execution lineage offers stronger guarantees for work evolution and stability.
Abstract
Large language model systems are increasingly deployed as agentic workflows that interleave reasoning, tool use, memory, and iterative refinement. These systems are effective at producing answers, but they often rely on implicit conversational state, making it difficult to preserve stable work products, isolate irrelevant updates, or propagate changes through intermediate artifacts. We introduce execution lineage: an execution model in which AI-native work is represented as a directed acyclic graph (DAG) of artifact-producing computations with explicit dependencies, stable intermediate boundaries, and identity-based replay. The goal is not to make the model a better one-shot writer, but to make evolving AI-generated work maintainable under change. We compare execution-lineage replay against loop-centric update baselines on two controlled policy-memo update tasks. In an…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
