3 comments

  • 5 hours ago
    [deleted]
  • nelson820125 5 hours ago

    One thing I noticed:

    Multi-agent workflows feel more predictable, but also introduce a lot more overhead.

    Has anyone found a good balance between:

    control (explicit steps) vs simplicity (single agent)?

  • ning0411 5 hours ago

    One issue I ran into:

    Passing context between agents is surprisingly tricky. Either:

    too much context → noisy too little → agents lose coherence

    Wondering how others are handling this?