TLDR Data 2026-02-12
Self-Hosted Analyst Agent 📊, Zstd as a Classifier 🗂️, AI Era Data Quality 🧹
Text classification with Python 3.14's zstd module (7 minute read)
Python 3.14's upcoming standard-library Zstd module enables fast, incremental compression, making compression-based text classification practical by classifying documents based on which class-specific compressor yields the smallest output. This simple, gradient-free approach achieves ~91 percent accuracy on 20 Newsgroups in under 2 seconds, rivaling TF-IDF plus logistic regression while being far simpler and faster to train incrementally.
AI-augmented data quality engineering (8 minute read)
AI-powered data quality engineering is replacing traditional rule-based methods in large-scale, dynamic enterprise environments by employing deep learning for semantic inference, transformer models for automated schema alignment, and generative AI for data cleaning and imputation. Techniques like Sherlock and Sato have improved semantic classification accuracy by up to 14% in noisy contexts, while GANs, VAEs, and reinforcement learning optimize anomaly detection and pipeline efficiency. Dynamic trust scoring and explainability frameworks such as SHAP and LIME further enhance governance, auditability, and reliability.
High-Throughput Graph Abstraction at Netflix: Part I (13 minute read)
Netflix's Graph Abstraction processes up to 10 million ops/sec across 650TB of graph data, integrating seamlessly with their KV and time-series abstractions for cost-efficient, low-latency (single-digit ms) access and strong eventual consistency. It employs a modular Property Graph model, fine-grained schema management, advanced caching with EVCache, and robust asynchronous operations for scalability and resilience. This architecture enables rapid traversals, fine schema control, and reliable multi-region operation.
Jack of All Trades: Query Federation in Modern OLAP Databases (15 minute read)
Query federation has become essential in modern OLAP databases, allowing unified SQL queries across data sources without heavy ETL or data duplication. While general-purpose tools like Trino offer broad connectivity as stateless orchestrators, embedded federation in high-performance engines like StarRocks provides better performance through optimizations (e.g., vectorized execution, metadata caching, and strong Iceberg support).
Data Work in the Fast Fashion Code Era (4 minute read)
In the AI/LLM-driven era of “fast fashion” code, software engineers grapple with fragile, hard-to-refactor systems that demand constant cleanup and ownership. However, for data professionals, the same dynamics become powerful advantages: rapid prototyping and throwaway scripts excel at tackling messy, unstructured sources like PDFs and videos, enabling fast ad-hoc research without the heavy burden of sustained maintenance or production-grade polish.
Structure is All You Need? (9 minute read)
AI is reaching the limits of linear transformer architectures and massive context windows, which deliver exhaustive recall but lack structured reasoning. Emerging research advocates shifting toward graph-based architectures: Context Graphs, Trainable Graph Memory, and GraphRAG. These enable episodic, semantic memory, recursive reasoning, and superior state modeling for tasks like code analysis and multi-agent coordination. Investing in state management and hybrid models (combining vector fuzziness with graph rigor) is critical for explainability, traceability, and resilient AI workflows.
Data teams should become context teams (5 minute read)
Current AI agents, much like legacy BI tools connected directly to production databases, lack trustworthiness due to ungoverned, noisy knowledge sources. Context engineering is emerging as a new discipline combining data governance, engineering, and data science to build a single, governed, versioned “context layer” for AI. For data teams, this means building ETL, transformation, orchestration, and monitoring for company knowledge sources, with quantitative KPIs such as answer rate, accuracy, speed, and cost, plus bespoke evaluation frameworks to iteratively improve AI agent reliability and efficiency.
nao (GitHub Repo)
nao is a self-hosted framework for building, testing, and deploying analytics agents with rich, versioned context. It lets users query data in natural language while giving data teams control, observability, and fast iteration.
Pointblank (GitHub Repo)
Pointblank is a Python data validation toolkit that enables users to assess and monitor tabular data quality through a chainable, expressive API, supporting backends like Polars, Pandas, DuckDB, PySpark, Snowflake, databases, and Parquet files. It stands out with features such as AI-powered DraftValidation (using LLMs to auto-suggest rules), threshold-based alerts with actions, synthetic test data generation, and conjoint/multi-condition validations.
dbt Core v1.11 is GA (7 minute read)
dbt Core v1.11 introduces official support for user-defined functions (UDFs), enabling teams to standardize reusable transformation logic directly in their data warehouses—across BigQuery, Snowflake, Redshift, Postgres, and Databricks—with Python UDFs available in Snowflake and BigQuery. Enhanced JSON schema validation enforces stricter, early detection of configuration issues for improved code reliability. Adapter-specific optimizations, such as batched source freshness in BigQuery and deletion tracking in Databricks snapshots, further boost performance and governance.
Building Prometheus: How Backend Aggregation Enables Gigawatt-Scale AI Clusters (3 minute read)
Meta's Prometheus AI cluster will deliver 1 GW of capacity by interconnecting tens of thousands of GPUs across numerous data centers, enabled by the Backend Aggregation (BAG) network. BAG employs modular Jericho3 ASIC-powered chassis, petabit-level inter-BAG bandwidth (up to 48 Pbps per region pair), and advanced Ethernet-based topologies with eBGP routing and MACsec security. Precise oversubscription management and distributed architecture ensure high-performance, resilient networking.
Building an Obsidian RAG with DuckDB and MotherDuck (21 minute read)
A local-first Retrieval-Augmented Generation (RAG) pipeline for Obsidian notes uses DuckDB as an embedded vector database to store embeddings, intelligently chunks Markdown files while retaining backlinks and the full knowledge graph structure, and supports powerful semantic search combined with two-hop traversals to reveal hidden connections between ideas. The system then syncs data to MotherDuck, enabling a lightweight, serverless web app that executes DuckDB queries directly in the browser.
Curated deep dives, tools and trends in big data, data science and data engineering 📊
Join 590,000 readers for
one daily email