recall / graph index
A graph index that looked finished was returning wildly different result quality
from one query to the next, and more search budget only hid it. The write-up
follows the diagnosis from symptom to a ground-up rewrite, including three
competing fixes that lost on measurement first.
read the article
simd / e5m2
Astral's AVX2 and F16C lane has no native E5M2 load-and-dot primitive, so five
conversion paths competed for the kernel over one day. The write-up keeps the
losers in the story, because two of them still serve machines the winner cannot.
read the article
retrieval / flat search
A graph budget sweep could not meet the fixed latency and recall target at the
same point. The write-up follows the exhaustive E5M2 scanner from one serial loop to
private record shards and the retained 384-component kernel.
read the article