Posts
All the articles I've posted.
-
The Real Cost of a Customer Data Platform
Unifying a customer record across several business units sounds like a data project. It is mostly an ownership fight, and the maintenance never ends.
-
pgvector vs the Vector DB Gold Rush
Most teams adding semantic search this year should start in the Postgres they already run, not a new vector database. Where pgvector holds, where it doesn't, and how to tell which side of the line you are on.
-
Building a RAG Pipeline Before LangChain Was Cool
A production retrieval pipeline over a few hundred thousand internal documents, hand-rolled in early 2023. The model is the easy part. Retrieval is where the quality lives or dies.
-
Your Recommendation Engine Doesn't Need Deep Learning (Yet)
Collaborative filtering and plain co-occurrence carried a marketplace recommender to hundreds of millions of recs a day. The exact point where deep ranking earned its complexity, and why most teams reach for it a year early.