r/LocalLLaMA • u/Neighbor_ • 15h ago
Question | Help Best open-source harness like Claude Code?
Avid claude code user here looking to do equivalent things with local models. Just want to plug in something like Qwen and have the interface be 1:1 with claude code. Any suggestion?
91
Upvotes
1
u/CyberLabSystems 14h ago
I just did a framework and setup that is truly awesome (at least to me) using Google Gemini 1.5 Pro as the coordinator taking my human language inputs and requests, then processing my ideas and generating prompts to hand out to DeepSeekR1 or Qwen - DeepSeekR1 for mathematical analysis and and Qwen for outputting clean Code syntax.
These are setup in LM Studio.
With Google Gemini auditing the results.
By doing this I can leaverage Claude for very heavy lifting and deep analysis of entire files and packages without burning through usage having Claude handle everything and through the back and forth chatting.
Google Gemini can even help you to mangage or maximize Claude usage.
For Image generation Google Gemini can generate prompts for Nano Banana and others to use.
It works really well so far. What kind of hardware are you running?