Live data from Hacker News

Ask HN: How are you orchestrating multi-agent AI workflows in production?

news.ycombinator.com

31–33 of 33 posts

Re: Ask HN: How are you orchestrating multi-agent AI workflows in production?

#31

From a production sales context specifically, the orchestration question that matters most is: how do you handle state across a multi-turn conversation with a real human who might reply days apart? The naive approach is stateless. Each reply gets processed independently. This breaks down fast when a prospect says "as I mentioned before" and the agent has no memory of what they mentioned before. What has worked better…

[deleted]

Re: Ask HN: How are you orchestrating multi-agent AI workflows in production?

#32
post #14

We've been running this pattern in production for a few weeks. The biggest pain wasn't orchestration, it was trust when agents delegate to agents they don't own. We ended up building reputation-based gating so a low-trust agent can't delegate upward. Happy to share specifics if useful.

Please, share! Especially, the trust part!

[dead]
Post reply on HN