ben on Nostr: I vibed an ai orchestration system. it's kind of nuts. it generates a DAG of tasks ...
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.
Published at
2026-01-03 18:08:00 UTCEvent JSON
{
"id": "742552b08a5fb170e38819813c16024965f2ceed83d1baa94876c6951447075d",
"pubkey": "7bdef7bdebb8721f77927d0e77c66059360fa62371fdf15f3add93923a613229",
"created_at": 1767463680,
"kind": 1,
"tags": [
[
"client",
"Damus Notedeck"
]
],
"content": "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. \n\nthis 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.\n\nI'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.\n\nand perhaps the most interesting part: I have no idea what the code looks like.",
"sig": "45f9e90f97fca5b0c5e68bf228d8645c35903cf03d6dacac44eaf007a49acc0a2a5741c6f08c5172de34ac27d6b0c945ff8ca3f2a37c2ce6872c07d092cdb3c4"
}