Databricks' Internal Coding Benchmark: Harness Design Matters More Than Model Price
Databricks co-founder Matei Zaharia shared details of an AI coding benchmark built on the company's internal multi-million-line codebase. Because public benchmarks like SWE-Bench can be over-optimized, Databricks used real engineering tasks to evaluate how models perform in large enterprise environments. The evaluation revealed counter-intuitive findings regarding model performance, architecture design, and cost control.
Key Details and Model Performance
The internal codebase includes multiple languages such as Scala, Go, Rust, Java, TypeScript, and Python. Zaharia noted that many models, including open-source ones, are highly competitive at the top level. For instance, GLM 5.2 entered Databricks' highest capability tier and statistically tied with Claude Opus 4.8 in quality, an improvement that holds true even in codebases very different from SWE-Bench.
Architecture Design and Cost Misconceptions
The evaluation shows that with the same model and codebase, the choice of harness leads to massive differences in cost and performance. The harness impacts outcomes by controlling code search, context management, tool orchestration, and test loops. Zaharia emphasized that a simple Pi harness can achieve a success rate similar to vendor-provided harnesses but at half the cost. Furthermore, looking only at per-token price is misleading: although Sonnet 5 is cheaper per token than Opus 4.8, it consumed more tokens during tasks, resulting in higher total costs and lower quality.
Optimal Strategy and Tool Release
Based on the comprehensive evaluation, no single model can solve all problems currently. The best Pareto frontier (optimal cost-effectiveness) requires a combination of OpenAI, Anthropic, and open-source models. To facilitate this, Databricks launched a "meta-framework" called Omnigent AI, allowing developers to switch and combine different agents to achieve optimal configuration for specific internal enterprise tasks.
2026-07-09 ~ 2026-07-11 · 16 related posts
- [source] Databricks Tests Internal Coding Agents — matei_zaharia · 2026-07-09
- Why We Need Internal Coding Benchmarks — matei_zaharia · 2026-07-09
- Internal Tests Reveal Competitive AI Models — matei_zaharia · 2026-07-09
- [source] GLM 5.2 Shows Significant Coding Improvements — matei_zaharia · 2026-07-09
- The Crucial Role of Coding Agent Harnesses — matei_zaharia · 2026-07-09
- [source] Look Beyond Per-Token Pricing — matei_zaharia · 2026-07-09
- New Agent Framework Allows Developers to Switch and Combine Agents — matei_zaharia · 2026-07-09
- Databricks Builds Massive Code Benchmark — matei_zaharia · 2026-07-09
- Databricks Coding Agent Eval: Architecture Dictates Cost — rajistics · 2026-07-09
- Lingbot-World-2 Launches Real-Time World Model — AlexGDimakis · 2026-07-09
- Databricks Tests AI Coding Agents on Million-LOC Repo — petburiraja · 2026-07-09
- Evaluating Coding Agents on Massive Codebases — petburiraja · 2026-07-09
- Databricks on the Cost of Code Agents — ziv_ravid · 2026-07-10
- Coding Agent Eval: Pi is Faster, More Accurate, and Cheaper — vitaliychiley · 2026-07-10
- Databricks Evaluates Coding Agent Cost and Performance — NandaVegg · 2026-07-10
- GLM 5.2 Ties with Opus in Enterprise Code Eval — rohanpaul_ai · 2026-07-11