3 comments

  • nelson820125 1 hour 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 1 hour 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?