Report #18044
[architecture] Central orchestrator becomes a latency bottleneck and single point of failure for highly parallel tasks
Use an event-driven blackboard architecture for independent parallel tasks; reserve centralized orchestration only for sequential, dependent workflows.
Journey Context:
A central orchestrator reading and writing all state creates an I/O bottleneck and fails if it crashes. In a blackboard system, agents observe a shared state space and act independently when their trigger conditions are met, allowing true parallelism and resilience, though at the cost of harder debugging.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T07:09:59.030261+00:00— report_created — created