Really bullish on tasks like EEBench, and Grok 4.7 is looking great here. Amazing work!
Grok 4.7 is here.
It's a notable improvement over Grok 4.6 at the same price and speed.
We just launched GLM-5.3-FlashX. Up to 200 tokens/s. Faster version of Flash.
Been using it myself, the speed makes a real difference. Going back and forth on code feels much smoother.
If you care about speed or do a lot of back and forth work, give it a try:)
Show more
Faster GLM-5.3-Flash is now live: up to 200 tokens/s. Model code: glm-5.3-flashx.
Priced at 2.5× GLM-5.3-Flash on both the Coding Plan and API.
Open to all API users. Coding Plan users can apply here:
Show more
ZCode open sourced the code for community review. From now on improvements will be visible along the way. The security issues raised have been fixed. Now an independent review is underway.
We followed up with ZCode team after learnt what happened. Been reading your feedback over the past few days. It’s been tough seeing the concern this has caused in community.
We want GLM to help solve harder problems and let more people explore possibilities we haven’t imagined. That's our goal. Always has been and always will be. We will keep making GLM better and show it through our work.
Show more
In response to the ZCode product security issues reported by the community, we have completed the necessary remediation and sincerely apologize to all our users.
We have open-sourced ZCode at placing the code under community scrutiny and making ZCode more open and transparent.
We sincerely thank the community developers who previously identified issues in ZCode. Going forward, we will establish an ongoing product security vulnerability reporting and response process. We welcome developers to continue reviewing ZCode and reporting potential issues, and we will provide rewards based on the severity of the issues reported.
With respect to the code data referenced by the community, we confirm that no such data is retained and that it has never been used for model training.
Following the remediation, we invited the China Academy of Information and Communications Technology (CAICT) and NSFOCUS to conduct security assessments. The results are as follows:
Through its technical assessment, CAICT confirmed that the zcode-prod Alibaba Cloud OSS bucket is in a zero-data state. Security remediation has been completed in the ZCode v3.14.0 client. The Repo Wiki feature has been removed, and the workflow for generating and uploading local repository snapshots has been disabled.
NSFOCUS confirmed that all data objects in the zcode-prod Alibaba Cloud OSS bucket, as well as the bucket itself, have been deleted. Remediation has been completed in the ZCode v3.14.0 client. The Repo Wiki entry point and the associated generation workflow have been removed, and no functional path capable of triggering the generation of local repository snapshots or transmitting local files externally was identified.
Once again, we sincerely apologize and welcome continued scrutiny from the community. The full security assessment report will be released soon.
Show more
We were bringing up the inference stack for GLM-5.3-Flash. And sitting there watching agent work, we found that what it got back after a change mattered about as much as how good the model was. That's what we mean by dense feedback.
Our infra agent runs on GLM-5.3. It read through kernels tuned by hand and wrote down what it found as optimization skeletons. Whatever held up went back in so the next kernel takes less work.
Early days, but it's already running in production. Different labs put self improvement in different place. Here's a small piece of ours from our everyday work.
Show more
We’re sharing how GLM-5.3 helped build and optimize the inference infrastructure serving GLM-5.3-Flash.
The system went from its first successful run to production readiness in less than two weeks, with end-to-end throughput tripling relative to the initial baseline.
The key was dense feedback: local correctness tests, execution traces, microbenchmarks, and end-to-end measurements that enabled targeted hypothesis testing rather than reliance on aggregate performance metrics alone.
Show more
ZCode now supports more model providers, with improved stability and performance.
We’ll keep expanding integrations based on your feedback. Which models do you like most beyond the GLM series?
Show more
We’re sharing how GLM-5.3 helped build and optimize the inference infrastructure serving GLM-5.3-Flash.
The system went from its first successful run to production readiness in less than two weeks, with end-to-end throughput tripling relative to the initial baseline.
The key was dense feedback: local correctness tests, execution traces, microbenchmarks, and end-to-end measurements that enabled targeted hypothesis testing rather than reliance on aggregate performance metrics alone.
Show more
Highly recommend this pricing chart and site by
@Fei2411. It compares subscription and coding-plan unit prices, then rebuilds public-leaderboard Pareto frontiers from each model's lowest available price.
GLM-5.3-Flash with 2x quota from 8am to 6pm PT averages about $0.0045 now. Outside that window, off-peak is about $0.0089.
Site:
GitHub:
Show more
What non-coding work do you do in ZCode? Docs, research, design, finance, or something else.
Which plugins or connectors do you still need to finish that work well?
We will share the full trace too so you all can replay the demo.
We use GLM-5.3-Flash build a dream kitchen. A 3D world built in Blender. This is not a generated video.
We increased GLM‑5.3‑Flash usage for all coding plan users to unlock more workloads in ZCode, with unlimited usage from 8 AM to 6 PM PT.
And we heard your feedback about usage limits in coding agents like Hermes and OpenClaw, so we doubled the standard Flash quota in other agents. The increased usage applies automatically.
Show more
Get more GLM-5.3-Flash with GLM Coding Plan
⏲️ 8 AM–6 PM PT every day, Sep 3–20
- In ZCode: Unlimited GLM-5.3-Flash
- In other supported agents: 2× Flash quota
ZCode now supports video preview. Loops are more efficient. I let it edit 16 videos this morning, got a lot done before noon.
ZCode now supports video preview. Loops are more efficient. I let it edit 16 videos this morning, got a lot done before noon.
Can't believe four GLM-5.3-Flash events are running now:
1. ZCode + GLM Coding Plan
Unlimited, 8AM–6PM PT daily
2. Other agents + Coding Plan
2x quota during the same window
3. ZCode
300M free tokens this weekend (FCFS)
4. AutoClaw
100M free tokens for new users
Show more
How many tokens did you burn in this 10-hour Flash window?
Day 1 is closed. Curious what the actual numbers look like.
Get more GLM-5.3-Flash with GLM Coding Plan
⏲️ 8 AM–6 PM PT every day, Sep 3–20
- In ZCode: Unlimited GLM-5.3-Flash
- In other supported agents: 2× Flash quota
GLM-5.3-Flash has been live for a week.
If we only improve one thing next, what would make it your default?
We honestly didn't see blender demo would get so much attention. Actually it is for a test of overall model capabilites especially coding in long horizon task.
We started GLM-5.3-Flash in an empty folder and let it run for 12 hours without stepping in. By the end it built this blender scene, used around 100 million tokens.
GLM wrote python scripts through the blender cli and created .blend file. In the loop it kept checking rendered images and making changes, until the result looked good. No mcp was used for the whole run.
Before writing the prompt, we went through several rounds of discussion with GLM about how to shape the scene. I’ve talked in previous post that it's always better to fully ask and understand “what” before asking “how” to make GLM know you better(than you do). After discussing, we decided to use 16 fixed camera views, and something others that should go into prompt.
When we wrote the prompt, we tried to describe what a good result should look like in as much detail as possible. This seems more important than modeling instructions which we think GLM now can handle well inside.
The whole process might feel a little scary if you never tried it before. You can start by giving GLM our template and your own idea. Ask it help you with prompt.
We will include the full prompt for skyline bar demo at the end as reference. Hope you can enjoy and help improve. And please share more tips and thoughts if you have good ones:)
Prompt as reference:
Show more
We use GLM-5.3-Flash build a dream kitchen. A 3D world built in Blender. This is not a generated video.
We use GLM-5.3-Flash build a dream kitchen. A 3D world built in Blender. This is not a generated video.
/goal Use cua check out music app and recreate it. Test yours with cua/bua. Compare with the original and keep polish until they feel the same.
Ox Alpha put GLM-5.3-Flash in more people’s hands. We’ve read every piece of feedback. The model you’re using now is better. We will make frontier intelligence more accessible. Enjoy!