How do One Big Table and AI fit together

· Source: DataExpert.io Newsletter · Field: Technology & Digital — Data Science & Analytics, Artificial Intelligence & Machine Learning · Depth: Intermediate, quick

Summary

Data modeling is evolving significantly with the rise of AI, shifting data engineers towards a new role: the "context engineer." This new role focuses on providing real-time, relevant context to Large Language Models (LLMs) to enable rapid, action-oriented decision-making, moving beyond traditional analytics-focused architectures. The article contrasts three data modeling techniques: One Big Table (OBT), Dimensional Modeling, and AI-native Modeling. While OBT simplifies context retrieval for AI by avoiding complex JOINs, it often provides too much context. Dimensional Modeling offers precise context but relies heavily on text-to-SQL, which LLMs struggle with. AI-native modeling emerges as a question-first approach, aiming to combine OBT's simplicity with Dimensional Modeling's precision by adding an ETL layer to create targeted data marts that map directly to specific questions, thereby optimizing token usage and improving AI accuracy.

Key takeaway

For data engineering leaders building AI-driven systems, your teams should prioritize developing "context engineering" skills, focusing on real-time data provision and AI-native modeling. This shift will enable your LLMs to deliver more accurate, faster, and cost-efficient responses by providing precisely the right context. Evaluate adopting a question-first AI-native modeling approach to optimize data retrieval and minimize token consumption, ensuring your AI applications are both effective and economical.

Key insights

Context engineering is crucial for AI to deliver consistent, low-latency, and cost-effective answers.

Principles

Method

AI-native modeling introduces an ETL layer to create question-specific data marts on top of OBT models, enabling precise context delivery and reducing token costs for LLMs.

In practice

Topics

Best for: CTO, VP of Engineering/Data, Director of AI/ML, Data Engineer, MLOps Engineer, AI Architect

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by DataExpert.io Newsletter.