Remix.run Logo
bob1029 2 hours ago

> we’ve made GPT 5.6 Sol the default model powering every Ploy workspace

I would consider Luna for parts of the workload that touch actual tools. It is surprisingly capable and it runs fast.

Sol is great at talking to the human and orchestration of agent calls, but it's just too expensive to use everywhere.

You can get 5 Luna runs for the cost of 1 Sol run. Statistically speaking, going from one to five samples is a pretty big deal.

Tadpole9181 42 minutes ago | parent [-]

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 6 minutes 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 9 minutes 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.