Remix.run Logo
Tadpole9181 an hour ago

The problem I always run into with subagents is that they are isolated. This is a double-edged sword, as it keeps context down and lets them "focus", but it often means they must do their own research to continue to do work given to them, which eats uncached tokens.

So depending on how heavily agents are used on what tasks, it's entirely possible that you get worse work for more cost.

taspeotis an hour ago | parent | next [-]

I feel Claude Code has added (and removed?) a feature that forks a subagent from the parent context, so it’s still isolated but it’s more of a continuation of what you were doing in one narrow direction and then it dies. Rather than a blank slate with a prompt of what to do.

bob1029 an hour ago | parent | prev [-]

> they are isolated

This is a feature if your goal is to obtain many samples. Independence is critical. This makes it easier to accurately model the uncertainty of a decision.