Task: planning and code implementation under the same VPS Manager specification; five model implementations in total.
Blind review: the first round was scored by Qwen 3.7 Plus using a fixed 25-point grid; GPT Codex and Gemini 3.1 Pro were added as two independent reviewers in the follow-up.
Comparison implementations: BigPickle, Claude Code + Haiku 4.5, DeepSeek V4 Pro, Kimi K2.7 Code, and GLM-5.2.
Evaluation focus: code quality, completeness, and whether the result was production-ready; the post acknowledges that a single task still involves chance variation.
Model tokens and costs were recorded during planning; during the coding stage, each model implemented the same specification, after which the implementations were anonymized for review.
GLM-5.2: approximately 43K tokens and $0.06 during planning; approximately 4.42M tokens and a total cost of $1.73 during coding.
Review: Qwen 3.7 Plus in the first round; GPT Codex and Gemini 3.1 Pro were added for the recheck, with all three independently conducting blind reviews before the rankings were compared.
First-round blind review by Qwen 3.7 Plus:
| Model | Coding-stage cost | Score | Production-ready |
|---|---|---|---|
| BigPickle | $0 | 15/25 | No |
| Claude Code + Haiku 4.5 | $20/month | 12/25 | No |
| DeepSeek V4 Pro | $0.24 | 12/25 | No |
| Kimi K2.7 Code | $0.86 | 19/25 | No |
| GLM-5.2 | $1.73 | 25/25 | Yes |
Multi-judge recheck:
| Implementation | Qwen 3.7 Plus | GPT Codex | Gemini 3.1 Pro |
|---|---|---|---|
| BigPickle | 15/25 | 13/25 | 11/25 |
| Claude + Haiku | 12/25 | 12/25 | 18/25 |
| GLM 5.2 | 25/25 | 17/25 | 25/25 |
| DeepSeek | 12/25 | 14/25 | 14/25 |
| Kimi K2.7 | 19/25 | 13/25 | 21/25 |
In this single VPS Manager task, GLM-5.2's implementation received the highest or joint-highest score from all three blind reviewers, and reached 25/25 with two of the reviewers. The result supports its potential for taking a project from planning from scratch through productionized code delivery, but it cannot replace a controlled benchmark across multiple tasks and runs.
This was a single task and a single implementation run, and the reviewers were also models; Qwen, GPT, and Gemini showed substantial disagreement in their scores.
The original post's cost figures and definition of “production-ready” come from the author. It does not publish complete specifications, all the code, or itemized evidence for the scoring rubric.
GLM's cost for 4.42M tokens cannot be directly compared with subscription-priced models; 25/25 must not be generalized to all coding tasks.
Obtain the VPS Manager specification, five implementations, and 25-point scoring grid from the original post, and anonymize the implementation order.
Fix the same model versions, harness, maximum token count, tool permissions, and test commands, and repeat the process at least three times.
Have three different models independently blind-review each implementation, fix the scoring rules in advance, and then aggregate the results using a simple mean or median.
Report code test pass rates, the amount of manual revision, and token costs separately from the model-review scores.
The post publishes the cost/score table for the five implementations, as well as the recheck matrix from the Qwen, GPT Codex, and Gemini judges.
The comments explicitly acknowledge that “one task, one run” is subject to chance variation, and recommend rechecking across multiple judges and tasks.
The reusable method in this case is to anonymize implementations, use a fixed scoring grid, and cross-check with multiple reviewers, rather than looking only at GLM-5.2's 25/25.
GLM-5.2