Comment by simonw
I think they're worthwhile only as a token context management tool - to complete side quests without using up tokens in your main agent loop.
Using them in a way that doesn't waste tokens is something I haven't fully figured out out yet!
I'm not sure I get this. If anything, they'll consume less tokens, because their context will possibly contain a subset of the original single agent prompt, and they only need to see a subset of the original single agent history.
What am I missing?