China’s Low-Priced Z.ai Model Is Exposing Costly Coder Habits
TL;DR
Zain Hasan, an AI engineer at Together AI, has taught himself to use AI coding assistants while still keeping an eye on cost. He directs difficult problems to a frontier model, meaning one near the current state of the art in reasoning and capability, such as Anthropic’s Fable. But if the task that Hasan is outsourcing is more straightforward, he directs it to a less capable—and less expensive—language model. Right now, the cheaper model, for him, tends to be GLM 5.2. Released on 16 June by the Beijing-based lab Z.
Nauti's Take
If your coding workflow still sends every ticket to the strongest model by default, you are probably paying for convenience. The first thing to verify is which tasks actually need deep reasoning and which ones run reliably on a cheaper model like GLM 5.2. That is often the fastest way to cut cost without a meaningful drop in output quality.