GLM-5.1 Released with Coding Performance Matching Claude Opus 4.5

Zhipu AI has released GLM-5.1, their latest flagship model, making it available to all Coding Plan users. This model demonstrates coding capabilities that approach Claude Opus 4.5 performance levels.
Key Benchmarks and Specifications
According to March 2026 benchmarks:
- SWE-bench-Verified: 77.8 points — highest score among open-source models
- Terminal Bench 2.0: 56.2 points — also open-source state-of-the-art
- Beats GPT-4o and approaches Claude Opus 4.5 on coding tasks
Technical specifications include:
- 200K context window
- 128K maximum output
- 744B parameters (40B activated)
- 28.5T pretraining data
- Native MCP support
Practical Applications
The source material indicates these capabilities translate to:
- Autonomous multi-step coding tasks with minimal hand-holding
- Long-context code base refactoring and debugging
- Agentic workflows: plan → execute → debug → deliver
GLM-5.1 is available now through Zhipu AI's Coding Plan tiers: Lite, Pro, and Max. The Reddit discussion asks for real-world testing comparisons against Claude 4.6 for production coding tasks.
📖 Read the full source: r/openclaw
👀 See Also

Anthropic enforces policy: third-party Claude harnesses no longer covered by subscription limits
Anthropic is enforcing a policy change effective April 4 where third-party harnesses like OpenClaw no longer draw from Claude subscription usage limits, requiring users to turn on extra usage or cancel by April 9 for a refund.

Claude Code removed from Anthropic's Pro plan, now only available on Max plans
Anthropic has removed Claude Code from its Pro plan ($17-20/month), making it available only on Max plans starting at $100/month. The Pro plan now includes Claude Cowork, unlimited projects, Research feature, and access to more Claude models.

Linux Sound Subsystem Flooded with AI-Assisted Fixes: IRQ, UAF, and Quirks
Takashi Iwai's latest pull request for Linux 7.1 sound shows many 'assisted-by' patches from Claude Code and GPT-5.5, fixing HD-audio IRQ handling, UAF bugs, and device quirks.

Why Anthropic's Activation Steering Struggles with Generating Valid JSON
Activation steering, a technique used for AI safety, fails to generate valid JSON, achieving only 24.4% validity compared to 86.8% from the untrained base model.