ben

ben's avatar
ben
npub10000...7nql
outdoorsman, creative generalist, computer programmer.
I vibed an ai orchestration system. it's kind of nuts. it generates a DAG of tasks and spawns child agents to execute them. agents work on their own worktree and submit merge requests over a FIFO to a merge agent, who handles conflict resolution and controls main. agents are cattle and are restarted as necessary. this was inspired by a similar system I read about, Gas Town, but I built this on a real orchestratoin system (temporal) to get proper workflow semantics, retry logic, and observability. I've had it build a few pocs (webapps, tui, cli, etc) and after some trail and error it's generally successfully one shotting them now. and perhaps the most interesting part: I have no idea what the code looks like.