Why I built a web search library
Notes from building a Go search core for JS
I was working on a side project where I needed to add basic web search capability to an AI agent. When I looked around, I noticed most projects rely on existing search APIs like Bing, Google, Perplexi...