§ News
By AI Blog Editor
Jul 10, 2026 · 18 min read
The default just moved — Databricks made a Chinese open-source model its house coding engine, put the numbers on the record, and did it on the same day Anthropic published a memo on how to use less of Opus
On July 8 Databricks published an internal benchmark and made Zhipu AI's GLM 5.2 the default coding model for its own engineers. GLM 5.2 tied Opus 4.8 at 34% lower per-task cost — $1.28 vs $1.94 — on Databricks' multi-million-line codebase.

On Wednesday July 8, 2026, five Databricks engineers — Vinay Gaba, Ankit Mathur, Rishabh Singh, Patrick Wendell, and co-founder and CTO Matei Zaharia — published an internal-benchmark post on the company blog and buried the actual news in the closing paragraphs: from now on, the default coding model for Databricks' own engineers is not Claude Opus 4.8. It is GLM 5.2, released four weeks earlier under an MIT license by Beijing's Zhipu AI.
The line the trade press ran with, from Zaharia and the four co-authors, was "The evidence shows it's time to start deploying these as daily drivers for coding." Daily drivers is a phrase from car reviews. Databricks has now reviewed coding models like used sedans and picked the cheaper one that gets to the same place.
What Databricks actually measured
The benchmark is not SWE-Bench. It is a private test constructed from real pull requests against Databricks' own multi-million-line codebase, filtered for PRs that had high-quality test suites, with the solution details stripped out of the PR descriptions to keep the prompt fair. The tasks span Python, Go, TypeScript, Scala, Rust, Java, Bazel, and Protobuf. Correctness is judged by executing the actual test suites, not by an LLM. Git history is isolated so the agent cannot fetch the human implementation.
The methodology paragraph is worth reading in full because it is a direct rebuke to the coding-benchmark industry as it stood a week ago. The same day Databricks published — Thursday July 9 the trade press caught up — OpenAI pulled its endorsement of SWE-Bench Pro after its own review found roughly thirty per cent of the public benchmark's tasks were flawed. Two Bay Area organisations, on the same Wednesday, told the market that the public coding tests everyone had been quoting for eighteen months could not be quoted any more. Databricks did it by publishing its own test. OpenAI did it by walking away from the field's.
The three-tier finding
Databricks bucketed the results into three tiers. In the top tier, Opus 4.8, GLM 5.2, and GPT 5.5 landed within statistical noise of each other at roughly 87 per cent task-completion (the range across the tier ran 82–90 per cent, per the write-up in MLQ News). The cost line is where the tier separates:
- GLM 5.2: $1.28 per task
- Opus 4.8: $1.94 per task
- Sonnet 5: $2.09 per task, at 81 per cent completion
Sonnet 5, in Databricks' framing, is the odd one — more expensive per task than Opus in this harness, and six points lower in completion. That is not a claim about the model in isolation. It is a claim about how the harness in question routes context and how many turns Sonnet takes to finish. The Databricks post is careful to say the same model in a different harness produces different numbers: the Pi harness used roughly 3× less context per turn than Claude Code or Codex, and at comparable quality (85 vs 87 per cent) the Pi run came in 2.08× cheaper. In coding-agent economics, the harness is now a first-class variable next to the weights.
Thirty-four per cent is the headline. The token list is worse.
The $1.28-versus-$1.94 figure is the number every write-up ran. It is a 34 per cent per-task saving. The token list price is a wider gap:
Input ($/M) | Output ($/M) | |
|---|---|---|
GLM 5.2 | 1.40 | 4.40 |
Opus 4.8 (est.) | ~5 | ~25 |
That is 3.6× cheaper on input and 5.7× cheaper on output. The reason those ratios do not compound cleanly into a 20× per-task saving is that Opus finishes some tasks in fewer turns and with tighter context; the harness averages the gap out. Which is another way of saying that Anthropic's list price is not the source of the gap, and Zhipu's list price is not the source of the win. The source of the win is that when both models can finish the task, the model with the lower token list bill costs less per task. The number of ways the industry has found to say four times less has become a load-bearing accounting exercise.

Databricks is the fourth in a month
The Databricks post landed inside a run of US-enterprise moves to Chinese open-weight models that the trade press has been counting for six weeks. Coinbase, per MLQ's reporting on statements from CEO Brian Armstrong, switched to GLM 5.2 and Kimi 2.7 Code and cut AI spending by 50 per cent while token usage kept climbing. Lindy, per its CEO Flo Crivello, migrated all API traffic from Claude to DeepSeek v4. Snowflake benchmarked GLM 5.2 against Opus 4.7 and, per the same reporting cycle, found them nearly tied at a fraction of the cost — a public evaluation that has not yet turned into a default-switch announcement, but the direction is not ambiguous.
On the aggregator side, OpenRouter has been publishing weekly traffic mixes since 2024. Chinese-model share of enterprise API token traffic on the platform has run 30–46 per cent every week since February 2026, per the summary Digital Today carried in June. Twelve months earlier the same slice was 4.5 per cent. Whatever the political debate about export controls is meant to accomplish, the enterprise procurement debate is over.
The same day, Anthropic published a memo on how to use less of Opus
The comedy of the calendar is worth stating plainly. On the exact Wednesday Databricks published its benchmark and named the default, Anthropic's Claude developer team published a documentation update and X thread recommending two new usage patterns for Fable 5 — advisor and orchestrator — both of which reduce Fable 5 usage per task by routing execution to Sonnet 5. Anthropic's own numbers: the advisor pattern delivers ~92 per cent of Fable 5's solo performance on SWE-Bench Pro at 63 per cent of the cost; the orchestrator pattern delivers 96 per cent of the performance on BrowseComp at 46 per cent of the cost.
The two announcements do not contradict each other. They pattern-match to the same market fact. When Anthropic's guidance to its own developers is use less of the flagship, promote the mid-tier, and Databricks' guidance to its own engineers is use none of the flagship, promote the Chinese open-weight, both are looking at the same per-task cost curve. Anthropic can tune it. Databricks routed around it.
What this means
Three claims, in order of confidence:
- The frontier still matters. The default no longer needs to be the frontier. GPT-5.5, Opus 4.8 and GLM 5.2 sit inside the same completion band on Databricks' internal harness. There are tasks — the top 12 per cent complexity bucket in the Databricks decomposition — where the frontier gap opens back up. There are also, per the same decomposition, 80 per cent of tasks where it does not. The default has moved to where the volume is.
- Export controls have not slowed enterprise adoption. They have accelerated it. GLM 5.2's MIT license means it can be self-hosted, fine-tuned, and deployed inside enterprise VPCs without a cross-border API dependency. That is the feature that made Coinbase, Lindy, Databricks, and — by evaluation, if not yet by default — Snowflake move. The US-labs list price is not merely higher; it is the wrong shape for a customer that wants weights on their side of the firewall.
- Anthropic's July 8 usage-pattern memo is not a coincidence. Publishing how to use less of Fable 5 on the same Wednesday a top-tier US enterprise switches its default away from Opus is either a coincidence of the calendar or an acknowledgement of the pressure. The second reading is the one to hold until Anthropic prices it differently.
What to watch
- Whether Snowflake turns its favourable GLM 5.2 evaluation into a default switch, and whether the announcement lands before its next customer conference.
- Whether Databricks' own model line (the DBRX / Databricks-hosted stack) integrates GLM 5.2 as a hosted default for customers, not only for internal engineering.
- Whether Zhipu ships GLM 5.3 with a closed top-tier gap on high-complexity coding tasks. The current Databricks curve leaves the 12 per cent of hardest tasks as the last bit of daylight for Opus and GPT-5.5.
- Whether Anthropic changes list price on the Opus tier or leans harder on the managed-agent orchestrator pattern published the same Wednesday. Between the two, the price cut is the one the market will notice.
Zaharia said "daily drivers for coding." Anthropic said "advisor and orchestrator." Zhipu said nothing — the model was released four weeks ago under an MIT license and the internet is doing the work. Three sentences, one story: the default just moved, and it moved because the numbers stopped supporting the old one.
* * *
Thanks for reading. If a line here was useful — or plainly wrong — the comments are below and the newsletter has your back.
Elsewhere in this issue
3 more- 01
News
The means of production — Palantir posted $1.94 billion in one quarter, then used the shareholder letter to accuse OpenAI and Anthropic of Marxism
Aug 4, 2026
- 02
The Patch
The Patch — August 4, 2026
Aug 4, 2026
- 03
News
The rug pulled, twice — Timothy Gowers wrote the mathematical-culture case against Astra six days before OpenAI announced Astra
Aug 3, 2026
Letters
Arguments, corrections, questions. Anonymous comments allowed; be kind, be specific.