Mar 20 · 11 min read · Most semantic search tutorials treat embeddings as a single line of code — call the API, get a vector, store it. In practice, this is the part of the system where the most subtle bugs live. Not the ki
Join discussion
Mar 13 · 14 min read · Why the database layer matters In a semantic search system, the database schema isn’t just storage. It defines how embeddings are stored, indexed, and queried. Many tutorials treat the database as a d
Kklement and 1 more commented
Mar 13 · 16 min read · I was building a venue discovery feature. The idea was simple: a user describes what they are looking for in natural language, and the app surfaces the best matches from a catalogue of thousands of pl
Join discussionMar 5 · 11 min read · The problem with Keyword Search Keyword search breaks more often than most engineers realize. A few months ago, I was building an internal document management tool. Users could upload policy documents
Join discussion
Feb 21 · 1 min read · In highly regulated sectors, the friction between speed and compliance is a constant battle. Legacy systems often act as "black boxes," making auditing and rapid iteration nearly impossible without mo
Join discussion