GLM 5.2 Is Out

Hacker News Top Models

Summary

Z.ai releases GLM-5.2 with a 1-million-token context window, to be open-sourced under MIT license next week.

No content available
Original Article
View Cached Full Text

Cached at: 06/13/26, 05:21 PM

# Z.ai launches GLM-5.2 with a 1-million-token context window ahead of an MIT-licensed release next week Source: [https://digg.com/tech/ii9xibgn](https://digg.com/tech/ii9xibgn) Z\.ai launches GLM\-5\.2 with a 1\-million\-token context window ahead of an MIT\-licensed release next week · Digg

Similar Articles

Can we stop dunking on DiffusionGemma and hack it instead?

Reddit r/LocalLLaMA

Discusses various methods to optimize DiffusionGemma inference, reduce hallucination, and improve performance for tool use and agents, including entropy-bounded sampling, schema scaffolding, and retrieval during denoising.

@Smartpigai: Previously the official AI code review assistant within Alibaba Group, it has served tens of thousands of developers and identified millions of code defects over the past two years. Now it is open-sourced: Open Code Review. It is not about having AI 'casually glance at a diff', but about engineering AI Code Review. It…

X AI KOLs Timeline

Alibaba has open-sourced its internal AI code review assistant Open Code Review, an engineered CLI tool for code review that reads Git diffs and generates structured review comments with line-level annotations.

Plugins case study: Pluggy

Eli Bendersky

A blog post examining Pluggy, a Python library for building plugin systems originally from pytest, including how it works and how to use it with a toy HTML conversion tool.