GLM 5.2 Is Out
Summary
Z.ai releases GLM-5.2 with a 1-million-token context window, to be open-sourced under MIT license next week.
View Cached Full Text
Cached at: 06/13/26, 05:21 PM
Similar Articles
Can we stop dunking on DiffusionGemma and hack it instead?
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.
I built an open-source platform for creating and managing AI agents (MIT licensed, free to self-host)
The author built an open-source, MIT-licensed platform for creating and managing AI agents, featuring provider-agnostic support, MCP integration, memory, skills, scheduled triggers, and Kanban boards, deployable via Docker Compose.
@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…
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.
Free SQL→ER diagram tool, runs in the browser, nothing uploaded
A free, open-source tool that converts SQL CREATE TABLE statements into interactive entity-relationship diagrams locally in the browser, supporting multiple SQL dialects.
Plugins case study: Pluggy
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.