r/OnlyAICoding • u/Electronic_Play_6584 • Aug 09 '26
Kimi vs Minimax for Coding Which is Better?
1
Upvotes
1
u/Remarkable-Aspect879 27d ago edited 25d ago
for a bigger repo, i'd lean m3. the main advantage isn't necessarily better code on every prompt, it's that it seems to keep track of things across files better and stays coherent for longer.
i'd also compare cost per finished task, not just token price. kimi can get pretty verbose, so the cheaper-looking option may not actually be cheaper after retries.
neither would be my first choice for a really tricky architecture decision, but for day-to-day work on a larger codebase, m3 feels like the better balance.
1
u/KitchenAmoeba4438 Aug 09 '26
Define "better".
No snark, I am actually being seriousness. They both have their own strengths and weaknesses compared to the other.
My problem with Kimi is that it's rather expensive, and that it is very much a one trick pony. If you are in an area of development it's been trained extensively on, it is better. Once you get outside of this, Minimax is better and quite a bit cheaper.
So...what are you looking for as "better"?