Comment by vichoiglesias

1 day ago

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.

https://github.com/vichoiglesias/kern

I like how this treats writing (text prod.) as software engineering.

  • Yes, exactly! I want to explore if ai workflows can be treated like unix treated programs, small composable transformations over artifacts.