---
title: "Building a unified consumer memory for personalization at scale"
url: https://daily.dev/posts/building-a-unified-consumer-memory-for-personalization-at-scale-emiywz2l0
source_url: https://careersatdoordash.com/blog/doordash-unified-consumer-memory-for-personalization-at-scale
type: article
source: "Doordash"
published: 2026-06-08T22:15:27.581Z
updated: 2026-06-08T22:15:59.972Z
tags: ["llm", "embeddings", "recommendation-systems"]
reading_time: 16
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Building a unified consumer memory for personalization at scale

**[Doordash](https://daily.dev/sources/doordash)** · 16 min read · 0 upvotes · 0 comments

## Summary

DoorDash built a unified consumer memory platform that extracts semantic understanding from behavioral signals (orders, browsing, searches) and makes it available across all personalization surfaces. The system uses LLMs to generate structured 'memory blocks' — versioned, domain-specific summaries like dietary preferences, brand affinities, and dining patterns — organized into three layers: long-term, in-session, and explicit context. These memory blocks are encoded two ways for ML consumption: dense asymmetric embeddings for semantic similarity matching, and a heterogeneous context graph for relational reasoning between consumers, brands, taxonomies, and concepts. The platform powers personalized carousels and ranking models, with selective recomputation to manage LLM compute costs. Key lessons include treating memory blocks as semantic matching primitives for both ML and LLM systems, decoupling extraction from encoding, and maintaining full versioning/lineage for every component.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://careersatdoordash.com/blog/doordash-unified-consumer-memory-for-personalization-at-scale>

## Similar posts on daily.dev

- [Offline LLMs, Online Personalization: Generating carousels at DoorDash](https://daily.dev/posts/offline-llms-online-personalization-generating-carousels-at-doordash-6e4ou6tbm) · Doordash · 0 upvotes · 0 comments
- [How DoorDash Built an AI Shopping Assistant That Doesn’t Rely on the LLM Alone](https://daily.dev/posts/how-doordash-built-an-ai-shopping-assistant-that-doesn-t-rely-on-the-llm-alone-w3gyrfrce) · InfoQ · 5 upvotes · 1 comments
- [Bridging Affordability, Familiarity, and Novelty: DoorDash’s LLM-assisted personalization framework](https://daily.dev/posts/bridging-affordability-familiarity-and-novelty-doordash-s-llm-assisted-personalization-framework-szl0rq8ml) · Doordash · 0 upvotes · 0 comments
- [Building Ask DoorDash \(Part 2\): Intelligence](https://daily.dev/posts/building-ask-doordash-part-2-intelligence-4xcmvaewz) · Doordash · 2 upvotes · 0 comments
- [Using LLMs to build content embeddings for DoorDash search and recommendations](https://daily.dev/posts/using-llms-to-build-content-embeddings-for-doordash-search-and-recommendations-fuy4zkqul) · Doordash · 0 upvotes · 0 comments

---

Tags: [#llm](https://daily.dev/tags/llm), [#embeddings](https://daily.dev/tags/embeddings), [#recommendation-systems](https://daily.dev/tags/recommendation-systems)

[View this post on daily.dev](https://daily.dev/posts/building-a-unified-consumer-memory-for-personalization-at-scale-emiywz2l0)
