Remix.run Logo
mixedCase 3 hours ago

With Pi as a harness I've been using OpenAI models as a worker with an Opus 5 (in Claude Code) planner. I've only had a few issues with Terra High/Medium and absolutely none with Sol Medium+ on a fairly complex Rust project that targets Linux, Mac, Windows and Web, with plenty of nasty FFI, VMs, remotely debugging systems, among some other things within a monorepo.

I think the key is to give them a nice assortment of self-verification tools, an AGENTS.md or reference document that they're encouraged to routinely check, and asking the planner to be thorough with the ACs but give the model some space.

The planner routinely finds issues with the worker's output, but that's what it is for.

ericfr11 32 minutes ago | parent | next [-]

Harness is the key. I built my own to "talk" our institutional knowledge and it's working great

sejje an hour ago | parent | prev [-]

Plan with sol-med, implement with luna-high. Rarely a problem.

ericfr11 34 minutes ago | parent [-]

Same for me, with Claude Opus/Sonnet. All the models are almost equivalent if well steered