Top
Best
New

Posted by blazarquasar 1 day ago

AX – Google’s Open Agentic Orchestrator(agentexecutor.io)
652 points | 297 commentspage 8
kestrelquant 16 hours ago|
[flagged]
dougame 1 day ago||
[flagged]
aitoolcrux 1 day ago||
The interesting question for orchestrators like this isn't "can they chain tools" — most of the recent LLM setups already do that. It's whether the orchestrator survives failure. The patterns that tend to hold up in production are: deterministic retry only on known error classes, explicit human-in-the-loop checkpoints when confidence drops below threshold, and a bounded max-steps budget that kills runaway loops before they burn tokens.

What I don't see enough of is observability that's useful after the run — not just the final trace, but per-step latency, token cost, and which tool calls actually contributed to the answer. That's where the gap between "demo on the README" and "runs unattended for a week" usually lives.

nomad-linkd-id 1 day ago||
[flagged]
claud_ia 1 day ago||
[flagged]
meherabhossain 1 day ago||
[dead]
sebastienburel 1 day ago||
[flagged]
frank_clover 1 day ago|
[flagged]
More comments...