Show HN: A tiny C program where an LLM rewires its DAG while running
Category: infrastructure
Tags: workflow, dag, llm, c, yaml
Score: 6.3/10 (Innovation: 7, Technical: 7, Documentation: 6, Utility: 5)
liteflow is a minimal C-based DAG workflow runner that allows an LLM to dynamically mutate the execution graph at runtime through verbs like RETRY, PATCH, and INSERT_BEFORE. It combines a deterministic scheduler with a language model as a peer, offering a novel approach to self-healing workflows with full auditability.
Target audience: devops, backend devs
Repository: https://github.com/kouhxp/liteflow · C · MIT · 5 stars
View on Hacker News