A production multi-agent team says deterministic orchestration works better than deterministic LLMs

njanChe1 · reddit · 2026-07-23

Spent two years running a multi-agent ESG analytics system in production, and the key lesson was to stop trying to make the LLM deterministic.

Instead, the team made the orchestration deterministic:

The author argues that stochasticity should be isolated in workers, where judgment is useful, while the control plane stays boring and reliable. The one open concern: they currently trust the planner’s emitted task list without validating schema first, and ask how others gate LLM-generated plans.

Original post →

More from coding & agent

coding & agent channel →