Post-quantum authentication to origins is now supported
Cloudflare's Authenticated Origin Pulls and Custom Origin Trust Store now support post-quantum authentication. The post explains how to configure fully post-quantum secure mutually authenticated TLS connections to origin servers. It also dives into the engineering details of how Cloudflare built this and how it fits into their overall post-quantum migration.
Cloudflare · 01 August 2026 · Read the original →
GenRec: Towards LLM-Native Recommendation at Netflix
Recommendations are central to the Netflix experience, with current production models relying on thousands of hand-crafted features and specialized architectures for sequence modeling, feature interactions, and multi-task objectives. This existing stack has evolved over many years to support diverse content. The post introduces GenRec, signaling a move towards LLM-native recommendation at Netflix.
Netflix · 01 August 2026 · Read the original →
Don’t stop early: Case-folding source code at memory speed
For accurate text matching in search engines, regex, and case-insensitive contexts, a canonical form called case folding is necessary to erase case distinctions. This ensures that strings differing only in case compare as equal, such as "café" and "CAFÉ." The post discusses achieving this case folding at memory speed for source code.
GitHub · 01 August 2026 · Read the original →
Indexing the Data Lake for Online Point Queries
Companies such as Spotify require vast quantities of data to be accessible at low latency for their online services. This post focuses on the specific challenge of indexing the data lake to support online point queries. It aims to address how to efficiently retrieve individual data points from large datasets with minimal delay.
Spotify · 01 August 2026 · Read the original →
Eval-driven development: Lessons from evaluating GenAI at scale
Airbnb teams build trustworthy Generative AI products by treating evaluation as a first-class engineering discipline, rather than an afterthought. Generative AI breaks many traditional assumptions, necessitating this approach. The post shares lessons from evaluating GenAI at scale to ensure product reliability.
Airbnb · 01 August 2026 · Read the original →
Kafka App? There’s a Skill for That
Etsy manages over 100 million unique listings from 5.6 million sellers, lacking a standard product catalog. When shoppers search, models must infer meaning and listing content using data from user visits and Etsy listings. Kafka is utilized in this process to enable these models to understand unique and creative items.
Etsy · 01 August 2026 · Read the original →
Pinner Progression: Better Use-Case Representation Driving Weekly Active User Growth at Pinterest
Pinterest's mission is to help people discover, and this post, part 1 of 2, focuses on "Pinner Progression." It aims to achieve better use-case representation to drive weekly active user growth. The article involves contributions from personalization, user understanding, and data science teams, suggesting a deep dive into how these areas contribute to user engagement.
Pinterest · 01 August 2026 · Read the original →
Lots of expensive ways to do a key-value lookup this week.
7 stories, every Saturday
Published here every week. Follow by RSS to get it as it lands.