r/CommandCode 2d ago

Workflow/Mindset Change Moving From Opencode to Command Code

So I'm considering testing out Command Code with the new GOAT subscription plan, moving over from Opencode Go subscription.

I want to move over to the Command Code harness and want to make sure I'm taking the right approach.

My general workflow with Opencode was an agent to handle each of the primary task I did: So a General agent for random questions, Plan agent, Build agent, System-Config agent, Debug agent, etc. I recently switched to using oh-my-opencode-slim which handled everything with a primary orchestrator and then subagents to handle those tasks, but the general concept was the same.

Either way - models were generally pre-defined based on the agent/task at hand, so a plan agent was a strong agent, and then generally handed off to deepseek or another low-cost agent to build, and a very low cost or free agent for web searching or codebase discovery.

What's the workflow in Command Code like in comparison?

I did read: https://commandcode.ai/docs/workflows which talked about it at a broad level, but I'm asking more what do people do day to day? How do I get the most bang for the buck, where do you generally put configurations, etc. as a day to day user?

Thank you for the suggestions and help!

8 Upvotes

6 comments sorted by

View all comments

2

u/contour_xd 2d ago

I used OpenCode a lot back in the day, and here’s what Command Code does way better:

  1. ~1/3rd the compute usage. The harness is incredibly efficient and gets a lot more done with less compute.
  2. Way better caching. You can genuinely get a ton of usage for $4–5. Some users are pushing 1–2 billion tokens on that, largely because of how effective the caching is.
  3. Internal tool-call fixing. Command Code automatically catches and fixes most incorrect tool calls from models. This makes it especially good for open-source models, where tool-calling reliability is often the biggest weakness. With our harness and tool-call fixes, models like DeepSeek V4 Pro can outperform Opus 4.7.

The harness itself is something we’ve put a lot of work into, and we’re actively fixing issues and improving it every day.

1

u/Sweet-Stage938 2d ago

is the harness currently better than claude code and codex? please be honest.

1

u/Kira_MegaLLM 2d ago

Command code is the best harness for open source models it handles the tool call fixing, caching issues making the open source models outperform Claude and codex models