Posts
All the articles I've posted.
-
Platform Engineering: Paving Roads vs Building Cages
An internal ML platform that dozens of teams actually used, and the one test that told me whether I was paving a road or building a cage around it.
-
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.