How much can a dense model be compressed before it becomes worse than a MoE model (for agentic coding/tool use/reasoning)?
From the feedback on my previous post here, I learned that quantization hurts MoEs way more than dense models. Now I'm wondering just how much a dense model can be quantized before a MoE becomes the better alternative. For instance, would Qwen3.8 27B Q4 perform better than Qwen3.6 35B Q8? what about Qwen3.8 27B Q3 or Q2? does quality loss increase exponentially the more a model is compressed? I am specifically interested in coding/tool use/reasoning performance, but any intel you have is appreciated