5
8 Comments

Managing multiple Hermes workflows exposed unexpected challenges

Running multiple Hermes workflows sounded simple… until it wasn’t.

At Agent37, we’ve been using Hermes for real work:

  • Coding tasks
  • Research workflows
  • Long-running automation jobs
  • Background tasks throughout the day

Initially, the main challenge was simply keeping Hermes running smoothly. Once setup and hosting were stable, a new problem emerged: managing the workflows themselves became increasingly complex.

Key issues included:

  • Multiple terminal sessions open simultaneously
  • Unfinished jobs across projects
  • Tasks spread across different workflows
  • Limited visibility into:
    • What had completed
    • What was stuck
      - What still required review

The agents themselves worked as expected. The real bottleneck was the operational and supervisory layer around them, which made managing multiple workflows inefficient and frustrating.

This experience highlighted the need for a dedicated solution, which led us to build an internal Mission Control system for Hermes workflows.

I’m curious have others faced similar challenges with long-running AI workflows? How do you stay organized across multiple sessions?

on May 22, 2026
  1. 1

    The hardest part for me is tracking jobs that are spread across multiple projects..

    1. 1

      That's exactly what stood out to me too.. the operational layer is the real bottleneck.

  2. 1

    Yepp. I often lose track of which workflow is the priority or which task has dependencies.

    1. 1

      Exactly. that's one of the trickiest part. Even when Hermes runs smoothly, keeping an overview of priorities and dependencies can be overwhelming

  3. 1

    Yeah sometimes i forget which workflow i started first or which job is running in the background.

    1. 1

      Yess. That's such a common issue. Even small oversights can slow down long running tasks

  4. 1

    Yeahh I have felt this too running multiple workflows at the same time quickly becomes confusing, especially keeping track of what’s done or stuck. Mission Control seems like a smart way to keep everything organized

    1. 1

      Exactly, visibility is the big pain point. I’m curious how others currently manage multiple workflows