@rohanpaul_ai: Surprising and such a good news for open source coding model, and also that there are lots of hidden chances to reduce …
Summary
Databricks tested GLM-5.2, an open-source coding model, and found it competes with top closed models like Claude Opus 4.8 on real enterprise code tasks while being cheaper ($1.28/task vs $1.94/task). The evaluation also highlighted Pi, a harness that reduces costs by sending less context per turn.
View Cached Full Text
Cached at: 07/09/26, 11:42 PM
Surprising and such a good news for open source coding model, and also that there are lots of hidden chances to reduce cost while improving quality.
Databricks showed GLM-5.2 can compete with elite closed coding models inside real enterprise code.
GLM 5.2 landed in Databricks’ top capability tier and was statistically tied with Claude Opus 4.8 on quality.
-
The Pareto frontier for coding tasks (i.e. best quality for a given cost) includes models from OpenAI, Anthropic, and open source.
-
This means today, only a mix of tools can provide frontier performance.
-
Open models, and GLM 5.2 in particular, are now able to handle even the highest level of task difficulty.
Databricks built the test because public coding benchmarks can become too familiar to models.
Instead, it used real internal PRs, real tests, and a multi-million-line codebase.
The cost result makes it more serious. GLM 5.2 at $1.28/task, compared with $1.94/task for Opus 4.8.
So in their multi-million lines of enterprise-grade code test, GLM-5.2 made open-weight routing credible, and Pi showed why a credible model must be tested inside the right harness.
Their test also separates two things people often mix up: model intelligence and agent efficiency.
A coding agent needs two parts. The model does the reasoning and code writing. The harness manages the work around it, including file search, terminal commands, test output, and context. GLM-5.2 proved the first part by landing near the top closed models on Databricks’ own private tasks.
Pi, the harness, proved the second part by showing that the same level of work can be done with far less context sent into the model.
Databricks found Pi could run the same model with the same thinking effort at over 2x lower cost because it sent about 3x less context per turn.
Coding-agent costs can change massively without changing the model.
Pi saved money by giving models less repeated context while keeping quality roughly stable.
So GLM-5.2 becomes more useful when efficient harnesses keep task costs under control.
Similar Articles
Benchmarking coding agents on Databricks' multi-million line codebase
Databricks shares results from an internal benchmark evaluating coding agents on their multi-million line codebase, revealing capability tiers and cost-performance tradeoffs, and highlighting the effectiveness of open models like GLM 5.2.
Open-source models are closing the coding gap with GPT/Claude/Gemini ~1.5x faster than the frontier is advancing, and on decontaminated benchmarks a 27B model already beats Claude Opus 4.8 [live dashboard + analysis]
A live dashboard and statistical analysis shows open-source coding models are closing the gap with closed models at 1.5x the rate, with a 27B model already surpassing Claude Opus on decontaminated benchmarks. Tool-call reliability remains the main bottleneck.
@alighodsi: At 11k employees, our AI costs are going up. Which model & harness should we use to lower cost but also retain great qu…
Databricks published an internal benchmark evaluating coding agents on their multi-million line codebase, revealing that harness choice can double cost savings and that open models like GLM 5.2 perform competitively at the highest difficulty levels.
@hooeem: https://x.com/hooeem/status/2068752941553476002
A comprehensive guide to setting up GLM 5.2, an open-source AI model that claims to beat GPT-5.5 on coding benchmarks while being cheaper, covering cloud and local setup options.
@rohanpaul_ai: GLM-5.2 got 22.8% on ARC-AGI-2:, $0.25/task To note here, around May 2025, the best verified models on ARC-AGI-2 were o…
GLM-5.2 achieves 22.8% on ARC-AGI-2 and 77% on ARC-AGI-1 at a low cost of $0.25 per task, representing a 7.6x improvement over the best frontier score from May 2025.