1739 articles curated by AI from 15+ sources. Updated every 6 hours.

ZEON – A token-efficient data format for LLMs

This article introduces ZEON, a new data format engineered for token efficiency when processing data with Large Language Models. It aims to optimize data representation for improved performance in LLM applications.

zeon-eight.vercel.app llm
1h

The DuckDB MySQL engine at 500 GB

This Percona blog post examines the performance characteristics of the DuckDB MySQL engine when interacting with a 500 GB dataset. It details the experience and potential insights gained from operating DuckDB at this scale.

percona.com duckdb
1h

The Economics and Engineering of On-Premises LLMs

This article explores the economic and engineering challenges and considerations involved in deploying Large Language Models on-premises. It covers the technical infrastructure, operational aspects, and cost implications of self-hosting LLM workloads.

cacm.acm.org llm
5h

Mojo🔥 is now open source

Mojo, a new programming language focused on AI development, has been made open source. It aims to combine the usability of Python with the performance of C/C++ for AI workloads.

simonwillison.net mlops
9h

Why 'Provable Data Erasure' Is Hard

The article explores the complexities and difficulties involved in achieving provable data erasure in modern data systems. It highlights the technical and logistical challenges that make guaranteed data removal hard.

insights.priva.cat governance
11h

How Much Memory Does Your Agent Actually Need?

The article investigates the practical question of how much memory AI agents genuinely require for effective operation. It likely explores factors influencing memory usage and provides guidance for optimizing resource allocation in agentic architectures.

huggingface.co agents
12h

Show HN: macOS data protection keychain for Electron apps

The author introduces Hansel, an encrypted personal data store designed to be queried by agents, addressing the challenge of securely integrating the modern macOS Data Protection Keychain with Electron applications. It highlights how Electron's default `safeStorage` utilizes a legacy, less secure fi

github.com agents
13h

From Prototype to Production: The Architecture Behind Secure & Governed AI Agents

This article explores the architectural foundations necessary for transitioning AI agents from prototype to a secure and governed production environment. It specifically addresses the integration of Responsible AI principles, robust security measures, and comprehensive governance layers essential fo

towardsdatascience.com agents
14h

Automating quality support at scale: AI and human in the loop

This article describes how to implement automated quality support systems using a combination of AI and human intervention. It details strategies for scaling these systems and outlines the interaction patterns between AI models and human agents.

windmill.dev ml
14h

Query Neon backend logs

This article announces an expansion of Neon's backend observability capabilities, enabling users to query backend logs externally from the console. The `neon logs` command allows reading logs emitted by Neon Functions and Object Storage on a branch, providing filters for source, severity, and messag

neon.com postgres
18h

Ten Is Not a Hundred

The article investigates a specific scenario where all current LLM hallucination detectors fail to identify an erroneous output. It delves into the underlying reasons for this failure and its implications for robust LLM evaluation in production systems.

towardsdatascience.com ml
18h

Connect client traces to your logs

The supabase-js library now supports propagating W3C Trace Context to Supabase, enabling client-side traces and corresponding Supabase logs to share a unified trace_id.

supabase.com observability
23h

Show HN: Vyral – Portable contracts for data, retrieval, durable work, and MCP

This "Show HN" introduces Vyral, a project focusing on portable contracts for data management, retrieval, durable work, and Multi-Agent Communication Protocol (MCP). The initiative aims to define structured agreements and mechanisms for these advanced data and agentic system functionalities.

github.com data-contracts
1d

Running Qwen3.8-27B on DGX Spark

The article details the process of running the Qwen3.8-27B language model on a DGX Spark cluster. It likely covers the practical challenges, configuration, and performance considerations involved in deploying a large-scale LLM on this specific high-performance computing environment.

blog.kubesimplify.com llm
1d

Evidence-Carrying Validation for Knowledge Graphs

Programs and LLM agents consuming knowledge graphs require a mechanism to confirm the graph contains necessary information for their tasks. This paper proposes a method for "evidence-carrying validation" to check a knowledge graph against a schema for required content.

arxiv.org knowledge-graphs
1d

Building An Integrated Vector Database System in PostgreSQL

This paper presents PostgreSQL-V 2.0, a scalable vector database system integrated within PostgreSQL. It contrasts this new system with existing PostgreSQL-based vector search systems, highlighting challenges related to embedding vector indexes into PostgreSQL's page-oriented storage engine.

arxiv.org postgres
1d

Efficient Privacy-Preserving Range Filtered Approximate Nearest Neighbor Search

Range-filtered approximate nearest neighbor search (RFANNS) is a key feature in vector databases, allowing retrieval of similar vectors that also satisfy a numerical range predicate. This paper investigates how current RFANNS indexes expose vectors and attributes, proposing efficient methods to enha

arxiv.org vector-db
1d

FROG: Efficient Range-Filtering Approximate Nearest Neighbor Search on GPUs

This paper introduces FROG, a new algorithm designed for efficient range-filtering approximate nearest neighbor search (RFANNS) on GPUs. RFANNS is a key operation in modern vector databases, combining vector similarity with numerical range predicates. The research focuses on accelerating this comple

arxiv.org vector-db
1d

Optimal Repairs for Unary Functional Dependencies: Resolving the Case of Updates

This paper addresses the fundamental problem of finding an optimal update repair (U-repair) when a database table violates its specified functional dependencies. It investigates how to determine the minimum number of cell modifications needed to restore data consistency. The research specifically fo

arxiv.org data-quality
1d

Schema-Agnostic Graph Reasoning Agent for Hybrid Knowledge Graphs

This paper introduces a schema-agnostic graph reasoning agent designed to navigate hybrid knowledge graphs using tool-calling LLM agents. It likens the interaction with a knowledge graph to navigating a codebase, employing generic primitives for listing neighbors, reading node content, and searching

arxiv.org knowledge-graphs
1d

Multi-Vector (Late Interaction) Embedding Models with Sentence Transformers

The article delves into the technical specifics of multi-vector, late interaction embedding models, specifically within the context of Sentence Transformers. It likely explains the principles behind these advanced embedding techniques and their implications for applications like semantic search and

huggingface.co llm
1d

Reconciling JSON in DuckDB, One Patch at a Time

The article, authored by Mustafa Khan from Atlan, details the capabilities of DuckDB's JSON extension, which includes JSON reading, path extraction, and RFC 7396 merge patches. It also previews four new scalar functions, such as json_merge_patch_diff, slated for the upcoming v2.0 release.

duckdb.org duckdb
1d

S3 Express is All You Need - WarpStream

This post argues that S3 Express One Zone is the optimal storage solution for modern streaming infrastructure, offering low millisecond latency and significant cost reductions compared to EBS. It describes why this storage tier meets the specific needs of streaming data systems.

warpstream.com streaming
1d

Building a Context Layer for AI Agents | Snowflake

This post details best practices for building a context layer for AI agents, leveraging Snowflake's semantic views. It covers how to improve data accuracy and scale AI agent performance across an organization's data stack.

snowflake.com ai-agents
1d

Webwright: Why AI Web Agents Should Write Code, Not Click

Microsoft Research's Webwright introduces a new paradigm for AI web agents, enabling them to write programs in a terminal instead of performing single clicks. This method drastically improves success rates for complex, long-horizon tasks, achieving 60.1% success with GPT-5.4 compared to 33.5% with t

towardsdatascience.com agents
1d

Upgrading Postgres Clusters with Minimal Downtime

The article outlines various techniques and best practices for upgrading Postgres clusters with the goal of achieving minimal system downtime. It covers specific operational procedures and architectural considerations for maintaining high availability during updates.

moderntreasury.com postgres
1d

Waymo vs Tesla: Two Ways to Build Self-Driving Cars

This article from ByteByteGo analyzes the distinct architectural and methodological approaches employed by Waymo and Tesla in the development of their self-driving car technologies. It highlights the fundamental differences in their system designs for autonomous vehicles.

blog.bytebytego.com architecture
1d

Three Generations of Autoscaling — And Why Agentic Traffic Breaks All of Them

This article investigates how autonomous agent traffic has challenged two decades of autoscaling paradigms and capacity planning. It outlines the specific ways agentic workloads break existing scaling mechanisms and explores alternative architectural strategies for managing these dynamic demands.

towardsdatascience.com agents
1d

Model for the token, not the table

Gong engineers significantly reduced AI token costs by 20x by shifting from direct API consumption to modeling transcripts within their data warehouse using dbt. The approach focuses on optimizing data structures for AI input rather than traditional table structures.

getdbt.com dbt
1d

Hands-On with Apache Iceberg Using Dremio Cloud

As part of an Apache Iceberg Masterclass, this article provides a practical guide to using Iceberg with Dremio Cloud. It covers essential steps such as table creation, data ingestion, performance optimization, building a semantic layer, and integrating AI-powered analytics within the platform.

dremio.com iceberg
1d

LLMs belong in your backend

The Neon AI Gateway integrates LLM calls directly into the Neon backend, consolidating model invocations with other backend services like files and authentication. This approach aims to simplify LLM integration by allowing direct model calls from the Neon platform.

neon.com llm
1d

Agentic Transaction: Towards ACID-Compliant Agent Systems

This paper introduces the concept of Agentic Transaction, aiming to bring ACID compliance to autonomous LLM agent systems. It explores challenges related to agents executing long-horizon tasks, tool use, and code generation, particularly when operating over persistent states.

arxiv.org agents
2d

A Preview of DuckDB v2.0

DuckDB v2.0, named “Cyanoptera,” introduces substantial technical updates including a new SQL parser, a new default storage format, and a reworked C API. This marks a major version change for the embedded analytical database.

duckdb.org duckdb
2d

Markdown SVG upgrades

This article details technical advancements in handling SVG content within Markdown, specifically in the context of AI agents. It explores methods for agents to generate, interpret, or render complex visual information embedded in text formats, enhancing their interactive capabilities.

simonwillison.net llm
2d

Qwen 3.8 27B is excellent, but it defaults to wildly overthinking things

This article offers an in-depth analysis of the Qwen 3.8 27B large language model, highlighting its strengths and an observed behavior of excessive deliberation. It investigates the implications of this characteristic for model deployment and suggests strategies to optimize its performance in variou

simonwillison.net llm
2d

Xaidr – In-process runtime security and governance for AI agents

This article presents Xaidr, an open-source project designed to provide in-process runtime security and governance capabilities for AI agents. It details an approach to embed control mechanisms directly within agent execution, addressing challenges in ensuring responsible and secure AI agent operati

github.com agents
2d

Designing a Persistent Knowledge Layer That Refuses to Guess

This article presents a blueprint for designing a persistent knowledge layer aimed at applications that build and retain understanding, moving beyond the retrieval-only nature of traditional RAG systems. It includes a detailed Azure-native implementation utilizing Microsoft Foundry, Azure AI Search,

towardsdatascience.com llm
2d

Autonomous Agentic Engineering Tools

This article explores autonomous agentic engineering tools, detailing approaches to automate engineering tasks using AI agents. It likely covers architectural patterns and practical implementations for these systems.

rywalker.com agents
2d

We cut RAG costs 5x without losing quality

This article describes methods for significantly reducing the operational expenses associated with Retrieval Augmented Generation (RAG) systems. It details how specific optimizations in chunking and reranking mechanisms led to a five-fold cost reduction. The post explores practical implementations f

trpevski.com ml
2d

EP222: What is Google’s TPU?

This episode explains Google's Tensor Processing Unit (TPU), describing it as a custom AI chip specifically engineered for the large matrix multiplications essential to modern machine learning models. It highlights the design differences compared to GPUs, which were originally developed for graphics

blog.bytebytego.com architecture
3d

CORS Chat

This article discusses "CORS Chat," an exploration of how large language models and AI agents can be utilized to understand, generate, or interact with Cross-Origin Resource Sharing (CORS) mechanisms. It investigates the application of conversational AI to tackle web security and communication proto

simonwillison.net llm
3d

AI Software Development – What Does the Data Say?

The article explores the state of AI software development, examining empirical data to understand current practices, challenges, and trends within the field. It aims to provide data-driven insights into how AI systems are built.

codemanship.wordpress.com mlops
3d

External Index Over Parquet for Fast Point Queries

Spotify Engineering details their method for building external indexes over Parquet datasets to enable fast point queries. The article explains the architecture and implementation of this indexing strategy for data lakes.

engineering.atspotify.com parquet
3d

Pg_stat_ch: Automatic Postgres stat exports to ClickHouse

The ClickHouse blog introduces `pg_stat_ch`, a new Postgres extension designed to automatically export Postgres statistics to ClickHouse. This allows users to leverage ClickHouse's analytical capabilities for detailed Postgres performance monitoring.

clickhouse.com postgres
4d

Data Loading for AI/ML: A Comprehensive Guide

This article provides a comprehensive exploration of data loading mechanisms for machine learning model training, detailing the various pipeline stages involved. It delves into advanced topics such as parallelism strategies, data shuffling, caching techniques, and resumability, explaining their impo

lancedb.com vector-db
4d

Don't classify. Hallucinate!

This article explores an unconventional perspective on leveraging large language models, suggesting a paradigm shift from traditional classification tasks to embracing or re-framing what is often termed 'hallucination'. It likely delves into scenarios where generative capabilities of LLMs can be uti

simonwillison.net llm
4d

Why agentics projects fail and how to fix them

This article explores common reasons why AI agentic projects struggle in deployment, emphasizing that data-related issues are often at the root of failures. It then discusses strategies and approaches to address these data challenges, aiming to improve the reliability and success rate of AI agent im

getdbt.com agents
4d

How dbt State cuts warehouse compute and speeds up every run

The article details how Fanatics successfully reduced their data warehouse compute costs and accelerated data transformation runs by implementing dbt State. It explains the principles of rebuilding only changed models and data, showcasing the practical impact of this optimization strategy in a produ

getdbt.com dbt
4d

Postgres SELECT DISTINCT does not scale

The article investigates why `SELECT DISTINCT` operations in Postgres exhibit scalability limitations, detailing the underlying mechanisms that contribute to performance degradation in high-volume scenarios.

dbos.dev postgres
4d

My Model Was Cheating on Its Own Test

The article recounts an incident where a car price model's evaluation was compromised by a preprocessing pipeline that inadvertently exposed test set data, resulting in an inflated R-squared score. It details the discovery and impact of this data leakage.

towardsdatascience.com ml
4d

How Cloudflare detects MCP traffic and helps secure it

Cloudflare Gateway identifies MCP requests using protocol-level heuristics. Security teams can use that signal to find shadow MCP traffic, enforce Portal-only access for approved servers, and block direct connections on managed network paths.

blog.cloudflare.com agents
4d

An Ontology for AI Agents Is a System, Not a Graph

This article proposes a refined perspective on building ontologies for AI agents, arguing that a robust semantic system is more crucial than a mere graph representation. It discusses the essential elements required for an agent to maintain coherence, be governable, and deliver utility.

dataengineeringweekly.com agents
4d

Scratch a simple data model, find a complex one

The article explores how initial straightforward data models often evolve into intricate systems as real-world requirements and edge cases are uncovered. It discusses the challenges involved in anticipating and managing this complexity during the data modeling process.

codeblog.jonskeet.uk data-modeling
4d

Multi-model chatbot back ends: contracts, routing, and fallbacks

This article examines the architectural considerations for building multi-model AI chatbot backends, specifically addressing how to manage API contracts, implement efficient request routing, and design robust fallback strategies. It aims to guide the development of reliable and scalable chatbot infr

medium.com llm
4d

FluctlightDB: A Memory Model of Data for AI Agents

This research introduces FluctlightDB, a new memory model for data specifically designed to serve AI agents. It challenges existing relational and vector database paradigms, proposing a system optimized for cue-driven, provenance-weighted data recall over extended sequences.

arxiv.org agents
5d

Lifecycle-Aware Archival for Asymmetric Financial Datasets: A Production Study

This research presents a production study detailing the design, implementation, and evaluation of a lifecycle-aware archival system for large-scale financial transaction databases. The system aims to balance operational data freshness requirements with storage efficiency, addressing a fundamental ch

arxiv.org architecture
5d

Pipeline Denotational Design: Correct-by-Construction Data Pipelines at Zero Cost

Pipeline Denotational Design (PDD) introduces a design-first methodology for constructing data pipelines that are correct by construction. The approach aims to shift the bottleneck from writing to verifying pipelines, particularly as AI agents begin to generate code at scale. PDD seeks to prevent er

arxiv.org data-engineering
5d

From Relational and Property Graph Data to Large Language Models

This paper proposes a data management server that combines relational and property graph data models to provide a unified knowledge model for large language models. The system aims to bridge the gap between structured enterprise data and generative AI tools. It outlines how both data models contribu

arxiv.org knowledge-graphs
5d

SchemaLink: An Intelligent Web Editor for LinkML Schema Curation

SchemaLink introduces an intelligent web editor designed for LinkML schema curation, specifically applied to biomedical data. LinkML serves as a language for representing structural and content constraints across various data types. The editor facilitates the development and management of these sche

arxiv.org data-quality
5d

ASAP: Reimagining the Data Lifecycle using Application Semantic-Aware Processing

ASAP introduces Application Semantic-Aware Processing as a new paradigm to reimagine the data lifecycle, addressing the CSP problem of achieving low cost, high scale, and strong performance in data processing pipelines. The paper explores this approach's application across domains such as observabil

arxiv.org architecture
5d

Incremental Evaluation and Training in Relational Deep Learning

This paper investigates incremental evaluation and training methods for Relational Deep Learning (RDL) models, which represent multi-tabular databases as temporal heterogeneous graphs. It addresses the limitations of current RDL practices that rely on static dataset snapshots for evaluation. The wor

arxiv.org ml
5d

Graph Engineering: Execution Graphs vs. Context Graphs

This article explores the distinction between execution graphs and context graphs in the realm of AI agent engineering. It discusses how each type of graph serves different purposes in an agent's operation, with context graphs playing a crucial role in maintaining coherent understanding and decision

hydradb.com agents
5d

State of Open Models: Summer 2026 Observations

The Hugging Face blog post presents observations regarding the current state of open models as of Summer 2026, offering insights into recent developments and trends within the open-source LLM ecosystem.

huggingface.co llm
5d

How to ship a database every day

Turbopuffer deploys many database upgrades daily across ~100 clusters, opting to build a custom control plane instead of using tools like Terraform or Helm due to the scale and frequency of deployments.

turbopuffer.com vector-db
5d

sqlite-utils 4.2.1

This post announces the release of `sqlite-utils` version 4.2.1. Given the context of Simon Willison's work, it likely details new features, improvements, and potential applications of the tool, possibly in relation to LLMs or AI agents.

simonwillison.net llm
5d

Does anyone run Postgres without PgBouncer?

The linked article explores the operational choice of running PostgreSQL deployments without PgBouncer, discussing the various implications, potential benefits, and drawbacks of this configuration.

brandur.org postgres
5d

sqlite-utils 4.2

This article introduces sqlite-utils version 4.2, outlining its new functionalities and improvements. It likely covers how these updates enhance SQLite's utility for managing data in LLM and AI agent applications, potentially addressing data storage or interaction patterns.

simonwillison.net llm
5d

Total eclipse of the Internet: traffic impacts in Iceland, Spain, and Portugal

Cloudflare's analysis reveals a distinct impact on Internet traffic across Iceland, Spain, and Portugal, corresponding with the path of totality during the total solar eclipse on August 12, 2026. The article leverages Cloudflare's extensive network data to illustrate how this astronomical event affe

blog.cloudflare.com analytics
5d

Leveraging Requirements Engineering for AI Coding Tool Success

The article from CACM explores the importance and application of requirements engineering methodologies for ensuring the successful development and deployment of AI coding tools. It examines how structured requirements can contribute to the efficacy of these systems.

cacm.acm.org ai-agents
5d

When Can LLMs Replace Humans in A/B Tests?

This article explores the conditions under which LLM predictions can serve as proxies for human outcomes in A/B tests, emphasizing that this substitution relies on specific assumptions rather than inherent design.

engineering.atspotify.com ml
5d

Connect AI Agents to Telemetry with Observe MCP & CLI

Observe by Snowflake has redesigned its MCP server and introduced a new CLI to provide AI agents with direct access to telemetry data. This integration aims to improve the speed and cost-efficiency of incident investigation by enabling agents to interact with operational data.

snowflake.com agents
5d

How to Utilize OKF Efficiently to Enable Knowledge Exchange Among LLMs

The post demonstrates how to efficiently use Google's Open Knowledge Format (OKF) for knowledge exchange among Large Language Models. It specifically details an agent-to-agent hand-off mechanism for pre-tokenized integer arrays between different Qwen2.5-Coder models.

towardsdatascience.com llm
5d

A Detailed Guide to API Composition Techniques

This article provides an in-depth exploration of the API composition problem, detailing various techniques and architectural patterns used to address it in complex system designs.

blog.bytebytego.com architecture
5d

Parquet Column Indexes Are Being Ignored on EMR and Glue

This post details a problem with Parquet column indexes, specifically how they are ignored on AWS EMR and Glue, leading to suboptimal query performance. It explores the technical reasons behind this behavior and potential implications for data processing in cloud environments.

dustinsmith.info arrow
5d

Show HN: ProbeDeck an iOS app for ClickHouse incident triage

A backend developer created ProbeDeck, an iOS application designed for ClickHouse incident triage. The tool enables operations like cluster inspection, running queries, and reading system logs directly from an iPhone or iPad, useful for managing large ClickHouse nodes.

news.ycombinator.com clickhouse
5d

LangChain vs LangGraph: 4 Key Differences and When to Use Each

The article presents a practical guide comparing LangChain and LangGraph, detailing four key differences between the frameworks. It outlines scenarios and considerations for selecting the appropriate tool for various agentic workflows and systems.

towardsdatascience.com agents
5d

The builder’s guide to GPT‑5.6

This guide illustrates how startups leverage GPT-5.6 to develop more rapid and cost-efficient AI agents through optimized model selection and the utilization of new Responses API features.

openai.com llm
5d

Reverse Migration of Cloud Applications to On-premises

This arXiv paper explores the challenges and methodologies involved in reverse migrating cloud applications back to on-premises environments. It focuses on the specific needs of regulated industries, where security and compliance requirements often necessitate on-premises deployments despite the ben

arxiv.org architecture
6d

Guided Table Retrieval for Structured Data Search

This arXiv paper introduces a method for "guided table retrieval" to improve natural language querying over structured databases. The approach focuses on accurately identifying relevant tables and determining appropriate join paths, addressing challenges in schema knowledge and semantic understandin

arxiv.org semantic-layer
6d

Enabling Differentiated QoS Degradation for Replicated Databases under Failures

This arXiv paper investigates a new strategy for managing replicated databases by enabling differentiated Quality of Service (QoS) degradation during failures. It examines how to move beyond simple elastic responses to capacity loss, considering the delays and resource overheads associated with repl

arxiv.org architecture
6d

VQ-bench: A Composable Vector Quantization Framework

This arXiv paper introduces VQ-bench, a composable framework designed for the development and benchmarking of new vector quantization techniques. It highlights the resurgence of vector quantization as a central component in modern AI infrastructure. The framework aims to provide a unified platform f

arxiv.org vector-db
6d

LDI: Localized Data Imputation for Text-Rich Tables

This paper presents LDI, a method designed to impute missing values in tables that contain extensive textual fields. It addresses the complexity of implicit and dispersed dependencies often found in such data, which typically hinder standard imputation techniques. The research focuses on improving t

arxiv.org data-quality
6d

TLSQL: Table Learning Structured Query Language

This research proposes TLSQL, a Structured Query Language designed for table learning, an emerging field at the intersection of database systems and machine learning. It seeks to alleviate the common requirement of exporting data from databases and constructing elaborate external machinery for pract

arxiv.org ml
6d

alchemy-utils 0.1a1

This article introduces alchemy-utils 0.1a1, an early alpha release of a new library. It describes the design principles and initial functionalities for using SQLAlchemy within LLM and AI agent workflows, likely focusing on managing relational data in these contexts.

simonwillison.net llm
6d

What We Learned by Reproducing 2,200 papers from ICML

This article shares insights gained from a project to reproduce 2,200 papers presented at ICML. It discusses the challenges encountered, the methodologies applied, and the broader implications for reproducibility in machine learning research and development.

huggingface.co ml
6d

Building Foundry Part 2: Where creative workflows break

This article, part of the 'Building Foundry' series, explores the limitations of traditional information organization methods like folders, tags, and keyword search within creative workflows. It discusses the fundamental reasons why these approaches fail and outlines alternative strategies for effec

weaviate.io vector-db
6d

ClickStack and Hud bring runtime intelligence to AI-powered development

ClickStack and Hud now integrate by sharing trace IDs, combining service-level observability with function-level runtime forensics. This integration allows coding agents to evaluate risky changes pre-deployment, identify regressions post-deployment, and facilitate fixes using actual production conte

clickhouse.com clickhouse
6d

Before Full Agentic RAG: Know How You Decide, and the Parsing Methods You Pick From

The article explores foundational considerations for building agentic RAG systems, specifically focusing on document parsing methods. It discusses a dispatcher architecture for enterprise document intelligence that assesses PDF characteristics to select appropriate parsing tools like fitz, Docling,

towardsdatascience.com llm
6d

Building Multimodal Workflows with a Local LLM

This article details the process of constructing multimodal workflows, focusing on handling image inputs and generating structured outputs. It specifically uses Gemma 4 and Ollama for local LLM deployment.

towardsdatascience.com ml
6d

AI Query Compilation for Unified and Optimized Execution

This vision paper introduces a new architectural approach for accelerating AI query execution. The proposed strategy involves a unified compiled execution, where a hybrid AI query integrating both standard SQL relational constructs and LLM components is compiled as a complete unit.

arxiv.org architecture
7d

Time to Move on: Querying without Nulls and Bags

This paper discusses SQL's declarative success but critiques its core concepts of nulls and bags, suggesting they pose challenges given increasing data complexity. It argues for moving beyond these constructs to address the evolving needs of database language design and optimization.

arxiv.org architecture
7d

Property Graph Techniques in Relational Databases

This paper investigates methods for incorporating property graph techniques into relational database management systems. It considers these mechanisms in light of current standardization efforts for the next versions of SQL, particularly those related to labelled property graphs.

arxiv.org knowledge-graphs
7d

A gofmt-style formatter for SQL

This article introduces sqlfmt, a new SQL formatter developed by a Postgres contributor. It aims to provide consistent SQL formatting in a style similar to Go's gofmt utility.

postgresweekly.com postgres
7d

How RingCentral builds AI-native work from engineering to ops

This article explains how RingCentral integrates AI-native practices across its engineering and operations teams. It describes the company's use of ChatGPT Work and Codex to accelerate AI product development and centralize operational intelligence.

openai.com llm
7d

How iFood built its agentic security platform on ClickHouse Cloud

iFood re-engineered its internal security platform using ClickHouse Cloud. This migration resulted in query speeds that were 9-16 times faster and reduced operational costs by 40-50%. The new platform also enabled agentic threat hunting, decreasing analyst investigation time from a week to two hours

clickhouse.com clickhouse
7d

Semi-Structured Data in Apache Iceberg: Meet the Variant Type

Apache Iceberg v3 introduces the Variant type to better manage semi-structured data like JSON documents that have varying field structures per row. This new feature allows a single column to store values of arbitrary and evolving shapes, overcoming limitations of traditional fixed-schema table forma

iceberg.apache.org iceberg
7d

Taking AUTO CDC to the next level: Solving the hardest real-world use cases

The article explores advanced Change Data Capture (CDC) techniques, specifically focusing on how 'AUTO CDC' addresses the most challenging real-world scenarios. It discusses common data engineering practices for building CDC pipelines on Spark and solutions for complex use cases.

databricks.com databricks
7d

Stealing Reasoning Traces from Proprietary LLM APIs

This article investigates methods for inferring or extracting the internal reasoning traces from proprietary large language model APIs. It details techniques used to understand how black-box models generate their outputs.

simonwillison.net llm
7d

Silent Data Corruption in PyTorch

This GitHub pull request and associated discussion address a silent data corruption issue identified within the PyTorch framework. It outlines the nature of the corruption, its potential impact on model training and inference, and the proposed technical solution to prevent it.

github.com mlops
7d

How Cloudflare Is Making AI Pay for Content

This article details Cloudflare's multi-step solution for enabling AI systems to compensate content creators. It provides an architectural breakdown of how Cloudflare is implementing this payment mechanism.

blog.bytebytego.com architecture
7d

Show HN: OJCP – an open protocol for agent-consumable job data

This article presents OJCP, an open protocol designed to standardize the exchange of job-related data in a format easily consumable by AI agents. It aims to facilitate reliable agent patterns and enhance the design of data systems for AI consumption by providing structured data for agent tool use.

ojcp.dev agents
7d

Graph-based multi-party clearing – concept and working core

This article introduces a graph-based approach to multi-party clearing, outlining the core concepts and fundamental operational mechanisms. It discusses how graph structures can model complex relationships and dependencies within a clearing system, detailing its underlying architecture.

chestgraph.com knowledge-graphs
7d

Should AI Developers Make the Switch from Polars to Pandas?

This article evaluates whether AI developers should transition from using Pandas to Polars for data manipulation. It aims to compare the two Python data libraries, highlighting their respective strengths and weaknesses for AI-related workloads.

towardsdatascience.com polars
7d

Can Agents Use a Computer Yet? We've Got the Data

This article examines the current state of AI agents' ability to effectively use and interact with computers. It presents data and analysis on their performance in various tasks, discussing the progress made and remaining challenges in developing reliable agentic architectures.

a16z.com agents
7d

Thinking of ACE? We Can Do It with Fewer Tokens

This article explores strategies to improve the efficiency of LLM operations, specifically focusing on methods to reduce the number of tokens required for specific tasks. It aims to demonstrate how to achieve similar outcomes with fewer computational resources.

huggingface.co ml
7d

The Budget Split That Explains Itself

This article describes a method for allocating budgets that maintains visibility into the shadow prices influencing the distribution. The approach aims to diversify spending while ensuring clear justification for each allocation.

towardsdatascience.com analytics
7d

Approaches to Streaming Data into Apache Iceberg Tables

This article, part of an Apache Iceberg Masterclass, details the three main methods for streaming data into Iceberg tables. It explores the operational trade-offs associated with each approach, addressing how to integrate streaming data into a format primarily designed for batch analytics.

dremio.com iceberg
7d

Can a Local LLM Run My AI Assistant?

The author conducted an experiment replaying 27 production tasks through two different local LLM models, assessed across varying hardware configurations. The goal was to determine the feasibility of replacing commercial models like Claude to serve as the intelligence for a personal agent capable of

towardsdatascience.com llm
7d

AI for science needs reasoning, not just data

The article argues that artificial intelligence applied to scientific research requires robust reasoning capabilities, not just large datasets. It emphasizes the need for AI systems to understand context and causality to make meaningful scientific advancements.

technologyreview.com llm
7d

ArchAgent v2: A Case Study with the Data Prefetching Championship

The paper describes ArchAgent v2, an AI agent designed for data prefetching, and evaluates its performance through a case study in the Data Prefetching Championship. It likely details the agent's architecture, its learning mechanisms, and the empirical results demonstrating its effectiveness in opti

arxiv.org agents
7d

French lawyers are being told to use open source AI models for confidential data

The article examines the directive for French legal professionals to utilize open-source AI models when handling confidential client data. It explores the implications for data privacy, security, and the operational challenges and benefits of deploying local, self-hosted LLMs in sensitive legal cont

huggingface.co llm
7d

DeepSeek: Reverse Engineering an AI Assistant by Interviewing Itself

This article describes a novel methodology for reverse engineering an AI assistant, specifically DeepSeek, by having the model interview itself. It explores the insights gained into the model's internal workings and capabilities through this unique approach.

manish.sh llm
8d

Scout: Scalable Document Extraction via Data Similarity

This arXiv paper presents Scout, a system for scalable document extraction that leverages data similarity to reduce the cost of using large language models. It proposes a method to avoid prohibitively expensive full collection processing by identifying and prioritizing relevant documents.

arxiv.org ml
8d

InSituANN: Revisiting IVF for PCIe-Efficient Billion-Scale Vector Search

This arXiv paper introduces InSituANN, revisiting the Inverted File Index (IVF) to achieve PCIe-efficient billion-scale vector search. It focuses on optimizing approximate nearest neighbor search (ANNS), a foundational operation for large-scale recommendation, semantic search, and LLM/RAG workloads.

arxiv.org vector-db
8d

SiriusDeliver: Automating Data Warehouse Delivery at Tencent

This arXiv paper introduces SiriusDeliver, a system developed at Tencent to automate the complex process of enterprise data warehouse delivery. The system streamlines tasks such as context retrieval, workflow configuration, code generation, platform submission, and failure diagnosis.

arxiv.org data-engineering
8d

AkasicDB: Demonstrating Omni RAG with a Unified Vector-Graph-Relational DBMS

This arXiv paper presents AkasicDB, a unified database management system integrating vector, graph, and relational data to support Omni RAG workflows. It addresses the architectural challenges of combining vector retrieval with structured knowledge for advanced Retrieval-Augmented Generation systems

arxiv.org llm
8d

SafeQL: Search-based Refinement for Safe and Efficient LLM-based Text-to-SQL

This paper introduces SafeQL, a system that uses search-based refinement to enhance the safety and efficiency of LLM-based Text-to-SQL approaches. It aims to overcome the unreliability of current LLM systems, which often produce invalid or unsafe SQL queries from natural language inputs. The propose

arxiv.org llm
8d

NL2SHACL-Bench: A Benchmark Suite for Natural Language to SHACL Translation

This paper introduces NL2SHACL-Bench, a new benchmark suite developed to evaluate the translation of natural language requirements into SHACL (Shapes Constraint Language) for RDF knowledge graphs. It addresses the challenge that authoring SHACL shapes typically requires specialized technical experti

arxiv.org knowledge-graphs
8d

Towards Researcher Agents for Knowledge-Graph Question Answering

This paper explores the development of "Researcher Agents" for knowledge-graph question answering, focusing on the intricate process of translating natural language questions into executable SPARQL queries. It addresses challenges such as lexical ambiguity, grounding terms within a target ontology,

arxiv.org knowledge-graphs
8d

Constraining ontology mappings using metaphysical choices

This paper discusses a novel methodology for validating semantic mappings between different data sources that rely on distinct foundational ontologies. The approach constructs a framework based on "metaphysical choices" to constrain and verify these mappings. The research aims to improve the consist

arxiv.org ontology
8d

Show HN: SecondState – what if Hebbia started with raw ERP data?

This Hacker News post introduces "SecondState," a project designed for AI-driven financial diligence and audits that processes raw ERP data. The core innovation lies in its agentic data transformation capabilities, enabling early-stage data engineering.

trysecondstate.com agents
8d

Multi-Tenant AI Agents: Why Data Isolation Starts at the Database

The article argues that while many SaaS teams building agentic features prioritize prompt safety and API-layer filtering, effective AI agent security fundamentally requires robust data isolation at the database level. It discusses the necessity of database-centric approaches to secure multi-tenant A

cockroachlabs.com agents
8d

Scaling Test-Time Compute in Search Mode

This post describes new effort tiers introduced to the Query Agent's Search Mode in Weaviate, specifically medium, high, and ultrahigh. These tiers are designed to manage and scale test-time compute for vector database queries, optimizing performance based on search complexity.

weaviate.io vector-db
8d

Introducing Muse Glimmer

This article introduces Muse Glimmer, a new development or tool within the LLM and AI agent space. The content is expected to detail its functionalities and technical underpinnings.

simonwillison.net llm
8d

What building an AI-native finance function taught me

OpenAI CFO Sarah Friar outlines five key lessons learned during the development of an AI-native finance function. These lessons span areas from automating forecasting processes to implementing robust controls and evaluating AI's return on investment.

openai.com llm
8d

How to Effectively Deploy Code With Claude Code

This article details strategies for effectively deploying code generated by Claude Code, an AI coding agent. It focuses on optimizing continuous integration and continuous delivery (CI/CD) pipelines to integrate and manage outputs from such agents efficiently.

towardsdatascience.com agents
8d

Data Flow Mapping: Why Most Data Maps Are Out of Date

This article explains why manual data flow maps quickly become outdated in dynamic data environments. It likely discusses the challenges associated with maintaining accurate data lineage and governance information without automated processes.

scrutora.com data-quality
8d

Making Knowledge Distillation Cheap Enough to Run at Scale

This article explores techniques for making knowledge distillation more cost-effective when deploying machine learning models at scale. It details strategies and optimizations to reduce computational overhead without sacrificing performance in production environments.

huggingface.co ml
8d

Duration-constrained Interval Joins

This article introduces a new approach to interval join algorithms, specifically addressing duration constraints. It discusses how many databases utilize interval data and the frequent use of interval joins, proposing an advancement beyond existing algorithms that typically do not account for durati

arxiv.org architecture
9d

MIRA: Evidence-Verified Repair Memory for Text-to-SQL Correction

This article presents MIRA, an evidence-verified repair memory system designed for Text-to-SQL correction. It addresses the issue of AI agents generating semantically incorrect yet executable SQL queries, aiming to reliably repair erroneous queries without corrupting accurate ones by reusing confirm

arxiv.org llm
9d

RECAST: A Region-Scoped Adaptive Index for Exact Similarity Search

This article presents RECAST, a new region-scoped adaptive index designed for exact similarity search in metric spaces. It tackles the challenge of optimizing distance computations, which typically dominate exact similarity searches, by adapting to real query streams that often concentrate within sp

arxiv.org vector-db
9d

Toward a Causal Data Management Ecosystem for Decision Making and Agentic AI

This article outlines a vision for a causal data management ecosystem designed to support modern AI, particularly agentic AI and decision-making processes. It posits that contemporary AI constitutes a complex ecosystem of models and agents, emphasizing the need for data infrastructure that can manag

arxiv.org agents
9d

Recovering Explanations from Transformed Rule-Based Ontologies

This article investigates the process of recovering explanations from rule-based ontologies after they have been transformed for optimization by rule reasoners. It highlights how Datalog rules are used to define ontologies over knowledge graphs and the importance of preserving explainability despite

arxiv.org knowledge-graphs
9d

Quoting OpenClaw

This article, published by Simon Willison, focuses on the topic of "Quoting OpenClaw." It likely explores specific functionalities or patterns related to the OpenClaw AI agent, offering insights into its practical application.

simonwillison.net llm
9d

Quoting Claude Opus 5 system prompt

This article presents the exact system prompt used for Claude Opus 5. It examines the instructions and constraints given to the model at a foundational level.

simonwillison.net llm
9d

SQLite compressed text-history prototypes

This article explores prototypes for implementing compressed text history features within SQLite. It details experimental methods for efficiently storing and retrieving historical text data.

simonwillison.net data-engineering
9d

How to Implement Structured Output with Local LLMs

The article explores the rationale behind using structured output with local Large Language Models, detailing implementation methodologies. It also addresses common issues encountered during this process and offers strategies for mitigating failures.

towardsdatascience.com llm
9d

Data Warehouse Isn't Integrated Just Because the Tables Are in One Place

This article argues that simply placing all data tables within a single data warehouse does not inherently achieve data integration. It suggests that true integration requires deeper considerations like semantic consistency, shared definitions, and proper data modeling.

seattledataguy.substack.com data-engineering
9d

How to write production-quality code with AI

This article, hosted on curtispoe.org, provides guidance on developing production-ready code while leveraging artificial intelligence. It focuses on strategies and practices for integrating AI assistance into software development workflows to achieve high-quality output.

curtispoe.org mlops
10d

Agentic Code Quality

The article examines the concept of "Agentic Code Quality," exploring how AI agents can interact with or contribute to the assessment and improvement of code quality. It discusses patterns and implications for software development workflows.

addyo.substack.com agents
10d

Before Q, K, and V: Reconstructing the Transformer

This post reconstructs the Transformer architecture by examining the rationale behind its design elements, moving beyond surface-level explanations of Q, K, and V. It delves into why the model is structured as it is, rather than just describing its components.

towardsdatascience.com ml
10d

Building a Streamlit UI for My LangGraph AI Agent

The article details the process of constructing a production-ready web interface using Streamlit for a stateful AI agent developed with LangGraph. It covers the steps involved in integrating the UI with the agent for operational deployment.

towardsdatascience.com agents
10d

Context Engineering Is a Data Problem

This article explores the concept that context engineering, crucial for effective AI applications, is fundamentally a data problem. It likely examines how data systems need to be designed and managed to provide relevant context to AI models.

davidgasquez.com llm
10d

Pg_stat_ch: PostgreSQL Query Telemetry Exporter to ClickHouse

The `pg_stat_ch` project is an open-source tool designed to export query telemetry data from PostgreSQL to ClickHouse. This enables advanced analysis and monitoring of PostgreSQL query performance using ClickHouse's analytical capabilities.

github.com postgres
11d

From Chat Completions to Responses: Why Is OpenAI Upgrading Its Core API?

The article explains the rationale behind OpenAI's upgrade to its core API, transitioning from the 'Chat Completions' endpoint to a more consolidated 'Responses' structure. It details how this change aims to simplify prompt engineering and integrate various capabilities like function calling and too

jaketao.com llm
11d

Moonlight & Mayhem (Raccoon Heist by Codex + GPT-5.6 Sol Ultra)

Simon Willison describes an experimental "Raccoon Heist" scenario executed by a combination of Codex and GPT-5.6 Sol Ultra. The article investigates the emergent properties and operational patterns of these advanced AI agents in complex tasks.

simonwillison.net llm
11d

TutorMoments: Do AI tutors know when to help and when to hold back?

This article investigates whether AI tutors possess the ability to discern appropriate moments for providing assistance versus allowing independent problem-solving. It likely discusses mechanisms for evaluating and controlling AI agent behavior in educational contexts.

huggingface.co llm
11d

Responding to the next frontier of critical cyber capabilities

OpenAI details its preliminary cybersecurity evaluations for Astra, alongside the measures being implemented to enhance its safeguards and security controls. The post outlines the steps being taken to address critical cyber capabilities within their AI systems.

openai.com llm
11d

Unveiling good and bad behaviors on the Agentic Internet

Cloudflare details its evolution in bot mitigation strategies, shifting from traditional point-in-time risk assessments to continuous trust evaluation for entities on the 'Agentic Internet'. The post explains how their systems, including BotBase and Precursor, analyze and classify the behaviors of b

blog.cloudflare.com agents
11d

Unifying Workers AI and AI Gateway into a single AI control plane

Cloudflare details the unification of its AI Gateway and Workers AI into a singular AI control plane. This integration provides developers with consolidated observability, billing, and dynamic routing capabilities across both Cloudflare's managed GPUs and external AI service providers. The article h

blog.cloudflare.com mlops
11d

My Fall-Detection Model Scored 94%, and It Was Lying to Me

The author recounts an experience where an ML model's reported 94% accuracy for fall detection was misleading due to a specific evaluation choice. The article details the process of identifying the flaw, rebuilding the system, and the insights gained regarding reliable ML system design for critical

towardsdatascience.com mlops
11d

Managing AI Coding Costs at Scale

Databricks describes how AI coding tools provide significant value, noting that agentic coding has produced measurable results within their own operations. The article discusses strategies for managing the associated costs at scale.

databricks.com mlops
11d

BEGIN AI TRANSACTION: Semantic Isolation for Durable AI Workflows

This paper introduces the concept of "AI transactions" and semantic isolation to manage durable AI workflows that extend across multiple models, tools, and subagents. It explores challenges in maintaining consistency in complex AI execution environments.

arxiv.org agents
12d

Improving the Realism of Synthetic Clinical Benchmarks Under Utility Constraints

This research investigates methods to enhance the structural realism of synthetic clinical benchmarks designed for enterprise AI agents. It highlights that while current synthetic data may pass utility checks, it often lacks structural authenticity, particularly in privacy-sensitive healthcare setti

arxiv.org mlops
12d

Personalized w-Event Privacy for Infinite Stream Estimation

This paper explores personalized w-event privacy, a method for protecting individual data within a sliding time window for accurate stream statistics. It extends existing studies that primarily focus on finite data streams to address the complexities of infinite data stream estimation, relevant for

arxiv.org streaming
12d

CRINN: Contrastive Reinforcement Learning for Approximate Nearest Neighbor Search

The article presents CRINN, a new algorithm that leverages Contrastive Reinforcement Learning to optimize Approximate Nearest Neighbor Search (ANNS). ANNS algorithms are identified as increasingly crucial for contemporary AI applications, particularly in retrieval-augmented generation (RAG) and agen

arxiv.org vector-db
12d

How Goldman Sachs Is Using Agentic AI for Software Engineering at Scale

The article describes Goldman Sachs' approach to leveraging agentic AI for software development, detailing how these AI systems are integrated into their engineering workflows. It covers the methods and considerations for deploying AI agents at an enterprise scale within a production environment.

forbes.com agents
12d

Show HN: BlazeRules – YAML rule engine for streaming data, upto 5M records/SEC

BlazeRules is a new open-source YAML-defined rule engine designed for high-throughput streaming data processing, capable of handling up to 5 million records per second. The engine executes rules in a vectorized format by reprojecting incoming data into a columnar representation, built in C++ as an e

news.ycombinator.com streaming
12d

Building a User Value Loop for MCP: What Traces Can't Tell You

This article explores the development of a user value loop for the Atlan MCP server, highlighting limitations of traditional tracing in assessing actual user benefit. It explains the rationale and methodology behind creating this loop and the insights gained from its implementation.

blog.atlan.com governance
12d

DORA Compliance for AI Agents: Database Requirements Before Deployment

The article discusses the essential database infrastructure requirements for financial AI agents operating under regulations such as DORA, the EU AI Act, and GDPR. It emphasizes the need for systems that ensure operational resilience, provide robust traceability, and support reliable transaction pro

cockroachlabs.com agents
12d

ClickHouse Release 26.7

ClickHouse Release 26.7 delivers significant speedups for GROUP BY ... ORDER BY ... LIMIT queries and includes three JOIN improvements. The update also brings four vector search enhancements, position-aware phrase search, and EXPLAIN ANALYZE functionality.

clickhouse.com clickhouse
12d

datasette 1.0a38

The article is a release announcement for Datasette version 1.0a38.

simonwillison.net data-engineering
12d

datasette 0.65.3

The article announces the release of Datasette version 0.65.3.

simonwillison.net data-engineering
12d

Approximations and Sampling in Postgres

This article delves into the use of approximation and sampling methods within PostgreSQL to improve query performance, particularly for operations like COUNT DISTINCT. It explains the underlying principles and practical implications of these techniques for database users and administrators.

snowflake.com postgres
12d

Loop Engineering with native model switching in Codex and Claude

The article introduces 'loop engineering,' a technique involving native model switching between large language models such as Codex and Claude. It details how this pattern can be implemented to enhance the capabilities and efficiency of AI-driven systems.

statewright.ai llm
12d

The Read Path versus the Write Path: Strategies and Techniques

This article examines the foundational concepts of read path and write path operations in data systems. It details various strategies and techniques used to optimize both the performance and efficiency of data access and modification.

blog.bytebytego.com architecture
12d

I Built a Tool-Calling Agent in Python. Here’s How I Debugged It

This article details the process of building a minimal tool-calling agent in Python, focusing on the practical aspects of debugging. It covers incorporating real API calls, implementing validation, generating compact outputs, and collecting trace evidence before integrating a full agent framework.

towardsdatascience.com agents
12d

From analytics engineer to context engineer

This article is the first in a series that discusses the evolution from traditional analytics engineering focused on dashboards to modeling data as context for AI agents. It uses data from Gong as a practical example to illustrate this shift.

getdbt.com dbt
12d

The next generation of MCP

The next version of MCP features a rewritten, stateless core operating on Workers. The article details protocol upgrades, the new feature lifecycle, and the SDK migration path, alongside insights from early production adopters.

blog.cloudflare.com agents
12d

Building Neon Object Storage

Neon has launched a new Object Storage solution that is deeply integrated with its backend architecture. This S3-compatible store extends Neon's existing database branching capabilities, allowing users to create isolated copies of their data, now including files, in approximately one second.

neon.com postgres
12d

Context Engineering in an LLM Harness

This post delves into context engineering as applied to LLM harnesses, specifically focusing on the role of ontology in structuring information for AI agents. It likely discusses how to design robust data systems that provide machine-readable metadata and contextual memory for AI models.

udnes.dev context-engineering
12d

On Benchmarking

This piece explores the complexities of benchmarking, arguing that a single throughput metric is insufficient for making sound architectural decisions. It discusses the necessity of considering broader system implications and context beyond superficial performance numbers.

dataengineeringweekly.com data-engineering
13d

From Research Questions to Columns: Operationalization-Aware Data Discovery

This paper explores methods for operationalization-aware data discovery, detailing how researchers can identify relevant data columns in a repository to measure abstract concepts. It highlights that useful columns may serve as complementary indicators rather than direct matches to initial queries.

arxiv.org data-engineering
13d

A General Sufficient Condition for Rewriting Horn-ALCHI Atomic Queries into GQL

This paper investigates the applicability of the ISO standard GQL for evaluating ontology-mediated queries (OMQs). It focuses on OMQs expressed in Horn-ALCHI and proposes general sufficient conditions for their rewriting into GQL, which is a powerful query language extending first-order logic with c

arxiv.org knowledge-graphs
13d

EdgeLM: Edge Demonstrations for Language Models' Table Understanding

This paper introduces EdgeLM, a method to enhance large language models' table understanding through in-context learning. It addresses the criticality of demonstration selection by proposing a retrieval method that prioritizes 'edge' demonstrations over merely similar ones, aiming to improve perform

arxiv.org llm
13d

stratum: A System Infrastructure for Massive Agent-Centric ML Workloads

This paper introduces 'stratum', a system infrastructure tailored for massive agent-centric machine learning workloads, driven by recent advances in large language models. It enables new types of workloads, such as agentic pipeline search, where autonomous or semi-autonomous agents generate and vali

arxiv.org agents
13d

Automated Database Testing via LLM-Synthesized SQL Features

This paper presents a novel approach for automated database testing that leverages large language models (LLMs) to synthesize SQL features. The method generates pairs of equivalent queries to identify bugs within Database Management Systems (DBMSs) that lead to incorrect result computation.

arxiv.org llm
13d

Muse Spark 1.2 (Xhigh) Intelligence, Performance and Price Analysis

The article offers a detailed analysis of Meta's Muse Spark 1.2 model, evaluating its intelligence capabilities, inference performance characteristics, and associated pricing. It presents a comprehensive assessment relevant for model selection in various applications.

artificialanalysis.ai llm
13d

Visual Prompt Engineering for Video Models

The article details techniques for visual prompt engineering tailored for video models. It discusses methods and strategies for effectively guiding AI models to generate or interpret video content through visual prompts.

visual-prompt-engineering.github.io llm
13d

Muse Code and Muse Spark 1.2

Meta AI Research introduces Muse Code and Muse Spark 1.2, detailing their architecture, training methodologies, and performance characteristics. The article highlights the models' applications in code generation and general-purpose reasoning.

research.meta.ai llm
13d

Better code, fewer tokens: The benefits of Code Connect in MCP

When going from design to code, agents lack the context of your production components. With Code Connect in Figma’s MCP, they get that context. The article measures its impact on token usage, task duration, and code quality.

figma.com agents
13d

Atlassian Rovo Exfiltrates Data, Bypassing Controls

An incident report describes how Atlassian Rovo managed to exfiltrate data, circumventing existing security controls. The article analyzes the method of data bypass and the implications for data governance.

promptarmor.com data-governance
13d

CTO Circle: Lessons on Building AI-Native Engineering Teams

Leaders from over 350 companies at Snowflake Summit discussed lessons learned in establishing AI-native engineering organizations, covering topics such as deploying AI in production and restructuring engineering teams.

snowflake.com snowflake
13d

The Agent Access Model

The Agent Access Model proposes a new architecture designed to secure task-scoped agents. It uses strict identity brokering, continuous mediation, and stateful trust mechanisms.

blog.cloudflare.com agents
13d

How we’re rethinking work at Cloudflare with Cloudflare OS

Cloudflare built Cloudflare OS to enable teams to integrate AI into their work safely. The platform combines Cloudflare's Compute primitives with its Zero Trust suite, outlining their process to deliver AI tools.

blog.cloudflare.com mlops
13d

Cloudflare OS: an open platform for agents, apps, and work

Cloudflare OS is an open-source platform allowing company employees to build applications, automate workflows, and securely access internal systems. It is structured around an organization's knowledge and operational processes.

blog.cloudflare.com mlops
13d

WriteGuard: fine-grained controls for MCP Servers

Cloudflare developed WriteGuard to implement fine-grained controls for their MCP servers. This system was built to manage and secure write access for internal agents, ensuring precise configuration and monitoring of tool calls.

blog.cloudflare.com agents
13d

Catching rogue AI behavior with identity-aware analytics

Cloudflare's Identity-aware AI Gateway is now in open beta. User Insights within this system establish a behavioral baseline for each person and agent, automatically flagging insider risk upon detection.

blog.cloudflare.com agents
13d

RAG-Stack: Co-Optimizing RAG Serving Performance and Quality

This arXiv paper proposes RAG-Stack, a framework for simultaneously optimizing both the serving performance and output quality of Retrieval-Augmented Generation (RAG) systems. It addresses the complexity and configuration challenges inherent in modern RAG deployments for knowledge-intensive LLM appl

arxiv.org llm
14d

Uplifting the Superpowers of Worst-Case-Optimal Join Algorithms

This paper explores worst-case-optimal join algorithms, highlighting their efficiency in solving complex Basic Graph Patterns. It details their application in modern graph query languages such as SPARQL and GQL, which rely on BGPs as a core component.

arxiv.org knowledge-graphs
14d

Stateful Governance for Concurrent Agentic Systems

This paper discusses the necessity of governance for AI agents transitioning from advisory roles to executing critical operations in production systems. It highlights the challenges of stateful governance in concurrent agentic systems that manage tasks such as financial transfers and resource provis

arxiv.org agents
14d

Thank You for 40 000 Stars on GitHub

The DuckDB GitHub repository has surpassed 40,000 stars. This article revisits recent developments in the DuckStack ecosystem and highlights key releases since the 30,000-star milestone.

duckdb.org duckdb
14d

Eight Myths on Software Engineering and GenAI

This ACM Queue article discusses eight prevalent myths concerning software engineering and generative AI. It offers a critical perspective on how GenAI influences development practices.

queue.acm.org ml
14d

DuckDB – Data power tools for your laptop, now in Clojure (2023)

The article demonstrates how to use DuckDB as a data power tool from a laptop, specifically integrating it with the Clojure programming language. It likely covers practical examples and use cases for local data analysis with DuckDB in a Clojure environment.

techascent.com duckdb
14d

llm-anthropic 0.26

This post announces the 0.26 release of llm-anthropic, a plugin extending the llm tool's functionality for interacting with Anthropic language models. It describes the new features and technical enhancements introduced in this version.

simonwillison.net llm
14d

Third-party cyber evaluations involving OpenAI models

OpenAI explains recent third-party cybersecurity evaluation incidents concerning its AI models. The article outlines new safeguards and methodologies being implemented to enhance AI model testing and evaluation for improved security.

openai.com llm
14d

Data.table, base, dplyr, Pandas, and polars

The article conducts a comparison of data manipulation capabilities and performance across several libraries, specifically data.table, base R, dplyr, Pandas, and Polars.

arelbundock.com polars
14d

llm 0.32

This post covers the 0.32 release of the llm tool, detailing the latest changes and enhancements to the open-source framework. It outlines new functionalities, performance optimizations, and bug fixes introduced in this iteration.

simonwillison.net llm
14d

A Data-Driven Explanation: Why Do AI Agents Still Fail

This article offers a data-driven explanation for the persistent failures observed in AI agents. It investigates the underlying causes of these shortcomings and discusses various factors contributing to unreliable agent performance and decision-making.

jeremytian.substack.com agents
14d

The Medallion Data Architecture: An Introduction

The article offers a practical guide to implementing the Medallion Data Architecture, detailing the Bronze, Silver, and Gold layers. It includes a working example using Python and DuckDB.

towardsdatascience.com duckdb
14d

One table to train your robot: LanceDB as the data layer for lerobot

The article details how LanceDB serves as a unified data layer for robotics training, integrating video and metadata. This approach facilitates faster training, provides frame-level data access, enables streaming, and supports search, schema enforcement, and dataset curation.

lancedb.com vector-db
14d

Deploy local agents everywhere with LFM2.5-2.6B

This post explores the deployment of local AI agents using the LFM2.5-2.6B model. It likely covers the practical aspects of running compact, on-device agentic workflows.

huggingface.co ml
14d

The Agent Development Lifecycle has arrived on Cloudflare

This post introduces the Agent Development Lifecycle at Cloudflare, outlining the primitives that support managing AI agents. It addresses the challenges of reviewing, deploying, and maintaining agent-written code.

blog.cloudflare.com agents
14d

Run CI/CD for millions of repos — on your platform, on Cloudflare

This article details how to build customizable, sandboxed CI/CD pipelines on Cloudflare using Workflows, Artifacts, and the CI SDK. It explains replacing YAML configurations with TypeScript workflow steps and integrating self-healing AI agents.

blog.cloudflare.com orchestration
14d

How Cloudflare enforces engineering standards using AI

This post describes Cloudflare's creation of the Cloudflare Codex, a governed body of engineering standards consumed by AI agents across the development lifecycle. It details how structured RFCs paired with agentic reviews enforce consistency in code, specifications, and incident reports.

blog.cloudflare.com agents
14d

Your agent can now debug Workers with local tracing

This article explains that wrangler dev now produces structured traces for every local request made by Cloudflare Workers. It describes how coding agents can use a single API to identify and pinpoint failures without deployment.

blog.cloudflare.com agents
14d

Using Agents as Tools

This article discusses building manager-specialist workflows using the OpenAI Agents SDK. It describes how to design agentic systems where different agents fulfill specialized roles.

towardsdatascience.com agents
14d

Machine-Checked Dual-Write Recovery from a Committed Log

This paper explores machine-checked dual-write recovery mechanisms from a committed log, focusing on the challenge of determining if a remote system received an effect after a crash. It discusses how transactional outboxes and change data capture (CDC) address dual-write issues but introduce relay c

arxiv.org streaming
15d

Using Lower-Bound Representations for Trajectory Similarity Learning

The paper explores using lower-bound representations for trajectory similarity learning, which is crucial for efficient trajectory retrieval with complex distance measures. It notes that current learning-based approaches using embeddings often approximate distances but lack certain guarantees.

arxiv.org vector-db
15d

Join Indices for Search Engines: a Prunable Parallel Semijoin over Lucene Segments

The paper addresses the limitations of query-time join implementations in search engines like Lucene, where joins are often constrained by performance or capability. It proposes using join indices and a prunable parallel semijoin method over Lucene segments to enhance join operations across independ

arxiv.org architecture
15d

Six Dimensions of Benchmarking Time-Series Databases

This paper proposes a comprehensive framework for benchmarking time-series databases (TSDBs) across six distinct dimensions. It highlights that TSDBs utilize varied storage architectures optimized for specific workloads, resulting in unique performance profiles and bottlenecks not easily captured by

arxiv.org architecture
15d

Fast Discovery of Inclusion Dependencies with Desbordante

This paper introduces Desbordante, a method for the fast discovery of inclusion dependencies between table attributes. Inclusion dependencies identify potential Primary Key-Foreign Key relationships, which is a significant challenge for both academic and industrial data communities.

arxiv.org data-quality
15d

Oasis: Hiding the Cost of Querying Parquet Files in the Datapath

This arXiv paper introduces Oasis, a method for optimizing the cost of querying Parquet files within cloud-native database systems. It addresses the overhead of disaggregated compute and storage architectures by tackling scan-related costs. The research focuses on hiding these costs directly in the

arxiv.org parquet
15d

FastGFDs: Efficient Validation of Graph Functional Dependencies with Desbordante

This arXiv paper presents FastGFDs and Desbordante, methods for efficiently validating Graph Functional Dependencies (GFD). GFDs are a recent concept that combine graph topological structures with attribute functional dependencies. The research addresses the computational complexity of verifying whe

arxiv.org knowledge-graphs
15d

Token-Native Storage: Read and Write in your Agent's Language

This arXiv paper introduces the concept of token-native storage, proposing that database engines should store text in token IDs rather than UTF-8. Current systems incur a conversion cost when AI agents and language models read and write text. The research suggests that storing data directly in token

arxiv.org llm
15d

Less Is More: Tuning Configurable Systems with Imperfect Fidelity

This arXiv paper explores the challenge of configuration tuning for highly configurable systems, such as databases or ML serving platforms. It proposes a method for optimizing system performance, including throughput or runtime, in environments where measuring configuration effects can be complex. T

arxiv.org architecture
15d

A Unified Benchmark for Privacy-preserving Vector Search

This arXiv paper introduces a unified benchmark for privacy-preserving vector search, addressing a critical privacy concern in systems like RAG and semantic search. It highlights that traditional vector search services inherently expose query embeddings and potentially the corpus, posing a privacy r

arxiv.org vector-db
15d

Bringing serverless functions closer to the speed of wire

This post from Modal discusses techniques to significantly reduce latency in serverless function execution. It explores architectural and operational approaches to bring serverless functions closer to wire speed, crucial for high-performance applications like ML inference.

modal.com mlops
15d

Fixed cadence to seconds: making ClickHouse Cloud autoscaling more reactive

ClickHouse Cloud re-architected its autoscaling orchestration to achieve faster reactivity. The team rebuilt the system using Kubernetes' controller-runtime and a custom signals table powered by ClickHouse, enabling services to scale up within seconds via a new reactive fast path.

clickhouse.com clickhouse
15d

Don't be a meat proxy

Simon Willison discusses the concept of a "meat proxy" in AI systems, where human input is merely a passthrough for automated processes. The article examines the implications of this pattern and explores design considerations for more meaningful human involvement and oversight in agentic architectur

simonwillison.net llm
15d

Connecting an LLM to Your Data Is the 21% Solution

The article discusses approaches to integrate large language models with enterprise data, framing it as a critical but incomplete piece of a broader AI strategy. It likely covers methodologies for data preparation, retrieval augmented generation, and the limitations of simply connecting LLMs to raw

optimaflo.io llm
15d

Data Integration Without an Ontology

The article investigates alternative approaches to data integration for AI-native systems that do not require the explicit development and maintenance of an ontology. It discusses techniques and patterns for creating machine-readable metadata and contextual memory for AI consumption.

productnow.ai ontology
15d

A Closed-Loop Consequence-Governance Runtime for AI Agents

The article introduces a concept for a closed-loop consequence-governance runtime specifically designed for AI agents. It describes an architecture that aims to ensure agents operate within defined boundaries, monitor their actions for unintended consequences, and enforce compliance in real-time.

zenodo.org agents
15d

Prompt, Context, Loop: The Three Engineering Layers Every RAG System Is Built On

The article presents a three-layer engineering model for RAG systems, defining prompt as the LLM call, context as the information filling the model's window, and loop as the mechanism for subsequent calls and termination. It explains how these layers form the foundation of RAG architectures.

towardsdatascience.com llm
15d

LLM Security Basics: The Full Threat Model

The article constructs a full threat model for LLMs, aiming to map the entire attack surface that could compromise an LLM's security. It covers various vulnerabilities and potential exploitation methods.

blog.bytebytego.com llm
15d

Full flattening of nested data parallelism

This article explores the concept and implementation of full flattening for nested data parallelism, detailing the technical approach to optimizing parallel data structures and operations within a programming language context.

futhark-lang.org architecture
15d

Your agent needs a computer, not a container — introducing @cloudflare/computer

Cloudflare introduces @cloudflare/computer, a new agent runtime designed to scale AI agents more effectively than traditional containers. This runtime dynamically orchestrates between lightweight isolates and full Linux containers, providing each agent with a dedicated computational environment.

blog.cloudflare.com agents
15d

Cloudflare Workers and Containers now support inbound TCP connections and gRPC

Cloudflare Workers and Containers now support inbound TCP connections through Spectrum, enabling direct socket forwarding to Durable Objects. This enhancement allows developers to deploy full-duplex gRPC applications and utilize automatic gRPC-to-gRPC-web translation within the Workers environment.

blog.cloudflare.com engineering
15d

Smaller, faster, safer: running Kimi and GLM at scale

Cloudflare details its strategies for optimizing the inference of frontier large language models, including Kimi and GLM, at scale. The article explains techniques used to conserve GPU memory, such as quantizing KV caches, compressing model weights, and implementing integrity checks for faster and s

blog.cloudflare.com llm
15d

Workers RPC now works across Python and JavaScript

One coding agent can write a Python Worker and another can write a JavaScript Worker. At runtime, those Workers can exchange references to live objects and call their methods without defining APIs, schemas, or serialization code.

blog.cloudflare.com engineering
15d

Using Apache Iceberg with Python and MPP Query Engines

This article, part 12 of an Apache Iceberg Masterclass, describes two primary methods for accessing Iceberg data: directly using Python libraries and through massively parallel processing query engines. It follows a previous discussion on metadata tables.

dremio.com lakehouse
15d

Deterministic Core, Non-Deterministic Shell

The article discusses the "Deterministic Core, Non-Deterministic Shell" architectural pattern, which advocates for isolating predictable, testable business logic from external, less controllable interfaces and interactions.

outdata.net architecture
15d

How we built a realtime system for responsive voice AI in six months

The article describes the development of GPT-Live, a system designed for continuous voice AI interaction, highlighting the implementation of a turnless speech model and the architectural choices made to achieve low-latency and natural conversational experiences.

openai.com llm
15d

condense-json 1.1

This post announces the 1.1 release of condense-json, a utility designed for processing and manipulating JSON data. It covers the new functionalities, bug fixes, and performance enhancements introduced in this version.

simonwillison.net data-engineering
16d

InferQ: A Database-Oriented Benchmark for Quantum Circuits Simulation

This paper introduces InferQ, a database-oriented benchmark designed for quantum circuit simulation. It examines recent work suggesting that relational database management systems (RDBMSs) can execute quantum circuit simulations by compiling them into SQL workloads, primarily involving join-and-aggr

arxiv.org sql-engines
16d

Benchmarking Table Extraction from Heterogeneous Scientific PDF Documents

This paper benchmarks existing tools for Table Extraction (TE) from heterogeneous scientific PDF documents. It notes that TE involves extracting structured tables from PDFs for automatic processing and that the diversity of methods makes tool selection difficult.

arxiv.org data-quality
16d

Building turbopuffer

This post details the technical design and implementation choices behind Turbopuffer, an in-house vector database. It covers the core data structures, indexing strategies, and query execution mechanisms used to achieve high performance and scalability for vector search.

turbopuffer.com vector-db
16d

Out-of-band Policy Engine: governance AI agents can't ignore

The article discusses an out-of-band policy engine designed to ensure governance for AI agents, detailing how Redpanda's Agentic Data Plane enables safe operation of these agents. It highlights the importance of policy enforcement in agentic architectures.

redpanda.com agents
16d

Dictionary Compression in Materialize

The article details Materialize's application of dictionary compression and Misra-Gries summaries, explaining how these techniques reduce peak memory usage by over half while maintaining efficient data hydration rates.

materialize.com streaming
16d

I created a playground for 110 database systems

This project offers a playground for 110 different database systems, allowing users to create tables, insert data, and run queries. Each database includes a preloaded 100 million record dataset for testing example queries.

clickhouse.com sql-engines
16d

condense-json 1.0

The article announces `condense-json` version 1.0, a new open-source utility by Simon Willison. This tool focuses on processing and optimizing JSON data, likely for applications involving large language models and AI agents. It aims to address challenges in structuring and validating JSON output wit

simonwillison.net llm
16d

A fresh look at CPU silent data corruption in modern data centers

This article re-examines the problem of silent data corruption occurring at the CPU level within modern data centers. It delves into the mechanisms, detection, and mitigation strategies for these critical issues affecting data integrity.

cacm.acm.org data-quality
16d

Steeping through data and brewing a database

The post details the process of designing and building a database system, covering the architectural considerations and implementation steps involved in its creation.

pv.wtf architecture
16d

How to Apply Coding Agents to Non-Programming Tasks

The article explores methods for leveraging AI coding agents to perform tasks outside of traditional programming domains. It discusses the application of these agents to various non-coding challenges.

towardsdatascience.com agents
16d

I Replaced a 15-Minute Booking Process with a LangGraph AI Agent

The article details the process of constructing an AI agent to automate a 15-minute booking task. It covers the stages of building, deploying, and observing a stateful customer support agent using Python, LangGraph, and Langfuse.

towardsdatascience.com agents
16d

Don't replicate data over webhooks. SCROLL

The article advises against using webhooks for data replication and introduces an alternative approach or system named SCROLL. It discusses more reliable patterns for moving data between systems.

welidev.github.io streaming
16d

Rcarmo/umcp: A micro MCP core (asyncio and synchronous)

This GitHub repository presents `umcp`, a micro MCP core implementation supporting both asyncio and synchronous operations. The project focuses on providing a foundational component for building AI agents with specific execution patterns.

github.com agents
17d

Scanning 7.6 Petabytes of HuggingFace Training Data for Secrets

The article details the process and challenges of scanning 7.6 petabytes of HuggingFace AI training data to identify sensitive secrets. It explores the methodologies and technical considerations involved in such a large-scale data security audit.

trufflesecurity.com mlops
17d

Ls-guard: generate and audit Postgres/Supabase RLS from a spec

The article presents Ls-guard, an open-source tool designed to generate and audit Row Level Security (RLS) policies for Postgres and Supabase from a declarative specification. It provides a structured method for managing data access control configurations.

github.com postgres
17d

Coding Agents Don’t Need Bigger Context Windows — They Need a Context Compiler

The article argues that coding agents require a 'Context Compiler' rather than larger context windows to effectively process information. It explains how current methods of prompt construction often lead to irrelevant data overload and memory compression, hindering agent performance. The proposed co

towardsdatascience.com agents
17d

Put the Agent Inside the Workflow

The article explores a hybrid application pattern for Large Language Models that integrates predefined workflows with adaptive agent behavior. It proposes an combination of structured processes with flexible, agentic responses.

towardsdatascience.com llm
17d

Show HN: BlazeRules – YAML rule engine for streaming data, 5M records/SEC

This "Show HN" presents BlazeRules, an embeddable C++ rule engine designed for processing streaming data using YAML-defined rules. The engine achieves a throughput of 5 million records per second by executing rules in a vectorized format after reprojecting data into a columnar format.

news.ycombinator.com streaming
17d

llm-mcp-client 0.1a0

This article announces the release of `llm-mcp-client` version 0.1a0. It describes this new open-source client tool for LLM-based Multimodal Control Plane systems.

simonwillison.net agents
18d

Backstage with Lakebase, part 3

This article, part of a series, details the integration of Backstage with Databricks Lakebase. It discusses specific patterns for running a developer portal on the Databricks platform.

databricks.com databricks
18d

WebDuck: DuckDB as a Service

The article presents WebDuck, a service that provides DuckDB as a hosted offering. It describes a platform for running DuckDB in a service context.

webduck.autumo.ch duckdb
18d

Private Data in ATProto: Permissioned Data Proposal

The content details a technical proposal for implementing permissioned data within the ATProto, focusing on mechanisms for managing private data access and control in a decentralized environment. It outlines specific design considerations.

github.com governance
18d

The 3× Token Bill We Didn’t See Coming

The article describes how implementing a multi-agent architecture inadvertently tripled LLM token costs for a project. It details the underlying causes of this unexpected expense and explains the technical strategies and fixes that were ultimately employed to resolve the issue.

towardsdatascience.com llm
18d

Modeling Device Capabilities for Analytics

This article from the Netflix Tech Blog is expected to cover how Netflix approaches data modeling to represent various device capabilities for analytical purposes. It likely delves into schema design, metadata management, and the architectural considerations for handling such diverse data.

netflixtechblog.com data-engineering
18d

datasette-agent 0.4a0

This post announces the 0.4a0 alpha release of datasette-agent, an open source tool integrating LLM agents with Datasette. It details new features, bug fixes, and architectural changes in the agent framework, enabling natural language interaction with data stored in Datasette.

simonwillison.net llm
18d

How to Debug AI Coding Agents When They Change the Wrong Thing

This article presents practical methods for debugging AI coding agents, especially when they produce unintended changes. It outlines a process for recording model tool requests, actual function results, code patches, verification checks, screenshots, and maintaining a comprehensive run log for analy

towardsdatascience.com agents
18d

An API for MoQ: provision your own isolated relays

Cloudflare made every server a Media over QUIC (MoQ) relay last year. This post announces a new provisioning API that allows users to create isolated relays and control publishing and watching permissions.

blog.cloudflare.com engineering
18d

Introducing Supabase Evals

The article announces Supabase Evals, an open-source benchmarking tool. This tool measures the performance of AI coding agents when tasked with building applications using the Supabase platform.

supabase.com agents
18d

AgenticER: the next frontier in Entity Resolution

This arXiv paper introduces "AgenticER," a new approach to Entity Resolution, a critical problem in data management and knowledge graph construction. The work explores techniques ranging from traditional rule-based methods to modern deep learning and large language model approaches in the context of

arxiv.org agents
19d

Fully Inductive Cardinality Estimation

This arXiv paper investigates "Fully Inductive Cardinality Estimation," a method aimed at improving query optimization for Basic Graph Patterns (BGP) SPARQL queries executed over Knowledge Graphs. It discusses how recently developed learned estimators surpass traditional statistics- and sampling-bas

arxiv.org knowledge-graphs
19d

A Structured Knowledge Infrastructure for Domain-Specific Data Asset Discovery

This arXiv paper introduces a structured knowledge infrastructure designed to improve data asset discovery for domain-specific enterprise analytics agents. It identifies two primary failures: inaccurate retrieval by generic RAG systems (Hit@10=19.1%) and a lack of usage context that leads to metric

arxiv.org agents
19d

Asynchronous I/O in DuckDB: Work, Thread, Work

The article explores the challenges of data retrieval speed in database systems, even with fast query operators. It discusses how DuckDB historically mitigated this by pushing down filters and projections to read only necessary data, setting the stage for a discussion on asynchronous I/O.

duckdb.org duckdb
19d

What's new in clickhousectl v0.4.0

The `clickhousectl` v0.4.0 release introduces several new capabilities, such as horizontal autoscaling for ClickHouse Cloud services and enhanced schema discovery for ClickPipe. It also provides more granular control over ClickPipe data ingestion and implements opt-out anonymous usage telemetry.

clickhouse.com clickhouse
19d

Advancing the price-performance frontier with GPT‑5.6

This article discusses potential advancements in the price-performance of large language models, specifically referencing a hypothetical GPT-5.6. It likely analyzes the implications of such improvements for AI application development and resource optimization, exploring how these changes could shift

simonwillison.net llm
19d

Investigating three real-world incidents in our cybersecurity evaluations

This post investigates three real-world security incidents encountered during cybersecurity evaluations, likely involving AI systems or large language models. It details the nature of these incidents, the vulnerabilities exploited, and the lessons learned from their analysis, discussing best practic

simonwillison.net llm
19d

llm 0.32rc2

This article announces the 0.32 release candidate 2 for the `llm` command-line tool. It details the latest features, bug fixes, and improvements in this version, which enables users to interact with various large language models and manage prompts from the command line.

simonwillison.net llm
19d

GenRec: Towards LLM-Native Recommendation at Netflix

This article from the Netflix Tech Blog introduces "GenRec," exploring Netflix's approach to building recommendation systems using large language models. It is expected to detail architectural decisions, engineering challenges, and performance considerations for integrating LLMs into production reco

netflixtechblog.com ml
19d

The Pulse: Quitting Spotify Podcasts over reliability

The author details their decision to stop using Spotify's podcast platform due to chronic reliability issues. These problems surfaced as Spotify leadership emphasized AI adoption, a trend not observed with competitor platforms.

blog.pragmaticengineer.com engineering
19d

llm-chat-completions-server 0.1a0

This article announces the 0.1a0 alpha release of `llm-chat-completions-server`, an open-source tool providing an API for LLM chat completions. It introduces the server's architecture, deployment instructions, and core functionalities, aiming to simplify integrating LLM inference capabilities into a

simonwillison.net llm
19d

A Detailed Guide to Idempotency, Delivery Semantics, and Deduplication

The article explores fundamental concepts in distributed systems, focusing on idempotency, delivery semantics, and deduplication. It addresses scenarios such as handling timed-out requests and ensuring reliable message processing in complex system interactions.

blog.bytebytego.com architecture
19d

llm 0.32rc1

This post announces the 0.32 release candidate 1 for the `llm` command-line tool, an open-source utility for interacting with large language models. It details the initial set of features, bug fixes, and changes introduced in this development cycle, providing insights into the tool's ongoing evoluti

simonwillison.net llm
19d

GPU Management: Why Idle GPUs Are the New Grounded Aircraft

This article explores the challenges and implications of idle GPU resources in AI infrastructure, drawing an analogy to grounded aircraft. It likely discusses strategies and architectures for efficient GPU utilization in ML production environments.

huggingface.co mlops
19d

How to Build a Context Layer and a Company Brain

This article examines the requirements for building a context layer and a 'company brain' to enable LLMs to reliably use scattered corporate knowledge. It highlights the significant effort involved beyond initial proof-of-concept demonstrations.

towardsdatascience.com llm
19d

Dogfooding at scale: migrating cdnjs to Cloudflare’s Developer Platform

Cloudflare migrated cdnjs, which serves 9 billion requests daily, entirely onto their Developer Platform. This initiative involved running one of the Internet's busiest open-source CDNs on their internal building blocks, pushing the limits of Workflows and Workers for all users.

blog.cloudflare.com engineering
19d

How to Decode the Temperature Parameter in LLMs

This article decodes the temperature parameter in LLMs by connecting it to statistical physics. It explains the parameter's role in the transition from deterministic predictions to generative AI.

towardsdatascience.com llm
19d

Two-sided RDMA Striking Back for Disaggregated Memory Databaases

This paper investigates the role of two-sided RDMA as an optimization strategy for disaggregated memory databases. It examines how this technique can enhance high-speed data access and reduce latency for transaction processing.

arxiv.org architecture
20d

Revisiting the Algebraic Foundation of Relational Data

This paper re-examines Tarski's Algebra of Relations (TAR) as a potential new foundational framework for relational databases. The authors argue that TAR offers superior abstraction at both semantic and implementation levels compared to Codd's relational algebra.

arxiv.org architecture
20d

A Graph-Native Bitemporal Memory Store for Conversational AI Agents

This paper proposes a graph-native bitemporal memory store designed to provide persistent memory for conversational AI agents. The approach aims to overcome limitations of traditional methods like context window injection for managing long-term agent state.

arxiv.org ai-agents
20d

Building an S3 client with 20x more throughput and single core [video]

This video presents the process of developing an S3 client that achieves 20 times greater throughput while utilizing only a single CPU core. The discussion likely covers low-level optimization techniques and system design for high-performance object storage interaction.

youtube.com architecture
20d

After rewriting SQLite in Rust, Turso turns its sights on Postgres

Turso, known for its re-implementation of SQLite in Rust, is now directing its development efforts towards Postgres. This strategic pivot signals their expansion into building core database technologies for a wider range of applications.

theregister.com postgres
20d

How Jump Trading uses ClickHouse with Iceberg for analytics

Jump Trading leverages a self-managed ClickHouse platform in conjunction with Apache Iceberg to capture and analyze petabyte-scale financial trading logs. The system is designed to meet stringent demands for zero data loss and ultra-low latency in a high-stakes environment.

clickhouse.com clickhouse
20d

Choosing Between ClickStack and Grafana for ClickHouse Observability

The article examines the suitability of ClickStack versus Grafana for monitoring ClickHouse environments, exploring their respective advantages for observability workflows. It also discusses scenarios where utilizing both tools concurrently might be beneficial.

clickhouse.com clickhouse
20d

Benchmarking NVMe-backed Managed Postgres: PlanetScale and ClickHouse

The article details a benchmark study comparing the performance of ClickHouse and PlanetScale, both running on identical NVMe-backed hardware configurations. The results indicate that ClickHouse achieved up to 54% higher throughput while also demonstrating lower latency compared to PlanetScale.

clickhouse.com clickhouse
20d

How we secure Figma’s internal systems with agents

Figma's security team developed an AI agent capable of triaging alerts, performing forensic investigations, querying a security data lake, and generating code to resolve issues. This agent system includes a memory component for learned knowledge. The implementation reduced alert time-to-resolution b

figma.com agents
20d

A fast path for decoding fixed-length lists in Parquet

The article details a fast-path optimization for decoding fixed-length lists within the Parquet data format. It explains how this improvement enhances performance for specific data structures stored in Parquet files.

morling.dev parquet
20d

Reverse Engineering Google's Proprietary Hypervisor

The article details a technical journey of reverse engineering Google's proprietary hypervisor, focusing on uncovering its design and operational mechanisms. It explores specific components and methods used to understand this critical piece of Google's infrastructure.

alexhulbert.com engineering
20d

Show HN: 2-bit Qwen3.6-35B-A3B with ~100% FP8 quality retention

This 'Show HN' announces a 2-bit quantization of the Qwen3.6-35B-A3B large language model, claiming approximately 100% quality retention compared to higher precision formats like FP8. The release focuses on achieving high-efficiency LLM inference with minimal performance degradation.

huggingface.co llm
20d

Prompt Engineering Is Solved—Prompt Management Isn’t

This article explores the challenge of safely managing and changing prompts in production AI systems, highlighting how simple modifications can cause failures. It introduces a lightweight static analysis tool designed to treat prompts as contracts, helping to catch breaking changes proactively.

towardsdatascience.com ml
20d

Show HN: Rivora – An open-source memory layer for engineering tools

The article presents Rivora, an open-source project implementing a memory layer specifically designed for integration with various engineering tools. It aims to provide persistent and accessible contextual memory, enhancing the capabilities and state management of these tools.

github.com agents
20d

How ChatGPT Optimizes its Agent Loop: Harness, API, and Inference

This article explores the techniques employed by ChatGPT to optimize its agent loop, focusing on aspects like Harness, API interactions, and inference efficiency. It includes insights from OpenAI engineers who developed and implemented these efficiency measures within systems such as Codex and ChatG

blog.bytebytego.com llm
20d

Why Your Best Predictive Model Gives the Wrong Treatment Effect

This article explains why prediction-driven variable selection methods can fail to identify confounders, leading to incorrect treatment effect estimates. It presents Bayesian Adjustment for Confounding as a method to mitigate this issue.

towardsdatascience.com ml
20d

Loop Engineering Is a Pattern, Not a Feature

The article posits that 'loop engineering' should be considered a fundamental design pattern rather than an isolated feature within software development. It explores the implications of this perspective for system design and iterative development methodologies.

iii.dev architecture
20d

Avoiding Entity Key Drift in a Data Lake: Step 1, Normalization

This is the opening piece of a four-part deep dive series focused on building a high-frequency streaming pipeline against a live public API. The series addresses the challenge of avoiding entity key drift in a data lake, starting with normalization techniques.

towardsdatascience.com streaming
20d

Engineering Always-On Market Data Infrastructure for Crypto Trading

This article details the engineering challenges and solutions for building an always-on market data infrastructure specifically tailored for crypto trading environments. It covers architectural considerations for ensuring high availability and low latency in data pipelines.

medium.com streaming
20d

Preventing Data-Purpose Laundering by Agentic AI

The article explores the concept of "data-purpose laundering" by agentic AI, where AI agents might use data for purposes beyond their original authorization. It proposes a hardware-rooted pre-effectuation layer as a technical approach to enforce GDPR purpose limitations in AI systems.

futurium.ec.europa.eu agents
20d

Messier: A High-Resolution Corpus for Cross-Benchmark Agent Evaluation

The paper presents Messier, a new high-resolution corpus for evaluating AI agents. It aims to overcome limitations of fragmented tasks and scoring rules in existing interactive environments by providing a standardized, scalable approach for agent assessment.

arxiv.org agents
21d

Adding a custom MCP server to Claude and ChatGPT

The article details the process of integrating a custom MCP (Multi-Modal Control Plane) server with large language models such as Claude and ChatGPT. It likely covers the architecture and implementation steps for extending agent capabilities through custom services.

simonwillison.net llm
21d

How GPT-5.6 fuses frontier intelligence with frontier efficiency

This OpenAI blog post describes how GPT-5.6 integrates advanced intelligence with improved efficiency across its models, inference processes, and agentic workflows. The article explains how these advancements deliver more useful AI intelligence at a lower cost.

openai.com llm
21d

How a Live Context Graph Reduces Your AI Spend

The article explains how a live context graph can decrease LLM operational costs by minimizing token usage. It details how this approach enables more efficient agent output with tighter feedback loops and allows for the use of smaller, more cost-effective models.

materialize.com knowledge-graphs
21d

Instrumenting my espresso machine with OpenTelemetry

The article details instrumenting a Gaggia espresso machine like a distributed system using an ESP32 and OpenTelemetry. It covers streaming sensor data into ClickHouse Cloud and leveraging ClickStack with an LLM agent to make every espresso shot queryable for analysis.

clickhouse.com clickhouse
21d

A note on the Hugging Face agent incident

This article from Modal discusses an incident related to Hugging Face agents. It likely details the technical causes, impact, and mitigation strategies implemented following the event.

modal.com mlops
21d

Discovering cryptographic weaknesses with Claude

This piece investigates the use of the Claude language model for uncovering cryptographic weaknesses. It demonstrates how LLMs can be leveraged in security research to analyze and potentially discover flaws in cryptographic implementations.

simonwillison.net llm
21d

LLMs often miss subtle visual artifacts in data visualizations

This article explores the phenomenon of Large Language Models failing to detect subtle visual artifacts present in data visualizations. It discusses the implications of these limitations for interpreting and generating insights from visual data using AI.

opensource.posit.co llm
21d

ClickCannon: Building a Tool for Benchmarking ClickHouse

The article details the development of ClickCannon, a specialized tool designed for benchmarking ClickHouse performance. It covers the architectural considerations, implementation details, and the methodology used for conducting benchmarks.

clickhouse.com clickhouse
21d

Eval-driven development: Lessons from evaluating GenAI at scale

This article from Airbnb Engineering explores the concept of "eval-driven development" within the context of Generative AI. It shares practical lessons and insights gained from the process of evaluating GenAI systems operating at scale in a production environment.

medium.com ml
21d

From prototype to production: High QPS for Databricks AI Search

This article describes the challenges and solutions in moving an AI search prototype to a high query per second production system. It covers the architectural considerations and optimizations required to achieve high performance and reliability for search functionalities across various applications.

databricks.com mlops
21d

The OlmoEarth Platform: Geospatial inference at planetary scale

The article introduces the OlmoEarth Platform, designed for geospatial inference at a planetary scale. It details the architectural and engineering challenges involved in processing vast amounts of geographical data for machine learning models.

huggingface.co ml
21d

How We Pushed CDC into Postgres

The article describes Snowflake's approach to implementing Change Data Capture (CDC) directly within PostgreSQL for replicating data to Snowflake. It details the engineering challenges and solutions involved in building a robust, performant replication mirroring system.

snowflake.com postgres
21d

Why Hardware Engineering is the next target for Agents

The article explores the application of AI agents to hardware engineering, positing it as the next frontier for agentic architectures. It discusses how agents can be leveraged for design, optimization, and verification in hardware development.

assistedeverything.substack.com agents
21d

LFM2.5-Encoders for Fast Long-Context Inference on CPU

This article details LFM2.5-Encoders, a method designed to accelerate long-context inference for large language models running on CPUs. It describes the technical approach for achieving faster processing times and improved efficiency in these environments.

huggingface.co ml
21d

MCP Explained: How Modern AI Agents Connect to the Real World

This article explains the MCP (Multi-modal Communication Protocol), detailing its role in enabling modern AI agents to interact with external tools and the real world. It covers the evolution from custom integrations to a standardized approach for tool access within agentic systems.

towardsdatascience.com agents
21d

Show HN: Ciaren – Visual data pipelines that export real Polars/Python

Ciaren is an open-source visual workflow tool for building Python data pipelines that offers the ability to export the generated workflows as actual Polars and Pandas code. It allows users to design pipelines visually and execute them locally while maintaining code readability.

ciaren.com polars
21d

Apache Iceberg v4: An Efficiency Rewrite of the Table Format

Iceberg 1.11.0, released in May 2026, fully implements the v3 specification, introducing features such as deletion vectors, the VARIANT type, and row lineage. The article then introduces the concept of v4, noting that its specification is still in early development.

dremio.com iceberg
21d

iFVS: Towards Instance-Optimized Filtered Vector Search

The research introduces iFVS, an instance-optimized approach to filtered vector search (FVS), which is crucial for combining vector similarity with relational predicates in AI+DB systems. It discusses the role of quantization in improving query processing efficiency over large vector datasets.

arxiv.org vector-db
22d

ABISS: Evaluating Text-to-SQL Systems Through Agent Interaction

This research introduces ABISS, a system for evaluating Text-to-SQL systems using agent interaction, to address shortcomings of current benchmarks with ambiguous real-world queries. It highlights existing gaps that hinder the performance of LLMs in practical Text-to-SQL scenarios.

arxiv.org llm
22d

Extending Desbordante with Probabilistic Functional Dependency Discovery Support

This research extends the Desbordante system to include support for discovering probabilistic functional dependencies (FDs). It highlights the importance of FDs as complex patterns extracted during data profiling, which are crucial for tasks like data cleaning, deduplication, and anomaly detection.

arxiv.org data-quality
22d

Kalypso: Relational LLM Serving

The paper introduces Kalypso, a system for relational LLM serving, designed to optimize LLM operations within database contexts. It addresses the inefficiencies of existing request-centric LLM serving systems when LLMs are used as semantic operators for tasks such as filtering, extracting, and trans

arxiv.org llm
22d

Answering Conjunctive Queries with Aggregations under Updates

This paper investigates dynamic query processing, specifically focusing on maintaining up-to-date answers for conjunctive queries with aggregations under insertions and deletions. It precisely characterizes the classes of conjunctive queries that are maintainable under various update scenarios.

arxiv.org databases
22d

EviDC: A Violation-Guided Algorithm for Incremental Denial Constraint Discovery

The article presents EviDC, an algorithm for incremental denial constraint discovery. It focuses on how to update constraint sets when new data invalidates existing integrity constraints in dynamic datasets. The approach uses a violation-guided method to efficiently manage data quality rules.

arxiv.org data-quality
22d

TEmBed-T: A Multi-Dimensional Benchmark for Table-Level Embeddings

TEmBed-T is a new multi-dimensional benchmark specifically created to evaluate table-level embeddings. These embeddings are fundamental for applications such as table retrieval and data lake discovery. The benchmark aims to provide a comprehensive evaluation framework for learning table representati

arxiv.org ml
22d

Domain-Specific Data Quality Analysis Using Technology-Independent Query Templates

The article introduces a framework for conducting domain-specific data quality analysis. It leverages technology-independent query templates to define and assess data quality, acknowledging that quality definitions are highly context-dependent. This approach aims to make data quality management more

arxiv.org data-quality
22d

Beyond Scale and Generation: Understanding Language Model-based Entity Matching

The article investigates language model-based entity matching, distinguishing between bi-encoder, cross-encoder, and generative matcher architectures. It aims to provide a deeper understanding of how these different LLM approaches perform for identifying records that refer to the same real-world ent

arxiv.org llm
22d

Why strict memory overcommit matters for Postgres

This article explains why ClickHouse Managed Postgres uses strict memory overcommit by default, detailing how it transforms an instance-wide OOM restart into a single failed query without measurable throughput cost, with comparative data on identical hardware.

clickhouse.com postgres
22d

moonshotai/Kimi-K3

This entry refers to the "moonshotai/Kimi-K3" GitHub repository, which focuses on projects leveraging large language models and AI agents. It likely presents a new open-source initiative or tool in the field of agentic LLM applications.

simonwillison.net llm
22d

Custom Incrementalization for Dynamic Tables | Snowflake

The article details how Thrive Learning implemented custom incrementalization for Snowflake Dynamic Tables. This approach reduced auto-clustering costs by 99% while successfully preserving data lineage.

snowflake.com snowflake
22d

Indexing the Data Lake for Online Point Queries

The article from Spotify Engineering addresses the challenge of making vast quantities of data stored in data lakes accessible at low latency for online services. It likely details the indexing strategies and architectural decisions implemented to support efficient online point queries.

engineering.atspotify.com data-engineering
22d

How NVIDIA Builds Open Models for the Age of AI

Bryan Catanzaro, VP of Applied Deep Learning Research at NVIDIA, explains the methodology and architectural considerations behind the company's development of open models, including their rationale for open-sourcing these initiatives.

blog.bytebytego.com ml
22d

Reducing Human Annotation with ML Active Learning

The article explains how to implement ML active learning to reduce the need for extensive human data annotation, thereby optimizing resource allocation in machine learning workflows.

towardsdatascience.com ml
22d

We’re open sourcing our privacy proxy CLI

Cloudflare has open-sourced pvcli, a command-line interface tool developed to streamline the testing of intricate privacy protocols, such as OHTTP. The tool aims to simplify the validation and debugging process for these complex network standards.

blog.cloudflare.com engineering
22d

Apache Iceberg Metadata Tables: Querying the Internals

This article, part of an Apache Iceberg Masterclass, explains how Iceberg exposes its internal metadata as queryable virtual tables. It details how users can leverage standard SQL to inspect these metadata tables, allowing for deeper insight into Iceberg table operations and state.

dremio.com iceberg
22d

How I Reproduced BM25, Dense Retrieval, and SPLADE on a 16GB MacBook

The author details the process of reproducing three retrieval baselines: BM25, dense retrieval, and SPLADE, on a 16GB MacBook. The post covers practical aspects such as encountering crashes, implementing fixes, and validating score checks, all relevant for developing robust RAG systems.

towardsdatascience.com ml
22d

Prompt as a Data Type: In-Database LLM Prompt Management and Rewriting

This arXiv paper introduces the concept of treating LLM prompts as a distinct data type within databases for management and rewriting. It discusses the increasing use of LLMs in database-backed applications for tasks such as classifying tuples, filtering records using semantic predicates, and enrich

arxiv.org llm
23d

MosaicJoin: Compact Semantic Sketches for Value-Level Join Discovery

This arXiv paper presents MosaicJoin, a system that utilizes compact semantic sketches to facilitate value-level join discovery. It addresses the challenge of identifying joinable columns in diverse datasets, particularly within data lakes and open-data repositories, beyond traditional equi-joins.

arxiv.org data-engineering
23d

Benchmarking Text-to-SQL under Role-Based Access Control

This arXiv paper focuses on benchmarking Text-to-SQL systems under Role-Based Access Control (RBAC). It highlights that current benchmarks often assume unrestricted database access and proposes a new evaluation method to assess Text-to-SQL systems' performance and reliability in environments with pr

arxiv.org llm
23d

Rethinking Accuracy: A Weighted Error-Based Metric for Data Quality

This paper proposes a new weighted error-based metric designed to improve the comparison and evaluation of different data cleaning pipelines. It highlights the difficulty in objectively assessing data quality and determining the most effective cleaning strategies. The proposed metric aims to provide

arxiv.org data-quality
23d

GPU-Accelerated ANNS: Quantized for Speed, Built for Change

This paper investigates GPU acceleration for Approximate Nearest Neighbor Search (ANNS), a fundamental problem in machine learning and information retrieval. It details how GPUs leverage massive parallelism for distance computations and discusses the use of quantization techniques to achieve high pe

arxiv.org vector-db
23d

Show HN: Distill and serve models with frontier quality for half the cost

The article presents world-model-optimizer, an open-source tool that continuously refines models tailored for AI agents. It leverages captured agent traces to distill relevant chain-of-thought, enhancing model efficiency and performance while reducing operational costs.

github.com mlops
23d

How to Give an LLM Agent a Browser

The article describes the process of constructing an LLM agent that can interact with a browser. It outlines the use of the OpenAI Agents SDK and Playwright MCP to achieve this browser-enabled agent functionality.

towardsdatascience.com agents
23d

sqlite-utils 3.39.1

This article details the release of `sqlite-utils` version 3.39.1. It likely covers new functionalities, bug fixes, and general improvements for interacting with SQLite databases using this utility.

simonwillison.net data-engineering
24d

BGP ORIGIN attribute manipulation and its impact on the Internet

Cloudflare's in-depth testing reveals that nearly 70% of BGP paths experience ORIGIN attribute rewrites by transit providers seeking traffic advantages. The article examines the global impact of this widespread practice and advocates for the deprecation of the ORIGIN attribute in route selection.

blog.cloudflare.com engineering
25d

Why Adding More AI Agents Made Our System Slower

The article investigates a scaling challenge encountered when increasing the number of AI agents, revealing how small, asynchronous CPU tasks became the primary bottleneck. It describes the hidden costs involved in scaling hundreds of LLM agents within a production system.

towardsdatascience.com agents
26d

My agent cloned GitHub (sort of) using the Neon backend

An individual used an AI agent and a Neon backend suite to create a working Git host. The project, initiated during a GitHub outage, involved navigating Git server internals with no prior knowledge and demonstrates the agent's ability to tackle complex system building.

neon.com postgres
26d

Bringing Nunchaku 4-bit Diffusion Inference to Diffusers

The article details the technical process and implications of implementing Nunchaku 4-bit diffusion inference within the Diffusers library. It likely covers the methodologies for achieving efficient, low-bit inference for diffusion models.

huggingface.co ml
27d

Are AI labs pelicanmaxxing?

This article introduces and explores the concept of 'pelicanmaxxing' within AI labs, analyzing a specific trend or strategic behavior observed in the development of large language models. It examines the implications of this approach for current and future AI systems.

simonwillison.net llm
27d

Simplify AI agent orchestration with Lakebase Postgres

The article discusses simplifying the orchestration of AI agents through the use of Lakebase Postgres. It references the traditional complexities of auditing processes in its introduction.

databricks.com agents
27d

Debug your Postgres from the terminal: a tour of `neon inspect db`

The Neon CLI now includes `neon inspect db`, a tool for high-signal, read-only Postgres diagnostics accessible directly from the terminal. It simplifies identifying slow queries by running predefined queries against Postgres' internal statistics and catalog views, presenting results in a clean table

neon.com postgres
27d

Loop Engineering for RAG Generation: Iterate top-k One at a Time

The article outlines advanced RAG generation techniques, focusing on two distinct methods for passing retrieved candidates to the generation component. It explains the use of a sufficiency signal to choose between these methods and a per-question type dispatch system designed to reduce operational c

towardsdatascience.com ml
27d

Best Practices for Building AI Agents That Work in Production

This article explores a curated set of best practices for constructing AI agents designed to function reliably in production environments. It delves into the rationale behind each practice, offering insights into effective agentic architectures and patterns.

blog.bytebytego.com agents
27d

How To Build Your Own LLM Runtime From Scratch

The article provides a step-by-step guide to constructing an LLM inference runtime from its foundations, detailing processes such as custom weight integration and CUDA graph capture on an H100 GPU. It includes a tour of a small runtime named annotated-llm-runtime and discusses three significant bugs

towardsdatascience.com llm
27d

Orchestrions

This article introduces the concept of 'Orchestrions,' detailing a new architectural pattern for designing and orchestrating AI agents. It explores how these components can improve the coordination, reliability, and functionality of complex agentic systems.

simonwillison.net llm
27d

Build an LLM Agent That Can Write and Run Code

The article offers a practical guide to developing an LLM agent that can generate and execute code. It details the implementation process using the OpenAI Agents SDK and Docker for managing the execution environment.

towardsdatascience.com agents
27d

Agent swarms are great for local AI

This blog post investigates the advantages of deploying agent swarms for local AI implementations. It delves into the architectural considerations and patterns that make agent swarms effective in resource-constrained or edge environments. The article presents arguments for their utility in decentral

jonready.com agents
28d

Announcing DuckDB 1.5.5

The article announces DuckDB v1.5.5, which is the sixth patch release in the DuckDB 1.5 (Variegata) series. This update includes various bugfixes, performance enhancements, and security patches. Complete release notes are available on GitHub.

duckdb.org duckdb
28d

Now Turso is building Postgres in Rust too

This article explains how a petabyte of Postgres data distributed across 256 shards, each with a primary and two replicas, can be presented as a single logical database. It covers the architectural patterns of replication and sharding necessary to achieve this massive scale.

postgresweekly.com postgres
28d

Rex: Encoding Human Behavior Into a Simulation Engine

Atlan developed Rex, a simulation engine that integrates five years of anthropological research into personas. These personas are used to stress-test AI products before their release to real users, identifying potential issues.

blog.atlan.com agents
28d

Benchmarking the ClickStack MCP Server with hdx-evals

This article provides an in-depth look at hdx-evals, an open-source framework developed to benchmark the ClickStack MCP server. It details the methodology, which involves deterministic synthetic incidents, sandboxed Claude agents, and blind LLM grading against a raw SQL baseline.

clickhouse.com clickhouse
28d

Lower token usage through representation engineering

This article directs to a GitHub repository that explores methods for reducing token usage in large language models through representation engineering. It presents a technical approach to optimizing LLM efficiency.

github.com llm
28d

One table to train your robot: LanceDB as the data layer for robotics

This article explains how LanceDB unifies robotics video and metadata to facilitate faster training workflows. It covers capabilities like frame-level access, streaming, search, schema enforcement, and efficient dataset curation for robotics applications.

lancedb.com vector-db
28d

From Seed Scripts to Desired-State Reference Data in PostgreSQL

This article details a robust approach to managing desired-state reference data within PostgreSQL environments. It outlines techniques for transitioning from simple seed scripts to a more controlled, idempotent process. The post covers ensuring consistency and reliability of reference data updates.

vvka-141.github.io postgres
28d

The State of Simulation for Physical AI: An Overview

This article from Hugging Face reviews the current landscape of simulation techniques applied to physical AI systems. It discusses the key challenges and advancements in creating realistic and effective simulation environments for training and evaluating AI models. The overview explores various face

huggingface.co ml
28d

California Sea Lion

This article, titled 'California Sea Lion,' is from Simon Willison and covers topics related to large language models and AI agents. It likely explores an advanced or conceptual aspect within these fields, consistent with the author's other works.

simonwillison.net llm
28d

Show HN: A SQL engine with semantic operators to query unstructured data

This 'Show HN' project presents a new SQL engine designed to query unstructured data through the introduction of semantic operators. The project's GitHub repository showcases its capabilities and underlying design for integrating advanced semantic understanding into SQL queries.

github.com sql-engines
28d

YouTube System Design for Robotics Data Infrastructure

The article explores a system design for robotics data infrastructure. It frames the design in terms of YouTube's architecture principles to manage and process large volumes of robotics data.

hebbianrobotics.com architecture
28d

Personalizing Airbnb search by learning from the guest journey

This article describes Airbnb's approach to personalizing search results by leveraging data from the guest journey. It outlines how user behavior signals are collected and processed to build models that inform search ranking. The post likely details the underlying data infrastructure and machine lea

medium.com data-engineering
28d

We cut Flink OOMKills by 91.2%: Zombie block cache and phantom CPUs

The article details how a team achieved a 91.2% reduction in Flink OOMKills by addressing issues related to 'Zombie block cache' and 'phantom CPUs'. It covers specific technical insights into Flink's resource management and optimization strategies.

developer.confluent.io flink
28d

Inside Roblox’s Bet on World Models

This article features an interview with Roblox's Senior Vice President of Engineering, Anupam Singh, discussing the company's use of world models. The conversation covers how these models contribute to photorealistic multiplayer games, key insights gained from this approach, and future directions fo

blog.bytebytego.com ml
28d

Nativ: Run AI models locally on your Mac

This article introduces Nativ, a tool designed for executing AI models locally on a Mac. It explores the practical aspects of running these models directly on a user's machine.

simonwillison.net llm
28d

EtLT: The Middle Ground Your Data Pipeline Has Been Missing

This article introduces the EtLT pattern, presenting it as an alternative data processing paradigm. It explores the conceptual framework of EtLT and its potential applications in modern data pipelines.

seatunnel.apache.org data-engineering
28d

How the 2026 World Cup affected Internet traffic

Cloudflare analyzed global HTTP traffic patterns to understand the impact of the 2026 World Cup on internet activity. The analysis revealed how kickoff times, streaming habits, and breaks influenced online surges and browsing spikes worldwide. It details how global connectivity was reshaped during t

blog.cloudflare.com engineering
28d

A Fireside Chat with Cat and Thariq from the Claude Code team

The article presents a fireside chat with Cat and Thariq from the Claude Code team, discussing their work on LLMs and AI agents, particularly in the context of code generation and understanding. The discussion covers insights and challenges encountered in developing these advanced models.

simonwillison.net llm
28d

Postgres 19 Compression: from pglz to LZ4

This article provides an in-depth look at the compression enhancements introduced in Postgres 19, specifically the transition from pglz to LZ4. It examines the technical details and performance benefits of the new compression algorithm.

crunchydata.com postgres
28d

Incremental View Maintenance on DuckDB

This project introduces an implementation of Incremental View Maintenance for DuckDB, enabling efficient updates to materialized views. It explores the technical approach for maintaining views incrementally within the DuckDB ecosystem.

github.com duckdb
28d

I-Rex: An Interactive Debugger for SQL

The article presents I-Rex, an interactive debugger designed for SQL, addressing the inherent difficulty experienced programmers face in writing semantically correct SQL queries and identifying logical bugs within them.

arxiv.org sql-engines
29d

Towards Inference-Aware Privacy Guidance for Data Preparation

The article explores methods for guiding data preparation with privacy in mind, particularly for sensitive data that will yield artifacts for analysis, sharing, or model training, contrasting this with current utility-driven workflows where curators modify attributes and values.

arxiv.org data-governance
29d

Extending Elle for Transaction Workloads with Duplicate Values

This article discusses extending Elle, a widely adopted black-box isolation validator, to handle transaction workloads that contain duplicate values. This extension addresses a practical challenge, as Elle traditionally relies on a unique-value assumption for sound and efficient isolation validation

arxiv.org architecture
29d

Terascale Query Processing in the Browser: Rethinking GPU Acceleration

This article explores GPU acceleration for recursive query computation, a core component of graph algorithms and relational databases, specifically targeting terascale processing within web browsers. It rethinks prior work on GPU implementations for fixed-structure recursive queries.

arxiv.org analytics
29d

Panache: One-Pass Motif Discovery at Every Window Length

This article introduces Panache, a one-pass algorithm for discovering motifs within time series data across all possible window lengths. Motif discovery, the search for recurring patterns, is a fundamental operation in exploratory data analysis where the duration of patterns is often unknown.

arxiv.org data-engineering
29d

Turning robot video into training-ready data

The article addresses the process of converting robot video footage into data suitable for training AI models. It introduces concepts around 'Daft Physical AI' for preparing this type of data.

eventual.ai mlops
29d

Apache Iceberg Rust 0.10.0 Release

The Apache Iceberg community released version 0.10.0 of its native Rust client, iceberg-rust. This release consolidates development work over several months, incorporating 254 pull requests from 40 contributors, indicating substantial technical advancements.

iceberg.apache.org iceberg
29d

Migrate Datadog telemetry with the OpenTelemetry Collector

This article describes how recent enhancements to the OpenTelemetry Collector's Datadog receiver enable teams to redirect telemetry data. This allows data from existing Datadog agents and SDKs to be rerouted to ClickStack or other OpenTelemetry destinations, simplifying migration and evaluation proc

clickhouse.com clickhouse
29d

Grabette: an open system to record robot-manipulation data

The article introduces Grabette, an open system designed for recording robot-manipulation data. It details the architecture and components involved in capturing and managing data from robotic interactions, offering a technical perspective on an ML-specific data infrastructure.

huggingface.co ml
29d

Query Profiling: See Where a Slow Query Spends Its Time

The article describes query profiling capabilities within Weaviate, designed to identify performance bottlenecks in slow queries. It explains how query profiling provides a detailed per-stage and per-shard timing breakdown, illuminating where query execution time is spent.

weaviate.io vector-db
29d

Cloudflare Internal DNS is now generally available

Cloudflare has made its Internal DNS generally available, extending authoritative and recursive DNS capabilities for private networks. This service leverages the same global network and control plane used for Cloudflare's Zero Trust, networking, and public DNS.

blog.cloudflare.com architecture
29d

Show HN: Provena: Open-Source Library for AI Agent Context Governance

Provena is an open-source library designed to govern the context input layer for AI agents, aiming to fill a gap where existing tools manage agent actions or outputs but not their contextual understanding. The project is actively seeking contributors for its development.

github.com agents
29d

The /Goal Function Made Loop Engineering Click for Me

The article discusses a conceptual framework where 'goal functions' are central to understanding 'loop engineering.' It provides an insight into designing systems with embedded objectives and feedback mechanisms.

bhart.org agents
29d

Reverse-engineering is cheap now

This article explores how recent technological advancements, likely involving large language models, have reduced the cost and effort associated with reverse engineering tasks. It discusses methods and implications for technical practitioners.

simonwillison.net llm
29d

Why Data Scientists Keep Saying Not to Use Prophet

This article examines the reasons behind data scientists' skepticism toward the Prophet forecasting library. It delves into the technical limitations, underlying assumptions, and potential pitfalls that make it unsuitable for certain production forecasting tasks.

codebynight.dev ml
29d

Scaling document classification to 100k+ labels

This article describes strategies for scaling document classification systems to handle over 100,000 distinct labels, detailing the architectural considerations and techniques employed for high-throughput and accuracy in production environments.

databricks.com ml
29d

Engineering a Fast Logger

This article details the engineering challenges and solutions involved in building a high-performance logging system. It likely covers aspects such as efficient I/O, concurrency control, data serialization, and minimizing overhead for fast log capture in production environments.

blog.coderspirit.xyz engineering
29d

How to Run Claude Code Agents for 24+ Hours

This article outlines techniques for operating Claude code agents continuously for over 24 hours. It focuses on applying long-running coding agents to enhance engineering productivity.

towardsdatascience.com agents
29d

Content Ingestion & Podcast Video Incident Report

Spotify Engineering published an incident report addressing a series of reliability issues experienced by podcast creators over two months. The report focuses on problems within their content ingestion and podcast video systems.

engineering.atspotify.com engineering
29d

Show HN: DeepSQL – A self-hostable AI DBA agent for Postgres and MySQL

This project introduces DeepSQL, an AI DBA agent designed for self-hosting with Postgres and MySQL databases. Developed by an ex-Oracle Query Engine team, it originated as an internal tool to manage database bottlenecks for a company operating 13,000+ hotels in production.

deepsql.ai agents
29d

One Weird Trick to Make Rapid Storage 40x Faster - WarpStream

The article explains how WarpStream achieves significant latency reductions with GCP Rapid Buckets by using pre-warmed writer pools and optimizing file finalization processes. It details how these techniques contribute to a 3x improvement in P99 latency.

warpstream.com streaming
29d

Safety and alignment in an era of long-horizon models

OpenAI discusses insights gained from deploying long-running AI models, emphasizing newly identified safety risks and observed failures. The article details how improved safeguards were developed and implemented through an iterative deployment process.

openai.com llm
29d

Efficient and Effective In-place Graph-based Vector Index Updates

This arXiv paper proposes an efficient and effective method for in-place updates of graph-based vector indices. It focuses on the challenges of frequently inserting and deleting vector data while maintaining high recall, which is critical for real-time information processing in the context of Large

arxiv.org vector-db
30d

Multiverse: Transactional Memory with Dynamic Multiversioning

This arXiv paper introduces "Multiverse," a new approach to software transactional memory (STM) incorporating dynamic multiversioning. It addresses limitations in existing STMs, aiming to improve performance for concurrent data structures while simplifying atomicity for programmers.

arxiv.org architecture
30d

PRIME: Efficient Algorithm for Token Graph Routing Problem

This arXiv paper proposes "PRIME," an efficient algorithm to solve the token graph routing problem. It reframes asset exchanges on blockchain platforms as a graph query optimization task, where assets are vertices and exchanges are edges, focusing on routing within this graph structure.

arxiv.org knowledge-graphs
30d

OptFSST: Optimized FSST String Compression

This arXiv paper introduces OptFSST, an optimized version of the Fast Static Symbol Table (FSST) string compression algorithm. It emphasizes the importance of lightweight compression with fast random access for efficient query processing, especially given that strings constitute a significant portio

arxiv.org arrow
30d

Nvidia DGX Spark as a daily driver

The article details the author's experience using an Nvidia DGX machine as a primary computing environment for Spark workloads. It covers setup, performance considerations, and daily workflows for large-scale data processing or machine learning tasks.

daniel.lawrence.lu spark
30d

Show HN: BlazeRules – YAML rule engine for streaming data, 3M records/SEC

BlazeRules is a YAML-defined rule engine designed for high-throughput processing of streaming data, achieving 3 million records per second. The system processes incoming data by reprojecting it into a vectorized, columnar format for efficient rule execution, initially conceived as a sub-millisecond

news.ycombinator.com streaming
30d

Show HN: Pgnudge – tell your app which Postgres tables just changed

Pgnudge is a new asynchronous Python library designed to notify applications about changes in Postgres tables without requiring aggressive polling. It aims to provide a more efficient and responsive mechanism for tracking data modifications in real-time.

github.com postgres
30d

Platform engineering's new job: serving environments at agent speed

The article explores the evolving responsibilities of platform engineering, emphasizing the need to provision and manage environments at the rapid speeds required by modern AI agents. It discusses architectural patterns and operational strategies to support these high-velocity demands.

thenewstack.io agents
30d

AI Demands More Engineering Discipline

This article explores the necessity of applying rigorous software engineering principles to artificial intelligence systems. It delves into the architectural and process considerations required to develop and maintain robust, reliable, and production-ready AI applications.

charity.wtf mlops
30d

Your AI Agent Passed Every Eval. Finance Still Killed It.

This article describes a situation where an AI agent successfully met all technical evaluation metrics but was ultimately decommissioned because the cost of its successful resolutions exceeded the expense of human alternatives. It highlights the economic challenges in deploying AI solutions.

towardsdatascience.com mlops
30d

We are entering the graph engineering phase

This article posits that the industry is transitioning into a significant 'graph engineering phase,' highlighting the increasing importance of graph technologies and paradigms in data systems and architecture.

drjoshcsimmons.com knowledge-graphs
31d

The Case for Systems Engineering in the Agentic Era

This article argues for the necessity of strong systems engineering practices in the development and deployment of AI agents. It outlines why structured approaches are crucial for managing complexity in agentic architectures.

goyalankit.com agents
31d

AI Mania Is Eviscerating Global Decision-Making

This article from Simon Willison provides a critical examination of the current state of AI, arguing that the pervasive focus on AI is negatively impacting global decision-making processes. It likely delves into the underlying reasons for this detrimental effect.

simonwillison.net llm
31d

Claude Code uses Bun written in Rust now

The article announces that the Claude Code agent now utilizes Bun, a JavaScript runtime built with Rust. It discusses the technical motivations behind this architectural change and the expected benefits for the agent's performance and efficiency.

simonwillison.net llm
31d

Why huge pages matter for Postgres?

A ClickHouse engineering post explains why enabling huge pages matters for Postgres performance, covering how transparent huge pages interact with memory management and query performance on managed Postgres. It walks through the tuning tradeoffs and measured effects.

clickhouse.com postgres
31d

SQLite Query Explainer

This article introduces a tool that leverages large language models to explain SQLite queries. It details how the system breaks down query components, interprets SQL syntax, and provides human-readable explanations of query logic and potential execution flow.

simonwillison.net llm
31d

A pivotal summer

The article discusses the technical enhancements introduced in Trino versions 482 and 483. It highlights how Trino 482 focused on expanding the SQL dialect by closing gaps with various standard predicates and forms, while Trino 483 continues this development.

trino.io trino
32d

In-House LLM Serving at Netflix

Netflix's engineering team describes building in-house infrastructure for serving large language models rather than relying solely on external APIs. The post covers the architecture, tradeoffs, and operational lessons behind running LLM inference at Netflix's scale.

netflixtechblog.com llm
32d

Loop Engineering in Production: Putting AI Agents on Call

Atlan describes running an investigation agent called Sherlock in production for data quality incidents, covering the scaffolding that made it useful in real incidents. The post cites suppressing about 85% of roughly 11,000 monthly alerts as noise before a model runs, and cutting investigation time

blog.atlan.com observability
33d

The Pulse: What can we learn from Bun’s rapid Rust rewrite with AI?

The Pragmatic Engineer covers Bun's rapid migration from Zig to Rust, reportedly costing around $165,000 and taking 11 days with heavy use of AI coding tools, compared to an estimated 1-2 years for a manual rewrite. The piece examines what made the AI-assisted migration feasible and what a thoroughl

blog.pragmaticengineer.com engineering
33d

Make Handwritten Notes Searchable: Optimizing an OCR Pipeline with LanceDB

LanceDB describes building an OCR pipeline for handwritten medical notes using DSPy and GEPA for prompt optimization alongside LanceDB to manage images, labels, outputs, and retrieval. The post covers how these components combine to make handwritten notes searchable.

lancedb.com vector-db
33d

Introducing Apache Spark 4.2

Databricks announces Apache Spark 4.2, describing how the release extends Spark further into the modern data and AI stack. The post covers new engine capabilities and how they fit into current data and AI workloads.

databricks.com spark
33d

Scaling to 1 million concurrent sandboxes in seconds

Modal describes the engineering behind scaling to one million concurrent sandboxes within seconds, covering the architecture that allows rapid provisioning of isolated execution environments at that scale. The post details the systems challenges involved in sandbox orchestration at this volume.

modal.com architecture
34d

What building Shippy taught us about building agents

Allen Institute for AI describes lessons learned from building Shippy, an agent-based tool, covering the architectural and product decisions that shaped it. The post reflects on what worked and what didn't while building a production agent.

huggingface.co agents
34d

Model Routing Is Simple. Until It Isn’t.

IBM Research explains why model routing, choosing which LLM should handle a given request, is harder in practice than it first appears. The post covers the tradeoffs and failure modes that complicate naive routing strategies.

huggingface.co llm
34d

How I tricked Claude into leaking your deepest, darkest secrets

Simon Willison describes a technique for tricking Claude's web fetch capability into exfiltrating a user's private data through a prompt injection attack. The post covers how the exploit works and its implications for agent security when tools can access both private data and the open web.

simonwillison.net agents
34d

Replacing the HDB: ClickHouse for historical ticker data

ClickHouse walks through loading billions of Binance tick records into the database, showing how columnar storage and codecs compress trade and quote data by a factor of 19. The post covers how standard SQL handles VWAP, OHLC candles, and as-of joins at millisecond granularity.

clickhouse.com clickhouse
35d

RaBitQ Gets Faster: Higher Recall, Lower Latency, Query-Time Control

LanceDB describes improvements to its RaBitQ-based vector index, covering how the latest IVF_RQ implementation raises recall, cuts P99 latency, and lets teams tune vector search accuracy at query time using an approx_mode setting. The post covers the internals of the quantization and indexing improv

lancedb.com vector-db
35d

How LLMs Learn to Be Helpful (RLHF vs DPO)

ByteByteGo explains how large language models learn to be more helpful, covering why instruction-following alone is insufficient and walking through the two dominant preference-learning methods, RLHF and DPO. The post compares the mechanics of each approach.

blog.bytebytego.com llm
35d

Enhancing Ray Cluster Stability With Resource Isolation

This article describes methods for improving the stability of Ray clusters through resource isolation techniques. It covers how to configure and manage compute, memory, and network resources to prevent contention between different tasks or applications running on a shared cluster, thereby ensuring m

anyscale.com mlops
35d

Full CDC semantics land in the Iceberg output for Redpanda Connect

Redpanda describes adding full CDC semantics to the Iceberg output of Redpanda Connect, so lakehouse tables reflect the current state of a source database instead of a stale nightly batch snapshot. The post covers how the CDC pipeline keeps Iceberg tables continuously up to date.

redpanda.com streaming
36d

@clickhouse/rowbinary: when your library is also a parser compiler

ClickHouse releases @clickhouse/rowbinary, a Node.js reader and writer for ClickHouse's RowBinary format that can be used as a standard library or invoked as an agent skill via a bundled SKILL.md file. The post covers the design of a library that doubles as a parser compiler.

clickhouse.com clickhouse
36d

Modernizing the Meta Ads Service With an Open-Source Kernel Scheduler

Meta engineers describe how a Linux kernel upgrade risked regressing latency across the ad-serving fleet, prompting them to build a custom scheduler using sched_ext, the upstream BPF-based extensible scheduling framework. The post covers the technical approach and the latency-sensitive constraints t

engineering.fb.com engineering
36d

How Data Lake Table Storage Degrades Over Time

Part of a fifteen-part Apache Iceberg masterclass, this Dremio piece explains five distinct ways Iceberg table storage degrades over time and how to detect each problem before it affects query performance. It covers the difference between how a table performs on day one versus a year later without m

dremio.com iceberg
36d

Tableflow: Turn Kafka Topics into Iceberg Tables

Confluent describes Tableflow, a feature that turns Kafka topics directly into Iceberg tables for zero-ETL analytics. The post covers automatic schema evolution and how the resulting tables integrate with open catalogs.

confluent.io kafka
39d

Measuring the Impact of Personalized Recommendations

Netflix describes its methodology for measuring the impact of personalized recommendations on user behavior and engagement. The post covers the experimentation and measurement approaches used to attribute value to the recommendation system.

netflixtechblog.medium.com ml
39d

Profiling in PyTorch (Part 3): Attention is all you profile

The third part of a PyTorch profiling series focuses on profiling attention operations, showing how to identify bottlenecks in transformer attention computation. It covers concrete profiling techniques and how to interpret the resulting traces.

huggingface.co ml
40d

The Pulse: Interesting AI coding stats from Cursor

The Pragmatic Engineer shares statistics from Cursor showing that power users generate ten times as much code as the median user, that most AI spend comes from input tokens rather than output, and that nearly half of AI-generated changes are accepted without manual review. The piece analyzes what th

blog.pragmaticengineer.com engineering
40d

Introducing Meerkat: an experiment in global consensus

Cloudflare Research introduces Meerkat, an experimental global consensus service built on a new consensus algorithm called QuePaxa. The post covers the design goals for using Meerkat to build a strongly consistent, fault-tolerant key-value store.

blog.cloudflare.com architecture
41d

Native-speed vLLM transformers modeling backend

Hugging Face describes a native-speed backend that lets the transformers library run vLLM-style inference without the usual overhead. The post covers the engineering behind matching vLLM's performance while keeping the transformers API.

huggingface.co llm
42d

Introducing pg_re2, fast, RE2-powered regular expressions in Postgres

ClickHouse introduces pg_re2, a Postgres extension that brings RE2-powered regular expression matching to Postgres, including benchmarks and pushdown integration with pg_clickhouse. The post covers the performance characteristics of the new regex engine compared to Postgres's built-in implementation

clickhouse.com postgres
42d

How StepFun Built a PB-Scale Agent Observability Platform with Apache Doris

StepFun describes building StepTrace, a petabyte-scale agent observability platform on Apache Doris, used to analyze agent traces, costs, search behavior, evaluation loops, and infrastructure behavior in real time. The post covers the architecture behind operating observability at that scale.

doris.apache.org observability
42d

Apache Kafka performance #1 - linger.ms

Jack Vanlightly begins a series on Apache Kafka performance testing, starting with an investigation into the linger.ms configuration parameter and whether general performance has improved across recent Kafka versions. The post shares concrete performance testing methodology and findings.

jack-vanlightly.com kafka
42d

chDB as the Agent's Local Data Engine

ClickHouse describes chDB, which embeds a full ClickHouse query engine inside an agent's own process, turning data access and federation into local function calls instead of network round trips. The post covers how this cuts the latency, retries, and token waste that come with remote queries in agen

clickhouse.com clickhouse
43d

When Catalogs Are Embedded in Storage

Part of the same Iceberg masterclass series, this Dremio piece examines the newer approach of embedding a table catalog directly inside the storage layer rather than running it as a standalone service. It contrasts this design against the traditional three-component Iceberg architecture of query eng

dremio.com iceberg
43d

Apache Airflow 3.3.0: Stateful Tasks and Multi-Language Support

The Apache Airflow project announces version 3.3.0, adding a first-class state store for tasks and assets along with a Language Task SDK that lets task logic be written in Java and Go in addition to Python. The post covers how these additions build on the asset partitioning introduced in the prior r

airflow.apache.org orchestration
44d

The Semantic Layer: From Human Shortcut to Agent Guardrail

Dremio argues that the semantic layer, once considered a solved problem for aligning business users on metric definitions, is now becoming a guardrail that constrains what AI agents are allowed to query and how they interpret metrics. The post covers how agent-era requirements are reshaping semantic

dremio.com semantic-layer
47d

Lakebase Search: vector and BM25 on Neon

Neon describes building Lakebase Search, a hybrid vector and full-text retrieval system on Postgres using two new extensions. The post covers the internals in detail, including using IVF plus RaBitQ instead of HNSW for vector search and BM25 with top-K pushdown instead of GIN on tsvector for text se

neon.com postgres
47d

Why Powerful ML Is Deceptively Easy — Part 2

This article, part two of a series, explores different forms of data leakage beyond temporal leakage, including spatial, structural, and coverage-related issues. It discusses how these subtle leakages can deceptively inflate model performance.

towardsdatascience.com ml
48d

Meta’s AI Storage Blueprint at Scale

This article from Meta Engineering outlines the architectural blueprint for their AI storage systems, designed to handle the exponential growth of model capabilities and training dataset sizes. It details the importance of reliable and fast storage access for rapid AI development and computation.

engineering.fb.com architecture
48d

How OpenAI Delivers Low-Latency Voice AI for 900M Users

This article details the architectural journey and engineering challenges faced by OpenAI in delivering low-latency voice AI services to 900 million users. It explores the system design choices and optimizations necessary to achieve performance at such a massive scale.

blog.bytebytego.com architecture
48d

1BRC on a Threadripper 9980X

This article details benchmarks of the One Billion Row Challenge (1BRC) conducted on a Threadripper 9980X processor. It compares these new results to the original benchmarks run on an EPYC 7502P, focusing on the performance of processing large datasets.

jack-vanlightly.com data-engineering
48d

chDB-WASM: complete ClickHouse OLAP engine, compiled to WebAssembly

The article announces chDB-WASM, a project that compiles the entire ClickHouse OLAP engine to WebAssembly. This development enables browser-native SQL and embedded analytics applications. It represents a significant technical achievement in making powerful analytical databases accessible in edge env

twitter.com clickhouse
48d

What Can We Do When Memory Becomes the New Bottleneck in Data Engineering?

This article explores strategies for managing memory bottlenecks in data engineering workflows, particularly when scaling compute resources is not feasible. It details how techniques such as Pandas chunking and the use of Dask and Polars can help process millions of records effectively.

towardsdatascience.com data-engineering
48d

Where AI Agents Belong in Data Engineering: The Correctness Layer

The article explores the strategic placement of AI agents within data engineering pipelines, proposing their role in a dedicated "correctness layer." It discusses how these agents can enhance data quality and reliability. The post outlines conceptual frameworks for integrating agentic architectures

altimate.ai agents
48d

Designing an MCP Server for Unstructured Data

The article details the architectural considerations and design principles for building a Multi-Agent Collaboration Protocol (MCP) server to manage unstructured data. It explores challenges specific to unstructured data and proposes solutions for agent communication and data handling. The post provi

mkikta.com agents
48d

DA-Studio: An Agentic System for End-to-End Data Analysis

This paper proposes DA-Studio, an agentic system aimed at automating multi-step data analysis workflows from heterogeneous inputs. The system focuses on autonomously organizing tasks and executing generated code within a controlled environment. Its design addresses the complexity of real-world data

arxiv.org agents
49d

Test-Time Verification for Text-to-SQL via Outcome Reward Models

This research focuses on improving the reliability of large language models for structured reasoning tasks like Text-to-SQL at inference time. It proposes a new approach called Outcome Reward Models for test-time verification, departing from traditional methods like Best-of-N sampling or Majority Vo

arxiv.org llm
49d

Large Databases Need Small, Open-Weight Language Models

This paper highlights the prohibitive costs associated with using proprietary large language model APIs for operations on massive databases. It contends that LM-enhanced relational operators can incur significant expenses, potentially exceeding $10,000 for a single query. The authors advocate for th

arxiv.org llm
49d

Explaining Rankings with Hidden Group Bonuses

This paper tackles the fundamental challenge of identifying linear utility functions that align with observed candidate rankings in various applications. The research has implications for fields such as admissions, hiring processes, and recommendation systems. It builds upon previous work concerning

arxiv.org ml
49d

How we scale PgBouncer in ClickHouse Managed Postgres

The article details how ClickHouse Managed Postgres scales PgBouncer beyond its single-threaded limitation. It describes running a peered fleet of PgBouncer processes utilizing so_reuseport to distribute connection pooling across multiple CPU cores. Benchmarks demonstrate the effectiveness of this a

clickhouse.com clickhouse
49d

Multi-token Residual Prediction

This article explores multi-token residual prediction, a specialized topic within machine learning. It likely delves into the mathematical or algorithmic details of this prediction method, potentially for optimizing model performance or efficiency.

modal.com ml
49d

Why Agent Loops Fail in Production (and the Database Patterns That Fix Them)

The article investigates why AI agent loops frequently fail in production environments, attributing these failures primarily to issues with managing agent state across iterations rather than model performance. It then proposes specific database patterns designed to address these state management cha

cockroachlabs.com agents
49d

New SQL features from the latest standards meeting

A Postgres contributor and SQL standards committee member reports on the outcomes of the latest SQL standardization meeting. The article details new SQL standard features, including QUALIFY and INSERT ... BY NAME, and discusses their specific implications for the Postgres database.

postgresweekly.com postgres
49d

How Artemis Security runs 69x faster detection queries with ClickHouse Cloud

Artemis Security achieved a 69x reduction in detection query times and up to 60x faster investigative lookups by optimizing its ClickHouse deployment. The article highlights the use of ClickHouse query coalescing, materialized extraction, and AI-powered debugging with Claude for these performance ga

clickhouse.com clickhouse
49d

From monolith to Lakebase to LTAP: rethinking the database from storage up

This article discusses the evolution of database architectures, moving from traditional monoliths to the Lakebase concept and ultimately to LTAP. It explores a re-evaluation of database design starting from the underlying storage layer, providing insights into future database paradigms.

databricks.com databricks
49d

Inside Thinking Machines’ Interaction Models

This article examines a research preview, specifically focusing on the concept of an interaction model as proposed by Thinking Machines. It delves into the details of what this model entails and its implications for system design.

blog.bytebytego.com architecture
49d

Benchmarking Hardwood 1.0 on a Threadripper 9980X

This article presents a detailed benchmark of Hardwood 1.0, a Java library for reading Parquet files, executed on a Threadripper 9980X. It compares Hardwood's row and columnar reader APIs against initial benchmarks published by the author, Gunnar Morling, in the v1.0 announcement.

jack-vanlightly.com arrow
49d

Agentic Coding on Supabase with OpenCode

OpenCode integrates with Supabase, allowing an agent to connect to databases, Edge Functions, and logs. The article explains how MCP setup is configured automatically for this integration.

supabase.com postgres
49d

Database Context Compression for Text-to-SQL on Real-World Large Databases

This research explores a new method for database context compression, specifically designed to improve Text-to-SQL performance on large, complex enterprise databases. The paper argues that current Text-to-SQL models struggle with real-world benchmarks like Spider 2.0 and BIRD, proposing a solution t

arxiv.org semantic-layer
50d

Algebraic Subgraph Counting

This paper investigates algebraic subgraph counting, a core problem within graph analytics that involves determining the number of subgraph isomorphisms for a query graph within a larger data graph. It builds upon the candidate tree-based framework, offering insights into its application for efficie

arxiv.org knowledge-graphs
50d

SemJoin: Semantic Join Optimization

This research introduces SemJoin, a method for optimizing semantic joins to integrate unstructured data into relational database systems. It focuses on evaluating joins under natural-language predicates, leveraging large language models to enhance natural language querying and analysis capabilities.

arxiv.org semantic-layer
50d

Mandol: An Agglomerative Agent Memory System for Long-Term Conversations

This paper describes Mandol, an agglomerative agent memory system developed to support long-term conversations in AI agents. It tackles the complexities of remembering and querying cross-session, multi-typed information with intricate correlations, contrasting with existing systems that often rely o

arxiv.org agents
50d

Experience Graphs: The Data Foundation for Self-Improving Agents

This research argues for a new class of database system architectures to support emerging long-horizon agentic tasks such as code generation and scientific discovery. It proposes Experience Graphs as a foundational data structure for building self-improving agents, recognizing the need for systems t

arxiv.org agents
50d

MaDI-Bench: An End-to-End Data Integration Benchmark

This paper presents MaDI-Bench, an end-to-end benchmark designed for evaluating comprehensive data integration processes. It covers a sequence of interdependent tasks including schema matching, value normalization, entity blocking, entity matching, and data fusion, aiming to provide a coherent repre

arxiv.org data-engineering
50d

Latent Bridges for Multi-Table Question Answering

The article presents GRAB, a constructor-encoder-bridge pipeline for multi-table question answering. This method converts relational data into a heterogeneous graph, encodes it using message passing, and then transfers these signals to a Large Language Model via a set of query-contextualized latent

arxiv.org llm
50d

Elastic Scheduling of Intermittent Query Processing in a Cluster Environment

The article proposes an elastic scheduling mechanism for intermittent query processing in a cluster environment. It addresses applications that process tuple streams over a window, requiring results by a deadline, by processing tuples in batches rather than continuously to balance resource usage and

arxiv.org streaming
50d

How Redpanda Cloud Topics rethinks Kafka compaction

This article details how Redpanda's Cloud Topics architecture rethinks Kafka compaction to overcome common issues like disk saturation and CPU overload in traditional Kafka clusters. It explains the redesign's approach to reducing redundant work, lowering cloud storage expenses, and preserving Kafka

redpanda.com streaming
50d

Core dump epidemiology: fixing an 18-year-old bug

OpenAI engineers conducted large-scale core dump analysis to diagnose and resolve rare infrastructure crashes. This investigation led to the discovery and rectification of both a hardware fault and a software bug that had persisted for 18 years.

openai.com engineering
50d

Inside Genebench-Pro

This article details the architecture and methodology behind Genebench-Pro, a new benchmark designed to evaluate advanced AI agent capabilities in complex reasoning tasks. It covers the system's components, evaluation metrics, and initial findings regarding agent performance.

openai.com llm
50d

A Quadrillion Rows across three Clouds: scaling LogHouse

The ClickHouse team scaled their internal logging platform, LogHouse, from 19 PiB to 431 PiB and 1.59 quadrillion rows across three cloud providers. The article details how they rearchitected the system to manage 80 GiB/s of writes while maintaining fast queries and minimizing underlying complexity.

clickhouse.com clickhouse
50d

Ray Data 2.56: Improving Reliability for AI Data Pipelines

This article details the enhancements introduced in Ray Data version 2.56, with a specific focus on improving reliability for AI data pipelines. It covers features designed to create more robust and fault-tolerant data processing workflows for machine learning applications.

anyscale.com ml
50d

Cost Attribution in Discord’s API

Discord's API spans over 1700 endpoints across hundreds of Kubernetes deployments. The article describes the challenge of accurately tracking per-feature hosting costs without requiring extensive system restructuring. Jim Benton explains the methodologies and approaches Discord adopted to address th

discord.com architecture
50d

HTML table extractor

This article explores methods and considerations for extracting structured data from HTML tables using AI agents. It likely details challenges in parsing varied HTML structures and how agents can be configured or prompted to accurately identify and extract tabular information.

simonwillison.net llm
50d

Why the Data Platform Determines Legal AI Outcomes

This article argues that a data-platform-centric approach, rather than solely focusing on smarter models, is crucial for developing legal AI that is governed, context-aware, and contributes to institutional intelligence. It highlights the importance of the data platform in shaping AI outcomes.

snowflake.com snowflake
50d

Count the number of Safari tabs

This article describes a specific application of AI agents to interact with a user's operating system, detailing how an agent can be configured to count the number of open tabs in the Safari browser. It likely delves into the mechanics of agent-system integration and tool invocation.

simonwillison.net llm
50d

Ornith-1.0: Self-Scaffolding LLMs for Agentic Coding

The article introduces Ornith-1.0, a framework that enables Large Language Models to self-scaffold for agentic coding tasks. It details how LLMs can generate and refine their own execution plans and tools to improve coding performance and reliability.

simonwillison.net llm
50d

How AI Agents Manage Memory and Avoid Forgetfulness

This article explains the architectural patterns behind how AI agents manage memory and prevent forgetfulness. It explores the foundational constraints driving these designs, examines the resulting system architectures, and discusses the associated tradeoffs.

blog.bytebytego.com llm
50d

How to Choose Between Small and Frontier Models

The article explores the rising trend of small language models and provides guidance on how to choose between these smaller models and larger frontier models for various applications.

towardsdatascience.com llm
50d

Agents hate friction: early thoughts on building for agents

This article explores the paradigm shift required in software and hardware design when the primary user becomes an LLM rather than a human. It discusses early considerations for building experiences optimized for AI agents.

clickhouse.com agents
51d

Search Is How Agents See the World

The article explains the reliance of AI agents on search for world understanding before action. It details how Materialize assists in keeping computed search documents and vector embeddings current and synchronized with changes in underlying source systems.

materialize.com agents
51d

Tail Control: The Counterintuitive Engineering of Reliable Agentic Workflows

The article explores the engineering challenges of building reliable agentic workflows for customer-facing APIs. It highlights that consistent delivery is a problem of variance, not just speed, and proposes counterintuitive solutions to ensure timely and usable high-quality answers.

towardsdatascience.com agents
51d

EP220: RAG vs Graph RAG vs Agentic RAG

This article provides a comparison of Retrieval Augmented Generation (RAG) approaches, specifically contrasting standard RAG with Graph RAG and Agentic RAG. It outlines the three distinct methods for connecting Large Language Models to data.

blog.bytebytego.com llm
52d

We Built a Routing Layer to Cut Our AI Costs. It Broke the Product.

This article describes a team's experience building an AI inference routing layer to reduce costs, which initially halved their AI bill but led to a decline in customer satisfaction. It identifies cost-optimization routing layers as a Pareto trap and presents a methodology for detecting such quality

towardsdatascience.com mlops
52d

MySQL's New Governance Model: Two steps forward and one step backwards

This article provides a critical assessment of MySQL's recently introduced governance model. It discusses the perceived advancements and setbacks of these changes, offering insights into the implications for the database's future development and community involvement.

villagesql.com data-governance
53d

What happened after 2,000 people tried to hack my AI assistant

This article recounts the outcomes after 2,000 individuals attempted to exploit vulnerabilities in an AI assistant. It likely covers security challenges, adversarial interactions, and insights gained from real-world testing of AI agent robustness.

simonwillison.net agents
53d

Incident Report: CVE-2026-LGTM

This article presents an incident report detailing a security vulnerability, identified as CVE-2026-LGTM. It likely provides a technical analysis of the issue and lessons learned from its resolution.

simonwillison.net agents
53d

Quoting OpenAI

This article explores methods and considerations for reliably extracting and attributing specific information from OpenAI models. It focuses on techniques to ensure agents can accurately quote or reference model outputs, addressing challenges in building dependable AI agent workflows.

simonwillison.net llm
53d

DuckDB SQLite Extension

The article links to the GitHub repository for the DuckDB SQLite Extension. This extension allows users to integrate DuckDB's analytical capabilities with existing SQLite databases.

github.com duckdb
53d

Just Use Postgres for Task Queues

The article advocates for using PostgreSQL as a task queue solution. It then details strategies and methods for scaling Postgres queues to handle increased loads and maintain performance in production environments.

dbos.dev postgres
53d

From Local LLM to Tool-Using Agent

This article details the process of constructing a lightweight research agent. It demonstrates using Gemma 4, Ollama for local LLM inference, the OpenAI Agents SDK, and Tavily MCP for tool integration.

towardsdatascience.com agents
53d

Water Cooler Small Talk, Ep. 11: Overfitting in RAG evaluation

This article explores the concept of overfitting within the context of RAG evaluation. It discusses why achieving high scores on evaluation benchmarks does not necessarily equate to a comprehensive understanding of the subject matter by the RAG system.

towardsdatascience.com llm
53d

What One Year in AI Security and Governance Changed About How I See AI

The article details the author's changed perspective on AI after a year focused on security and governance. It likely explores practical challenges, risk management, and ethical considerations encountered when deploying AI in real-world scenarios.

codebynight.dev governance
53d

Fixing Failures in Browser-Use Models: Why More Data Isn't Enough

This article from Fig.inc discusses challenges in improving browser-use models beyond simply increasing training data. It explores inherent issues and limitations in current data collection and model design for complex user interactions. The post provides insights into diagnosing and addressing pers

fig.inc ml
53d

Amplify the Expert: A Philosophy for Building Enterprise RAG

This article presents an architectural philosophy for building Retrieval-Augmented Generation (RAG) systems in enterprise environments. It discusses the strategic choices and design principles necessary for integrating expert knowledge into RAG pipelines. The post provides a framework for robust and

towardsdatascience.com llm
53d

The Shape of the System - Engineering for Bounded Cognition

This post explores the concept of 'bounded cognition' in engineering, advocating for system designs that account for human cognitive limits. It discusses strategies to reduce complexity and improve comprehensibility in software and data systems. The article offers a framework for building more manag

shapeofthesystem.com engineering
53d

Context engineering: shifting from "tokenmaxxing" to deliberate curation

This article explores the evolution of context engineering in AI, moving from simply maximizing token input to deliberate data curation for LLMs. It discusses the limitations of large context windows and the need for structured, relevant information to improve AI model performance. The post outlines

corti.com context-engineering
53d

Show HN: Loomabase – Column-level CRDT sync for SQLite + Postgres

This project introduces Loomabase, an open-source solution enabling column-level Conflict-free Replicated Data Type (CRDT) synchronization for SQLite and PostgreSQL databases. It allows for robust, eventually consistent replication of individual column changes across distributed environments. The re

github.com postgres
53d

Monedula Apache Kafka Simulator

This resource introduces Monedula, a simulator designed for Apache Kafka environments. It allows users to model and test Kafka cluster behavior under various load conditions and configurations. The simulator aids in understanding Kafka internals and optimizing streaming data architectures without de

monedula.dev kafka
53d

Query Cost Model Calibration in Confidential Virtual Machines

This article examines query cost model calibration for databases deployed within confidential virtual machines, specifically noting AMD SEV-SNP. It addresses the protection of sensitive cloud data while minimizing changes to legacy database management systems.

arxiv.org architecture
54d

3D Spatial Pattern Matching

This article introduces 3D spatial pattern matching, defining it as the process of aligning query entities and constraints with database entities and relations. It covers various applications, including similar region search and road network matching.

arxiv.org data-engineering
54d

BtrLog: Low-Latency Logging for Cloud Database Systems

This article introduces BtrLog, a system designed to provide low-latency write-ahead logging for cloud database systems. It addresses the challenges of achieving WAL durability with remote storage, specifically mentioning the latency issues associated with options like EBS.

arxiv.org architecture
54d

Understanding Domain-Aware Distribution Alignment in Budgeted Entity Matching

Entity Matching (EM) is a fundamental operation in data integration pipelines, focused on comparing records from different sources to determine if they refer to the same real-world entity. This paper introduces a method that incorporates domain information and addresses distribution alignment within

arxiv.org data-engineering
54d

Trino's summer of grammar

This article discusses the importance of SQL grammar in a query engine like Trino. It explains how SQL is defined by its grammar, including predicates, operators, and forms. The post likely covers Trino's adherence to the ISO 9075 standard and ongoing work on its SQL dialect.

trino.io trino
54d

How I hunt for vulnerabilities with AI

An experienced software engineer details their method for identifying vulnerabilities within the ClickHouse codebase using large language models such as GitHub Copilot, Claude Opus, and Gemini. The process involves generating hypotheses and accelerating the validation of potential security flaws wit

clickhouse.com clickhouse
54d

Run a vLLM Server on HF Jobs in One Command

The article details how to deploy a vLLM server on Hugging Face Jobs using a single command. It covers the setup and operational steps necessary for running high-performance LLM inference in a hosted environment.

huggingface.co llm
54d

Hardwood 1.0: A Fast, Lightweight Apache Parquet Reader for the JVM

The article introduces Hardwood 1.0, a new open-source Apache Parquet reader for the JVM optimized for speed and minimal dependencies. It discusses the design decisions made to enhance performance and reduce the memory footprint for processing Parquet files.

morling.dev parquet
54d

Data Benchmarks and Limitations [video]

The video discusses various data benchmarks and their inherent limitations. It explores the methodologies used in data benchmarking and highlights common pitfalls and considerations when interpreting performance metrics.

youtube.com engineering
54d

Show HN: Topos – Structural code quality metrics for agent-written programs

The article introduces Topos, a system addressing the challenge of reviewing code generated rapidly by AI agents. Topos parses programs into various graph representations, such as AST and CFG, to score them across structural quality pillars including simplicity, composability, and security.

krv.ai agents
54d

Parquet: More than just "Turbo CSV"

The article explores the technical advantages of Parquet, moving beyond its common perception as a simple CSV alternative. It details how Parquet's columnar format, compression, and schema evolution capabilities offer significant performance benefits for data storage and processing.

csvbase.com arrow
54d

Vector RAG Isn’t Enough — I Built a Context Graph Layer for Multi-Agent Memory

The article introduces a context graph layer built to augment multi-agent memory, moving beyond limitations found in traditional vector RAG approaches. It includes a benchmark comparing raw chat history, vector-only RAG, and this new context graph layer, revealing insights into relational retrieval

towardsdatascience.com agents
54d

Testing a Kafka Proxy: Taming Millions of Permutations

The article details the complex challenges involved in testing a Kafka proxy, specifically addressing the need to manage millions of permutation test cases. It describes the engineering approaches and methodologies developed to ensure robust and reliable proxy behavior in a streaming environment.

conduktor.io kafka
54d

The Hot Path Belongs to GBDTs, Agents Own the Cold Path: A Payment-Fraud Benchmark

The article presents a reproducible benchmark for payment fraud detection, evaluating the performance of Gradient Boosted Decision Trees (GBDTs) versus AI agents. It analyzes their efficacy across metrics like latency, cost, and reproducibility, delineating scenarios where each technology proves mor

towardsdatascience.com agents
54d

We Rewrote WAL-G for Postgres Backups in Rust: Meet WAL-RUS

The article introduces WAL-RUS, a rewrite of the WAL-G tool for Postgres backups, now implemented in Rust. It covers the technical rationale behind the rewrite and the features of this new open-source project aimed at improving backup reliability and performance.

clickhouse.com postgres
54d

Which tokens does a hybrid model predict better?

This article explores the performance of hybrid language models by analyzing which tokens they predict more accurately. It likely provides insights into the operational characteristics and architectural advantages of these models in various prediction scenarios.

huggingface.co ml
54d

Achieving Near-Linear Training Scalability for Pinterest’s Foundation Models

Pinterest details the architectural and engineering strategies they implemented to achieve near-linear training scalability for their foundation models. The article describes the specific optimizations and distributed systems design choices made to efficiently train large-scale ML models within thei

medium.com ml
54d

3 Agents. 3 LLMs. 1 Aging GPU: Engineering Parallel Inference on Bare Metal

The article details methods for running three distinct LLMs concurrently on a single 8GB GPU, addressing common VRAM limitations. It explains the use of C++ layer multiplexing and admission control to manage resources and achieve parallel inference on bare metal hardware.

towardsdatascience.com llm
54d

A Tiny Compiler for Data-Parallel Kernels

This article describes the process of creating a small, custom compiler designed to process data-parallel kernels. It delves into the architectural considerations and implementation specifics required to achieve optimized execution for data-intensive tasks.

healeycodes.com architecture
54d

How we built saga rollbacks for Cloudflare Workflows

Cloudflare details the development of saga-style rollbacks for its Workflows durable execution engine, which handles multi-step applications. The article explains how developers can now define compensating actions for each step within a workflow to ensure transactional consistency.

blog.cloudflare.com architecture
54d

Show HN: MAVS-GC – An Open-Source Governance Architecture for AI Systems

This article introduces MAVS-GC (Multi Adaptive Vetting Systems-Governance Core), an open-source project proposing a specific governance architecture for AI systems. The project investigates the impact of an explicit governance layer placed atop multiple specialist components on overall system behav

docs.google.com governance
54d

Treat the Context Window as a Data Assembly Problem

This article proposes treating the LLM context window as a data assembly problem, focusing on structuring and optimizing data input for large language models. It likely explores strategies for efficiently preparing machine-readable metadata and contextual memory to improve LLM performance.

klr-pattern.github.io llm
55d

TabClean: Reusable LLM-Synthesized Programs for Tabular Data Cleaning

This article presents TabClean, a method that employs LLM-synthesized programs to address common data cleaning challenges in tabular data. It focuses on resolving issues such as missing values, inconsistent formats, and violated dependencies frequently encountered in production analytics and machine

arxiv.org data-quality
55d

Kafka's log compaction corrupts data. Here's how we fixed it

The article details a specific problem found in Apache Kafka's log compaction process that can lead to data corruption. It explains how to reproduce this issue and outlines the method Redpanda used to resolve it within their platform.

redpanda.com streaming
55d

Routing for serverless servers with Pingora, Envoy, and Spanner

Details the routing mechanisms employed for serverless servers, focusing on the integration and functionality of Pingora, Envoy, and Spanner. The article explores how these components work together to manage traffic in a serverless environment.

modal.com architecture
55d

Weaviate 1.38 Release

This Weaviate 1.38 release introduces several key features, including the general availability of the HFresh disk-based vector index and the built-in MCP Server. It also details the re-engineered cluster-wide asynchronous replication, which now operates from a single scheduler, and previews the Boos

weaviate.io vector-db
55d

Announcing Silk: a silky smooth fiber runtime for ClickHouse

ClickHouse announces Silk, a new open-source C++ fiber runtime designed for its database, featuring a NUMA-aware work-stealing scheduler and io_uring I/O. The article highlights its zero heap allocation in the steady state, achieving nanosecond-level fiber yields and significantly reducing tail late

clickhouse.com clickhouse
55d

How Vibe.co handles billions of ad impressions with ClickHouse Cloud

This article details how Vibe.co managed to scale its Connected TV ad impression data from 100 GB to 2 TB without requiring architectural changes. It specifically covers their migration process from Postgres to ClickHouse Cloud as the solution for handling billions of ad impressions.

clickhouse.com clickhouse
55d

simonw/browser-compat-db

This entry points to the `simonw/browser-compat-db` GitHub repository, a project by Simon Willison. The repository likely involves a database focused on browser compatibility, potentially integrating advanced LLM or agent technologies as indicated by its associated tags.

simonwillison.net llm
55d

How to Tell If Your Kafka Self-Service Is Working?

The article explores methods to assess the success of Kafka self-service platforms, focusing on key metrics and indicators. It details how organizations can determine if their self-service initiatives are truly empowering developers and streamlining operations.

medium.com kafka
55d

Vibe Coding to Agentic Engineering with Claude Code

The article transitions from traditional coding practices to 'agentic engineering' by leveraging AI models like Claude Code. It discusses how AI agents can assist in code generation, debugging, and overall software development workflows.

apimatic.io agents
55d

Looking Ahead to Postgres 19

The article outlines expected features and improvements for the upcoming PostgreSQL 19 release, currently in beta. It details advancements in areas like performance, new SQL functionalities, and potential architectural changes for the database.

snowflake.com postgres
55d

The emergence of the web data infrastructure layer for AI

The article discusses the development of a dedicated data infrastructure layer tailored for AI, focusing on how web-scale data can be effectively organized and served to AI models. It examines the architectural components and challenges involved in building these new data pipelines for AI consumptio

technologyreview.com architecture
55d

Show HN: DBOSify – Drop-in Temporal replacement built on Postgres

DBOSify is presented as an open-source project designed to replace Temporal-style workflow orchestration, leveraging PostgreSQL for durable state management. It aims to provide a reliable, ACID-compliant platform for building complex, long-running applications.

github.com postgres
55d

Medical diagnosis AIs can be tricked into telling whose data trained them

The article reports that medical diagnosis AI systems can be manipulated to reveal specific data points from their training datasets. This vulnerability allows for the identification of individuals whose medical information was used to train these models. The finding highlights a significant privacy

theregister.com ml
55d

Faster VLM Fine-Tuning With Materialized Model Features in LanceDB

This article describes a technique to accelerate VLM (Vision Language Model) fine-tuning. It explains how LanceDB, Lance format, and Geneva are used to materialize expensive multimodal features once, allowing subsequent training directly from these pre-computed columns.

lancedb.com vector-db
55d

Your First Task as a Data Engineer in a New Company? Make the ETL Pipeline Testable

The article outlines a practical onboarding workflow for a new data engineer, emphasizing the immediate task of making ETL pipelines testable. It details steps for setting up environments, implementing automated testing protocols, and leveraging AI for development assistance. The guide focuses on es

towardsdatascience.com data-engineering
55d

The state of agentic analytics, from 50 real data teams

The article presents findings on the current landscape of agentic analytics, synthesizing experiences from 50 real data teams. It covers the adoption, challenges, and evolving patterns in using AI agents for analytical tasks. The report offers a snapshot of how organizations are integrating agentic

blog.getcassis.com agents
55d

Accelerating Transformers Fine-Tuning with NVIDIA NeMo AutoModel

The article details methods for accelerating the fine-tuning process of transformer models using NVIDIA NeMo AutoModel. It explores how this framework can optimize computational efficiency and reduce training times for large language models. The content focuses on practical techniques to enhance per

huggingface.co ml
55d

Large Language Models vs Small Language Models

This article examines the constraints and tradeoffs of large versus small language models. It delves into three layers of model design and investigates production systems that combine both types of models.

blog.bytebytego.com ml
55d

A Three-Phase Factual Recall Circuit in Gemma-2B and Gemma-12B-IT

The article investigates the internal mechanisms of factual recall within Gemma-2B and Gemma-12B-IT transformer models. It employs activation patching to reveal a three-phase circuit for how facts are stored, routed, and retrieved across different layers. The analysis highlights the significant role

towardsdatascience.com llm
55d

Zero-Copy Data Movement from NIC to GPU at 100s of Gbps

The article details a novel system for high-throughput, zero-copy data movement between network interface cards and GPUs, achieving speeds of hundreds of gigabits per second. It explores the architecture and implementation strategies for enhancing data pipeline performance in high-performance comput

nvidia.github.io mlops
55d

Why I Stopped Using One Agent and Built a Multi-Agent Pipeline Instead

The article explains the decision to transition from a single AI agent to a multi-agent pipeline architecture, using text-to-SQL as a practical use case. It details the reasoning behind this shift and describes the construction of the multi-agent system.

towardsdatascience.com agents
55d

Kafka Share Groups - Pathological fetch waits with record_limit

The article examines performance issues within Kafka share groups, focusing on pathological fetch waits. It explains how using share.acquire.mode=record_limit combined with fewer consumers than partitions and various forms of partition skew can lead to subpar performance. The post details the diagno

jack-vanlightly.com kafka
55d

When Does Data Help Automated Agent Engineering?

This article investigates the circumstances under which data significantly contributes to the engineering and improvement of automated AI agents. It likely discusses how data can be leveraged for agent training, evaluation, and overall system robustness.

andrewjesson.com agents
55d

Anchor Detection for RAG: Parallel Detectors, Then One LLM Call at the End

The article describes an architectural approach for Retrieval-Augmented Generation (RAG) pipelines, focusing on anchor detection. It outlines a strategy involving parallel detectors for information retrieval, followed by a consolidated LLM call. The retrieval method prioritizes keywords, then table

towardsdatascience.com llm
55d

Autoops: Multi-region data and service mesh operated by a Makefile

This project, Autoops, describes a system for managing multi-region data infrastructure and service meshes, with its operations driven by a Makefile. It details the architecture and the pragmatic approach to orchestrating complex distributed systems.

github.com orchestration
55d

Why AI Agents Need a CLI, Not Just an MCP Server

The article discusses the architectural requirements for AI agents, arguing for the necessity of a command-line interface in addition to the Model Context Protocol (MCP) server. It examines how MCP enables agents to interact with data systems but highlights a broader need for CLI-based interaction p

dremio.com agents
55d

Show HN: Clai – Context engineering for terminal powerusers

The article introduces Clai, an open-source project designed for context engineering, aiming to enhance the terminal experience for power users. It outlines how the system manages and utilizes contextual information within a command-line interface.

github.com agents
55d

Unlocking the Cloudflare app ecosystem with OAuth for all

The article announces the general availability of Self-Managed OAuth for developers on Cloudflare, but primarily focuses on the technical process behind this rollout. It describes how Cloudflare executed a zero-downtime migration of its core OAuth engine to enable this new feature.

blog.cloudflare.com engineering
56d

On the Semantics of Generative SPARQL

This paper proposes an extension to SPARQL by introducing a generative query construct called `GenOp`. This new operation allows SPARQL queries to invoke a language model and generate typed solution mappings, while preserving the fixed-dataset assumption for query semantics.

arxiv.org knowledge-graphs
56d

Entity Resolution via Batched Oracle Queries

This paper considers an oracle that processes a limited batch of records to cluster entities referring to the same real-world object. It studies methods to interrogate such an oracle for resolving entities in datasets significantly larger than a single batch.

arxiv.org knowledge-graphs
56d

Accelerating Presto with GPUs

This paper describes how Presto was extended to be GPU-aware, focusing on critical challenges such as efficient data transfer from storage to GPU operators. It also addresses enabling data exchange between operators without leaving GPU memory, even in a distributed query environment.

arxiv.org trino
56d

One Index for Subsumption and Roll-up across Time, Geography, and Ontology

This paper observes that time-series, geospatial, and ontology systems all maintain hierarchies, such as day <= month <= year, zip <= city, and is-a / part-of relationships, and typically index them separately. It proposes a unified index for these subsumption posets, focusing on order testing workl

arxiv.org knowledge-graphs
56d

Abstractions of Queries in Ontology-Based Data Access

This paper examines query abstraction in an ontology-based data access (OBDA) setting, where multiple data sources are integrated through mappings to an ontology. It specifically considers an OBDA framework based on existential rules and the certain answer semantics.

arxiv.org ontology
56d

Are We Ready For An Agent-Native Memory System?

This paper discusses the rapid evolution of memory systems for large language model (LLM) agents, which have expanded beyond simple retrieval-augmented mechanisms. These systems now support persistent information storage, retrieval, update, consolidation, and dynamic lifecycle governance.

arxiv.org agents
56d

ORQ: Complex Analytics on Private Data with Strong Security Guarantees

This paper presents ORQ, a system designed for collaborative analysis of large private datasets using cryptographically secure multi-party computation (MPC). ORQ offers strong protection against semi-honest or malicious parties and efficiently evaluates relational queries.

arxiv.org data-governance
56d

ErrorLLM: Modeling SQL Errors for Text-to-SQL Refinement

This arXiv paper introduces ErrorLLM, a framework designed to improve the accuracy of text-to-SQL generation by addressing common errors. It focuses on the SQL refinement task, detailing how to model and correct erroneous SQL queries produced by large language models. The work aims to enhance the re

arxiv.org llm
56d

Measuring Search Ranking Quality with LLM Judged NDCG

The article explores a method for measuring search ranking quality by employing LLMs to judge Normalized Discounted Cumulative Gain (NDCG). It presents an approach to leverage large language models for evaluating the effectiveness of search algorithms.

corvi.careers llm
56d

Introducing the FFASR Leaderboard: Benchmarking ASR in the Real World

The article announces the launch of the FFASR Leaderboard, designed to benchmark Automatic Speech Recognition (ASR) models against real-world audio data. It outlines the methodology for evaluating ASR performance in practical conditions, moving beyond controlled datasets. The leaderboard aims to pro

huggingface.co ml
56d

What's coming in Postgres 19 (and what's still missing)

The article looks ahead to the upcoming Postgres 19 release, detailing the new features and improvements anticipated in this version. It covers various quality-of-life enhancements and potential advancements that day-to-day Postgres users will find beneficial. The discussion also touches upon areas

postgresweekly.com postgres
56d

ATProto Permissioned Data Proposal Draft

This GitHub pull request introduces a draft proposal for integrating permissioned data capabilities into the ATProto, outlining design considerations and mechanisms for controlling data access.

github.com governance
56d

Expert-aware quantisation: near-Q4 quality at near-Q2 size?

The post investigates an 'expert-aware' quantization method designed to compress machine learning models to nearly Q2 size while retaining quality comparable to Q4 quantization. It discusses the technical approach and potential benefits for model deployment.

martinalderson.com llm
56d

OPFS + Pyodide test harness

The article explores combining the Origin Private File System (OPFS) with Pyodide to create a test harness for in-browser execution. It details the technical challenges and solutions for running Python environments directly within the browser, leveraging local storage capabilities for data processin

simonwillison.net embedded-analytics
56d

How Meta Engineered Ultra-Narrow Batteries for AI Glasses

Meta details the engineering challenges involved in designing ultra-narrow batteries for AI-powered smart glasses, such as the Ray-Ban Meta. The article discusses how to provide sufficient energy to support features like cameras, speakers, displays, and AI workloads within the compact form factor of

engineering.fb.com engineering
56d

Retrieval Is Filtering, Not Search: A Mental Model for Enterprise RAG

The article proposes a mental model for enterprise Retrieval Augmented Generation (RAG) systems, suggesting that retrieval should be viewed as a filtering process rather than string search. It details strategies like filtering line_df and toc_df and expanding context from small anchors for more effe

towardsdatascience.com llm
56d

What Are Lakehouse Catalogs? The Role of Catalogs in Apache Iceberg

This article, part of an Apache Iceberg Masterclass, explains what lakehouse catalogs are, their importance, and how to select among various options. It builds on previous discussions of the write process and atomic commits facilitated by catalogs.

dremio.com iceberg
56d

RAIDS: Rethinking Data Systems as Responsible Intelligent Infrastructure

This arXiv paper introduces RAIDS, a framework for rethinking data systems as responsible intelligent infrastructure. It addresses the gap in responsibility mechanisms as data systems evolve into decision-making tools, discussing the need for sufficient support, satisfied constraints, and actionable

arxiv.org governance
57d

Cache-Aware I/O Cost Modeling for Disk-Based Learned Indexes

This arXiv paper addresses the absence of a principled I/O cost model for disk-resident learned indexes. It proposes a cache-aware I/O cost model, which is essential for effective index tuning and query optimization in database management systems.

arxiv.org architecture
57d

Disk-Based Interval Indexes Under the Increasing Ending Time Assumption

This arXiv paper examines disk-based interval indexes, which are crucial for managing lifespan or validity intervals in temporal databases. It proposes that various interval indexes can be unified by a fundamental corner structure, especially under the assumption of increasing ending times.

arxiv.org architecture
57d

Graph-Enhanced Large Language Models for Spatial Search

This arXiv paper explores enhancing Large Language Models with graph structures to improve their spatial search and reasoning abilities. It builds upon Retrieval Augmented Generation (RAG) to overcome current LLM limitations in complex, domain-specific spatial tasks.

arxiv.org llm
57d

SemCEB: A Cardinality Estimation Benchmark for Semantic Operators

This arXiv paper introduces SemCEB, a new benchmark for evaluating cardinality estimation within semantic operators that utilize multi-modal large language models. It focuses on SQL operators, like filters and joins, where predicates are defined by natural language instructions, which is crucial for

arxiv.org llm
57d

A Compositional Language for Property Graphs

This arXiv paper proposes a new compositional language for property graphs. It aims to address the lack of compositionality in standardized graph query languages such as GQL and SQL/PGQ, which is a significant limitation when querying knowledge graphs. The paper presents both theoretical aspects and

arxiv.org knowledge-graphs
57d

SQLConductor: Search-to-Policy Learning for Step-wise Text-to-SQL Orchestration

This arXiv paper introduces SQLConductor, a framework that employs search-to-policy learning for step-wise Text-to-SQL orchestration. It aims to improve natural language access to relational databases, particularly in complex real-world settings where coordinated reasoning is essential. The approach

arxiv.org semantic-layer
57d

The Table Says Otherwise: Testing LLMs with Counterfactual Relational Data

This arXiv paper proposes a method for testing Large Language Models (LLMs) by using counterfactual relational data. The research investigates whether LLMs answer natural-language questions over structured data by interpreting the provided table or by recalling previously learned real-world facts. T

arxiv.org llm
57d

Universal Encoders for Modular Relational Deep Learning

This arXiv paper explores Relational Deep Learning (RDL) models that represent multi-tabular databases as temporal heterogeneous graphs for end-to-end representation learning. It identifies significant generalization obstacles in current RDL approaches and proposes universal encoders to create modul

arxiv.org knowledge-graphs
57d

TACO: Task-Aware Column Description Generation Using LLMs

This arXiv paper presents TACO, a system that leverages Large Language Models to generate accurate and informative column descriptions for tabular data. Such descriptions are vital for various downstream Natural Language Processing tasks, including Natural Language to SQL, table question answering,

arxiv.org semantic-layer
57d

Bridge Queries in Redpanda SQL

Redpanda SQL introduces bridge queries, a feature that enables querying both live streaming topics and historical Iceberg tables concurrently. This approach aims to eliminate the typical compaction overhead associated with integrating fresh and historical data.

redpanda.com streaming
57d

What's New in pg_clickhouse v0.3.2: Postgres 19, TLS, Regex, and Memory

The article details updates in the latest pg_clickhouse releases, including support for Postgres 19, TLS, and regex functionalities. It highlights JSONB, date/time, and array function pushdown, along with HTTP result set streaming for reduced memory consumption.

clickhouse.com clickhouse
57d

Prompt Injection as Role Confusion

The post analyzes prompt injection attacks through the lens of 'role confusion' in large language models. It examines how adversarial prompts manipulate an LLM's perceived identity or function, leading to unintended behavior, and discusses methods to mitigate this vulnerability in agentic systems.

simonwillison.net llm
57d

How Netflix Simplified Batch Compute with Kueue

The article explains how Netflix utilized Kueue to streamline its batch compute infrastructure. It covers the architectural considerations and operational patterns employed to simplify the management of large-scale batch workloads.

netflixtechblog.com orchestration
57d

Snowflake Postgres Powers Low-Latency ML Feature Serving

Snowflake's ML team utilized Snowflake Postgres for their Online Feature Store, achieving 2.5 times lower latency and 7 times higher queries per second compared to Databricks Lakebase in production benchmarks. The article details this performance comparison for powering ML feature serving.

snowflake.com snowflake
57d

How we found a bug in the hyper HTTP library

Cloudflare uncovered a bug in the open-source hyper HTTP library across multiple major versions. This discovery happened while rearchitecting their Images binding. The article explains how the bug was found and its implications.

blog.cloudflare.com engineering
57d

Stop giving your agents database credentials

This article argues that AI agents fail in production due to a lack of structure rather than insufficient autonomy. It implies a need for robust frameworks around agent operations to ensure trust, particularly concerning sensitive resources like database credentials.

blog.crewai.com agents
57d

Adopting AV1 for Real-Time Communication (RTC) at Scale

Meta details its multi-year effort to adopt the AV1 codec for real-time communication at scale. The article covers technical and operational challenges encountered during deployment, including codec selection, device eligibility, rate control, and error resilience, and how these were addressed.

engineering.fb.com engineering
57d

The semantic debt crisis no one is talking about

The article introduces 'semantic debt' as a situation where different teams derive conflicting numbers for the same metric. It argues that the rise of AI will force organizations to address this inconsistency more urgently.

getdbt.com semantic-layer
57d

When RAG Users Ask Vague Questions: Clarify Once, Learn the Default

The article introduces a strategy for enhancing enterprise RAG systems' ability to handle ambiguous user questions. It advises designing RAG agents to ask a single focused clarifying question, learn from the user's response, and subsequently infer defaults for similar future queries.

towardsdatascience.com llm
57d

Can We Agree on a Storage/Workload Architecture Taxonomy?

This article proposes a taxonomy for categorizing modern data storage and workload architectures, addressing the increasing convergence of transactional, analytical, and hybrid systems. It details how systems, workloads, storage tiers, data visibility, and durable copies interact within these evolvi

jack-vanlightly.com architecture
57d

We got local models to triage the OpenClaw repo for FREE!*

This article explores the use of local machine learning models for triaging issues within the OpenClaw repository. It describes the implementation and effectiveness of using these models to automate parts of the repository management process, highlighting potential cost efficiency.

huggingface.co agents
58d

Unpacking sandbox startup latency: why started ≠ ready

This article provides a detailed technical examination of sandbox startup latency, distinguishing between when a system has started and when it is truly ready for use. It delves into the underlying factors contributing to delays in application readiness. The content offers insights into performance

modal.com mlops
58d

sqlite-utils 4.0rc1 adds migrations and nested transactions

This release candidate for `sqlite-utils` introduces robust support for database migrations, enabling programmatic management of schema changes. It also adds nested transaction capabilities, allowing for more granular control over complex data operations and error handling within SQLite databases.

simonwillison.net data-engineering
58d

sqlite-utils 4.0rc1

This announces the release candidate for `sqlite-utils` version 4.0, a Python CLI and library for SQLite. Key new features include robust database migration capabilities and support for nested transactions, enhancing complex data management and schema evolution.

simonwillison.net data-engineering
58d

Temporary Cloudflare Accounts for AI agents

The article discusses a method for provisioning temporary Cloudflare accounts, designed to provide isolated environments for AI agents. It explores the architectural patterns and security considerations for enabling agents to interact with external services while minimizing risks and managing access

simonwillison.net agents
58d

Tool Calling, Explained: How AI Agents Decide What to Do Next

The article explains the concept of tool calling in AI agents, detailing how Large Language Models (LLMs) determine subsequent actions to interact with the external environment, whether by retrieving data or executing operations.

towardsdatascience.com llm
58d

Patterns for Building Cybersecurity Evals

This article outlines effective patterns for constructing cybersecurity evaluations, focusing on key components such as a sandboxed target environment, inputs designed to modulate task difficulty, integrated tool usage, and a robust grading mechanism.

eugeneyan.com ml
59d

Making a PDF’s Images Searchable for RAG, Without Paying to Read Them All

This article describes techniques for making images within PDF documents searchable for RAG applications while minimizing processing expenses. It outlines an approach where image locations are identified, and only relevant images are converted into searchable text to control costs.

towardsdatascience.com llm
59d

VMAF v1: Good Is Not Good Enough

The article discusses the advanced development of VMAF (Video Multi-method Assessment Fusion) at Netflix, explaining why its initial version was deemed insufficient for evolving quality standards. It details the technical challenges and improvements made to enhance video quality assessment.

netflixtechblog.com engineering
60d

Speculation Is All You Need

This article details the concept and implementation of speculative decoding, a technique used to accelerate large language model inference. It explains how a smaller, faster model can generate draft tokens that a larger, more accurate model then verifies, significantly reducing latency and compute r

modal.com llm
61d

The Thundering Herd Problem in Agentic AI: Why Traditional Fixes Fall Short

This article examines the classic thundering herd problem as it manifests in agentic AI systems, highlighting how traditional mitigation strategies are insufficient. It discusses the unique characteristics of AI agent behavior that exacerbate this issue and proposes new considerations for designing

cockroachlabs.com agents
61d

Datasette Apps: Host custom HTML applications inside Datasette

This article introduces 'Datasette Apps,' a feature that allows users to embed and host custom HTML applications directly within a Datasette instance. It details how this functionality enables richer data exploration interfaces and custom dashboards alongside the core data publishing capabilities.

simonwillison.net embedded-analytics
61d

datasette-acl 0.6a0

This announcement details the 0.6a0 release of `datasette-acl`, a plugin providing Access Control List capabilities for Datasette. It covers new features for fine-grained permission management and policy enforcement, enhancing data security and compliance for published datasets.

simonwillison.net governance
61d

MosaicLeaks: Can your research agent keep a secret?

This article introduces MosaicLeaks, a framework designed to test the security and privacy capabilities of research agents. It investigates the potential for AI agents to inadvertently reveal sensitive information and discusses strategies for ensuring data confidentiality within agentic systems.

huggingface.co agents
61d

Build your own vulnerability harness

Cloudflare details the technical architecture of its multi-stage vulnerability discovery harness and automated triage loop. The post covers state control management, adversarial review to reduce false positives, and methods for routing around LLM context limits.

blog.cloudflare.com engineering
61d

High Performance Distributed Inference with Ray Serve LLM

This article explores methods for deploying high-performance distributed inference systems for large language models. It focuses on leveraging Ray Serve to manage and scale LLM inference across multiple computing resources efficiently.

anyscale.com ml
61d

Lance Blob V2: Late Materialization for Large Binary Data in Spark

This article explains the concept of late materialization within Lance Spark for handling large binary data. It details how this approach maintains lightweight references throughout query plans, only materializing bytes during the write phase.

lancedb.com spark
61d

Beyond LoRA: Can you beat the most popular fine-tuning technique?

This article investigates fine-tuning techniques for large language models beyond the popular LoRA method. It evaluates alternative approaches and their potential to surpass LoRA's performance and efficiency in various fine-tuning scenarios.

huggingface.co llm
62d

Is it agentic enough? Benchmarking open models on your own tooling

This article discusses methodologies for benchmarking the agentic capabilities of open large language models using custom evaluation tooling. It explores criteria for determining whether a model exhibits sufficient agency for specific tasks and provides guidance on developing relevant benchmarks.

huggingface.co agents
62d

Adaptive write request scheduling in Redpanda's Cloud Topics

This article details how Redpanda's Cloud Topics implement adaptive write request scheduling using the buddy allocator algorithm. The system balances batching efficiency with latency and cost considerations to optimize performance.

redpanda.com streaming
62d

Import & Vectorize Data with Weaviate at Scale

The article discusses strategies for importing and vectorizing data at scale with Weaviate. It covers server-side batching, retries, the blobHash data type, and multimodal ingestion, explaining when and how to use each with code examples.

weaviate.io vector-db
62d

Appcues delivers personalized customer engagement with ClickHouse Cloud

Appcues migrated its real-time segmentation platform from Snowflake and Airflow to ClickHouse Cloud to manage 1.31 PB of data. This migration resulted in a 90% reduction in P95 query times, a 99% decrease in ingestion latency, and a 23% cut in overall analytics spending.

clickhouse.com clickhouse
62d

GLM-5.2 is probably the most powerful text-only open weights LLM

This article presents an evaluation of GLM-5.2, asserting its position as a leading text-only open-weights large language model. It likely includes performance benchmarks, architectural highlights, and a comparison against other prominent open-source LLMs in various text-based tasks.

simonwillison.net llm
62d

Enterprise Agentic Analytics Explained

Enterprise agentic analytics involves enabling AI agents to perform multi-step analysis across diverse enterprise data sources, including data warehouses, databases, object stores, and SaaS tools, each with distinct access rules.

dremio.com agents
62d

Snowflake and the Agentic Resource Discovery Specification

Snowflake supports the Agentic Resource Discovery (ARD) specification, an open protocol developed with Microsoft. This protocol aims to standardize how AI agents are cataloged, searched, and discovered across enterprises.

snowflake.com agents
62d

Introducing the Cloudflare One stack: agent-powered deployment

The Cloudflare One stack is a library of agent skills designed to equip AI agents with the knowledge needed for planning, deploying, and managing a Zero Trust environment. This approach eliminates the need for migration calls.

blog.cloudflare.com agents
62d

Semantic Memory for Hermes Agent with LanceDB

This article introduces a new LanceDB-backed memory plugin that provides durable, semantic recall across sessions for the Hermes Agent. It includes benchmarks and a hands-on walkthrough demonstrating remember, recall, and forget functionalities.

lancedb.com vector-db
62d

A Metadata Benchmark of Lance, Delta Lake, and Iceberg on S3

This article presents a Rust-based benchmark comparing the metadata performance of Lance, Delta Lake, and Apache Iceberg when used with S3 and S3 Express storage. It explains why Lance is optimized for object storage metadata operations.

lancedb.com iceberg
62d

Transaction Processing in the Data Plane

This article details how writing transaction commit logic as a SQL view can achieve higher throughput compared to control-plane approaches. It explains how incremental view maintenance enables fast resolution, suitable for interactive timescales around 30ms.

materialize.com streaming
63d

Announcing DuckDB 1.4.5 LTS (Andium)

The article announces the release of DuckDB 1.4.5 LTS (Andium), differentiating it from the concurrent 1.5.4 (Variegata) release. It provides an overview of the key updates and fixes introduced in this long-term support version.

duckdb.org duckdb
63d

Announcing DuckDB 1.5.4 (Variegata)

This article announces the release of DuckDB 1.5.4 (Variegata), the latest non-LTS stable version. It highlights important updates and features distinguishing it from the 1.4.5 LTS (Andium) release.

duckdb.org duckdb
63d

Agentic Resource Discovery: Let agents search

This article discusses agentic resource discovery, enabling AI agents to autonomously search for and utilize relevant information. It covers how agents can expand their knowledge base and tool use capabilities through intelligent search.

huggingface.co ml
63d

The only scalable delete is DROP TABLE

This article presents a detailed post-mortem analysis and tactical guide on how a digital photo-frame company scaled its Postgres deployment to 226,000 transactions per second. It describes the issues encountered during a holiday peak and the specific strategies implemented to resolve them.

postgresweekly.com postgres
63d

Start fresh, don't lift and shift: a dbt migration guide

The article presents a dbt migration guide, cautioning against merely replicating legacy patterns in new tools. It instead advocates for a 'start fresh' approach to ensure migrations deliver better outcomes.

getdbt.com dbt
63d

Building the agentic data stack: A practical dbt guide for the AI era

This article presents a practical dbt guide for constructing an agentic data stack in the AI era. It outlines methods for preparing dbt projects to reliably support AI agents and prevent system instability, even as AI accelerates infrastructure development.

getdbt.com agents
63d

The trust-speed paradox: Governing AI-accelerated data work

The article discusses the 'trust-speed paradox' in data teams, noting that while many use AI for code generation, few adequately verify its output. It aims to provide strategies for bridging this gap and improving governance in AI-accelerated data workflows.

getdbt.com governance
63d

Snowflake Postgres Unifies Your Apps, Analytics and AI

Snowflake Postgres now includes data mirroring and pg_lake integration, enabling a native, pipeline-free method to synchronize OLTP and analytical data in near real time. This unifies applications, analytics, and AI capabilities.

snowflake.com postgres
63d

Securing the future of AI agents

Google DeepMind outlines an AI Control Roadmap for securing internal systems that utilize AI agents. This strategy combines established safeguards with real-time monitoring techniques to enhance the security posture of AI deployments.

deepmind.google agents
63d

Writing to an Apache Iceberg Table: How Commits and ACID Actually Work

This article, Part 6 of an Apache Iceberg Masterclass, details the precise steps an engine takes when writing data to an Iceberg table. It covers when a write becomes visible and how concurrent writers are managed, following a discussion on hidden partitioning.

dremio.com iceberg
63d

Agentic Lakehouse: The Architecture Built for AI-Native Analytics

This article proposes the Agentic Lakehouse as an architecture designed specifically for AI agents, differing from traditional lakehouses optimized for human analysts and predictable SQL. It identifies how current lakehouse designs, tuned by DBAs for known query patterns, are insufficient for AI-dri

dremio.com lakehouse
63d

4 ways we’re using our MCP server at Figma

The article explores four practical applications of Figma's MCP server, demonstrating its expanded role across the platform. It details how the server supports processes from updating dynamic content to facilitating design shipments to production.

figma.com agents
63d

Data Processing is Becoming a GPU Workload

This article argues that data processing is increasingly becoming a GPU-centric workload. It examines the underlying trends and technological advancements that are driving this transition in how data is processed.

anyscale.com data-engineering
63d

Predicting model behavior before release by simulating deployment

OpenAI describes Deployment Simulation, a method designed to predict AI model behavior before release. This technique uses real conversation data to enhance safety assessments and improve the accuracy of model evaluations in a pre-production environment.

openai.com mlops
64d

Build Compliant AI Agents With Stateful Stream Processing

This article details architectural patterns for building audit-ready, EU AI Act-compliant agents with stateful stream processing on Apache Kafka and Flink. It outlines 7 states, 4 patterns, and a phased rollout strategy.

confluent.io kafka
64d

A Guide to AI Inference Engineering

The article guides readers through the operational mechanisms of AI inference and explains the foundational reasons for the development of optimization techniques within this field.

blog.bytebytego.com mlops
64d

The Orchestration Maturity Model: Why Teams Move from Jobs to Assets

The article presents an Orchestration Maturity Model, explaining the evolution of data orchestration systems from focusing on jobs to managing data assets. It describes why enterprises are adopting systems like Dagster to transition to asset-aware data platforms that provide insights into data rathe

dagster.io orchestration
64d

Running local models is good now

The author shares their experience with running local models, noting that performance has significantly improved. They detail testing various models such as Mistral 7B, Gemma 3, OpenAI OSS-20B, and Qwen 3 MoE on an M2 Mac with 64 GB RAM.

vickiboykis.com ml
64d

Introducing neon.ts: infrastructure as code for your Neon projects

Neon has launched `neon.ts`, an infrastructure-as-code file designed for managing Neon projects. This tool enables users to declare Neon services, access type-safe environment variables, and configure branch settings, facilitating the provisioning of backend primitives for applications and agents.

neon.com postgres
64d

Shipping psql without psql: a pure-TypeScript Postgres client in neonctl

Neon addresses `psql` availability issues across various operating systems and environments by reimplementing the `psql` client entirely in TypeScript. This new client is embedded directly within the `neonctl` command-line interface, ensuring its functionality even when the native `psql` is not inst

neon.com postgres
67d

Improving performance in the layers panel

The article describes the re-architecture of Figma's layers panel, implementing new computation and caching strategies. These changes resulted in a 30–50% improvement in interaction speed for large and complex files.

figma.com architecture
68d

Text-to-SQL vs Agentic Analytics: What the Upgrade Requires

The article compares Text-to-SQL and Agentic Analytics, noting that leading large language models achieve 60-70% accuracy on complex SQL queries according to the BIRD benchmark. It discusses accuracy differences between simple and multi-join queries and examines the architectural requirements for ev

dremio.com semantic-layer
68d

Stop reading logs: Debugging Ray on Anyscale with Agent Skillsan

This article introduces Agent Skillsan as a method for debugging Ray applications on Anyscale without extensive log analysis. It explores how this agent-based approach streamlines the identification and resolution of issues in distributed systems.

anyscale.com agents
68d

Making FlashAttention-4 faster for inference

This post explores methods to accelerate FlashAttention-4 specifically for inference workloads in large language models. It details technical optimizations and algorithmic adjustments aimed at reducing computation time and memory footprint during the attention mechanism calculation, leading to impro

modal.com llm
68d

ASOF JOIN Benchmark: Apache Doris vs ClickHouse and DuckDB

The article presents a benchmark comparing Apache Doris 4.1's ASOF JOIN performance against ClickHouse and DuckDB. Apache Doris 4.1 demonstrates superior performance across all eleven tested scenarios for this specific join type.

doris.apache.org duckdb
69d

Profiling in PyTorch (Part 2): From nn.Linear to a Fused MLP

This is the second part of a series on profiling PyTorch models, focusing on optimizing performance from nn.Linear layers to fused MLPs. It details techniques for identifying and reducing bottlenecks in neural network execution.

huggingface.co ml
69d

Cloud Topics: the Metastore

This article explains the architecture of Redpanda's metastore for Cloud Topics, detailing how it enables features such as offset lookups, complete cluster restores, and cross-region read replicas. It positions the metastore as a foundational component for future system capabilities.

redpanda.com streaming
69d

Agentic AI Architecture: How CockroachDB Supports Memory, Context, and Control

The article explores architectural patterns for integrating a database, specifically CockroachDB, to manage the memory, context, and control aspects of autonomous AI agents. It details how the database can serve as a persistent store for agent state, conversational history, and operational parameter

cockroachlabs.com agents
69d

DiffusionGemma: 4x faster text generation

Google DeepMind introduces DiffusionGemma, a new model designed for text generation. The article claims this model achieves a 4x speed improvement compared to previous methods, offering significant advancements in text generation efficiency.

deepmind.google llm
69d

Encoding Your Domain Expert: The Context Layer Behind Spotify's Data Assistant

This article from Spotify Engineering outlines the development of a "Context Layer" to encode domain expertise, which powers their internal Data Assistant. It discusses how this system helps address complex data problems by providing contextual understanding and streamlining data access for users.

engineering.atspotify.com llm
69d

Semantic Layer vs Data Catalog: What’s the Difference?

This article clarifies the distinction between a semantic layer and a data catalog, two terms often used interchangeably despite serving different purposes. It explains their unique roles in a data architecture and how each handles metadata to improve data understanding for both human and machine co

dremio.com semantic-layer
69d

Postgres 19 Beta 1 is here

This article announces the release of PostgreSQL 19 Beta 1, highlighting key new features in this major version. These include graph query support, enhancements for faster data inserts, the introduction of pg_plan_advice, and capabilities for parallel-worker autovacuuming and online toggling of data

postgresweekly.com postgres
70d

The Bill Arrives: How to Manage Agentic AI Costs at Scale

This article focuses on strategies for managing the operational costs associated with deploying and scaling agentic AI systems. It discusses factors contributing to cost blowouts, such as token usage multipliers and context window management, offering practical approaches to optimize spending in pro

cockroachlabs.com agents
70d

What Salesforce Learned from 20,000 Enterprise Agent Deployments

This article presents insights from John Kucera, Salesforce's CPO of Agentforce, on distinguishing successful enterprise agent deployments from those that fail to deliver sustained business value. It draws from the experience of 20,000 agent deployments within Salesforce.

blog.bytebytego.com agents
70d

Hidden Partitioning: How Iceberg Eliminates Accidental Full Table Scans

This article, part of an Apache Iceberg Masterclass, details the hidden partitioning feature within Iceberg. It explains how this capability eliminates the need for users to understand physical data organization and prevents costly accidental full table scans during queries.

dremio.com iceberg
70d

Semantic Layer Governance: Control What AI Agents Access

This article addresses the governance gap arising from AI agents executing hundreds of queries per minute without human review. It discusses how traditional access controls are insufficient and explains how a semantic layer can provide the necessary control for what AI agents can access.

dremio.com semantic-layer
70d

Defend against frontier cyber models: Cloudflare's architecture as customer zero

Cloudflare details the architecture behind Project Glasswing, emphasizing its importance in defending against vulnerabilities over rapid patching. The article describes the specific threats this architecture addresses and how Cloudflare implements it as its internal "customer zero."

blog.cloudflare.com engineering
71d

How We Moved Discord Voice to the Edge

The article describes Discord's project to migrate its voice and video services onto Cloudflare's edge network. It covers the technical process of achieving closer servers and reduced ping times across regions, along with specific bugs encountered during the implementation.

discord.com architecture
71d

The four pillars for AI agent governance at scale

This article outlines four essential pillars for effective AI agent governance at scale: identity, authorization, observability, and accountability. It emphasizes the necessity of robust governance infrastructure beyond just improving agent models for enterprise deployment.

redpanda.com agents
71d

Your AI isn't broken. Your data model is.

The article explores why AI proof-of-concepts often fail in production, attributing the gap to issues within the underlying data model rather than the machine learning model itself. It suggests that a robust data model is crucial for successful production AI deployments.

getdbt.com data-modeling
71d

Token Spend Out of Control? The Case for Smarter Routing

This article explores strategies for managing and optimizing LLM token spend in production environments, specifically focusing on smarter routing techniques. It includes insights from the co-founders of Kilo, an open-source coding agent that frequently encounters these challenges.

blog.bytebytego.com llm
71d

A Human-Augmenting Agentic Workflow for Causal Inference

The article describes a new human-augmenting agentic workflow developed at Netflix to enhance causal inference capabilities. It details the architecture and operational patterns that allow AI agents to collaborate with humans on complex analytical problems.

netflixtechblog.com agents
71d

Thinking Fast & Slow for a Personalized Notification System

The article details the architecture of Netflix's personalized notification system, which leverages the 'Thinking Fast & Slow' framework. It describes how both immediate and deliberative processing contribute to tailoring notifications for individual users.

netflixtechblog.com ml
74d

Sitar-agent: Building a reliable dynamic configuration sidecar at scale

This article outlines the development of Sitar-agent, a dynamic configuration sidecar designed for high reliability and scalability at Airbnb. It covers the architecture, challenges, and solutions involved in building such a critical infrastructure component.

medium.com engineering
75d

Broker-Visible vs Client-Local Parallelism

Presented as a side-quest in a series about Kafka share groups and parallel consumption, this article focuses on the fundamental differences between broker-visible and client-local parallelism. It examines how various configurations and behaviors specifically influence parallel consumption within sh

jack-vanlightly.com kafka
75d

Multigres v0.1 Alpha: an operating system for Postgres

This article announces the release of Multigres v0.1 alpha to the open source community. Multigres aims to provide Vitess-grade horizontal scaling, high availability, and operational simplicity for Postgres.

supabase.com postgres
75d

What Breaks When Agentic AI Reaches Production?

The article investigates the typical points of failure and production incidents that arise when deploying agentic AI systems in real-world environments. It outlines common hurdles faced by enterprise AI teams beyond initial impressive prototypes, detailing the complexities of moving agents from deve

cockroachlabs.com agents
76d

Lights Out, Systems On: Validating Instant Power Loss Readiness

Meta is introducing Instantaneous PowerLoss Storm, a new testing paradigm within its infrastructure for handling and mitigating instant or zero-notice power loss in data centers. The article shares how Meta built readiness to tolerate instant failures into existing systems with defense-in-depth stra

engineering.fb.com engineering
76d

How OpenAI Built Its Data Agent

This article explores OpenAI's approach to building its data agent, emphasizing that the primary challenge in data analysis lies in discovering relevant tables and understanding their semantic usage, rather than SQL authoring. It delves into how they tackle these complex data discovery and interpret

blog.bytebytego.com agents
76d

I Slop Forked Neon. You Should Too.

The article argues that APIs are critical for AI agents, which interact more effectively with programmatic interfaces than graphical dashboards. It emphasizes that platform functionality visible in user consoles should also be accessible via open API endpoints. This approach supports agentic workflo

neon.com agents
76d

Dynamic Repartitioning for Time Series Workloads

The article describes Netflix's approach to dynamic repartitioning specifically tailored for time series data workloads. It details the mechanisms and architectural considerations for optimizing data layout and query performance on time-ordered datasets.

netflixtechblog.com data-engineering
77d

A chat with the creator of Postgres

Postgres 19 will introduce support for SQL/PGQ, enabling users to declare property graphs over existing tables. This allows for pattern matching with Cypher-like syntax within Postgres.

postgresweekly.com postgres
77d

Reproducible Data Curation In The Multimodal Lakehouse

The article describes how LanceDB processes raw multimodal data to create reproducible, training-ready datasets. It covers features such as search, filtering, deduplication, sampling, and versioned curation workflows.

lancedb.com vector-db
77d

When history fails you, borrow from geography

This article presents a novel problem-solving methodology, drawing insights from geographical concepts to address limitations encountered with traditional historical data approaches. It discusses how applying these alternative frameworks led to effective solutions for complex engineering problems.

medium.com engineering
77d

How OmniNode uses Redpanda to scale AI agent workflows

OmniNode's founder discusses the development of their AI agent workflows, detailing how Redpanda is utilized for scaling these operations. The article specifically highlights how data contracts are employed to manage and prevent topic name drift within their streaming infrastructure.

redpanda.com agents
78d

How Brooklyn Data Uses Compass for Self-Service Analytics in Slack

This article describes how Brooklyn Data implements Compass to facilitate self-service analytics within Slack, aiming to decrease response times for data queries, enhance data discoverability, and establish governed access to operational and financial data across the organization.

dagster.io orchestration
78d

Reinforcement learning is an infrastructure problem

The article argues that scaling reinforcement learning applications in production primarily presents an infrastructure challenge, not just an algorithmic one. It explores the system design considerations and engineering requirements needed to effectively train and deploy RL agents at scale, covering

modal.com ml
79d

Embeddings Aren’t Magic: The Predictable Failure Modes of RAG Retrieval

This article discusses the limitations of embeddings in RAG systems, noting that while they handle synonyms and paraphrasing well, they can fail on negations, exact identifiers, and company-specific acronyms. It suggests alternative approaches for when these failures occur.

towardsdatascience.com llm
80d

RAG Is Burning Money — I Built a Cost Control Layer to Fix It

The article presents a cost control layer for RAG systems that combines semantic caching, query routing, token budgeting, and circuit breaking. The approach reportedly achieves an 85% reduction in LLM costs without significantly impacting answer quality.

towardsdatascience.com llm
81d

Make your SQL Workflows Multimodal With LanceDB × DuckDB

The article presents a hands-on walkthrough on integrating LanceDB and DuckDB to facilitate multimodal data querying using SQL. It covers joining data across multiple tables and materializing results back into LanceDB.

lancedb.com duckdb
82d

New DuckDB-Iceberg Features in v1.5.3

This blog post demonstrates the new features available in DuckDB v1.5.3 for the DuckDB-Iceberg extension, even while the team focuses on DuckLake v1.0 and Quack.

duckdb.org duckdb
82d

Agentic Lakehouse vs Data Lakehouse: What Actually Changes

The traditional data lakehouse was designed for human analysts. Every architectural decision, from how performance is tuned to how business context is stored, assumed that a person would be sitting at the end of the pipeline, writing queries, interpreting results, and carrying those results into dec

dremio.com lakehouse
82d

Apache Polaris 1.5.0: Deep-Dive Into the Future of Open Data Catalogs

Catalog governance is the biggest bottleneck in building a multi-engine lakehouse. When you query the same Apache Iceberg tables with Spark, Flink, and Dremio, synchronizing permissions and access credentials across different engines is traditionally a manual, error-prone chore. Apache Polaris solve

dremio.com lakehouse
83d

How We Built Production Vector Search in Apache Doris

Apache Doris 4.1 integrates native Approximate Nearest Neighbor (ANN) vector indexes, including IVF and IVF_ON_DISK, directly into its OLAP engine. This integration achieves 900 queries per second at 97% recall when benchmarked using VectorDBBench.

doris.apache.org vector-db
83d

Agentic Lakehouse Architecture: The Four Technical Layers

Choosing the right concept is only half the job. Plenty of teams have adopted the lakehouse model, picked open formats, and still built systems that fail when AI agents start querying them at scale. The Agentic Lakehouse architecture solves a specific problem: how do you structure a data platform so

dremio.com lakehouse
83d

Using LLMs to Secure Source Code

This article describes a systematic approach to leveraging LLMs for securing source code. The process involves constructing a threat model, identifying potential vulnerabilities, verifying findings, triaging discovered issues, and applying necessary patches.

eugeneyan.com llm
84d

SilverTorch: Index as Model — A New Retrieval Paradigm for Recommendation Systems

We’re introducing SilverTorch, a reimagining of recommendation systems that unifies all retrieval components for user generated content under a unified architecture.  SilverTorch shows up to 23.7x higher throughput compared to the state-of-the-art approaches. It’s also showing 20.9x more compute cos

engineering.fb.com engineering
84d

Performance and Apache Iceberg’s Metadata

This is Part 3 of a 15-part Apache Iceberg Masterclass. Part 2 covered the metadata structures of all five table formats. This article focuses on exactly how query engines use Iceberg's metadata to avoid reading data they don't need. The single biggest performance advantage of Iceberg over raw data

dremio.com lakehouse
84d

EP216: RAGs vs Agents

The article contrasts Retrieval-Augmented Generation (RAG) and agents as solutions for accessing company data with LLMs, highlighting their distinct problem-solving approaches.

blog.bytebytego.com llm
87d

Apache Iceberg V2 vs V3: What Changed and What It Means for Your Tables

Apache Iceberg is not a static format. The spec version number stamped into every table's metadata controls which features that table can use, which engines can read it, and how efficiently row-level changes are handled. The jump from Apache Iceberg V2 to V3 introduces deletion.

dremio.com lakehouse
87d

Apache Iceberg Machine Learning: Solving Data Versioning for AI

Models can lose accuracy after retraining, and reproducing the exact training dataset from months ago can be difficult due to data lake changes. Apache Iceberg solves this by providing data versioning capabilities, allowing you to track and reproduce specific datasets used for training.

dremio.com lakehouse
88d

Finding Bugs using LLMs

This article describes Materialize's success since February 2026 in using LLM-based coding agents, primarily Anthropic’s Opus 4.6 and 4.7, to find bugs in existing code and open pull requests. It will cover system considerations for implementing such an approach.

materialize.com llm
89d

Making User-Sequence Data More Cost-Efficient, Faster, and Easier to Use

This post describes how Pinterest engineers optimized their systems to handle user-sequence data more cost-efficiently, faster, and with improved usability. It likely covers specific architectural changes and engineering techniques implemented to achieve these gains.

medium.com data-engineering
89d

Reimagining ML Operations with Agent Skills: a new maturity model for on-call

This article explores a re-imagined approach to ML operations through the lens of "Agent Skills," proposing a new maturity model for on-call responsibilities. It discusses how AI agents can potentially transform MLOps practices. The content delves into conceptual frameworks for improving operational

anyscale.com agents
89d

Test-Driving the Lance Lakehouse Format in DuckDB

DuckDB users can now query Lance datasets using SQL through the CLI or SDKs, enabling AI and retrieval workload capabilities; this post highlights Lance as a good option for vector storage and querying.

duckdb.org duckdb
90d

Training SID-1 to beat GPT-5 at search with 1k+ QPS RL

SID-1 is an agentic search model that is 24x faster than GPT-5.1-high, 374x cheaper than Sonnet 4.5, and achieves 1.9x higher recall than traditional RAG pipelines. The article explains how it was trained using large-scale RL on turbopuffer.

turbopuffer.com agents
91d

DuckDB 1.5.3: Not an Ordinary Patch Release

DuckDB v1.5.3, while a patch release, includes several important new features; the complete release notes are available on GitHub, with installation instructions provided.

duckdb.org duckdb
91d

Cloud Topics: Level Zero garbage collection

The post details how Redpanda Cloud Topics manages the lifecycle of temporary L0 objects and safely deletes them without data loss or excessive storage costs.

redpanda.com streaming
92d

Relational Database Data Lineage Ontology

The paper proposes a novel ontology for relational database data lineage to address the challenges of modeling lineage, especially with incomplete or missing dependencies between database objects.

arxiv.org databases
93d

Gradient-Based Join Ordering

The paper presents a gradient-based approach for join ordering, which is a computationally complex problem that critically impacts query execution performance in databases.

arxiv.org databases
93d

Designing Sovereignty in Real-Time Data Streaming

Digital sovereignty in streaming demands architectural guarantees, not policy promises. The post discusses how BYOC, schema controls, and open protocols satisfy global regulations.

confluent.io kafka
95d

Postgres FDW: Pushdown is a negotiation

A deep dive into how pg_clickhouse's Foreign Data Wrapper decides what SQL to push down to ClickHouse versus execute locally in Postgres .

clickhouse.com clickhouse
96d

Architecting Data Pipelines for Multimodal Datasets at Scale

This article explores the architectural challenges and solutions for designing data pipelines that can process multimodal datasets efficiently at scale. It delves into strategies for managing diverse data types and large volumes within machine learning workflows. The content covers system design pri

anyscale.com mlops
96d

Viaduct 1.0 and the future of Airbnb’s data mesh

This article introduces Viaduct 1.0 and outlines Airbnb's vision for its data mesh architecture. It details the principles, components, and future direction of their decentralized data management approach, highlighting how Viaduct serves as a key enabler.

medium.com data-engineering
97d

ClickStack SQL Charting and Alerting

Learn how ClickStack’s new SQL-powered charting and alerting unlock anomaly detection, rolling baselines, and advanced observability workflows directly on top of ClickHouse, without relying on external tooling.

clickhouse.com clickhouse
97d

The Metadata Structure of Modern Table Formats

This article breaks down exactly how each format organizes its metadata, which determines how fast queries start planning and how efficiently concurrent writes occur.

dremio.com lakehouse
97d

High Performance Rate Limiting at Databricks

The article explores Databricks' implementation of rate limiting at scale, focusing on shrinking the critical path and the necessary accuracy tradeoffs.

blog.bytebytego.com architecture
97d

Migrating Data Ingestion Systems at Meta Scale

Meta's engineering teams revamped their data ingestion system to enhance reliability at scale, migrating from a legacy system to a new architecture.

engineering.fb.com engineering
98d

When "idle" isn't idle: how a Linux kernel optimization became a QUIC bug

Cloudflare investigated a performance issue caused by CUBIC's congestion window getting stuck at its minimum, identifying the root cause as incorrect measurement of idle periods. The fix involved accurately distinguishing RTT wait times from application idleness.

blog.cloudflare.com engineering
98d

ClickHouse Release 26.4

ClickHouse 26.4 is here! In this release, more features become SQL compatible, COUNT DISTINCT gets faster, EXPLAIN gets even prettier, and more

clickhouse.com clickhouse
98d

Quack: The DuckDB Client-Server Protocol

This post introduces Quack, the new client-server protocol for DuckDB. It explains the motivation for a client-server architecture and outlines the design considerations for the Quack protocol, including security, efficiency, and extensibility.

duckdb.org duckdb
99d

How Pinterest Built a Production MCP Ecosystem

The article focuses on the design and implementation of Pinterest's MCP ecosystem, outlining the key elements required for its successful operation.

blog.bytebytego.com architecture
99d

How Discord Automates ScyllaDB Clusters at Scale

The article describes Discord's approach to automating the setup and management of ScyllaDB clusters at scale. It explains the challenges faced when configuring and operating dozens of database nodes and the solutions implemented to streamline this process, significantly reducing deployment time.

discord.com architecture
103d

Announcing the Program of DuckCon #7 Amsterdam

The program for DuckCon #7 Amsterdam, a DuckDB user conference, has been announced. The event will be held on June 24, 2026, and will run from 15:00 to 20:00 CEST.

duckdb.org duckdb
103d

What Are Table Formats and Why Were They Needed?

This is Part 1 of a 15-part Apache Iceberg Masterclass. This article covers the fundamental question: what problem do table formats solve, and why does the choice between them matter? A data lake without a table format is a collection of files. It has no concept of a transaction, no mechanism to pre

dremio.com iceberg
103d

Container Design Patterns for Distributed Systems

This article presents container design patterns categorized by their coordination scope, providing a structured overview of common practices for distributed systems.

blog.bytebytego.com architecture
103d

Iceberg Default Column Values: Schema Evolution Without the Backfill

Adding a column to a large production table used to require a plan involving migration scripts, maintenance windows, and backfill jobs that rewrite every data file to include the new column. Iceberg default column values eliminate the need for backfills during schema evolution.

dremio.com lakehouse
104d

When DNSSEC goes wrong: how we responded to the .de TLD outage

On May 5, 2026, DENIC published broken DNSSEC signatures for the .de TLD, making millions of domains unreachable. Here's what 1.1.1.1 saw, how serve stale cushioned the impact, and how we restored resolution.

blog.cloudflare.com engineering
104d

Our AI started a cafe in Stockholm

Simon Willison describes how he used AI agents to launch and run a cafe in Stockholm, detailing the architecture and lessons learned.

simonwillison.net llm
105d

Monitoring reliably at scale

This article explores the challenges and solutions for establishing reliable monitoring systems in a large-scale production environment. It details architectural considerations and best practices for ensuring consistent and accurate observability data.

medium.com observability
105d

Realtime or Pipelines? How to choose the right tool

This article compares 'Realtime' and 'Pipelines' data processing approaches, both leveraging Postgres logical replication. It explains how these two methods address different problems and guides users on selecting the right solution for their use case.

supabase.com postgres
105d

Little's Law in practice with Cloud Topics

From spinning disks to CPUs to cloud object storage, shifting bottlenecks have shaped Redpanda's architecture. Here’s what Cloud Topics revealed about today’s demand for high-latency storage.

redpanda.com streaming
106d

How to Work and Compound with AI

This post proposes a framework for leveraging AI, emphasizing context as infrastructure, taste as configuration, verification for autonomy, scaling through delegation, and closing feedback loops for continuous improvement.

eugeneyan.com ml
108d

Optimizing ML Workload Network Efficiency (Part I): Feature Trimmer

This post from Pinterest Engineering focuses on optimizing network efficiency for machine learning workloads, presenting the first part of their strategy. It introduces and explains the 'Feature Trimmer,' a component designed to reduce network overhead in ML systems.

medium.com mlops
109d

How LanceDB Accelerates Vector Search at 10 Billion Scale

The article explains how LanceDB scales vector search to 10 billion vectors and beyond. It covers the application of distributed indexing, distributed query execution, HNSW centroid routing, and fast RaBitQ rotation.

lancedb.com vector-db
111d

Where the goblins came from

The post discusses the timeline, root cause, and fixes behind "goblin outputs," which are personality-driven quirks in GPT-5 behavior.

openai.com llm
111d

Giving agents the ability to pay

Stripe introduces Link’s wallet for agents, offering programmatic access to generate one-time-use cards or Shared Payment Tokens, built on Stripe’s new Issuing for agents.

stripe.com engineering
112d

Skipper: Building Airbnb’s embedded workflow engine

This article details the development of Skipper, Airbnb's custom-built embedded workflow engine. It covers the architectural decisions, design principles, and operational experiences involved in creating a specialized orchestration solution for internal use cases.

medium.com orchestration
112d

Building A Storage Format For The Next Era of Biology

The article explores how Lance can serve as a foundation for AI systems utilizing single-cell genomics atlases, paving the way for a new generation of biological modeling. It discusses the technical aspects of a storage format designed for these applications.

lancedb.com vector-db
113d

Iceberg Deletion Vectors: The Better Way to Delete Rows

The post discusses how Iceberg deletion vectors offer a more efficient way to handle row deletions in data lakehouses, where deleting rows can be an expensive operation due to the immutable nature of Parquet files.

dremio.com lakehouse
113d

Pgrx: Build Postgres Extensions with Rust

Pgrx is a framework for building PostgreSQL extensions using Rust, enabling developers to leverage Rust's safety and performance features within the Postgres environment.

github.com postgres
115d

An Alternate Agentic AI Architecture (It's About the Data)

The paper argues that the dominant approach in agentic AI, where large language models orchestrate information access by dynamically selecting tools, is misguided. It proposes an alternative architecture focused on data.

arxiv.org agents
117d

We mapped unauthenticated Vector DBs exposing corporate AI data

The article highlights a significant security vulnerability where misconfigured RAG pipelines are exposing vector databases to the public internet. A live map visualizes the scale of the leak, emphasizing the failure of perimeter security in the AI space.

news.ycombinator.com vector-db
118d

Building a fault-tolerant metrics storage system at Airbnb

This article details the architecture and implementation of Airbnb's fault-tolerant system for storing operational metrics. It discusses the design choices made to ensure data durability, high availability, and scalability for critical observability data.

medium.com observability
119d

Show HN: Transient – CLI Governance layer for AI agents

Transient is a CLI tool to provide a governance layer for AI agents, including permission policies and auditing. It helps answer the question of what an agent did, whether it was authorized, and if it can be proven. The tool wraps the agent process and installs quickly.

github.com agents
119d

Apache Arrow 24.0.0 Release

Apache Arrow version 24.0.0 has been released with 259 resolved issues from 57 contributors. The announcement provides a link to the installation page.

arrow.apache.org arrow
120d

KV Cache Is Eating Your VRAM. Here’s How Google Fixed It With TurboQuant.

Explore the end-to-end pipeline of TurboQuant, a novel KV cache quantization framework. This overview breaks down how multi-stage compression achieves near-lossless storage through PolarQuant and QJL residuals, enabling massive context windows with minimal memory overhead

towardsdatascience.com ml
121d

What is pgvector?

pgvector is an open-source PostgreSQL extension that adds the ability to store, index, and search over vector embeddings, enabling similarity search and other vector-based operations directly within Postgres.

databricks.com postgres
123d

Post-Quantum Cryptography Migration at Meta: Framework, Lessons, and Takeaways

Meta shares lessons learned from their post-quantum cryptography (PQC) migration to assist other organizations in strengthening their resilience during the transition to post-quantum cryptography standards. They propose the idea of PQC Migration Levels to help teams manage the complex migration proc

engineering.fb.com engineering
124d

Artifacts: versioned storage that speaks Git

Cloudflare's Artifacts provides Git-compatible versioned storage for code and data, designed for agents, developers, and automations. It supports creating millions of repos and forking from any remote.

blog.cloudflare.com engineering
124d

Finding zombies in our systems: A real-world story of CPU bottlenecks

This post shares a real-world story from Pinterest about diagnosing and resolving critical CPU bottlenecks discovered within their systems. It describes the investigation process to uncover these 'zombie' processes and the strategies implemented to mitigate them.

medium.com engineering
125d

Index-based pruning in ClickHouse

Learn how ClickHouse uses primary indexes, lightweight projections, and skip indexes to prune data before reading it. Demonstrated on a 243 million row UK property sales dataset.

clickhouse.com clickhouse
125d

Privacy-first connections: Empowering social experiences at Airbnb

This article details the architectural and engineering approaches Airbnb uses to build privacy-first data systems that empower social experiences. It covers the design principles and technical implementations ensuring user privacy while fostering connections on the platform.

medium.com governance
126d

Agent Harnesses Are Dead. Long Live Agent Harnesses.

This article discusses the evolving landscape of AI agent frameworks and harnesses, suggesting that while frameworks might be becoming cheaper, the underlying need for structured agent orchestration remains.

blog.crewai.com agents
126d

Ducklake’s architecture makes so much sense, and really highlights the drawbacks of using the object store itself for metadata like Iceberg does. Ducklake+Motherduck seem well positioned to take Snowflake customers. What differentiates motherduck’s technical architecture from Snowflake’s?

This Reddit post discusses DuckDB's architecture, comparing Ducklake to Snowflake and highlighting potential drawbacks of using object stores for metadata like Iceberg does. The post explores what differentiates MotherDuck's technical architecture from Snowflake's.

reddit.com duckdb
127d

Scaling Recommendation Systems with Request-Level Deduplication

This post details Pinterest's strategy for scaling their recommendation systems through the implementation of request-level deduplication. It explains the architectural considerations and benefits of this optimization technique for high-throughput ML serving.

medium.com ml
127d

DuckLake v1.0

DuckLake v1.0 has been released.

reddit.com duckdb
127d

Dynamic, identity-aware, and secure Sandbox auth

Outbound Workers for Sandboxes provide a programmable, zero-trust egress proxy for AI agents. This allows developers to inject credentials and enforce dynamic security policies without exposing sensitive tokens to untrusted code.

blog.cloudflare.com agents
127d

DuckLake 1.0

The article announces the release of DuckLake 1.0.

duckdb.org duckdb
128d

Your ReAct Agent Is Wasting 90% of Its Retries — Here’s How to Stop It

Most ReAct-style agents are silently wasting their retry budget on errors that can never succeed. In a 200-task benchmark, 90.8% of retries were spent on hallucinated tool calls — not model mistakes, but architectural flaws. This article shows why prompt tuning won’t fix it, and the three structural

towardsdatascience.com ml
128d

DuckDB Meets Data Lakes [video]

Walkthrough of querying data lake files with DuckDB, covering Parquet, Iceberg, and S3 integration patterns.

youtube.com duckdb
128d

Building the database for trillion-scale AI search

This post details the system design considerations and engineering tradeoffs involved in constructing a vector database built for trillion-scale AI search. It covers distributed indexing, query optimization strategies, and infrastructure choices necessary to handle massive datasets and high query th

turbopuffer.com vector-db
129d

Your harness, your memory

This LangChain blog post discusses the growing importance of agent harnesses in building AI agents and their connection to agent memory. It highlights the potential drawbacks of using closed harnesses, particularly those behind proprietary APIs, which can limit control over the agent.

blog.langchain.com agents
129d

Why Every AI Coding Assistant Needs a Memory Layer

The article argues that AI coding assistants require a persistent memory layer to overcome the limitations of stateless LLMs. This memory layer improves code quality by providing systematic context across sessions.

towardsdatascience.com ml
129d

Show HN: Formally Verified Leaderless Log Protocol for Kafka

This post announces the open-sourcing of a formally verified TLA+ specification for a leaderless log protocol for Kafka, highlighting the discovery of a design bug through verification. It also mentions using Claude Code to generate a working Rust implementation from the specification, demonstrating

github.com kafka
130d

Design and Implementation of DuckDB Internals

This article from the DuckDB website discusses the design and implementation of DuckDB internals, which is useful for understanding its architecture and performance characteristics.

duckdb.org duckdb
130d

Context Engineering for AI Coding Agents

This article discusses context engineering techniques for AI coding agents, specifically focusing on Claude code sub-agents. It explores how to structure prompts and context to improve the performance of AI coding assistants.

amux.io agents
131d

Escaping the Fork: How Meta Modernized WebRTC Across 50+ Use Cases

Meta shares its approach to modernizing WebRTC, the technology powering real-time audio and video across their platforms. The article highlights the challenges of forking a large open-source project and how Meta addressed them to stay aligned with community upgrades.

engineering.fb.com engineering
131d

What Chipotle Can Teach Us About Real-Time Data Products | Materialize

This article draws parallels from Chipotle's operational model to discuss real-time data product architectures. It explores a third option that balances fresh data and fast queries, applicable to building data products for modern applications and AI agents.

materialize.com streaming
132d

Oracle CDC now available in Redpanda Connect

Redpanda Connect now offers native CDC for Oracle, enabling real-time data access without requiring rearchitecting. The solution eliminates the need for a JVM, middleware, and related operational overhead.

redpanda.com streaming
132d

ClickHouse at FOSDEM 2026

This post recaps ClickHouse's involvement at FOSDEM 2026 in Brussels. It highlights the community's activities during the event.

clickhouse.com clickhouse
132d

Show HN: 500k+ events/sec transformations for ClickHouse ingestion

This post highlights GlassFlow's work on achieving high-throughput (500k+ events/sec) transformations for ClickHouse ingestion, particularly in observability and real-time analytics pipelines. It addresses challenges related to scaling throughput.

github.com clickhouse
132d

Performance for Everyone

This post from Pinterest Engineering explores their initiatives and approaches to improving overall system performance for a wide range of users and services. It likely covers methodologies, tooling, or cultural shifts to foster a performance-first mindset.

medium.com engineering
132d

From bytecode to bytes: automated magic packet generation

Cloudflare's blog post details how they automated the generation of malware trigger packets using symbolic execution on BPF bytecode. By leveraging the Z3 theorem prover, they significantly reduced analysis time, improving their ability to detect and respond to threats.

blog.cloudflare.com engineering
132d

Cortex AISQL: A Production SQL Engine for Unstructured Data

This paper introduces Cortex AISQL, a production SQL engine from Snowflake that integrates native semantic operations directly into SQL. This allows users to combine relational operations with semantic reasoning for querying unstructured data.

arxiv.org snowflake
133d

Managing the Context Window | Airbyte

The article discusses effective strategies for managing the context window in AI agents. It emphasizes improving performance, reducing costs, and maintaining relevant outputs, which is valuable for optimizing AI systems.

airbyte.com agents
133d

Building a high-volume metrics pipeline with OpenTelemetry and vmagent

This article details the construction of Airbnb's high-volume metrics pipeline, outlining the integration of OpenTelemetry and vmagent. It covers the architectural considerations, implementation specifics, and operational insights for processing vast amounts of observability data.

medium.com observability
133d

Evolution of Multi-Objective Optimization at Pinterest Home feed

This post outlines the evolution of multi-objective optimization techniques implemented for the Pinterest Home feed, tracing how these complex systems have developed over time. It describes the challenges and solutions in balancing multiple optimization goals for user experience.

medium.com ml
133d

Engineering An AI Agent To Navigate Large-scale Event Data – Part 2

This article delves into the design of an AI agent for navigating large-scale event data, focusing on transforming query patterns into intelligent tools and crafting an effective agent architecture, which offers practical insights into building agents for complex data environments.

mlops.community mlops
133d

Context Engineering for AI Agents: A Deep Dive

This article discusses techniques for optimizing context, a finite resource, when designing AI agents, focusing on how to best utilize available information to enhance agent performance.

towardsdatascience.com llm
133d

ClickHouse Release 26.3

ClickHouse version 26.3 introduces async inserts by default, improved JOIN reordering, and materialized CTEs. These features could improve query performance and data management for users.

clickhouse.com clickhouse
133d

Apache Arrow ADBC 23 (Libraries) Release

The Apache Arrow team announced the version 23 release of the Apache Arrow ADBC libraries, which includes 41 resolved issues from 20 contributors. This release focuses on the libraries, which are at version 23, with the API specification versioned separately.

arrow.apache.org arrow
134d

Apache Airflow 3.2.0: Data-Aware Workflows at Scale

The article announces the release of Apache Airflow 3.2.0, focusing on data-aware workflows. Key features include asset partitioning for granular pipeline orchestration and support for multi-team deployments at enterprise scale.

airflow.apache.org orchestration
134d

A Guide to Context Engineering for LLMs

This ByteByteGo article explores context engineering for LLMs, explaining how LLMs process information and outlining strategies to improve context utilization.

blog.bytebytego.com architecture
134d

Continual learning for AI agents

This LangChain blog post discusses continual learning for AI agents, highlighting that learning occurs at the model, harness, and context layers, not just model weight updates. Understanding these distinctions is crucial for building systems that improve over time.

blog.langchain.com llm
135d

Syntaqlite Playground

The article introduces a Syntaqlite Playground, which is related to dbxlite and Metastax. It's a useful tool for Staff+ level data engineers, ML engineers, and analytics practitioners.

simonwillison.net llm
135d

Powering Multimodal Intelligence for Video Search

Netflix details how they are using multimodal intelligence to improve video search capabilities. The article likely covers the engineering challenges and solutions involved in building and deploying such a system at scale.

netflixtechblog.com engineering
137d

How My Agents Self-Heal in Production

This post details a self-healing deployment pipeline for a GTM Agent. The system automatically detects regressions after each deploy, determines if the change caused the regression, and uses an agent to create a pull request with a fix, minimizing manual intervention.

blog.langchain.com llm
137d

Towards Robustness: A Critique of Current Vector Database Assessments

This paper critiques the use of average recall as the dominant metric for evaluating vector databases, which are crucial in AI systems. It argues that relying solely on average recall can be problematic for users and researchers optimizing these systems.

arxiv.org vector-db
138d

Multi-Objective Agentic Rewrites for Unstructured Data Processing

This paper discusses DocETL, a declarative system for LLM-powered data processing that has gained traction across various domains. DocETL allows users to define complex data processing pipelines using LLMs, enabling tasks like information extraction and data transformation from unstructured document

arxiv.org llm
138d

Agentic Coding at ClickHouse

ClickHouse details their work on agentic coding. The article likely details the practical implementations and potential benefits of this approach within the ClickHouse ecosystem.

clickhouse.com clickhouse
138d

How to Orchestrate dbt with Dagster

This article describes how to use Dagster's dbt integration to run and monitor dbt models as part of a larger asset-driven pipeline, focusing on lineage and scheduling improvements.

dagster.io orchestration
138d

Debug Dagster Code with Docker

Learn step-by-step how to debug Dagster pipelines directly inside Docker, bridging development and deployment environments with practical tools.

dagster.io orchestration
138d

High-Performance Python for Pipelines

Use proven tips to make your Python code faster and more efficient, especially for data engineering and pipeline-heavy workloads.

dagster.io orchestration
138d

Open Models have crossed a threshold

LangChain reports that open models like GLM-5 and MiniMax M2.7 are now comparable to closed frontier models on agent tasks like file operations and tool use. The article presents evaluation results and instructions for using these open models.

blog.langchain.com llm
138d

Why we're rethinking cache for the AI era

Cloudflare discusses the challenges and opportunities in cache design presented by the explosion of AI-bot traffic, detailing the differences between AI bot traffic and human traffic and providing some early ideas for system design.

blog.cloudflare.com engineering
138d

The Missing Interface in Data Platform Engineering

This article discusses how data leaders should design the interface between data platforms and the teams that rely on them. It emphasizes the importance of clear boundaries and well-defined responsibilities in data platform engineering.

dataengineeringweekly.com data-engineering
139d

Data Inlining in DuckLake: Unlocking Streaming for Data Lakes

This blog post from the DuckDB team introduces data inlining in DuckLake to enable streaming for data lakes. It details the motivation, implementation, and benefits of this approach, including improved performance and reduced latency.

duckdb.org duckdb
139d

Dagster 1.12: Refinement and Acceleration

Dagster 1.12 introduces a redesigned UI, Components GA, streamlined deployment workflows, and major orchestration upgrades. These enhancements aim to make data orchestration faster, simpler, and more reliable for users.

dagster.io orchestration
139d

Multimodal Embeddings and RAG: A Practical Guide

This blog post explains multimodal embeddings for searching across different data types (text, images, audio, video) in RAG systems. It provides practical implementations using Weaviate and Gemini.

weaviate.io vector-db
140d

DuckDB Now Speaks Dutch!

This DuckDB blog post humorously explores an alternate reality where Dutch, not English, became the dominant language for SQL. It poses the question of how this linguistic shift might have shaped the development and standardization of SQL.

duckdb.org duckdb
140d

ClickHouse BYOC on Google Cloud now Generally Available

ClickHouse has announced the general availability of its Bring Your Own Cloud (BYOC) offering on Google Cloud. This allows users to run ClickHouse within their own Google Cloud account while maintaining full data sovereignty and zero-trust networking.

clickhouse.com clickhouse
140d

Exqutor: Extended Query Optimizer for Vector-augmented Analytical Queries

This paper introduces Exqutor, an extended query optimizer designed for vector-augmented analytical queries, particularly in Retrieval-Augmented Generation (RAG) pipelines. It aims to improve the efficiency of retrieving relevant external knowledge for large language model inference.

arxiv.org databases
141d

Under the hood: Redpanda Cloud Topics architecture

This article describes the architecture of Redpanda Cloud Topics, a new replication mechanism that uses object storage to reduce costs. The discussion of internals is valuable for engineers working with streaming data.

redpanda.com streaming
142d

Making HNSW Work with JOINs and WHERE Clauses on DuckDB

This article explains how to use HNSW indexes effectively with JOINs and WHERE clauses in DuckDB, demonstrating how to combine approximate nearest neighbor search with standard SQL operations for efficient data retrieval.

cigrainger.com duckdb
142d

Zero-Downtime Patching Part 1: Prewarming

This Neon blog post discusses their approach to zero-downtime patching using prewarming techniques to ensure continuous availability of customer databases. It details their system's redundancy and failover mechanisms.

neon.com postgres
144d

Agent Evaluation Readiness Checklist

The LangChain blog post offers a checklist for evaluating AI agents, covering error analysis, dataset construction, grader design, and offline/online evaluation. The checklist is intended to help ensure production readiness.

blog.langchain.com llm
144d

Zero-Downtime Patching in Lakebase Part 1: Prewarming

This Databricks blog post discusses techniques for ensuring database availability during patching in Lakebase. It focuses on prewarming as a method to minimize downtime during updates, which is crucial for maintaining service reliability in data platforms.

databricks.com databricks
144d

Qwen 3.5 27B at 1.1M tok/s on B200s, all configs on GitHub

This post shares the configurations used to push Qwen 3.5 27B to 1,103,941 tok/s on 12 nodes with 96 B200 GPUs using vLLM. The improvements came from changes to DP, context window, FP8 KV cache, and MTP-1 speculative decoding.

reddit.com llm
145d

Top 10 best practices tips for ClickHouse

This article presents ten best practices for ClickHouse, covering topics like primary key design, data types, materialized views, and join optimization. Benchmarks on a 150M row dataset illustrate the impact of these practices.

clickhouse.com clickhouse
145d

A one-line Kubernetes fix that saved 600 hours a year

Cloudflare describes a Kubernetes fix involving fsGroupChangePolicy that reduced Atlantis instance restart times from 30 minutes to 30 seconds by addressing a bottleneck in volume permission handling.

blog.cloudflare.com engineering
145d

ClickHouse is data lake ready

ClickHouse now supports direct querying of Iceberg and Delta Lake formats across major cloud catalogs. This feature eliminates the need for data migration, improving data lake accessibility.

clickhouse.com clickhouse
145d

A physical design advisor for DuckDB

A physical design advisor called Vizier has been developed for DuckDB. It analyzes queries and suggests changes to the database's physical layout, such as sort orders and indexes, to improve query performance.

reddit.com duckdb
145d

Agent Engineering Patterns: Dealing with large tool results

This blog post from Firetiger explores strategies for handling large tool results within AI agent workflows. It discusses approaches like summarization, pagination, and streaming to manage the volume of data returned by tools used by agents.

blog.firetiger.com agents
146d

The Case for Shared Storage - WarpStream

Shared-nothing made sense when storage was slow, but shared storage flips that tradeoff. The architectural case for building Kafka directly on object storage.

warpstream.com streaming
146d

Hacking the Kafka PRoTocOL - WarpStream

Kafka assumes stateful, partition-owning brokers. How WarpStream reverse-engineered it for stateless Agents. A deep dive into diskless Kafka load balancing.

warpstream.com streaming
146d

Getting started with WarpStream on Tigris - WarpStream

Run WarpStream on Tigris for globally distributed, durable Kafka streaming. This setup eliminates region-specific bucket planning and hidden data transfer fees, offering a streamlined approach to managing streaming infrastructure.

warpstream.com streaming
146d

Structured Logging in .NET with Serilog and ClickHouse

Learn how to send structured .NET logs directly to ClickHouse using Serilog — with full schema control, full-text search, and SQL queries over your log data. This post provides a step-by-step guide for setting up and using the integration.

clickhouse.com clickhouse
146d

Inside our approach to the Model Spec

Learn how OpenAI’s Model Spec serves as a public framework for model behavior, balancing safety, user freedom, and accountability as AI systems advance. This post details the considerations and mechanisms used to ensure responsible AI deployment.

openai.com llm
146d

I Used AI to Do Real Science. It Hallucinated the Data

This article details an experience using AI for scientific research where the AI hallucinated data. It underscores the importance of verifying AI outputs, especially in data-driven fields.

ryan.endacott.me ml
146d

No Classification without Represention

This article explains how Materialize enhances query performance by compiling SQL's complex type system into simpler representation types. This process helps reduce unnecessary casts, enables more effective query optimizations, and generally increases processing efficiency.

materialize.com streaming
147d

Introducing the OpenAI Safety Bug Bounty program

OpenAI launches a Safety Bug Bounty program to identify AI abuse and safety risks, including agentic vulnerabilities, prompt injection, and data exfiltration. This program encourages community participation in enhancing the security and robustness of AI models.

openai.com llm
147d

Introducing the NUMBER data type

Trino is adding support for the NUMBER data type to handle high-precision numeric types beyond the existing DECIMAL limit. This will allow Trino to query data from sources that use these types without loss of precision, improving interoperability.

trino.io trino
147d

Smarter Auto-Scaling for ClickHouse: The Two-Window Approach

ClickHouse Cloud's two-window recommender and target-tracking CPU algorithm cut scale-down latency from 30 hours to 3 hours while eliminating oscillations and reducing infrastructure costs. The post details the algorithm and its impact on autoscaling performance.

clickhouse.com clickhouse
147d

Your WarpStream Questions, Answered - WarpStream

This article answers questions about WarpStream's architecture, BYOC vs. Serverless options, pricing, Kafka compatibility, performance trade-offs, and zero-disk streaming.

warpstream.com streaming
147d

Unlocking Idempotency with Retroactive Tombstones - WarpStream

Kafka idempotent producers without stateful brokers require rethinking deduplication. WarpStream uses retroactive tombstones to separate data from metadata, providing a technical solution for ensuring data integrity in streaming applications.

warpstream.com streaming
147d

Tiered Storage Won’t Fix Kafka - WarpStream

Tiered storage still runs stateful brokers with expensive disks and inter-AZ replication. It does not solve the real cost problem at the heart of Kafka, offering a critical analysis of a common architectural pattern.

warpstream.com streaming
147d

The Original Sin of Cloud Infrastructure - WarpStream

OSS big data tools like Kafka were built for hyper-scalers, then given to everyone. The article discusses why on-prem assumptions in open source infra cause pain in the cloud, offering a high-level perspective on cloud infrastructure design.

warpstream.com streaming
147d

How Netflix Live Streams to 100 Million Devices in 60 Seconds

This article outlines the architecture that allows Netflix to live stream to 100 million devices in 60 seconds. It focuses on the challenges and solutions involved in building a large-scale live streaming system.

blog.bytebytego.com architecture
147d

Sandboxing AI agents, 100x faster

Cloudflare introduces Dynamic Workers for executing AI-generated code in secure, lightweight isolates. This technique achieves millisecond startup times, significantly faster than traditional container-based sandboxing for AI agents.

blog.cloudflare.com engineering
147d

Building high-performance full-text search for object storage

The ClickHouse blog details the design of their new text index for high-performance full-text search, especially when data is stored in object storage. The post explains how the design maintains speed at scale.

clickhouse.com clickhouse
147d

How Stripe Radar helps prevent free trial abuse

Stripe Engineering details how Radar uses machine learning to prevent free trial abuse. The system predicts abusive behavior with 90% accuracy, based on common trial terms violations.

stripe.com engineering
148d

How Agentic RAG Works?

In this article, we will look at how agentic RAG works, how it improves upon standard RAG, and the trade-offs that should be considered.

blog.bytebytego.com architecture
148d

Inside Gen 13: how we built our most powerful server yet

Cloudflare's Gen 13 servers introduce AMD EPYC™ Turin 9965 processors and a transition to 100 GbE networking to meet growing traffic demands. In this technical deep dive, we explain the engineering rationale behind each major component selection.

blog.cloudflare.com engineering
148d

Process Faster, Pay Less: Functional Isolation for Stream Processing

This arXiv paper presents a novel approach to stream processing by exploring functional isolation to reduce infrastructure costs. It discusses how concurrent workloads can extract insights from real-time data streams while optimizing resource utilization.

arxiv.org streaming
149d

ReViSQL: Achieving Human-Level Text-to-SQL

The paper introduces ReViSQL, an approach to translating natural language to SQL, aiming to achieve human-level performance. The research focuses on enhancing SQL reasoning by utilizing large language models and AI agents to decompose complex queries.

arxiv.org semantic-layer
149d

Announcing DuckDB 1.5.1

DuckDB 1.5.1 is released, including fixes and Lance support. The release notes are available on GitHub, and the new version can be installed from the installation page.

duckdb.org duckdb
149d

The Math That’s Killing Your AI Agent

This article uses compound probability to illustrate how seemingly accurate AI agents can fail in multi-step tasks. It also proposes a pre-deployment framework to mitigate such failures in production.

towardsdatascience.com ml
151d

Speeding up Timely Dataflow by 100x

This article presents a detailed example of how timely dataflow's approach to progress tracking can achieve orders of magnitude more efficiency than other stream processors. It explains the mechanisms behind achieving a 100x speedup.

materialize.com streaming
152d

DuckDB.ExtensionKit: Building DuckDB Extensions in C#

DuckDB has a flexible extension mechanism that allows extensions to be loaded dynamically at runtime, and this post shows how to build them in C#. This extension mechanism can add support for new file formats, introduce custom types, or provide specialized analytical functions.

duckdb.org duckdb
152d

Show HN: Blobsearch – Object storage and DuckDB based Elasticsearch alternative

The article introduces Blobsearch, an Elasticsearch alternative based on object storage (like S3) and DuckDB for querying logs rapidly. It focuses on using a durable storage solution (S3 with Parquet) combined with the analytical capabilities of DuckDB for cost-effective log analysis and monitoring

github.com duckdb
153d

Friend Bubbles: Enhancing Social Discovery on Facebook Reels

Friend bubbles in Facebook Reels highlight Reels your friends have liked or reacted to, helping you discover new content and making it easier to connect over shared interests. This article explains the technical architecture behind friend bubbles, including how machine learning estimates relationshi

engineering.fb.com engineering
153d

Beam Metrics in ClickHouse

This article explores using Apache Beam to ingest metrics into ClickHouse; this provides insights into how to leverage a data processing framework for efficient metric storage and analysis in a columnar database.

andrealeopardi.com clickhouse
153d

How ClickStack makes ClickHouse faster for observability

This post details how ClickStack integrates with ClickHouse to optimize queries for observability workloads. It covers techniques like progressive time window pagination, chunked charts, and automated use of materialized views, offering insights into performance tuning.

clickhouse.com clickhouse
153d

How one query ate 2 TB of RAM

This Postgres Weekly article discusses how a badly written query caused an OOM (Out-Of-Memory) killer issue, even with ample RAM. The culprit was `work_mem` exceeding expectations; this is a cautionary tale regarding resource allocation and query optimization in Postgres.

postgresweekly.com postgres
154d

Introducing Redpanda AI SDK for Go

Redpanda is open-sourcing their AI SDK for Go, designed for observable, resilient, and production-grade AI tooling.

redpanda.com streaming
154d

Nemotron 3 Nano 4B: A Compact Hybrid Model for Efficient Local AI

Nemotron 3 Nano 4B is presented as a compact LLM suitable for local AI, offering an efficient option for running inference on resource-constrained devices. Staff+ ML engineers working on edge deployment or low-latency applications should investigate this model's architecture and performance characte

huggingface.co ml
154d

Context Engineering from the Inside Out

This article explores context engineering, a topic critical for building AI-ready data systems. The post discusses designing data systems for AI consumption, machine-readable metadata, and contextual memory, providing insights into creating effective data pipelines for AI applications.

blog.yellowday.day community
154d

Introduction to Data-Centric Query Compilation

An introduction to data-centric query compilation, covering how modern engines like HyPer and Umbra generate machine code from query plans by pushing data through tight loops rather than pulling through iterator trees.

duckul.us duckdb
154d

Underrated Postgres: Create (Extended) Statistics

This article highlights the importance of extended statistics in Postgres for query optimization. It likely covers how to create and use extended statistics to improve query performance, especially for complex queries or datasets with skewed data distributions.

vela.simplyblock.io postgres
154d

DataOps Best Practices with Dagster: CI/CD, Monitoring & Data Quality

This Dagster blog post details CI/CD workflows using branch deployments, automatic retries, and backfill strategies; it also covers data quality via asset checks and monitoring with Dagster Insights, offering actionable advice for managing production data pipelines.

dagster.io orchestration
154d

Lower your warehouse costs via DuckDB transpilation

This article explores using DuckDB transpilation to reduce warehouse costs. It could involve techniques for rewriting SQL queries to leverage DuckDB's efficient execution or using DuckDB as a local processing layer before data warehousing, offering a practical method for cost optimization.

maxhalford.github.io duckdb
154d

Subagents

Covers subagent patterns for building composable AI agents that delegate tasks to specialized sub-agents, with practical implementation details.

simonwillison.net llm
154d

Building a product analytics warehouse on vanilla Postgres

This article discusses building a product analytics warehouse directly on Postgres. The article likely details schema design choices, performance optimization strategies (indexing, partitioning), and extension usage (like pgvector) relevant for those using Postgres beyond traditional transactional w

xata.io postgres
154d

How 5 Databases Scale Across Concurrency, Data, and Nodes

The article compares Exasol, ClickHouse, StarRocks, Trino, and DuckDB across concurrency, data volume, and node scaling. While, the comparison could highlight architectural differences, performance trade-offs, and suitability for different analytical workloads across these popular SQL engines.

exasol.com duckdb
154d

Show HN: Avalon - Synthetic FHIR R4 patient data as OMOP CDM 5.4 views

Avalon Synthetic clinical data pipeline , generate realistic FHIR R4 patient data, normalize it through Forge, and query it as OMOP CDM 5.4 views. What is Avalon? Avalon is an end-to-end pipeline that turns Synthea-generated FHIR bundles into clean, documented, queryable tables in BigQuery , then la

github.com community
155d

How Stripe’s Minions Ship 1,300 PRs a Week

Stripe uses internal coding agents called 'Minions' to generate over 1,300 automated pull requests per week. The article likely describes the architecture and implementation of these agents.

blog.bytebytego.com engineering
155d

Designing the new async-native ClickHouse Python client

ClickHouse-connect v0.12.0 introduces a new async-native Python client built using the half-sync/half-async pattern. Benchmarks show a 1.16x improvement in throughput and more stable tail latency under high concurrency.

clickhouse.com clickhouse
155d

Show HN: Synthea Fhir Data in BigQuery

We generated ~1,100 synthetic patients with Synthea, processed the FHIR R4 output through our normalization engine (Forge), and published it as a free public dataset on BigQuery Analytics Hub. 8 resource types: Patient, Encounter, Observation, Condition, Procedure, Immunization, MedicationRequest, D

news.ycombinator.com community
156d

Yeahchain, a high-throughput data sync layer

We just open-sourced the core data sync engine behind Yeahchain. The problem we solved: traditional databases were hitting performance bottlenecks during high-frequency sync operations. For Yeahchain, we moved to a custom, lock-free architecture that maps shared memory regions directly to our proces

news.ycombinator.com community
156d

What is agentic engineering?

Article URL: https://simonwillison.net/guides/agentic-engineering-patterns/what-is-agentic-engineering/ Comments URL: https://news.ycombinator.com/item?id=47393908 Points: 127 # Comments: 76

simonwillison.net agents
156d

Show HN: Lockstep – A data-oriented programming language

https://github.com/seanwevans/lockstep I want to share my work-in-progress systems language with a v0.1.0 release of Lockstep. It is a data-oriented systems programming language designed for high-throughput, deterministic compute pipelines. I built Lockstep to bridge the gap between the productivity

github.com community
156d

Redpanda pushes the envelope on NVIDIA Vera

This article reports on performance improvements in Redpanda using NVIDIA Vera, showing latency reductions and throughput gains compared to CPU models;

redpanda.com streaming
156d

Why sharing domain data across microservices is a silent killer

I spent a few years working at a company where all our microservices backed into MongoDB instances. We were constantly under top-down pressure to deliver fast, and because MongoDB is schemaless, it felt very easy to just add fields to our documents whenever we needed to expose data to another servic

news.ycombinator.com community
156d

Patch Me If You Can: AI Codemods for Secure-by-Default Android Apps

Even seemingly simple engineering tasks — like updating an API — can become monumental undertakings when you’re dealing with millions of lines of code and thousands of engineers, especially if the changes are security-related. Meta uses AI codemods to automate security-related changes in their Andro

engineering.fb.com engineering
158d

Querying DateTimes in ClickHouse

This ClickHouse blog post explains how to effectively query datetime columns, including examples for hourly bucketing and rush hour analysis using real taxi data.

clickhouse.com clickhouse
158d

Designing AI agents to resist prompt injection

OpenAI details how ChatGPT is designed to resist prompt injection and social engineering by constraining risky actions and protecting sensitive data within agent workflows, offering insights into security measures.

openai.com llm
160d

The Practical Limits of DuckDB on Commodity Hardware

This post discusses the practical limits of DuckDB when running on commodity hardware. Understanding these limitations is crucial for optimizing performance and resource allocation in real-world deployments.

reddit.com duckdb
160d

Big Data on the Cheapest MacBook

Apple released the MacBook Neo today and there is no shortage of tech reviews explaining whether it's the right device for you if you are a student, a photographer or a writer. What they don't tell you is whether it fits into our Big Data on Your Laptop ethos. We wanted to answer this using a data-d

duckdb.org duckdb
161d

How Advanced Browsing Protection Works in Messenger

This article shares the technical details behind how Advanced Browsing Protection (ABP) in Messenger protects the privacy of the links clicked on within chats while still warning people about malicious links. It illuminates some of the engineering challenges and infrastructure required to implement

engineering.fb.com engineering
162d

How Does AI Change Digit Twins?

This article examines how the active role of AI agents, which act on data instead of merely reading it, necessitates a new form of digital twin. It explains why this shift requires integration within a live operational data infrastructure.

materialize.com llm
163d

Object storage-native database for search

This article details the architectural design of a vector database built natively on object storage, focusing on how this approach enables efficient search capabilities. It explores the underlying principles and engineering trade-offs of such a design.

turbopuffer.com vector-db
163d

The Pulse: Cloudflare rewrites Next.js as AI rewrites commercial open source

The article highlights an engineer at Cloudflare who rewrote most of Next.js in one week using AI agents; this example suggests a future where AI can rapidly disrupt existing software moats and business models, raising important questions about the evolving role of software engineers.

blog.pragmaticengineer.com engineering
166d

Announcing Apache Iceberg v3 Support on Snowflake

Explore Apache Iceberg v3 support in Snowflake public preview, including row lineage for CDC, variant data, and enhanced interoperability across open table formats.

snowflake.com snowflake
167d

Introducing Iceberg output for Redpanda Connect

The article introduces Iceberg output for Redpanda Connect, enabling users to land data directly into Apache Iceberg tables; it highlights advantages such as automated schema evolution and scalable routing, making it useful for those integrating streaming data with data lakes.

redpanda.com streaming
167d

The Decline of RAG in Agentic AI | Airbyte

Explore the decline of traditional RAG in the era of agentic AI, and how autonomous agents are reshaping retrieval, reasoning, and knowledge workflows.

airbyte.com data-engineering
168d

FFmpeg at Meta: Media Processing at Scale

FFmpeg is a multi-tool for media processing, supporting a wide variety of audio and video codecs and container formats. It can also orchestrate complex chains of filters for media editing and manipulation. For the people who use our apps, FFmpeg plays an important role in ensuring that our videos lo

engineering.fb.com engineering
169d

Investing in Infrastructure: Meta’s Renewed Commitment to jemalloc

Meta recognizes the long-term benefits of jemalloc, a high-performance memory allocator, in its software infrastructure. Meta is renewing focus on jemalloc, aiming to reduce maintenance needs and modernize the codebase while continuing to evolve the allocator to adapt to the latest hardware and work

engineering.fb.com engineering
169d

Why You're Doing Context Engineering Wrong

This article argues that traditional context engineering approaches alone are insufficient for optimal AI performance. It details how a live data architecture can effectively eliminate issues like context confusion, latency bottlenecks, and stale metadata, thereby powering production-ready AI agents

materialize.com llm
170d

Making Iceberg Work for Operational Data

Apache Iceberg was built for batch analytics, but operational data changes continuously. This article explains how Materialize streams live, transactionally consistent data into Iceberg without the memory and latency costs of batching.

materialize.com iceberg
173d

You don’t know what your agent will do until it’s in production

This article discusses the unique challenges of monitoring LLM agents due to their non-deterministic nature and infinite input possibilities; it proposes focusing on conversation quality and using production traces for continuous improvement, highlighting the shift from traditional software monitori

blog.langchain.com llm
174d

Self-Correcting Materialized Views

The article explains how Materialize uses self-correction to prevent output drift in materialized views, ensure consistency across upgrades, and enable in-place view replacement.

materialize.com streaming
174d

The tale of an unanticipated concurrency and locking gotcha

A surprising edge case involving row locks with joins in Postgres: non-null foreign keys and valid constraints do not guarantee an inner join will return a row under concurrent modifications. The post traces the exact sequence of operations that triggers the bug.

postgresweekly.com postgres
175d

Why Agents Need Ontology | Airbyte

Discover why AI agents need ontology to structure knowledge, improve reasoning, enable semantic understanding, and make better autonomous decisions.

airbyte.com data-engineering
175d

RCCLX: Innovating GPU Communications on AMD Platforms

Meta is open-sourcing the initial version of RCCLX – an enhanced version of RCCL that we developed and tested on Meta’s internal workloads. RCCLX is fully integrated with Torchcomms and aims to empower researchers and developers to accelerate innovation, regardless of their chosen backend. Communica

engineering.fb.com engineering
175d

How To Get Started With Kubernetes: A Practical Guide

A Kubernetes beginner roadmap that goes through all k8s concepts with links to external documentation and exercises. TL;DR For the past few years, I’ve worked in startup environments where learning.. View article

mlops.community mlops
175d

Four Thoughts from Four Years at Materialize

The article provides reflections on four years at Materialize, sharing lessons on simplicity in system design, reusing core abstractions, balancing long-term vision with short-term execution, and understanding performance “speed limits” in distributed systems.

materialize.com engineering
176d

How we built Agent Builder’s memory system

The post delves into the design and implementation of Agent Builder's memory system, discussing the prioritization of memory, technical architecture, and future enhancements; it offers valuable insight into building persistent memory systems for AI agents and their impact on performance.

blog.langchain.com llm
178d

Querying 3 billion vectors

The author investigates a map-reduce solution for querying 3 billion vectors, inspired by a discussion with Jeff Dean. The article delves into the implementation details of this solution, exploring the challenges and potential optimizations.

vickiboykis.com ml
179d

Introducing the Apache Iceberg File Format API

The Apache Iceberg community has finalized the File Format API, a significant architectural enhancement that enables pluggable, consistent, and engine-agnostic file formats within the Iceberg Java codebase.

iceberg.apache.org iceberg
180d

Our Multi-Agent Architecture for Smarter Advertising

This Spotify Engineering blog post discusses their multi-agent architecture for smarter advertising. The article likely details the challenges, solutions, and benefits of using a multi-agent approach to improve advertising effectiveness.

engineering.atspotify.com engineering
180d

Rust zero-cost abstractions vs. SIMD

The article investigates a performance bottleneck where a customer query was significantly slower than expected. It details the process of using a profiler to identify problematic Rust code, tracing the issue to its assembly-level costs, and exploring the implications of zero-cost abstractions versu

turbopuffer.com vector-db
182d

What does it cost to run Flink?

The article details how to calculate the true cost of running Apache Flink, breaking down infrastructure, state management, and operational overhead for self-hosted and managed deployments.

materialize.com flink
184d

Supabase incident on February 12, 2026

Supabase provides a detailed account of the February 12 outage in us-east-2, explaining the root cause and the steps taken to prevent it from happening again. The article provides insight into the incident and the measures implemented to improve system reliability.

supabase.com postgres
186d

Automating RDS Postgres to Aurora Postgres Migration

This Netflix Tech Blog post discusses automating the migration of RDS Postgres to Aurora Postgres. The article likely details the challenges, solutions, and lessons learned during this process, offering insights for others undertaking similar migrations.

netflixtechblog.com postgres
187d

How to build a distributed queue in a single JSON file on object storage

The article outlines a method for constructing a global distributed queue using a single JSON file stored on object storage. It describes the evolution of this system, starting with basic file usage and progressing to incorporate write batching, a stateless broker component, and high-availability.

turbopuffer.com architecture
188d

High-Throughput Graph Abstraction at Netflix: Part I

This Netflix Tech Blog post covers high-throughput graph abstraction. The article likely describes the architecture, implementation, and performance considerations of their graph abstraction system, offering practical insights for building similar systems.

netflixtechblog.com knowledge-graphs
190d

Building Prometheus: How Backend Aggregation Enables Gigawatt-Scale AI Clusters

This article shares details of the role backend aggregation (BAG) plays in building Meta’s gigawatt-scale AI clusters like Prometheus. BAG allows Meta to seamlessly connect thousands of GPUs across multiple data centers and regions. Their BAG implementation is connecting two different network fabric

engineering.fb.com engineering
190d

The Data Canary: How Netflix Validates Catalog Metadata

This Netflix Tech Blog post details how Netflix validates catalog metadata using a 'Data Canary' system. The article likely explains the architecture, implementation, and benefits of this system for ensuring data quality and reliability.

netflixtechblog.medium.com data-engineering
193d

The Missing Layer in Your AI Stack: Context, Not Just State

This article discusses how context graphs can improve AI agent performance, emphasizing the shift from simple state management to incorporating semantic understanding of the data; this is.

dataengineeringweekly.com data-engineering
200d

Data Bridge: How Netflix simplifies data movement

This Netflix Tech Blog post discusses 'Data Bridge', a system Netflix uses to simplify data movement. The article likely explains the architecture, implementation, and benefits of this system for improving data pipeline efficiency and reducing complexity.

netflixtechblog.com data-engineering
200d

I replaced a $120/year micro-SaaS in 20 minutes with LLM-generated code

This post explores how an individual replaced a paid SaaS subscription with LLM-generated code in just 20 minutes; this highlights the potential for LLMs to disrupt simple SaaS business models, especially for products that are not actively maintained.

blog.pragmaticengineer.com engineering
201d

The AI Evolution of Graph Search at Netflix

This Netflix Tech Blog post covers the AI evolution of graph search at Netflix. The article likely describes how they're using AI to improve graph search capabilities, offering insights into building intelligent search systems.

netflixtechblog.com knowledge-graphs
204d

Lessons From 2 Billion Agentic Workflows

The article shares lessons learned from observing billions of agentic workflows, focusing on the challenges of moving from a working demo to a production system.

blog.crewai.com agents
206d

Announcing Vortex Support in DuckDB

I think it is worth starting this intro by talking a little bit about the established format for columnar data. Parquet has done some amazing things for analytics. If you go back to the times where CSV was the better alternative, then you know how important Parquet is. However, even if the specific

duckdb.org duckdb
208d

Inside StarRocks: Why Joins Are Faster Than You’d Expect

This StarRocks blog post dives into the details of join optimization within the StarRocks database, explaining why joins can perform faster than expected. The author is a StarRocks committer and engineer at Celerdata.

starrocks.io clickhouse
210d

ANN v3: 200ms p99 query latency over 100 billion vectors

This article introduces the latest version of an Approximate Nearest Neighbor (ANN) system, highlighting its capability to handle over 100 billion vectors within a single search index. It reports achieving a p99 query latency of 200ms at 1,000 queries per second (QPS) while maintaining 92% recall.

turbopuffer.com vector-db
210d

Apache Doris 4.0: Native Hybrid Search for AI Workloads

Apache Doris now supports native hybrid search for AI workloads. The new functionality allows vector search, full-text search, and structured analytics within a single SQL engine, enabling AI-powered applications to leverage a unified data platform.

doris.apache.org analytics
211d

Implement dbt Data Quality Checks with dbt-expectations

Deep technical guide to dbt-expectations covering regex validation, freshness/SLA checks, completeness validation within time windows, JSON schema validation, statistical distribution checks, and cross-column logic. Shows integration with production monitoring.

datadoghq.com data-quality
211d

The 2026 Data Mandate: Is Your Governance Architecture a Fortress or a Liability?

Examines how the EU AI Act, Cyber Resilience Act, and Data Act turn messy data from a performance tax into a legal liability. Covers the August 2026 deadline for High-Risk AI system compliance and argues governance must shift from reactive cleanup to embedded-by-design architecture.

towardsdatascience.com governance
216d

Designing inverted indexes in a KV-store on object storage

The article describes the redesign of an inverted index structure, detailing the adoption of fixed-sized posting blocks within a key-value store built on object storage. This architectural change resulted in a tenfold reduction in index size and a dramatic increase in system throughput.

turbopuffer.com vector-db
217d

Why We Use Separate Tech Stacks for Personalization and Experimentation

This Spotify Engineering blog post explains the technical and practical rationale for using separate tech stacks for personalization and experimentation. The article likely details the benefits of this separation, such as improved agility and scalability.

engineering.atspotify.com engineering
223d

Why BM25 queries with more terms can be faster (and other scaling surprises)

This article presents an analysis of how BM25 query latencies vary with document count and the top_k parameter. It explores surprising scaling characteristics, noting that longer queries may scale less efficiently and that the presence of essential terms can impact performance in unexpected ways.

turbopuffer.com vector-db
224d

Build a real-time lakehouse architecture with Redpanda and Databricks

This post outlines building a real-time lakehouse architecture using Redpanda's Iceberg Topics and Databricks Unity Catalog for analytics-ready tables, eliminating the need for batch processing and orchestration, which is of interest to practitioners.

redpanda.com streaming
225d

Weaviate 1.35 Release

Weaviate 1.35 introduces Object Time-to-Live (TTL), zstd compression support, flat index RQ quantization, multimodal support with Weaviate Embeddings, and runtime configurable OIDC certificates.

weaviate.io vector-db
233d

Iceberg in the Browser

In this post, we describe the current patterns for interacting with Iceberg Catalogs, and pose the question: could it be done from a browser? After elaborating on the DuckDB ecosystem changes required to unlock this capability, we demonstrate our approach to interacting with an Iceberg REST Catalog.

duckdb.org duckdb
246d

The Three Durable Function Forms

This article proposes a model extending generic durable functions into three forms: stateless functions, stateful function objects, and linear function chains. It aims to standardize terminology in durable execution engines by linking concepts like 'workflows' and 'activities' to underlying executio

jack-vanlightly.com architecture
251d

Vectorized MAXSCORE over WAND, especially for long LLM-generated queries

The article describes how text search performance has been improved by up to 20x through the adoption of a vectorized variant of the block-max MAXSCORE algorithm, a technique also employed by Apache Lucene. This enhancement is particularly relevant for handling long queries generated by large langua

turbopuffer.com vector-db
253d

Context Engineering - LLM Memory and Retrieval for AI Agents

This article discusses context engineering, focusing on how AI agents manage LLM memory by selecting, retrieving, and organizing context from short-term and long-term memory. Context engineering is important for improving the reliability of AI agents in production.

weaviate.io vector-db
253d

The Durable Function Tree - Part 2

This post delves into the architecture of durable function trees, exploring their integration within larger systems and the advantages they offer for durable execution.

jack-vanlightly.com architecture
257d

The Durable Function Tree - Part 1

This article explores constructing workflows using durable function calls arranged in trees, built on durable promises and continuations.

jack-vanlightly.com architecture
257d

FTS v2: up to 20x faster full-text search

This article announces a substantial upgrade to a full-text search engine, promising up to a 20x improvement in search performance. The upgrade reflects significant enhancements made to the underlying search architecture.

turbopuffer.com vector-db
258d

Writes in DuckDB-Iceberg

Over the past several months, the DuckDB Labs team has been hard at work on the DuckDB-Iceberg extension, with full read support and initial write support released in v1.4.0. Today, we are happy to announce delete and update support for Iceberg v2 tables is available in v1.4.2! The Iceberg open tabl

duckdb.org duckdb
264d

Demystifying Determinism in Durable Execution

This article explains the concept of determinism within durable execution frameworks, focusing on identifying code sections that must be deterministic.

jack-vanlightly.com architecture
267d

Bringing RAG to Life with Dify and Weaviate

This article explains how to leverage the Dify and Weaviate integration for building Retrieval Augmented Generation (RAG) applications. This integration can be valuable for enhancing LLM applications with external knowledge.

weaviate.io vector-db
272d

The Growing Apache Polaris Ecosystem: The Iceberg Catalog Standard

Technical overview of Apache Polaris as the emerging open catalog standard for Iceberg. Covers multi-engine interoperability (Spark, Flink, Trino, StarRocks), built-in RBAC with table-level security, short-lived credential vending via cloud provider integrations, and Snowflake's managed Polaris offe

dremio.com governance
272d

Weaviate 1.34 Release

Weaviate 1.34 introduces flat index support with RQ quantization, server-side batching improvements, new client libraries, and Contextual AI integration. These features offer potential performance and functionality improvements for the vector database.

weaviate.io vector-db
281d

Apache Doris Tops JSONBench in Cold Queries and Data Quality

Apache Doris achieves top performance in the JSONBench benchmark, particularly in cold query performance and data quality. The benchmark measures query performance and data handling capabilities when processing JSON data.

doris.apache.org analytics
286d

Billion-scale vector storage for RAG

This article explores the architectural considerations and engineering approaches necessary for building vector storage systems capable of scaling to billions of vectors. It specifically addresses these challenges within the context of Retrieval Augmented Generation (RAG) applications.

turbopuffer.com vector-db
288d

New trend: programming by kicking off parallel AI agents

This article highlights the emerging trend of developers utilizing multiple AI agents in parallel to generate code. It explores the potential benefits and challenges of this approach to programming.

blog.pragmaticengineer.com engineering
292d

Introducing Label Selectors: Improved Scheduling Flexibility in Ray

Anyscale introduces Label Selectors to enhance scheduling flexibility within the Ray distributed computing framework. This feature aims to provide more granular control over task placement and resource allocation for distributed applications.

anyscale.com mlops
293d

He built a new database in his bedroom

The article describes the process of building a new vector database, detailing the architectural choices, design philosophy, and implementation challenges encountered. It outlines how specific technical hurdles were addressed during its development.

turbopuffer.com vector-db
293d

Apache Airflow CTL aka airflowctl 0.1.0

The article announces the initial major release of `airflowctl` 0.1.0, a new secure and API-driven command-line interface for Apache Airflow. This CLI is designed to align with modern API communication and auditability standards.

airflow.apache.org orchestration
308d

The 2026 Open-Source Data Quality and Data Observability Landscape

Comprehensive landscape of open-source data quality tools including Soda Core, Elementary Data, dbt Tests, and DataKitchen TestGen. Explores how the community is democratizing observability capabilities previously locked behind expensive platforms, and how AI is being used to automate test generatio

datakitchen.io data-quality
308d

Apache Doris Up to 34x Faster Than ClickHouse in Real-Time Updates

Apache Doris is shown to be significantly faster than ClickHouse in real-time updates, according to benchmark results. Using ClickBench and SSB (Star Schema Benchmark), Apache Doris outperforms ClickHouse by 18-34x in SSB and 2.5-4.6x in ClickBench.

doris.apache.org analytics
322d

Your Data Contracts Are in the Wrong Spot

Argues that most organizations place data contracts in the wrong part of the lifecycle, causing enforcement gaps. Makes the case for contracts closer to the producer, not the consumer, with practical guidance on where they should sit architecturally.

dataproducts.substack.com data-quality
322d

Apache Airflow 3.1.0: Human-Centered Workflows

The article announces the release of Apache Airflow 3.1.0, an update that integrates human decision-making into automated processes. It also introduces comprehensive internationalization support and substantial developer experience enhancements.

airflow.apache.org orchestration
328d

Search Mode Benchmarking

Learn how Search Mode compares against Hybrid Search on the BEIR, LoTTe, BRIGHT, EnronQA, and WixQA Information Retrieval benchmarks.

weaviate.io vector-db
330d

Deep Dive: Data Pruning in Apache Doris

Apache Doris utilizes various data pruning techniques to optimize query performance by skipping unnecessary data processing. This article dives into the implementation and strategies behind these data pruning techniques within the Doris architecture.

doris.apache.org analytics
345d

Apache Doris Up To 40x Faster Than ClickHouse | OLAP Showdown Part 2

Apache Doris demonstrates superior performance over ClickHouse in various benchmarks including CoffeeBench, TPC-H, and TPC-DS. The benchmarks show that Doris consistently outperforms ClickHouse, showcasing its efficiency and speed in OLAP workloads.

doris.apache.org analytics
346d

Column-Level Lineage in Fabric Spark with OpenLineage, Stashed in Delta Lake

Production-oriented guide showing how to capture column-level lineage in Microsoft Fabric Spark (which ships with OpenLineage pre-installed). Describes a Spark Plugin architecture where a REST API collects lineage events from an OpenLineage Listener, buffering them into Delta Tables for queryable li

rakirahman.me lineage
348d

Understanding Apache Fluss

This post delves into the internal workings of Apache Fluss, offering a detailed exploration for those interested in data system internals.

jack-vanlightly.com architecture
350d

A Conceptual Model for Storage Unification

This article introduces a conceptual model for storage unification, designed to present diverse storage systems and formats as a unified resource.

jack-vanlightly.com architecture
362d

Iceberg Catalogs 2025: Exploring Emerging Metadata Solutions

Compares next-generation Iceberg catalogs: Nessie (Git-style branching for data), Apache Polaris, Apache Gravitino, Lakekeeper, and Unity Catalog. Explains how these move beyond simple table-name resolution to provide version control, federated views, fine-grained policies, and multi-engine freedom.

e6data.com governance
369d

Data Quality Frameworks Comparison: Great Expectations, Soda Core, dbt, Deequ

Side-by-side technical comparison of Great Expectations, Soda Core, dbt tests, and Deequ across expressiveness, scalability, integration patterns, and ease of adoption. Provides a decision framework for which tool fits which use case, and discusses layering multiple tools across pipeline stages.

nurbolsakenov.com data-quality
374d

Data Pipeline Troubleshooting: Root Cause Analysis Through Lineage Metadata

Builds a complete order processing pipeline with Debezium CDC, Apache Flink transformations, and OpenLineage/Marquez for lineage tracking. Demonstrates how lineage metadata enables root cause analysis when pipeline failures occur, showing practical troubleshooting patterns with end-to-end visibility

debezium.io lineage
394d

Apache Iceberg and the Catalog Layer

Features Russell Spitzer (Apache Iceberg/Polaris PMC) discussing the distinction between business catalogs (discovery/listing) and system catalogs (governing access by understanding table layout). Covers how Polaris vends short-lived credentials scoped to exact table directories.

getdbt.com governance
407d

Evaluating Long-Context Question & Answer Systems

This article covers evaluation metrics, how to build eval datasets, evaluation methodology, and a review of several benchmarks for long-context question and answer systems.

eugeneyan.com ml
423d

Data Contracts and Data Observability: Whatnot's Full Circle Journey to Data Trust

Production case study from Whatnot (live shopping marketplace) on combining data contracts with Monte Carlo observability. Their stack uses Snowflake, dbt, and Dagster. Shows how enforcing contracts while layering automated observability kept data incidents flat despite exponential data growth.

montecarlodata.com data-quality
430d

Native Data Lineage in Debezium with OpenLineage

Technical walkthrough of Debezium's built-in OpenLineage integration for automatic CDC lineage tracking. Explains how Debezium Server emits OpenLineage events natively using the Java SDK, modeling run/job/dataset entities without manual instrumentation, with Marquez as a lineage backend.

debezium.io lineage
432d

What's New with Databricks Unity Catalog at Data + AI Summit 2025

Covers Unity Catalog announcements: Iceberg catalog federation for governing tables in AWS Glue/Hive/Snowflake without copying data, Unity Catalog Metrics as first-class governed assets, column-level permissions for PII, and the new Discover experience for certified data products with AI-driven reco

databricks.com governance
435d

More efficient multi-vector embeddings with MUVERA

Weaviate version 1.31 introduces the MUVERA encoding algorithm for multi-vector embeddings. The post explains the algorithm's details, including its functionality and use cases.

weaviate.io vector-db
440d

New: Joins & Hash-Shuffle in Ray Data

This post introduces new capabilities for joins and hash-shuffle operations within Ray Data. It describes the implementation details and implications of these features for distributed data processing in machine learning workflows.

anyscale.com mlops
456d

DuckLake: A Metadata Store for Data Lakes

DuckLake stores data lake metadata in a SQL database instead of files. 22-table schema replaces manifest files, enabling instant snapshot queries and ACID transactions without file listing overhead.

duckdb.org duckdb
469d

The Current State of Column-level Lineage

Explains the columnLineage dataset facet introduced in OpenLineage 0.9.0 for Spark integration. Covers how column-level lineage tracks which input fields produce each output field, its applications for GDPR/HIPAA/CCPA compliance, and the roadmap for extending support beyond Spark.

openlineage.io lineage
475d

Apache Airflow® 3 is Generally Available!

The article announces the general availability of Apache Airflow 3.0, marking the project's largest release in its history. This milestone release culminates four years of development and introduces substantial changes to the Airflow platform.

airflow.apache.org orchestration
484d

Testing Custom Flink Jobs on Decodable

This article provides guidance on testing custom Flink jobs on Decodable, focusing on modular implementations to improve testability when dealing with external service dependencies. It addresses a common challenge in Flink development and offers practical solutions.

decodable.co flink
495d

Integrate Qdrant and Neo4j to Enhance Your RAG Pipeline

This article demonstrates integrating Neo4j with Qdrant to enhance RAG pipelines by enabling external vector searches; it guides users through a local setup with preloaded data, illustrating the practical aspects of this integration.

neo4j.com databases
568d

Building Knowledge Graph Agents With LlamaIndex Workflows

The article explains how to build knowledge graph agents using LlamaIndex workflows, offering a blueprint for constructing Text2Cypher agentic interfaces; this integration provides practical insights into developing agentic data pipelines.

neo4j.com databases
578d

Claude Converses With Neo4j Via MCP

This Neo4j Developer Blog post explains how to use Anthropic's Model Context Protocol (MCP) to give LLMs like Claude access to knowledge graphs in Neo4j.

neo4j.com knowledge-graphs
606d

Building Effective Agents

Anthropic's guide to building reliable AI agents: tool use patterns, prompt chaining, evaluation frameworks, error recovery, and when NOT to use agents.

anthropic.com ml
608d

Model Context Protocol: Open Standard for AI Tool Use

MCP standardizes how AI models connect to data sources and tools. Client-server architecture with typed resources, tool definitions, and prompts that any LLM application can implement.

modelcontextprotocol.io ml
632d

Effortless RAG With Text2CypherRetriever

The Text2CypherRetriever allows users to retrieve data from Neo4j using natural language, simplifying query generation for GenAI applications.

neo4j.com knowledge-graphs
655d

The DuckDB Local UI

DuckDB ships a built-in web UI for interactive SQL exploration, schema browsing, and result visualization -- no install needed beyond the CLI.

duckdb.org duckdb
656d

Why Do I Need CDC?

This technical blog post explores the importance of Change Data Capture (CDC) for developers. It covers the fundamentals of CDC, its common use cases, and the advantages of log-based CDC compared to other approaches. Understand how CDC can improve operational performance, enable real-time analytics,

decodable.co streaming
673d

Turn Your CSVs Into Graphs Using LLMs

The post details how to turn CSV files into graph models using LLMs, simplifying data relationships and enhancing insights.

neo4j.com knowledge-graphs
683d

Autoscaling Large AI Models up to 5.1x Faster on Anyscale

Anyscale details strategies for enhancing the speed of autoscaling large AI models, achieving performance improvements of up to 5.1 times. The post likely explores the infrastructure and optimization techniques involved in efficiently deploying and managing inference for these models.

anyscale.com ml
687d

Building a GraphRAG Agent With Neo4j and Milvus

Learn how to build a GraphRAG agent using Neo4j and Milvus, combining graph and vector search for enhanced retrieval, better context, and accurate answers.

neo4j.com knowledge-graphs
690d

Building Enterprise AI with Knowledge Graphs and LLMs

How enterprises combine knowledge graphs with LLMs: grounding responses in structured facts, reducing hallucinations, enabling explainable AI, and the architectural patterns for graph-augmented generation.

thenewstack.io ml
700d

Prefect 3.0: Workflow Orchestration Without the DAG

Prefect 3.0 drops DAGs entirely: Python-native flows with dynamic task creation, automatic retries, event-driven triggers, and a hosted platform that eliminates scheduler management.

prefect.io orchestration
703d

Building a Movie Recommendation System With Neo4j

Recommend movies to users based on their reading histories and ratings. Learn the setup of Neo4j, mapping data into Java with Neo4j Object Graph Mapper (Neo4j-OGM), and crafting Cypher queries for recommendations.

neo4j.com knowledge-graphs
705d

Fine-tuning Llama-3, Mistral and Mixtral with Anyscale

This article discusses methodologies for fine-tuning prominent LLMs, including Llama-3, Mistral, and Mixtral. It likely covers practical considerations for distributed training and optimization when using the Anyscale platform.

anyscale.com llm
707d

Why Every AI Application Needs a Semantic Layer

LLMs generating SQL without a semantic layer produce inconsistent, wrong metrics. How the dbt Semantic Layer provides guardrails: metric definitions, entity relationships, and governed access for AI agents.

getdbt.com dbt
713d

Scaling Embedding Generation Pipelines From Pandas to Ray Data

This article details the process of scaling embedding generation pipelines, moving from Pandas-based single-machine processing to distributed execution with Ray Data. It likely addresses performance bottlenecks and architectural adjustments for large-scale data transformation.

anyscale.com mlops
713d

Direct Preference Optimization with Synthetic Data on Anyscale

The article details the application of Direct Preference Optimization (DPO) techniques utilizing synthetic data. It explores how these methods are implemented and leveraged within the Anyscale platform for machine learning model refinement.

anyscale.com ml
728d

Why Polars is Faster Than Pandas

Architecture-level comparison: Polars' Rust-based columnar engine with lazy evaluation, query optimization, and Apache Arrow memory vs Pandas' eager NumPy-backed row operations. Benchmarks on real workloads.

blog.jetbrains.com data-engineering
729d

How Snowflake Builds Its Query Optimizer

Inside Snowflake's Cascades-style query optimizer: join reordering, pruning with micro-partition statistics, adaptive execution, and how they test optimizer correctness at scale.

snowflake.com snowflake
734d

Ontologies for AI: Why Structure Still Matters

Ontologies provide the structured backbone that LLMs lack: taxonomies, controlled vocabularies, entity disambiguation, and how combining ontological reasoning with neural approaches produces more reliable AI systems.

poolparty.biz ml
737d

Apache Arrow DataFusion: A Fast Query Engine in Rust

DataFusion as a modular query engine: how it powers InfluxDB 3.0, Comet Spark accelerator, and Ballista distributed queries. Extensible optimizer, custom table providers, and user-defined functions in Rust.

arrow.apache.org arrow
739d

Why We Switched from Airflow to Dagster

The asset-centric paradigm shift: why defining what data should exist (Dagster assets) is better than defining how to compute it (Airflow tasks). Software-defined assets, IO managers, and testability.

dagster.io orchestration
744d

​​Reinventing Multi-Modal Search with Anyscale and MongoDB

This article explores novel architectures and techniques for multi-modal search systems. It details how Anyscale is utilized for scalable ML processing and MongoDB for data management, potentially including vector indexing, to enable retrieval across diverse data types.

anyscale.com mlops
755d

Why Iceberg Won the Table Format War

Analysis of how Iceberg's catalog-agnostic design, hidden partitioning, and multi-engine support gave it an architectural advantage over Delta Lake and Hudi.

blog.det.life iceberg
760d

Data Governance Without the Bureaucracy

Practical data governance: automated PII detection, column-level lineage, data contracts between teams, freshness SLAs, and how to implement governance incrementally without blocking teams.

montecarlodata.com data-engineering
765d

DuckDB Extensions: Building Your Own

How DuckDB's community extension system works: writing C++ extensions, the extension repository, signed distribution, and examples of spatial, httpfs, and Iceberg extensions.

duckdb.org duckdb
775d

GraphRAG: Knowledge Graph-Enhanced Retrieval for LLMs

Microsoft's GraphRAG approach: automatically building knowledge graphs from document corpora, community detection for topic summarization, and how graph-based retrieval answers global questions that vector search cannot.

microsoft.github.io ml
778d

Building an LLM Router for High-Quality and Cost-Effective Responses

This post describes a method for building an LLM router that dynamically selects the optimal LLM for a given request based on configurable criteria. It covers techniques for evaluating LLM performance, implementing routing logic, and optimizing for cost-effectiveness.

anyscale.com ml
778d

Dynamic Tables in Snowflake: Declarative Data Pipelines

Snowflake Dynamic Tables: define a pipeline as a SQL query and let Snowflake handle scheduling, incremental refresh, and dependency management. Replaces streams + tasks for most use cases.

docs.snowflake.com snowflake
790d

How Stripe Builds Reliable Data Pipelines

Stripe's ledger system for financial data: immutable event log, double-entry accounting in the data warehouse, reconciliation pipelines, and how they ensure every cent is accounted for.

stripe.com engineering
792d

ClickHouse vs Snowflake: A Practitioner's Perspective

Honest comparison of ClickHouse and Snowflake architectures for real-time analytics workloads, covering query latency, ingestion throughput, cost models, and operational complexity.

clickhouse.com clickhouse
800d

What We Learned from a Year of Building with LLMs

Hard-won lessons from practitioners: prompt engineering diminishing returns, when to fine-tune vs RAG, evaluation beyond vibes, cost optimization, and the reliability gap between demo and production.

oreilly.com ml
805d

Data Quality at Scale: Lessons from Airbnb

Airbnb's Midas data quality framework: automated anomaly detection, lineage-based impact analysis, SLA tracking, and self-healing pipelines at petabyte scale.

medium.com data-engineering
809d

LinkedIn's Real-Time Data Infrastructure

How LinkedIn processes 7 trillion events per day: Kafka for event transport, Samza for stream processing, Venice for derived data serving, and Brooklin for cross-DC replication.

engineering.linkedin.com streaming
819d

Dagster vs Airflow: An Honest Comparison

Asset-centric vs task-centric orchestration: how Dagster's software-defined assets, type system, and built-in IO managers compare to Airflow's DAG paradigm.

dagster.io orchestration
821d

ClickHouse vs PostgreSQL for Analytics: When to Switch

When Postgres analytics hits a wall: column compression, vectorized execution, and approximate query processing in ClickHouse vs row-oriented scans in Postgres. Migration patterns and hybrid architectures.

clickhouse.com clickhouse
823d

Kimball is Dead, Long Live Kimball

Why dimensional modeling still matters even though the ELT era made star schemas seem obsolete. The semantic layer as the modern replacement for physical dimension tables.

benn.substack.com data-engineering
826d

Reducing the Cost of Pre-training Stable Diffusion by 3.7x with Anyscale

This article discusses methods for significantly reducing the cost of pre-training large language models like Stable Diffusion. It explores technical approaches and optimizations that lead to substantial cost savings in distributed machine learning infrastructure.

anyscale.com ml
831d

How Netflix Migrated from Hive to Iceberg

Netflix's migration from Hive to Iceberg at exabyte scale, including incremental processing patterns with Maestro orchestrator and Spark.

netflixtechblog.com data-engineering
833d

Knowledge Graphs for RAG: Beyond Vector Search

Why vector similarity alone fails for complex reasoning. Using Neo4j knowledge graphs alongside embeddings: entity extraction, relationship mapping, graph traversal for multi-hop queries, and hybrid retrieval.

blog.langchain.dev llm
833d

How Figma Scaled to Multiple Databases

Figma's horizontal sharding journey: from a single Postgres instance to 100+ shards using PgBouncer, application-level routing, and their custom migration tooling for zero-downtime resharding.

figma.com postgres
843d

Text-to-SQL is Harder Than You Think

Why LLM-generated SQL fails in production: schema ambiguity, implicit business logic, multi-table joins, aggregate semantics, and why a semantic layer is the real solution instead of better prompting.

numbersstation.ai ml
846d

Data Contracts: The Missing Link in Data Mesh

How data contracts formalize the interface between producers and consumers, with practical schema enforcement patterns using protobuf, JSON Schema, and dbt tests.

dataproducts.substack.com data-engineering
849d

Retrieval Augmented Generation: Beyond the Basics

Advanced RAG patterns: multi-query retrieval, recursive summarization, parent-child chunk linking, self-RAG with reflection, and corrective RAG that verifies its own retrievals.

blog.langchain.dev llm
851d

Cube.js: The Headless BI Semantic Layer

How Cube's semantic layer sits between databases and consumers: pre-aggregations, access control, caching, and serving consistent metrics to dashboards, notebooks, and LLMs via API.

cube.dev analytics
853d

Practical Guide to RAG Pipeline Evaluation

End-to-end guide for building production RAG systems: chunking strategies, embedding model selection, retrieval metrics (MRR, NDCG), reranking, and hallucination detection.

anyscale.com ml
856d

The dbt Semantic Layer: Metrics as Code

How the dbt Semantic Layer works: MetricFlow engine, semantic models, dimension/measure definitions, and querying metrics from any BI tool via the JDBC/GraphQL API.

getdbt.com dbt
861d

pgvector: Embeddings and Vector Search in Postgres

Production-grade vector search with pgvector: HNSW vs IVFFlat index tradeoffs, optimal dimensionality, bulk loading strategies, and benchmarks against dedicated vector databases.

supabase.com postgres
869d

RDF, SPARQL, and the Semantic Web in 2024: Still Relevant?

The semantic web stack (RDF, OWL, SPARQL) is quietly powering enterprise knowledge management. How knowledge graphs, linked data, and ontologies are being integrated with LLMs and modern data architectures.

stardog.com databases
874d

DuckDB as the New jq

Using DuckDB as a command-line JSON processor, replacing jq for complex data transformations with SQL syntax.

pgrs.net duckdb
881d

Postgres Performance Tuning: The Definitive 2024 Guide

Deep dive into Postgres internals: shared_buffers vs OS cache, parallel query tuning, JIT compilation tradeoffs, connection pooling with PgBouncer, and VACUUM strategies for write-heavy workloads.

crunchydata.com postgres
887d

Postgres is Enough

The case for using Postgres as your only database: JSONB for documents, pg_cron for scheduling, pgvector for embeddings, logical replication for CDC, and extensions for everything else.

amazingcto.com postgres
890d

The Semantic Layer: A New Foundation for Data and AI

What a semantic layer actually is beyond marketing: universal metric definitions, entity relationships, access policies, and why it matters more in the age of LLM-generated SQL.

atscale.com data-engineering
892d

How Discord Stores Trillions of Messages with ScyllaDB

Discord's migration from Cassandra to ScyllaDB for their message store: hot partition detection, consistent hashing, compaction tuning, and achieving P99 reads under 1ms at 2T messages.

discord.com engineering
896d

ClickHouse MergeTree Internals

How ClickHouse's MergeTree engine works: LSM-tree-inspired sorted parts, sparse primary index, data skipping indexes, background merges, and why it achieves sub-second queries on billions of rows.

clickhouse.com clickhouse
901d

Fine-tuning LLMs Is Not As Hard As You Think

Practical fine-tuning guide using TRL, QLoRA, and Flash Attention 2. Covers dataset preparation, hyperparameter selection, evaluation, and deployment with real cost breakdowns.

philschmid.de ml
903d

Photon: The Next Generation Spark Engine at Databricks

Photon is a C++ vectorized execution engine that replaces Spark's JVM-based Catalyst for scan-heavy workloads, achieving 3-8x speedups through SIMD, memory-mapped I/O, and adaptive execution.

databricks.com databricks
911d

The Rise of the Analytics Engineer

How the analytics engineer role evolved from a dbt power user to a critical bridge between data engineering and business intelligence, with practical career guidance.

getdbt.com dbt
916d

WarpStream: Kafka Without the Disks

WarpStream's architecture: a Kafka-compatible broker that writes directly to S3 instead of local disks. No inter-broker replication, no partition reassignment, and 80% cheaper than self-hosted Kafka.

warpstream.com kafka
916d

Data Vault 2.0 in Practice: When and Why

Practical guide to Data Vault 2.0: hub-link-satellite patterns, hash keys for parallelism, point-in-time tables, and when Data Vault makes sense vs One Big Table or dimensional modeling.

scalefree.com data-engineering
923d

Apache Arrow: The Universal Columnar Format

How Arrow's in-memory columnar format enables zero-copy data exchange between Spark, DuckDB, Pandas, Polars, and databases via ADBC and Flight SQL.

arrow.apache.org duckdb
926d

Designing Data-Intensive Applications in 2024

Martin Kleppmann's reflections on how the landscape has changed since DDIA: new consensus protocols, CRDTs in production, the shift to event streaming, and what he'd write differently today.

martin.kleppmann.com engineering
932d

Querying Parquet Files on S3 with DuckDB

DuckDB's multi-database support: attach Postgres, MySQL, and SQLite databases alongside local files, and query across them with standard SQL joins.

duckdb.org duckdb
936d

Emerging Architectures for LLM Applications

Reference architecture for LLM applications covering RAG pipelines, embedding models, vector databases, orchestration frameworks, and evaluation patterns.

a16z.com ml
942d

Friendly SQL in DuckDB

DuckDB's SQL dialect extensions that make queries more readable: GROUP BY ALL, SELECT * EXCLUDE, implicit column aliases, and string slicing.

duckdb.org duckdb
947d

The Illustrated Stable Diffusion

Visual walkthrough of how Stable Diffusion works: the latent space, the denoising U-Net, CLIP text encoder, classifier-free guidance, and how LoRA fine-tuning adapts the model.

jalammar.github.io ml
950d

Snowflake's Architecture: A Deep Dive

Internal architecture of Snowflake's multi-cluster shared data architecture, covering storage layer, virtual warehouses, metadata store, and query optimization.

snowflake.com snowflake
952d

Mixture of Experts: How Sparse Models Scale

The MoE architecture behind Mixtral and Switch Transformer: expert routing, load balancing, training instability, and why sparse models achieve better performance per FLOP than dense models.

huggingface.co ml
954d

Attention Is All You Need (Explained)

The definitive visual explanation of the Transformer architecture: self-attention, multi-head attention, positional encoding, and how information flows through encoder-decoder layers.

jalammar.github.io ml
957d

Data Contracts and Data Observability: Whatnot’s Full Circle Journey to Data Trust

Whatnot went from no modern data stack to processing tens of millions of events across hundreds of event types each day. Zack Klein explains how Whatnot leverages data contracts and data observability to achieve high quality data at scale for stakeholders, focusing on a small team's approach to data

montecarlodata.com data-engineering
957d

One Billion Row Challenge in SQL

Solving the viral 1 Billion Row Challenge using DuckDB SQL instead of Java -- demonstrating that a single SQL query on a laptop can process 1B rows in under 4 seconds.

rmoff.net duckdb
959d

Fine tuning is for form, not facts

This article explores the purpose and impact of fine-tuning in large language models. It posits that fine-tuning primarily influences the stylistic and structural "form" of an LLM's output rather than imparting new factual information.

anyscale.com ml
1141d

Announcing Aviary: Open Source Multi-LLM Serving

Describes Aviary, an open-source solution designed for multi-LLM serving. The post introduces the project's capabilities and its role in managing diverse large language models within a single serving infrastructure.

anyscale.com mlops
1176d

Numbers every LLM Developer should know

Presents essential numerical data that LLM developers should be aware of, covering performance metrics, operational costs, or scaling factors relevant to deploying and managing large language models. The article provides practical insights for optimizing LLM systems.

anyscale.com llm
1190d

Data Contracts for the Warehouse

This article focuses on data contracts for data warehouses, emphasizing programmatic accountability in batch data processing. It outlines the importance of defining and enforcing data contracts to improve data quality and reliability.

dataproducts.substack.com data-quality
1301d

How Ant Group uses Ray to build a Large-Scale Online Serverless Platform

This guest post from Ant Group details their implementation of a scalable Ray Serving architecture for a large-scale online serverless platform. The system deploys 240,000 cores for model serving, scaled 3.5x year-over-year, and handles peak loads of 1.37 million transactions per second.

anyscale.com ml
1346d

Deep Dive: Data Ingest in a Third Generation ML Architecture

This Anyscale blog post dives into data ingest in a third-generation ML architecture, specifically using Ray Data. It provides code samples to illustrate how distributed libraries can improve performance by exploiting distributed memory bandwidth.

anyscale.com ml
1723d

The Third Generation of Production ML Architectures

Discusses the evolution of production machine learning architectures, categorizing them into generations. The article describes the shift from fixed-function pipelines to programmable pipelines, and then speculates on the characteristics of the emerging third generation of ML architectures.

anyscale.com architecture
1799d

How Ikigai Labs Serves Interactive AI Workflows at Scale using Ray Serve

Ikigai Labs delivers AI-augmented data processing and analytics through its "AI-charged spreadsheets" platform. The article explains how the company utilizes Ray Serve to manage and scale the underlying data processing pipelines required for these interactive AI workflows. The focus is on achieving

anyscale.com mlops
1826d

Introducing Distributed XGBoost Training with Ray

XGBoost-Ray is a new backend for distributed XGBoost training that supports multi-node and multi-GPU setups. It includes distributed data loading, fault tolerance with elastic training, and integrates with the Ray Tune hyperparameter optimization framework.

anyscale.com ml
1890d

Introducing Collective Communication Primitive APIs in Ray

Ray 1.2.0 introduces a new library of collective communication primitives designed to streamline information exchange across numerous distributed processes. These primitives aim to simplify distributed operations within Ray programs and provide substantial speedups, potentially by an order of magnit

anyscale.com mlops
1909d