
Doug Turnbull
20.7K posts
Doug Turnbull
@softwaredoug
Trying to figure out how search works

The essence is that the new user is simply good at using tools that have been around for a while. That is why older tools like bm25 and grep that are easy to reason over becomes more effective now that you have a more powerful user than a lazy human.

new in turbopufer: the Fuzzy filter typo-tolerant substring matching with a configurable edit distance, so you can puff (or puf) even when you spell it wrong docs: tpuf.link/fuzzy








SID-1 is an agentic search model by @SID_AI → 1.9x recall over RAG + rerank → 24x faster, 99% cheaper than GPT-5.1 trained using large-scale RL on turbopuffer at 1k+ QPS bursts over 10M+ document corpora across thousands of steps tpuf.link/sid-1

SID-1 is an agentic search model by @SID_AI → 1.9x recall over RAG + rerank → 24x faster, 99% cheaper than GPT-5.1 trained using large-scale RL on turbopuffer at 1k+ QPS bursts over 10M+ document corpora across thousands of steps tpuf.link/sid-1

I had a lot of fun analyzing how GPT-5 searches in BrowserComp-Plus. - Long queries with many terms - Keyword-oriented with query operators like phrase, "site:", - etc. - 98% of the traces contains at least one phrase search hornet.dev/blog/this-is-w…



