All Articles

Back →

4 articles

All ai benchmarking engineering information-retrieval infrastructure networking performance search-systems self-hosting systems tailscale tools vector-search
Essay

How Storage innovations Split Search Infrastructure in Two.

Strong consistency and conditional writes in blob storage removed much of the need for stateful search clusters in a large class of workloads. They also split search into two problems that need opposite engineering.

Essay

Tip of a Hat to Tailscale

I run a small fleet of cloud VMs and a Raspberry Pi at home, wired together with Tailscale. This is about how that setup came together and why Tailscale made it surprisingly simple.

Essay

Where the Moat Lives in AI Coding Tools

Lately, I have been spending a lot of time with AI coding tools, both cli and ide. I kept asking the question to myself, why is that i keep returning to one tool more than the other. There are lot of blogs around models and their capabilities, but models are also shared across of these surfaces. So the real question for me was that where is the value. Is it in the model or the tooling around it. This blog talks about my explorations and opinions on how to build something competitive.

Essay

Closed-Loop vs Open-Loop Benchmarking

I have been working on benchmarking lately, especially since I started tinkering with AI. And I came back to an interesting topic of Closed loop vs Open loop benchmarking. To make is easier to...