[til] til: GLM-5.3 Review: Z.ai's New Open Weights Model for Coding and Agentic Workflows - #76
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
sameerkhansf
marked this pull request as ready for review
September 4, 2026 17:51
This was referenced Sep 8, 2026
sameerkhansf
added a commit
that referenced
this pull request
Sep 8, 2026
Run 34261048698 was the first run to reach the post-writing path since #76 — the gate correctly printed CLEAR — and it failed on the invocation cap: attempt 1: 56 turns / 93 invocations, then "Upstream error from Nvidia: Service temporarily overloaded" (transient, classified partial_execution, budget remaining) attempt 2: harness restarts the session from scratch, dies on "429 Maximum LLM invocations exceeded (120 / 120)" max-turns is not only a turn count: it is the AWF api-proxy's hard per-run LLM invocation cap, and that budget is pooled across every harness retry attempt (github/gh-aw#52836, #45827). At 120 a single pass fits and a retry cannot, so any transient upstream blip on the free NVIDIA endpoint kills the run. 250 leaves room for one full pass plus a retry. This is a symptom fix with a known ceiling. gh aw audit has flagged "about 50% of this run's turns appear to be data-gathering that could move to deterministic steps" on every run, and the log shows the cause: repeated `curl <hf-readme> | grep -i "parameters|context|license|price"` against the same files. Pre-fetching candidate READMEs in the `steps:` block is the DeterministicOps fix and the next lever if the cap is hit again. Claude-Session: https://claude.ai/code/session_01Vru5xPN55JPU7dyVS3uswd Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Angle Chosen
GLM-5.3 Review: Z.ai's New Open Weights Model for Coding and Agentic Workflows
This topic was selected because GLM-5.3 represents a significant release in the open weights LLM space, showing strong performance on coding and agentic benchmarks. The model builds on GLM-5.2 with extensive post-training improvements, demonstrating emergent capabilities in cybersecurity tasks and competitive performance on coding benchmarks. This fills a gap in the site's coverage of recent open weights models focused on agentic workflows.
Evidence Summary
Key factual claims extracted from sources:
Verification Checklist