Qwen3.8 Max now ranked as the best overall model by agentic index
21–30 of 364 posts
Re: Qwen3.8 Max now ranked as the best overall model by agentic index
#22Earlier quoted context omitted.
For one thing, providers of open models can't arbitrarily increase their prices without facing competition.
But given the extremely low cost of switching, why wouldn't you use the cheaper one if they're comparable?
That said, it's a fair point. For me, it boils down to things covered here: https://earendil.com/posts/session-portability/
Things like obscured reasoning traces.
Re: Qwen3.8 Max now ranked as the best overall model by agentic index
#23Strange that the page https://artificialanalysis.ai/agents/coding-agents doesn't even mention "Qwen" once if it's now the "best" according to one of their one index?
Indeed, and this Qwen 3.8 max specific page: https://artificialanalysis.ai/models/qwen3-8-max Doesn't have the claim either. Clickbait?
Re: Qwen3.8 Max now ranked as the best overall model by agentic index
#24I find that surprising. I've been trying it on several projects and have found it's pretty sloppy. It leaves stuff broken, doesn't reliably write tests to check its own work unless explicitly prompted, misunderstands the assignment, etc. It is smart and reasonably quick but not reliable.
Re: Qwen3.8 Max now ranked as the best overall model by agentic index
#25Why does an open weights model cost nearly the same as GPT5.6? $1.14 vs $1.23 on the cost index. Since you can't presumably run this on your own hardware given the model size and hence gain other things like privacy, I don't see any reason to move away from GPT at this rate.
Re: Qwen3.8 Max now ranked as the best overall model by agentic index
#26I wasn't able to find an explanation from them. Anyone knows what happened?
Re: Qwen3.8 Max now ranked as the best overall model by agentic index
#27Is there a path to distill this model to do very specific things? Like a RAG strategy for a small (or even large) corpus?
Re: Qwen3.8 Max now ranked as the best overall model by agentic index
#28Strange that the page https://artificialanalysis.ai/agents/coding-agents doesn't even mention "Qwen" once if it's now the "best" according to one of their one index?
Re: Qwen3.8 Max now ranked as the best overall model by agentic index
#29I am so excited for Qwen 3.8 27B. It’s a shame how slow prefill (~3-400) is on a strix halo but it’s such a good model for agentic tasks.
Re: Qwen3.8 Max now ranked as the best overall model by agentic index
#30I believe it. It's extremely good at troubleshooting. I gave Qwen and Kimi K3 the same annoying, complicated, intermittent bug to track down. Kimi did a bit better in understanding the existing code, but Qwen built some diagnostic tools and did an excellent statistical analysis on the log data. Qwen got way closer to the truth. I'm very much looking forward to their forthcoming smaller model Qwen 3.8 releases. A vers…