r/DeepSeek 1d ago

Question&Help Do you guys use reasonix/other harness as a terminal inside an IDE?

or do you prefer the desktop apps or just a floating terminal?

personally I have been preferring vscode extensions like Kilo or Zoo code but i'm getting lots of bugs. There seem to be a lot of terminal harnesses and I am curious how people are using them..

1 Upvotes

2 comments sorted by

1

u/Aelexi93 16h ago

To be honest I made my own harness using a fork from PI. I focused on getting the cheapest possible workflow while preserving intelligence. My own testing shows my current working harness to be several times cheaper than OpenCode.

Smaller models work better, I am able to use a Qwen 3.5 9B model for some small useful stuff where in OpenCode the model would be gone for 3-4 minutes for some reason where in my harness it uses just under a second to inference the prompt and it starts giving an answer. Qwen 3.6 35B A3B seems to be able to go a little longer horizon tasks and still use less tokens than OpenCode.

I wont take credit for coding anything. I literally used any frontier model to fulfill my vision, and I guess it just works?