Thoughts
Notes on software engineering, distributed systems, and the future of human productivity.
When the Vectors Live in a Bucket
Object storage is the cheapest durable bytes you can buy and the worst place to search a million vectors. I forked VecPuff and taught its index to keep one bit per dimension resident, so a query pulls a full vector from S3 only when the cheap guess is too close to call.