| ▲ | furyofantares 2 days ago | ||||||||||||||||
I don't really mind hopping between claude/codex/glm/kimi except I don't know a good way to resume as session across agent harnesses. Normally I'd just have it write out what it's doing to a file, if I need to transfer context, but if it goes down mid-session that's a no-go. I think people have built tools for this, and of course you could reasonably vibe one yourself, but I don't really trust something like that to work reliably or in an ongoing manner. Maybe it should just be a skill. | |||||||||||||||||
| ▲ | alasano a day ago | parent | next [-] | ||||||||||||||||
switch to Pi.dev or any other multi model harness, you can switch between models every message if you feel like it. Anthropic have blocked usage of your subscription however with third party harnesses. | |||||||||||||||||
| |||||||||||||||||
| ▲ | philipbjorge 2 days ago | parent | prev | next [-] | ||||||||||||||||
You might search for a concept like `/handoff` that's in ampcode. I'm sure someone's built a skill for just this. | |||||||||||||||||
| |||||||||||||||||
| ▲ | serf 2 days ago | parent | prev | next [-] | ||||||||||||||||
self hosted honcho (or other memory systems) and an api agnostic harness gets you most the way there. | |||||||||||||||||
| ▲ | vx_r a day ago | parent | prev | next [-] | ||||||||||||||||
you never rely on agent's own memory system. create memory system of your own | |||||||||||||||||
| ▲ | datadrivenangel 2 days ago | parent | prev [-] | ||||||||||||||||
kilocode allows you to switch between models mid session! | |||||||||||||||||
| |||||||||||||||||