Loading…
Why A Frontier Data Agent Outperforms General Coding Agents in Quality and Cost
The Databricks AI Research Team
- Source
- Databricks
- Published
- Added to Yomu
Summary
An evaluation compared Genie Code with three widely used coding agents from major AI labs on 401 real internal data tasks, using a shared 20-minute wall-clock budget and independent grading. Genie Code achieved 76.6% accuracy at an estimated $0.55 per task, outperforming rivals at 55.9–72.1% accuracy and $0.91–$1.16 per task. Its advantage is attributed to semantic search across catalog and workspace assets, persistent memory of tables and business logic, and enterprise-context understanding, which reduce exploratory tool use. On discovery-heavy tasks, general-purpose agents often wandered through large workspaces or timed out on inefficient scans, while Genie Code averaged 8.3 tool calls per task. The benchmark found no accuracy-cost trade-off, although the authors note that Genie Ontology was disabled and expect it to strengthen the advantage.
Context
Data agents must locate relevant assets in a dynamic workspace, identify trustworthy information across potentially outdated or contradictory metadata and documents, and answer without the verifiable tests available to conventional coding agents.
Approach / What changed
Genie Code was evaluated against three general-purpose coding agents on 401 real tasks with identical 20-minute budgets. It used semantic search over catalog and workspace assets, persistent memory of tables and business logic, and enterprise-context understanding to reduce exploratory work.
Takeaways
- Genie Code reached 76.6% accuracy at $0.55 per task, compared with 55.9–72.1% accuracy and $0.91–$1.16 per task for the three coding agents.
- Genie Code averaged 8.3 tool calls per task; general-purpose agents incurred higher costs and lower accuracy when exploring large workspaces or running inefficient, uncapped scans.
- The evaluation disabled Genie Ontology because it was not globally available to all customers, and the authors expect it to strengthen the observed advantage.