I’m working on Kern, a small, git native, make and unix inspired llm workflow.
Modules are simply folders, and the tool just reads from stdio and outputs to stdout. Runs are stored in simple text files with all the info of inputs, outputs and other metadata.
I like how this treats writing (text prod.) as software engineering.