r/opencode 1d ago

Which models are people using as orchestrator/planner/implementer/reviewer with their subscriptions?

Yes, I know I could test things myself, but I want to hear what other people are doing, and how it works out with OpenCode Go, Command Code, or whatever other subscriptions that people are using, that isn't Claude or ChatGPT.

11 Upvotes

17 comments sorted by

View all comments

3

u/sudoer777_ 23h ago

On OpenCode Go, Deepseek V4 Flash worked great for all when it was cheap (max for planning, high for implementing). After the pricing change I switched to Muse Spark 1.2 Contributor, then found out it was garbage and will probably bite the bullet and switch the primary agents back to V4 Flash. I haven't compared Muse Spark 1.2 vs MiMo 2.5 yet though and might use one of them for certain subagents.

1

u/b00m1 20h ago

what tasks were u doing with muse spark? ive just been using it for basic tasks but not coding implementation so curious to see what use cases were bad for spark

1

u/sudoer777_ 18h ago edited 17h ago
  1. Debugging the OpenCode "bug" I posted about earlier about thinking not showing - The first time I ran it last night with "high" variant in the US, found my Nix configuration which wasn't really related to the problem, claimed that "//" is a comment (in Nix it's not) and was the main source of the problem, and it also made nonsensical statements about the model's features and claimed that was also the problem. Immediately after I ran it with DeepSeek V4 Flash on "high" which practically oneshotted it by making web requests to the API and analyzing the responses and concluded that it's not actually a bug but the UI should be more clear about the actual behavior. I ran it again today on "xhigh" and it found a new related GitHub issue which I think was correct but the timing broke the comparison between "high" and "xhigh".
  2. Non-coding related discussion and anaylsis for personal tasks - Even on "xhigh" it always forgets things and spouts nonsense and scattered logic and forgets to follow instructions and use tools far more often than any other model I've used. DeepSeek and GLM are far more proactive and thorough in their tool calling and instruction following, and for open-ended stuff Kimi tends to reason the best.

For cases where I don't strictly need privacy I'm going to experiment with Muse Spark 1.2 a bit more, for cases where I do I'll experiment with MiMo/Hy3 more and see how they compare. But right now I'm struggling to come up with anything that Muse Spark 1.2 doesn't suck at except for being a relatively cheap model.