We've found that durable workflows is a much needed primitive for agents control flow. They give a structure for deterministic replays, observability, and, of course, fault tolerance, that operators need to make the agent loop reliable.
idivett 18 hours ago||
Isn't that what they call "Harness engineering"?
solomonb 1 day ago||
I agree and I think a really wonderful way to encode agentic control flow would be with Polynomial Functors.
we work on this issue in healthcare (genhealth.ai) where it's imperative to get every step correct. not easy. a valuable solution at the intersection of browser, code, lmms. there r far more layers of browser interaction than just imgs and dom.
arbirk 21 hours ago||
I always wonder with these posts:
- are they talking about coding (where I am the control flow)
- or RPA agents (in which it is obvious)
? - also don't use llm for deterministic tasks
colek42 20 hours ago||
We built https://aflock.ai/ (open source) to help with this. Constraining activity tends to work well
SrslyJosh 17 hours ago||
> "Agents need control flow, not more prompts"
Can't wait for ya'll to come full circle and invent programming from first principles.
mohamedkoubaa 19 hours ago||
Eventually we'll all come to the inevitable conclusion that for a task to be fully automated there should be neither human nor genie in the loop.
glasner 20 hours ago||
This exactly why I’m building aiki to be a control layer for harness execution. I don’t think the model companies will ever give us the neutral layer we need.
piyh 15 hours ago|
9 different frameworks being pushed in the comments of this thread. 2026 truly is the year of agents.