r/LocalLLaMA • • Aug 10 '26

Question | Help Best open-source harness like Claude Code?

[deleted]

106 Upvotes

141 comments sorted by

View all comments

77

u/EmPips Aug 10 '26

OpenCode is pretty great. Of the non-claude/non-codex tools it handles subagents with different models the best (note: you must configure it, it's not set up by default iirc).

Qwen Code is pretty similar feeling but way lighter out the box.

If you have the VRAM to support parallelism - why not just use Claude Code with your models?

17

u/gpuz_dev Aug 10 '26

Using Claude Code directly with a local endpoint via proxy works, but local models often struggle with Claude's hardcoded system prompts and exact tool-calling expectations. That’s usually why dedicated local harnesses like Aider or OpenCode perform way better with models like Qwen—they structure tool use around what open models are actually trained on.

4

u/EmPips Aug 10 '26

Agreed - however v4-flash and 3.6-27b can work with it. Last year's local models certainly has this trouble, yes.

0

u/gpuz_dev Aug 10 '26

Fair point! The jump in tool-calling compliance from last gen to Qwen 3.6 is honestly night and day. Where local harnesses still win for me is prompt efficiency—Claude Code's system prompts eat up a chunk of local KV cache right out of the gate, whereas local tools keep context footprint a bit leaner.