Benchmarking coding agents on Databricks' multi-million line codebase
- AI
- Developer Tools
- Open Source
- Programming
Databricks ran coding-agent evaluations against its own large production codebase and measured what leaders actually care about in practice: whether tasks finish, how much they cost, and how the agent behaves at repo scale. The post compared both models and harnesses, not just model APIs, and that is where the most useful signal came from. Pi, an independent harness, often matched or beat native tools like Claude Code on pass rate while using far less context, which pushed total cost per task down even when the underlying model stayed the same. GLM 5.2 was the other surprise. It clustered near top proprietary models on real engineering tasks, which made the market look much tighter than vendor positioning suggests. Several people zeroed in on the same lesson: cheap tokens are a bad proxy, because weaker or slower setups can burn more turns and more context to reach the same fix, or fail after spending more. Repo-scale testing also got a lot of attention because it exposes retrieval, context-growth, and integration failures that toy benchmarks hide. The overall read was bullish on custom evaluation and skeptical of default vendor harnesses. People came away thinking the model race is compressing, while harness design and workflow tuning still create large practical gaps.
If you rely on vendor demos or SWE-bench style scores, you are probably missing the real buying decision. Benchmark your own repo, track cost per completed task instead of cost per token, and treat the harness as a first-class part of the stack rather than a thin wrapper around the model.
-
databricks.com
- Discuss on HN