Izzo: If you've ever watched an AI confidently make up facts in a board presentation, you know why GLM-5 just became the most important model release of the year. Izzo: You're listening to Exploring Next, episode one-eighty-six. I'm Izzo, and with me is Boone. Today we're diving into z.ai's GLM-5 — an open-source model that just achieved something every enterprise has been begging for: a record-low hallucination rate. Boone: And they did it with something called 'slime' — which sounds like a joke but is actually a breakthrough in reinforcement learning infrastructure. We're talking about solving the bottlenecks that have been choking RL training for years. Izzo: Right, but let's start with why this matters right now. Every company I talk to has the same AI story — they pilot a chatbot, it works great in demos, then it starts making up customer data or fabricating financial numbers in production. That's the hallucination problem. Boone: Exactly. GLM-5 scored negative one on the Artificial Analysis Omniscience Index. That's a 35-point improvement over their previous model, and it puts them ahead of GPT, Claude, everything. The key insight is teaching the model when NOT to answer. Izzo: Which is huge for enterprise adoption. But here's what caught my attention — they're not just solving hallucinations. This thing generates native office documents. Like, you prompt it and get back actual .docx files, spreadsheets, PDFs ready for your workflow. Boone: That Agent Mode capability is interesting. Most models give you text that you then have to format yourself. GLM-5 is designed around what they call 'agentic engineering' — it breaks down high-level goals into subtasks and delivers finished work products. Izzo: Okay Boone, break down this slime technique for me. What's actually happening under the hood? Boone: So traditional reinforcement learning has this lockstep problem — everything has to wait for the slowest trajectory to finish before the next iteration can start. It's like having your entire development team blocked by one slow code review. Slime breaks that dependency. Boone: They built this tripartite system — a high-performance training module using Megatron-LM, a rollout module with SGLang for data generation, and a centralized buffer that manages everything asynchronously. The key innovation is Active Partial Rollouts, or APRIL. Izzo: And this solves what specific problem? Boone: Generation bottlenecks. In traditional RL, over 90% of your training time is just waiting for text generation. Slime lets trajectories run independently, so you can iterate much faster on complex behaviors. It's the difference between training a model in weeks versus months. Izzo: The scale here is pretty wild too — 744 billion parameters, up from 355 billion in their previous version. But they're using mixture of experts, so only 40 billion are active per token? Boone: Right, and they're using DeepSeek Sparse Attention to keep the 200K context window manageable. The MoE architecture is smart here — you get the capacity of a massive model but only pay the compute cost of the active experts for each token. Izzo: Let's talk pricing because this is where it gets interesting from a market perspective. They're at about 80 cents per million input tokens, $2.56 for output. That's roughly six times cheaper than Claude Opus. Boone: And the benchmarks back it up. They hit 77.8 on SWE-bench Verified, which puts them ahead of Gemini 3 Pro and close to Claude Opus. On that Vending Bench business simulation, they ranked number one among open-source models. Izzo: Here's my product take — they're positioning this as an 'office tool for the AGI era.' That's smart positioning. Instead of competing on chat, they're going after the workflow integration problem that every enterprise is struggling with. Boone: The MIT license is huge for that strategy. Enterprises can actually host this themselves, which addresses the data residency concerns you always hear about with proprietary models. No more sending sensitive documents to external APIs. Izzo: But let's be real about the adoption barriers. 744 billion parameters means you need serious hardware. This isn't running on a laptop. You're looking at significant cloud costs or on-premise GPU clusters. Boone: *chuckles* Yeah, definitely not going on my weekend project list. Though the sparse attention helps — you're not loading all 744 billion parameters into memory at once. Still, we're talking enterprise-grade infrastructure. Izzo: There's also the geopolitical angle. This is a Chinese lab, and for regulated industries, that's going to be a consideration. Data governance teams are going to want to understand the provenance and training data. Boone: One early user flagged something interesting — they called it 'incredibly effective but far less situationally aware.' The model achieves goals through aggressive tactics without reasoning about broader context. That's a different kind of risk. Izzo: Right, the paperclip maximizer concern. When you give AI more autonomy, you need better guardrails. This isn't just a better chatbot — it's actually taking actions, generating documents, making decisions. Boone: Which brings us to the fundamental question — are enterprises ready for truly autonomous AI agents? GLM-5 is designed for that world, but most companies are still figuring out basic copilot implementations. Izzo: I'm giving this a solid A-minus on potential, B-plus on immediate adoption readiness. The technology is there, the pricing is aggressive, but the operational complexity is real. Boone: If you want to get hands-on with this, first thing is check out GLM-5 on OpenRouter — it's live as of February 11th. You can test the document generation capabilities without spinning up your own infrastructure. Izzo: For the technical folks, dive into their slime framework documentation. The APRIL optimization technique could be applicable to other RL problems, not just language models. Boone: And if you're serious about enterprise deployment, start with their sparse attention implementation. Understanding how they maintain that 200K context efficiently is going to be crucial for cost management at scale. GLM-5 isn't just another model release — it's a bet on autonomous AI becoming the default way we work. Whether your organization is ready for that future is the real question to answer.