AI Generates One‑Shot Semantic Layers: MotherDuck Finds Eval More Valuable Than the Model

MotherDuck’s experiment shows that while AI agents can automatically build a Malloy semantic layer, the layer does not improve token efficiency or answer accuracy compared with plain Markdown + SQL, and the real long‑term asset may be the evaluative tests rather than the semantic model itself.

DataFunSummit
DataFunSummit
DataFunSummit
AI Generates One‑Shot Semantic Layers: MotherDuck Finds Eval More Valuable Than the Model

In the past year the semantic layer has re‑emerged as a hot concept in data and AI because agents need a business‑level language to understand concepts such as “active customer” or “net revenue”.

MotherDuck conducted an experiment around Malloy, an open‑source data‑modeling language, to test two hypotheses: (1) an agent can, with minimal human effort, automatically construct an accurate Malloy semantic layer using a data manual, training Q&A, and schema; (2) the semantic layer would reduce prompt tokens, speed up responses, and keep accuracy comparable to a baseline of Markdown + SQL.

The first hypothesis was confirmed. Using the public experiment repository, the model read the manual, training questions, and schema, generated a Malloy model, then compiled, executed, and repaired it in a loop. Provenance and hash checks ensured the model‑generated layer, not a manually tweaked one.

The second hypothesis was disproved. On the DABStep benchmark (419 held‑out questions), the results were:

Markdown + SQL (Gemini): 418/419 correct (99.8% accuracy), median prompt tokens = 42,370.

Malloy (Gemini, fixed model): 295/419 correct (70.4% accuracy), median prompt tokens = 106,609 (≈2.52× more).

Malloy (Sonnet + Opus, best official run): 382/419 correct (91.2% accuracy), median prompt tokens = 84,010.

These numbers show that the additional semantic layer did not reduce the context the agent needed; it actually increased token consumption.

Further analysis revealed that agents often bypass the pre‑built semantic layer. In the best Malloy run, 56.6% of questions were still answered via the raw SQL path, only 12 of 83 defined Views were ever used, and 52 Views were never referenced.

The report explains why a pre‑constructed semantic model can limit an agent: for example, a “most expensive fee” query used an average calculation in the semantic layer, while the correct answer required a sum, causing the agent to propagate the wrong logic even after falling back to SQL.

This leads to the insight that the semantic model is better viewed as a governance contract, while the business intent, context, and evaluative tests (Eval) become the more valuable, repeatable assets. MotherDuck argues that “your data tests become more valuable than your semantic layer”.

MotherDuck still cites three irreplaceable uses for semantic layers: isolating downstream consumers from schema changes, propagating unified metric definitions, and providing deterministic guardrails for domain experts.

Overall, as code generation becomes cheaper, the most valuable asset may shift from the implementation (the semantic model) to the desired system behavior captured in evaluative tests and business intent.

Experiment results diagram
Experiment results diagram
Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

AI agentsLLMData ModelingSemantic LayerEvaluationMalloyPrompt Tokens
DataFunSummit
Written by

DataFunSummit

Official account of the DataFun community, dedicated to sharing big data and AI industry summit news and speaker talks, with regular downloadable resource packs.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.