#20 · Primary category: Foundation Models

GLM-5

agentic-ai coding llm long-horizon

GLM-5: From Vibe Coding to Agentic Engineering

Project last updated:08/27/26

GitHub Stars

7.1K

Forks

919

Contributors

5

License

Apache-2.0

Why we included this project

This repo is the open-weight model line behind Z.ai's coding and agentic products, so it suits teams building autonomous coding and software-engineering agents rather than people shopping for a wrapper or framework. The newest generation supports a solid 1M-token context that keeps long-running agent sessions coherent, and it posts strong scores on Terminal-Bench and SWE-bench Pro, landing within a few points of closed frontier models. Alongside the BF16 and FP8 weights, the repository includes the technical reports and deployment pointers for vLLM, SGLang, and Transformers, so you can self-host or call the hosted API. The IndexShare sparse-attention design, which cuts per-token FLOPs by 2.9x at 1M context, and the improved speculative-decoding layer are documented as well, which helps when you are estimating cost and latency at long context lengths. For repo generation, terminal automation, or other long-horizon agent work, having the weights, the benchmark numbers, and the architecture notes in one place saves you from rebuilding the design from the paper.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category