Sign in
Vanja Oljacatechnical field notes

2026-07-22

The simplest agent graph is a pipeline

Why I built axi-factorio: graphs are complicated, pipelines are useful, and each step has a prompt I can keep tweaking.

loops was hot, now graphs is hot, graphs is hard, here's the simplest graph - a pipeline. looks just like CI deployment pipeline extended to dev

i built it because i need a pipeline view of things i'm working on.

they go thru the same s--- generally every time, and i want to be able to tweak the prompt to get it good, and track some metrics

The current axi-factorio pipeline view in Workbench Master, showing projects moving through Workbench, Code, and Dev stages.

this also is needed for eg content i want to xform and republish, but also for dev stuff, which i need always done in the same way fixing the same problems and quirks of the llm

Why not Beads?

beads i just couldn't figure out how to fix this mould, because the visual is critical - a pipeline, with s--- going in, and steps i can debug