3 pointsby teng01277 hours ago3 comments
  • 7 hours ago
    undefined
  • nelson8201257 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)?

  • ning04117 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?