Discussion about this post

User's avatar
JP's avatar

The constraint you hit with subagents (can't spawn their own, limited communication) is partly why I went a different route. Instead of CC subagents, I shell out to OpenCode headless from Claude Code. It runs a completely different model (Kimi K2.5) with its own context window and its own token budget. No shared state by design. Prompt in, text out. Unix philosophy but for AI agents. Wrote it up properly here: https://reading.sh/how-i-use-opencode-as-a-headless-worker-inside-claude-code-fed04b8358f9

No posts

Ready for more?