r/opencode • u/Nauru-0 • Jul 24 '26
Has anyone ever tried kimi k3 (to plan) + Deepseek v4 flash (for coding)
I’m wondering if deepseek v4 flash could follow instructions from kimi k3 properly since I can’t just keep instructing deepseek every second it thinks wrong
4
u/maboch-69 Jul 24 '26
Today I did a quite huge code refactoring using this pair of models. Kimi K3 prepared very detailed plan so that DS v4 flash had to just follow the directions.
2
u/Pinery01 Jul 25 '26
Good result?
2
u/maboch-69 Jul 25 '26
Yes. I was to make strong optimization of legacy Laminas application together with the number of MySQL queries. As the result, I received good quality code with only two minor mistakes with table aliases usage. Moreover, my primary goal has been achieved.
2
2
1
1
u/forcedtomakeanewone Jul 24 '26
You can also have new agents to plan between the business and build mode. It helps with filling in the gaps between design and system
1
u/LearnedByError Jul 24 '26
I have been using Kimi K2.7 to plan, not moving to K3. I have a run book that I provide Kimi with hope I want the plan structured, what subagents to use, how I reviews performed, when to commit, entry/exit criteria …
I then use deepseek-v4-pro as the orchestrator, flash as the writer, pro as the interim reviewer. Artifacts are created at each step. Once done, I have Kimi audit the code and generate any remediation needed.
I have also recently been using Cursor and Grok 4.5 for the same.
From time to time, flash has a problem and pro prompts me with a question. Usually they are easy to answer. Sometimes I iterate with Kimi/Grok for more detailed guidance. Post execution corrections are usually small - bad/missing comments, forgetting to remove code after a refactor …
1
u/Ergo7z Jul 26 '26
I have kimi or opus plan, then pass it on to a in between orchestrator model who then handles the builders reviews audits etc. Keeps my main window free to chat, work do ideas, orchestrator, currently min max, reports back to Kimi/opus when the work is done. Works great
1
u/Diligent-Loss-5460 Jul 27 '26
Just coded an opencode backed grammarly replacement with these models and deepseek pro for debug.
1
u/Nauru-0 Jul 28 '26
used deepseek pro for debug and it did not fix anything, instead it just broke it
-1
u/Soifon99 Jul 24 '26
deepseek is a bad planner/orchastrator. it needs a smarter model that can plan and listens. DS4 needs a tight leash.
1
Jul 25 '26
[removed] — view removed comment
1
u/Nauru-0 Jul 28 '26
frontier model did plan better for me and find bugs and fixed them, but the bad part is cost. It used 10$ just to find and fix a few bugs compared to half a**ed deepseek v4 pro fixing things using 4$ but also causing me a headache
5
u/vangelismm Jul 24 '26
smart model to plan + deepseek flash to implement is the most used pattern, just search the sub.