Nerra Network

Archives
Log in
Subscribe
August 15, 2026

Z.ai just showed how far post-training alone can push… · M&A 🤖

View this email in your browser
Models & Agents — Daily AI models, agents, and practical developments.

Models & Agents

Daily AI models, agents, and practical developments.

Ep 142 · Aug 15, 2026

🎧 Today's episode
Episode 142 · Z.ai just showed how far post-training alone can push a fixed base model into serious coding and cyber agent territory.
2026-08-15
▶ Listen now
Z.ai just showed how far post-training alone can push a fixed base model into serious coding and cyber agent territory.

What You Need to Know: GLM-5.3 arrives with the same 743-753B base as GLM-5.2 but delivers large jumps on Terminal-Bench, DeepSWE, and ExploitBench after heavy post-training scaling. Anthropic published its second Responsible Scaling Policy Risk Report alongside an EU AI Act watermarking FAQ that confirms no output quality or cost impact. Builders should watch how open-weight labs balance capability gains against the controls now required for cyber-related features.

Top Story

Z.ai released GLM-5.3, built on the identical 743-753B-parameter base model as GLM-5.2 but with all gains coming from expanded post-training across long-horizon engineering and vulnerability environments. The model reaches 28.3 on Terminal-Bench 3.0, 66.9 on DeepSWE v1.1, 48.2 on AutomationBench, and 28.5 on Agents’ Last Exam CLI, while GLM-5.2 scored 4.6, 46.2, 26.2, and 23.8 on the same suites. On the company’s private Z.ai Code Bench the new model hits 34.5 percent at Max reasoning effort using roughly 75,000 output tokens per task, compared with 23.4 percent and 96,000 tokens for GLM-5.2. CyberGym accuracy rose from 77.2 percent to 84.5 percent and ExploitBench from 24.4 percent to 54.4 percent, with ExploitGym completing 105 tasks in a two-hour budget and 130 tasks in six hours versus 29 and 39 previously. The model already identified a potentially serious vulnerability in Cursor, leading Z.ai to introduce trusted-access controls and delay open weights and general API access until safety hardening finishes. Enterprise teams can now run autonomous coding agents that plan, implement, test, and verify multi-day tasks inside the ZCode environment on macOS, Windows, or Linux, but must specify one of three reasoning-effort levels because thinking can no longer be disabled. The release tests how far post-training can stretch an existing foundation before another pretraining cycle becomes necessary. Source: venturebeat.com


Model Updates

Qwen 3.8 27B quantized build: Simon Willison (X) Simon Willison shared a direct link to LM Studio’s 17 GB Q4_K_M quantized version of the corrected Qwen 3.8 27B model. The build runs locally and addresses earlier version-number confusion in community discussion. Builders working with local inference can now test the model immediately through LM Studio without waiting for additional quantization work. The correction clarified that the model is Qwen 3.8 27B rather than any 3.7 variant. Source: x.com

Claude watermarking for EU compliance: @AnthropicAI (X) Anthropic published an FAQ confirming watermarking will be added to meet the EU AI Act Code of Practice that other major labs have also signed. The method adds no tokens, hidden characters, or quality degradation and cannot be traced to any individual user or conversation. Developers using Claude outputs in regulated environments gain a compliance path that leaves existing prompts, pricing, and output behavior unchanged. The watermark is invisible to readers and does not increase inference cost. Source: x.com

Anthropic second Risk Report: @AnthropicAI (X) The company released its second detailed Risk Report under the Responsible Scaling Policy, covering system risks and preparedness measures. The redacted PDF is now public at the provided link. Teams tracking frontier lab safety practices can review the latest internal evaluation approach directly from the source. The report forms part of regular disclosures required by the policy. Source: x.com


Agent & Tool Developments

NEC’s 17-agent AI department: hi-Tech.ua NEC launched what it describes as the first all-AI department staffed by 17 autonomous agents. The setup targets internal operations without human staff in the loop for routine tasks. Organizations experimenting with fully agentic teams now have a concrete enterprise example to study for scaling patterns and failure modes. The department operates as a self-contained unit handling processes that previously required human coordination. Source: Google News

Gemini 3.7 Flash for crypto agent testing: CryptoRank Reports highlight Gemini 3.7 Flash as a potential benchmark environment for autonomous agents operating in crypto markets. The model’s speed and cost profile make it attractive for high-frequency, tool-using agent loops. Developers building financial or on-chain agents can use the Flash tier to prototype before moving to higher-capability variants. The tier is positioned as an accessible entry point for repeated agent interactions in volatile environments. Source: Google News


Practical & Community

BDH-CQ recurrent latent reasoning: r/MachineLearning A 150 M parameter BDH-CQ system updates recurrent memory from in-context demonstrations and solves queries through iterative latent-space computation without verbalizing intermediate steps. It reaches 29.5 percent pass@2 on ARC-AGI-1 at roughly $0.00070 per task, improving the reported cost-accuracy frontier. Researchers exploring memory-augmented or non-verbal reasoning architectures can examine the approach for tasks where token-level chain-of-thought is undesirable. The system performs adaptation and inference inside the same computational fabric without parameter updates at test time. Source: reddit.com

Compiled Doom renderer in transformer: r/MachineLearning A 21 B parameter transformer was created by compiling Doom’s rendering algorithm directly into weights using a custom computation-graph compiler, with no training involved. The resulting Hugging Face checkpoint accepts scene prompts and outputs pixel-drawing commands that produce the E1M1 frame after 53,747 generated tokens from a 3,614-token prompt. Developers interested in weight-compilation techniques rather than learned models can inspect the 43-line host program and full graph definition for similar projects. One frame takes approximately 40 minutes on a B200 GPU. Source: reddit.com

oncothresh oncology evaluation library: r/MachineLearning The open-source oncothresh Python package plus web dashboard computes sensitivity, specificity, PPV, NPV, decision-curve net benefit, and bootstrap intervals at user-specified clinical thresholds for continuous oncology model outputs. It targets tasks such as Ki-67 or PD-L1 scoring where global metrics like AUC are insufficient. Pathologists and model developers working with threshold-based decisions can run the library locally via Docker without cloud dependencies. The companion web interface accepts CSV uploads and produces downloadable PDF reports. Source: reddit.com


Under the Hood: Post-training scaling without new pretraining

Everyone treats post-training as a simple “add more RL” step, yet the engineering reality is a carefully staged expansion of environments, task diversity, and reinforcement-learning compute that can unlock capabilities the base model never saw in pretraining. The process begins by reusing the identical foundation weights and then progressively exposing the model to longer-horizon scenarios—full codebases, multi-day engineering jobs, vulnerability discovery chains—while keeping the parameter count fixed. Each added environment increases the density of useful gradients, but also raises the risk that capabilities such as exploitation-chain construction emerge faster than safety evaluations can track. In GLM-5.3’s case the same base moved from 4.6 to 28.3 on Terminal-Bench and from 24.4 percent to 54.4 percent on ExploitBench solely through this scaling, at the cost of having to introduce trusted-access gates before wider release. The practical tradeoff is that teams gain substantial capability without another multi-hundred-million-dollar pretraining run, yet they inherit the same difficult access-control problem that closed labs already face. Use this route when your base model already covers the domain and you can afford extensive environment engineering; fall back to fresh pretraining only when the target capability lies outside the current weight distribution. The approach also forces changes in how applications call the model, since reasoning effort must now be explicitly chosen and thinking cannot be turned off.


Things to Try This Week

  • Load LM Studio’s Q4_K_M build of Qwen 3.8 27B locally and compare its coding throughput against your current 7-13 B models on a representative SWE-bench subset.
  • Review Anthropic’s redacted Risk Report PDF to see how one lab structures capability evaluations ahead of any EU-mandated watermarking rollout.
  • Clone the BDH-CQ repository once released and test the 150 M recurrent-latent setup on a small ARC-AGI subset to measure the claimed cost-accuracy improvement.
  • Run the oncothresh dashboard on your own oncology model outputs to generate threshold-specific calibration and net-benefit curves before the next clinical review.
  • Experiment with ZCode’s Goal tasks on the GLM Coding Plan to observe how the new reasoning-effort controls affect long-horizon agent workflows.

On the Horizon

  • Z.ai plans to release GLM-5.3 weights roughly two weeks after launch once safety hardening completes.
  • Staged GLM-5.3 API access is expected after the current trusted-access controls are validated.
  • Additional labs are expected to publish their own EU AI Act watermarking details in the coming weeks as the Code of Practice deadline approaches.
  • More post-training-only model updates are likely as teams test how far existing bases can be pushed before the next pretraining cycle.

💬 Reply to this email — Patrick reads every one.

Share: X · LinkedIn · WhatsApp

Forwarded this email? Subscribe here — it's free.

▶ Listen to the podcast

📺 Watch on YouTube  ·  📝 Read the blog  ·  🖼 Free image gallery (CC BY-SA)  ·  📊 Data Hub & Story Trackers  ·  🧭 Start Here

Nerra Network · AI-narrated voice (Grok TTS) · Editorial by Patrick

You're receiving this because you subscribed to Models & Agents on nerranetwork.com.

Issue #142 · Models & Agents · Aug 15, 2026
Don't miss what's next. Subscribe to Nerra Network:
← Newer A guy just used ChatGPT to spot his lost shoe in a… · M&A Beginners 🎓 Older → Orbital mirrors could flood the night sky with light… · Frontiers 🛰️
nerranetwork.com
Powered by Buttondown, the easiest way to start and grow your newsletter.