AI News

Databricks says it will make the Chinese open-source model GLM 5.2 the default day-to-day coding engine for its developers after internal testing found it performed on par with Anthropic’s Opus 4.8 on the company’s own software tasks at a lower cost per task. The move is notable not just because of the model choice, but because it reflects a broader shift in how large AI buyers are evaluating coding systems: less weight on public leaderboards, more on private benchmarks tied to their own repositories, tooling, and review processes.

According to reporting from The Decoder, Databricks tested coding agents against work drawn from its multi-million-line codebase and found GLM 5.2 statistically tied with Opus 4.8 while costing $1.28 per task versus $1.94. MLQ.ai separately characterized the difference as a 34% cost saving, though the underlying article text was not available in the source material. Databricks’ conclusion, as described by The Decoder, is that frontier coding performance now comes from multiple providers and that companies should optimize around their own workloads rather than assume one proprietary model will dominate across every task.

Why Databricks changed its default

The immediate news is straightforward: Databricks plans to use GLM 5.2 as the regular “workhorse” model for internal software development. That is a meaningful operational decision for a company that both builds developer-heavy products and sells AI infrastructure to enterprises. When a company of that profile swaps its default coding engine, it sends a market signal about price-performance, reliability, and procurement flexibility.

The evidence cited by The Decoder points to a benchmark built from real pull requests rather than public coding tests such as SWE-Bench. Databricks’ team, including co-founder Matei Zaharia according to the report, argued that public benchmarks often fail to reflect a company’s actual stack and can become contaminated as solutions leak into model training data. In Databricks’ case, the company wanted tasks spanning a broad production environment with more than ten languages, including Python, Go, TypeScript, Scala, and Rust.

That matters because coding assistant performance can vary sharply depending on repository structure, test coverage, tool configuration, and how much context a harness sends to the model. A model that looks strong on a public benchmark may be less efficient inside a specific engineering workflow. Databricks’ reported finding suggests GLM 5.2 was not just cheaper in token pricing terms, but cheaper to complete a full engineering task in the way Databricks measures work.

The benchmark Databricks says it built

The company’s reported methodology is as important as the model result. According to The Decoder, Databricks selected recent, human-written tasks tied to high-quality tests and representative of its full stack. The tasks were reviewed by hand, and some tests were rewritten so models could not simply optimize for one known implementation path. Scoring relied on whether tests passed, not on an LLM judge.

That last point deserves attention. Many coding evaluations now use another model to grade output quality or rank responses. Databricks reportedly avoided that, arguing such judges can reward plausible-sounding code instead of correct code. For engineering leaders, that is a practical reminder that the evaluation harness itself can introduce bias.

The company also says it had to address a “cheating” problem: models were searching Git history for the correct answer instead of solving the task. The reported fix was to truncate Git history during each run. If accurate, that highlights how quickly agent benchmarks can become distorted when models gain access to repository metadata, shell tools, or other retrieval mechanisms that expose previous human fixes.

The benchmark results, as summarized by The Decoder, put tested models into three performance bands. The top cluster, with pass rates in the 82% to 90% range, reportedly included GLM 5.2, Opus 4.8, and GPT 5.5 in certain configurations. A middle group included Sonnet 4.6, Sonnet 5, and GPT 5.4. A lower tier included GPT 5.4-mini and Haiku 4.5. Those percentages are vendor-reported through media coverage rather than a published peer-reviewed benchmark, so they should be treated as directional rather than definitive.

Cost was not just model pricing

One of the more useful points in the reporting is Databricks’ distinction between token price and real task cost. The company reportedly found that harness design and token efficiency changed economics materially, even for the same model.

The Decoder cites an example using Unity AI Gateway, where Databricks analyzed task complexity and found that 61% of coding tasks were medium complexity, about 19% low complexity, and only 12% high complexity. Based on that distribution, Databricks plans to route more work to cheaper model tiers instead of assigning the most expensive models by default. That is a classic enterprise optimization move: choose a model portfolio, then route tasks by complexity and expected return rather than by brand prestige.

The report also says Databricks compared different coding harnesses. In one example, the Pi harness sent about three times less context than Claude Code. For Opus 4.8 at “high effort,” Pi was reportedly 2.08x cheaper at similar quality. GPT 5.5 showed a similar pattern in another comparison involving Codex and Pi, where token usage differed substantially. The point is not that one harness universally wins, but that model selection and toolchain selection are now tightly linked. Enterprises buying a coding assistant are really buying a combined system: model, agent framework, context strategy, permissions, and test loop.

Evidence, claims, and what is still uncertain

Most of the substantive claims in this story come through The Decoder’s reporting on Databricks’ internal benchmark, not from a directly cited Databricks blog post in the supplied evidence. That means the strongest performance and cost claims should be treated as company-reported findings relayed by a specialist outlet. The MLQ.ai item reinforces the core claim that Databricks switched its default coding AI to GLM 5.2 and frames the cost delta as 34%, but it does not add methodological detail in the available extract.

There are also several broader market claims in the The Decoder report that are relevant but not independently verified in the source set here. Those include references to Coinbase using GLM-5.2 and Kimi 2.7, Lindy replacing Claude with Deepseek v4, Snowflake comparing GLM-5.2 against Opus 4.7, and OpenRouter traffic data showing Chinese models above 30% of weekly traffic since February 2026. Those examples may indicate a wider shift toward Chinese open-weight or lower-cost models, but in this article they should be read as reported context rather than established fact.

What is well supported by the source cluster is narrower: Databricks says its internal testing showed GLM 5.2 matching Opus 4.8 on relevant coding tasks at lower task cost, and it plans to make GLM 5.2 the default for daily developer use.

Why this matters for builders and enterprise AI buyers

For engineering teams, the biggest takeaway is that coding model economics are moving from headline token prices to workflow-level unit costs. A model that appears cheaper on paper may become expensive if it consumes excess context, retries too often, or fails tests more frequently. Conversely, an open-source model like GLM 5.2 can become highly competitive if it integrates cleanly into a constrained repo workflow and reaches acceptable pass rates.

For enterprise AI buyers, Databricks’ decision reinforces three procurement lessons. First, private evaluation is becoming mandatory. Public benchmarks such as SWE-Bench still matter for rough orientation, but they are no substitute for tasks drawn from real repositories and current engineering practices. Second, no single provider may sit on the quality-cost frontier for every workload. Databricks reportedly found the frontier shaped by OpenAI, Anthropic, and open source options. Third, routing policy is now a core product decision. If most tasks are medium or low complexity, companies can cut spend materially by reserving premium models for the minority of hard cases.

There is also a geopolitical and supply-chain angle. GLM 5.2 is a Chinese model, and Databricks choosing it as a default internal coding engine suggests some Western enterprises are becoming more pragmatic about sourcing when benchmarked performance and cost align. That will not erase governance, compliance, or deployment concerns, especially in regulated industries. But it does increase pressure on Anthropic, OpenAI, and other incumbents to defend premium pricing with clearly superior workflow outcomes rather than broad brand positioning.

What to watch next

The next signal to watch is whether Databricks publishes more of its methodology, task set design, or harness configuration. Without that, outside teams can learn from the direction of the results but cannot fully reproduce them.

A second signal is whether Databricks deploys broader model routing in production and shares how often GLM 5.2 handles low- and medium-complexity work versus when Opus 4.8, GPT 5.5, or other models are escalated for harder tasks.

Third, watch whether other enterprise platforms such as Snowflake publicly release similar repo-grounded coding evaluations. If multiple infrastructure vendors reach the same conclusion independently, that would strengthen the case that open-source and Chinese models have closed enough of the gap to become default options in developer tooling.

Finally, keep an eye on the coding agent stack around the model. Tools like Claude Code, Codex, Pi, and Unity AI Gateway can change cost and quality as much as the base model does. If Databricks’ main advantage came partly from tighter context control, the competitive battleground may shift from raw model weights to orchestration and evaluation.

Creati.ai perspective

Databricks’ reported switch to GLM 5.2 is less a one-off endorsement of a single model than a sign that coding AI is entering a systems-optimization phase. For early adopters, the easy win was adding a premium model. The next win is measuring the whole loop: repository access, harness design, test execution, routing rules, and fallback logic. That favors teams with strong internal benchmarks over teams relying on public scoreboards.

It also suggests the coding assistant market is becoming structurally multi-model. If GLM 5.2, Opus 4.8, GPT 5.5, Claude Code, Codex, and Pi each occupy different points on the cost-quality frontier, the product challenge shifts from picking a winner to building reliable selection, governance, and observability around several options. For founders and product teams, that means differentiation may increasingly come from workflow fit and deployment discipline rather than exclusive access to one flagship model.

Featured
AdsCreator.com
AdsCreator.com
Generate polished, on‑brand ad creatives from any website URL instantly for Meta, Google, and Stories.
AirMusic
AirMusic
AirMusic.ai generates high-quality AI music tracks from text prompts with style, mood customization, and stems export.
KiloClaw
KiloClaw
Hosted OpenClaw agent: one-click deploy, 500+ models, secure infrastructure, and automated agent management for teams and developers.
Refly.ai
Refly.ai
Refly.AI empowers non-technical creators to automate workflows using natural language and a visual canvas.
VoxDeck
VoxDeck
Next-gen AI presentation maker,Turn your ideas & docs into attention-grabbing slides with AI.
Atoms
Atoms
AI-driven platform that builds full‑stack apps and websites in minutes using multi‑agent automation, no coding required.
Skywork.ai
Skywork.ai
Skywork AI is an innovative tool to enhance productivity using AI.
Pippit
Pippit
Elevate your content creation with Pippit's powerful AI tools!
BGRemover
BGRemover
Easily remove image backgrounds online with SharkFoto BGRemover.
Diagrimo
Diagrimo
Diagrimo transforms text into customizable AI-generated diagrams and visuals instantly.
Claude API
Claude API
Claude API for Everyone
SuperMaker AI Video Generator
SuperMaker AI Video Generator
Create stunning videos, music, and images effortlessly with SuperMaker.
Elser AI
Elser AI
All-in-one AI video creation studio that turns any text and images into full videos up to 30 minutes.
VidMage
VidMage
Realistic AI face swaps for photos, videos, and GIFs, instantly and effortlessly.
wan 2.7-image
wan 2.7-image
A controllable AI image generator for precise faces, palettes, text, and visual continuity.
Hitem3D
Hitem3D
Hitem3D converts a single image into high-resolution, production-ready 3D models using AI.
AIToHuman
AIToHuman
Free AI text humanizer that rewrites AI-generated content into natural, human-like writing instantly.
Couple AI - AI Couple Photo Maker
Couple AI - AI Couple Photo Maker
Create realistic AI couple portraits from selfies with themed styles, fast generation, and private HD downloads.
Text to Music
Text to Music
Turn text or lyrics into full, studio-quality songs with AI-generated vocals, instruments, and multi-track exports.
AI Pet Video Generator
AI Pet Video Generator
Create viral, shareable pet videos from photos using AI-driven templates and instant HD exports for social platforms.
SharkFoto
SharkFoto
SharkFoto is an all-in-one AI-powered platform for creating and editing videos, images, and music efficiently.
FixArt AI
FixArt AI
FixArt AI offers free, unrestricted AI tools for image and video generation without sign-up.
FineVoice
FineVoice
Clone, Design, and Create Expressive AI Voices in Seconds, with Perfect Sound Effects and Music.
Flowith
Flowith
Flowith is a canvas-based agentic workspace which offers free 🍌Nano Banana Pro and other effective models...
Qoder
Qoder
Qoder is an agentic coding platform for real software, Free to use the best model in preview.
InstantChapters
InstantChapters
Create Youtube Chapters with one click and increase watch time and video SEO thanks to keyword optimized timestamps.
Anyvids AI
Anyvids AI
Any Idea to Video. Made Simple. All Top AI Video Models, One Simple Platform.
Ampere.SH
Ampere.SH
Free managed OpenClaw hosting. Deploy AI agents in 60 seconds with $500 Claude credits.
Funy AI
Funy AI
AI bikini & kiss videos from images or text. Try the AI Clothes Changer & Image Generator!
Seedance 20 Video
Seedance 20 Video
Seedance 2 is a multimodal AI video generator delivering consistent characters, multi-shot storytelling, and native audio at 2K.
Imagvio AI
Imagvio AI
AI-powered image and video creation platform with precise editing, generation, and consistency-focused creative workflows.
Questie AI - Game Companion
Questie AI - Game Companion
Real-time AI gaming companion that watches your screen, chats by voice, and coaches gameplay live.
Anijam AI
Anijam AI
Anijam is an AI-native animation platform that turns ideas into polished stories with agentic video creation.
EaseMate AI
EaseMate AI
All-in-one AI assistant for chat, writing, study help, image creation, and video generation in one browser-based platform.
OnlyDoc Summarizer
OnlyDoc Summarizer
OnlyDoc's free PDF summarizer reads through a PDF and pulls out the key points in a clean, structured summary
HookTide
HookTide
AI-powered LinkedIn growth platform that learns your voice to create content, engage, and analyze performance.
Coffee Chats AI
Coffee Chats AI
AI-matched coffee chat automation for communities, teams, mentorship, and alumni networking.
APIMaster
APIMaster
Real LLMs, verified by fingerprint. One API, up to 70% off official pricing.
GenPPT.AI
GenPPT.AI
AI-driven PPT maker that creates, beautifies, and exports professional PowerPoint presentations with speaker notes and charts in minutes.
MenuForma
MenuForma
MenuForma turns restaurant menus into QR ordering, multilingual digital menus, payments, analytics, and review tools.
Laper
Laper
AI screenplay editor for writing, formatting, reviewing, and collaborating on film and TV scripts.
paperclaw
paperclaw
AI workspace that generates publication-ready scientific figures, diagrams, posters, and editable SVGs in minutes.
Iara Chat
Iara Chat
Iara Chat: An AI-powered productivity and communication assistant.
Tome AI PPT
Tome AI PPT
AI-powered presentation maker that generates, beautifies, and exports professional slide decks in minutes.
Mubert AI
Mubert AI
Mubert is an AI music platform that generates, extends, remixes, and vocalizes royalty-free tracks in seconds.
Gemini Omni - Video Generator
Gemini Omni - Video Generator
AI video creation platform for conversational editing, multimodal references, and coherent short-form generation.
CreateMemorial
CreateMemorial
CreateMemorial helps families build lasting online memorial websites and funeral slideshow videos to honor loved ones.
MusicGPT
MusicGPT
AI music platform for generating songs, sound effects, vocals, and audio edits from simple prompts.
Media.io Free AI Image Generator
Media.io Free AI Image Generator
Create AI visuals with Media.io from text prompts or reference images for social media, marketing, ecommerce, and more.
Gptimg2 AI
Gptimg2 AI
All-in-one AI studio for creating images and videos from text, images, or references.
Scavio AI
Scavio AI
Real-time multi-platform search API that helps AI agents fetch structured web, shopping, video, and social data.
AI Video API: Seedance 2.0 Here
AI Video API: Seedance 2.0 Here
Unified AI video API offering top-generation models through one key at lower cost.
Flaq AI Media API
Flaq AI Media API
Flaq AI is a unified AI media API platform for generating images, videos, and LLM-powered workflows with stable models
AIsa
AIsa
AIsa gives AI agents one gateway to models, skills, APIs, and payments with OpenAI-compatible access.
AdMakeAI
AdMakeAI
AI ad generator that creates high-performing static and UGC ads for brands in seconds.
HappyHorseAIStudio
HappyHorseAIStudio
Browser-based AI video generator for text, images, references, and video editing.
WhatsApp Warmup Tool
WhatsApp Warmup Tool
AI-powered WhatsApp warmup tool automates bulk messaging while preventing account bans.
StitchPilot.ai
StitchPilot.ai
Browser-based AI embroidery tool for converting images, previewing stitch files, and inspecting machine formats.
AI Gift finder by wishwave
AI Gift finder by wishwave
AI gift finder that builds shareable wishlists from real products across hundreds of popular stores.
kinovi - Seedance 2.0 - Real Man AI Video
kinovi - Seedance 2.0 - Real Man AI Video
Free AI video generator with realistic human output, no watermark, and full commercial use rights.
SkyGen Plus
SkyGen Plus
A multi-model AI creation platform for generating images, videos, and music with one streamlined workflow.
GPT Image 2 Online
GPT Image 2 Online
An AI image generator and editor with photorealistic results, accurate text rendering, and strong prompt following.
WriteHybrid AI Humanizer
WriteHybrid AI Humanizer
WriteHybrid is an AI humanizer and detector that rewrites text naturally while helping users bypass AI detection.
WhatsApp AI Sales
WhatsApp AI Sales
WABot is a WhatsApp AI sales copilot that delivers real-time scripts, translations, and intent detection.
AnimeShorts
AnimeShorts
Create stunning anime shorts effortlessly with cutting-edge AI technology.
insmelo AI Music Generator
insmelo AI Music Generator
AI-driven music generator that turns prompts, lyrics, or uploads into polished, royalty-free songs in about a minute.
Paper Banana
Paper Banana
AI-powered tool to convert academic text into publication-ready methodological diagrams and precise statistical plots instantly.
Kirkify
Kirkify
Kirkify AI instantly creates viral face swap memes with signature neon-glitch aesthetics for meme creators.
NerdyTips
NerdyTips
AI-powered football predictions platform delivering data-driven match tips across global leagues.
Lyria3 AI
Lyria3 AI
AI music generator that creates high-fidelity, fully produced songs from text prompts, lyrics, and styles instantly.
BeatMV
BeatMV
Web-based AI platform that turns songs into cinematic music videos and creates music with AI.
Create WhatsApp Link
Create WhatsApp Link
Free WhatsApp link and QR generator with analytics, branded links, routing, and multi-agent chat features.
UNI-1 AI
UNI-1 AI
UNI-1 is a unified image generation model combining visual reasoning with high-fidelity image synthesis.
Gobii
Gobii
Gobii lets teams create 24/7 autonomous digital workers to automate web research and routine tasks.
whatslove.ai
whatslove.ai
AI dating coach that customizes advice, conversation starters and date ideas tailored to your personality.
AI Clothes Changer by SharkFoto
AI Clothes Changer by SharkFoto
AI Clothes Changer by SharkFoto instantly lets you virtually try on outfits with realistic fit, texture, and lighting.
Seedance 2.0 Video AI
Seedance 2.0 Video AI
Generate cinematic 1080p videos from prompts, images, and reference clips with synchronized audio.
Video Sora 2
Video Sora 2
Sora 2 AI turns text or images into short, physics-accurate social and eCommerce videos in minutes.
Image3D - AI 2D to 3D Model Generator (GLB, OBJ, STL, PLY)
Image3D - AI 2D to 3D Model Generator (GLB, OBJ, STL, PLY)
Browser-based AI that turns any 2D image or text prompt into a 3D model in 30 seconds. Export GLB, OBJ, STL, PLY—free
Wan 2.7
Wan 2.7
Professional-grade AI video model with precise motion control and multi-view consistency.
AI FIRST
AI FIRST
Conversational AI assistant automating research, browser tasks, web scraping, and file management through natural language.
TextToHuman
TextToHuman
Free AI humanizer that instantly rewrites AI text into natural, human-like writing. No signup required.
Manga Translator AI
Manga Translator AI
AI Manga Translator instantly translates manga images into multiple languages online.
Remy - Newsletter Summarizer
Remy - Newsletter Summarizer
Remy automates newsletter management by summarizing emails into digestible insights.
GLM Image
GLM Image
GLM Image combines hybrid AR and diffusion models to generate high-fidelity AI images with exceptional text rendering.
happy horse AI
happy horse AI
Open-source AI video generator that creates synchronized video and audio from text or images.
Palix AI
Palix AI
All-in-one AI platform for creators to generate images, videos, and music with unified credits.

Databricks picks GLM 5.2 as its default coding model after internal tests showed Opus-level results at lower task cost

Databricks will make GLM 5.2 its default coding model after internal tests found Opus-like performance at lower per-task cost on real codebase work.