top | item 47170890

(no title)

ronaldluc | 5 days ago

Good point. It's flaky, because the orchestration is fully Opus driven. It has tools, skills, multiple turns. I was inspired inspired by the OpenClaw system. The UX should improve the most by tuning the internal `.md`s, but I'm also thinking about adding stricter workflow for each type of physical product like https://github.com/obra/superpowers does. Toys, enclosures, statues, servo robots, all need different amount of user feedback and artifact refinement.

Yeah, ordering actually works, we just had the first order :)

discuss

order

alexgarden|5 days ago

FWIW, I chased this demon early-days in my multi-agent orchestrated harnesses. you'll need a state machine. i used locally hosted temporal.io. it's a bit of a PITA to set up but it whips the llama's ass once it's running.

ronaldluc|4 days ago

Okey, went through temporal.io and prompted how could it be implemented into our workflow It actually can replace the semaphores, checkpointing, cancellation and even add crash recovery (since it's for free, why not).

But I don't understand what makes it a state machine. Temporal sounds like durable execution enabler. It is better fit to sit on top of our state machine.