Eval-driven development: Lessons from evaluating GenAI at scale (9 minute read)
Airbnb evaluates GenAI by reviewing 100 prototype outputs to find real failure modes before creating automated evals. Its stack uses programmatic checks, calibrated LLM judges with agreement in the high 80% range against human reviewers. Agentic systems are assessed across tool calls, reasoning steps, and final outputs.
|
Indexing the Data Lake for Online Point Queries (8 minute read)
Spotify built an external index mapping keys directly to file offsets and row numbers in unmodified Parquet files, replacing distributed SQL scan chains with parallel ranged reads for lookups across petabyte-scale data lakes. Complementary write-time optimizations (per-key page flushing, ZSTD frame resets, column interleaving, covering index entries) reduce both bytes read and round trips further, making the same files serve both batch analytics and interactive queries.
|
|
Your AI Agent Doesn't Know Your Business | Context Layers Explained (31 minute video)
AI agents need a context layer that captures business definitions, exceptions, institutional knowledge, and rules. Without it, they will guess when interpreting company data. MotherDuck's upcoming Guides feature stores this context alongside the data and automatically surfaces it to agents, with database-level, personal and organisation-wide scoping, SQL support, and version control.
|
The New Wave of the Streaming Log Technologies (5 minute read)
New streaming platforms are dropping Kafka compatibility for different bets: Iggy uses Rust with TCP, QUIC, and HTTP; S2 uses HTTP and object storage for bottomless retention; and OpenData Log replaces partitions with key-based routing. Whether they complement or replace Kafka remains open.
|
How LangChain Built an Agent-First Data Stack (10 minute read)
LangChain rebuilt its stack for agent-native analysis, migrating fully off its previous BI tool in six weeks. Hex combines dbt definitions, semantic models, trusted datasets, guides, and LangSmith traces so agents generate reliable SQL while the data team controls modeling and governance.
|
|
How MVCC and Transactions Work in RocksDB (7 minute read)
RocksDB tags keys with increasing sequence numbers, so readers snapshot a consistent view while writers append without blocking. Pessimistic transactions lock on write - optimistic ones check conflicts at commit using pre-hashed mutexes. TiDB and CockroachDB skip native transactions and build their own layers.
|
From Python Script Hell to a Modern Data Integration Framework (11 minute read)
Apache SeaTunnel is presented as an alternative to fleets of hand-written ingestion scripts that duplicate connection handling, retries, checkpoints, idempotency, concurrency, and observability. Its Source-Transform-Sink model separates declarative pipeline definitions from execution and centralizes connector/runtime behavior.
|
|
The Real AI Risk is Inside the Labs (2 minute read)
Frontier AI labs are more likely to cause the first serious AI incident than open models, since closed systems are vulnerable to insider leaks. Current open models also lack the domain depth to pose immediate risk in fields like biology, and restricting access helps malicious actors more than defenders.
|
The 2026 Guide to Agent Observability Tools (20 minute read)
Agent observability has moved from nice-to-have to a production requirement: Monte Carlo cites 73% of enterprises refusing to ship agents without monitoring and alerting, and 53% expecting major redesigns after deployment. The guide separates tracing-first, eval-first, gateway, and platform approaches, but highlights a persistent blind spot: most tools observe the agent while missing upstream data freshness, lineage, and quality failures.
|
|
Love TLDR? Tell your friends and get rewards! |
|
Share your referral link below with friends to get free TLDR swag!
|
|
|
| Track your referrals here. |
|
|
|
0 Comments