Izzo: Agents that actually work in production. Izzo: You're listening to Exploring Next, episode two-thirty. I'm Izzo, joined by Boone, and today we're talking about Z.ai's new GLM-5-Turbo — a model that's basically saying 'forget chat, let's build agents that don't break when you need them most.' Boone: And the timing here is perfect, because everyone's trying to move beyond the chatbot phase. We're seeing this massive shift toward agents that can actually execute multi-step workflows. Izzo: Right. Like, how many times have you tried to build something that chains together API calls, does some analysis, then generates a report — only to have it fail halfway through because the model got confused or made a bad tool call? Boone: Every weekend project ever. But what's interesting about GLM-5-Turbo is they're not just claiming to be faster — they're specifically targeting that reliability problem. Izzo: Okay, so break this down for me, Boone. What's actually different under the hood? Boone: So they took their open-source GLM-5 — which is already a 744 billion parameter mixture-of-experts model — and created this execution-focused variant. The key thing is the tool call error rate. Izzo: Which is? Boone: 0.67% compared to 2.33% to 6.41% for other GLM-5 providers. That's not just incremental — that's the difference between an agent that works and one that doesn't. Izzo: Wow. That's actually a massive gap. Boone: And it makes sense when you look at the architecture. They've got a 202.8K context window with 131.1K max output, so these agents can maintain state across really long execution chains without losing track. Izzo: So who's the target user here? Because at $4.16 per million tokens, it's not exactly cheap. Boone: But it's cheaper than their base GLM-5 at $4.20, and way cheaper than Claude Sonnet at $18 or GPT-5.4 Pro at $210. For enterprise teams building internal automation, that pricing is competitive. Izzo: Internal automation — that's the key insight. This isn't for customer-facing chatbots. This is for the stuff happening behind the scenes. Boone: Exactly. Think workflow orchestrators, coding agents, data pipeline automation — stuff where you need the agent to reliably execute a plan over hours or days, not just answer a quick question. Izzo: And the performance metrics back that up? Boone: Yeah, so it's not the fastest at first-token latency — 2.92 seconds versus some competitors under one second. But for end-to-end completion time, it's actually faster at 8.16 seconds. Izzo: Which tells you everything about the use case. If you're running a 20-step automation workflow, you care way more about it finishing successfully than getting the first response instantly. Boone: Right. And they're being really smart about the technical positioning. They've built this on top of their 'slime' asynchronous reinforcement learning infrastructure, which reduces training bottlenecks for agentic behavior. Izzo: Hold on — 'slime'? That's actually what they called it? Boone: That's what they called it. I mean, naming aside, it's addressing a real problem with training agents that can handle long, complex task sequences. Izzo: I'm giving the name a C-minus, but the tech sounds solid. Boone: The interesting strategic piece is the licensing. GLM-5 is fully open-source with an MIT license, but Turbo is closed-source — though they say the techniques will feed back into future open releases. Izzo: That's... a really careful balance. They get to monetize the production-ready version while keeping their open-source credibility. Boone: And it reflects what's happening in the Chinese AI market more broadly. Even historically open companies are feeling pressure to find sustainable business models. Izzo: Speaking of which, Z.ai just went public in Hong Kong as China's largest independent LLM company. So this isn't just a product launch — it's a signal about their commercial strategy. Boone: With 12,000 enterprise customers already using their models. They're not starting from zero on the go-to-market side. Izzo: Alright, so what should people actually go build with this? First thing — if you're already using OpenRouter, you can start testing GLM-5-Turbo today. Just swap out your model parameter and see how it handles your existing agent workflows. And for the weekend warriors? Build a multi-step data analysis agent. Something that can pull data from APIs, run analysis, generate visualizations, and write up a report. That's exactly the kind of long-chain execution this model is optimi