logoalt Hacker News

Natfanyesterday at 9:04 PM1 replyview on HN

how can a harness switch between glm (a model) and claude code (another harness)?


Replies

aromanyesterday at 9:31 PM

I've been doing this for ages - you just spin up harness B as a subprocess/tool call from harness A. For example, I had a "/codex-review" claude skill for ages that did exactly that. Technically you're right it wouldn't be switching, since you're right the two ideas are at different altitudes, but I think in practice it has the same impact: within one harness, you can delegate certain tasks to certain models or harnesses.