Hacker News new | ask | show | jobs
by yumraj 324 days ago
What’s one use case where someone would do this? Very curious.
2 comments

Agents use a separate context and won't pollute the main context.

So if you have a code review agent or a tdd agent checking the current commit if it matches some specs you have, they'll start a separate "subprocess" with its own context and return whatever they find to the main Claude context.

Like "do research on topic/library X and use the conclusion for next steps"