We replaced RAG with a virtual filesystem for our AI documentation assistant
1–10 of 190 posts
Re: We replaced RAG with a virtual filesystem for our AI documentation assistant
#2We’re rediscovering forms of in search we’ve known about for decades. And it turns out they’re more interpretable to agents.
https://softwaredoug.com/blog/2026/01/08/semantic-search-wit...
Re: We replaced RAG with a virtual filesystem for our AI documentation assistant
#3But the idea of spinning up a whole VM to use unix IO primitives is way overkill. Makes way more sense to let the agent spit our unix-like tool calls and then use whatever your prod stack uses to do IO.
Re: We replaced RAG with a virtual filesystem for our AI documentation assistant
#4The real thing I think people are rediscovering with file system based search is that there’s a type of semantic search that’s not embedding based retrieval. One that looks more like how a librarian organizes files into shelves based on the domain. We’re rediscovering forms of in search we’ve known about for decades. And it turns out they’re more interpretable to agents. https://softwaredoug.com/blog/2026/01/08/seman…
Re: We replaced RAG with a virtual filesystem for our AI documentation assistant
#5The real thing I think people are rediscovering with file system based search is that there’s a type of semantic search that’s not embedding based retrieval. One that looks more like how a librarian organizes files into shelves based on the domain. We’re rediscovering forms of in search we’ve known about for decades. And it turns out they’re more interpretable to agents. https://softwaredoug.com/blog/2026/01/08/seman…
Re: We replaced RAG with a virtual filesystem for our AI documentation assistant
#6The real thing I think people are rediscovering with file system based search is that there’s a type of semantic search that’s not embedding based retrieval. One that looks more like how a librarian organizes files into shelves based on the domain. We’re rediscovering forms of in search we’ve known about for decades. And it turns out they’re more interpretable to agents. https://softwaredoug.com/blog/2026/01/08/seman…
Re: We replaced RAG with a virtual filesystem for our AI documentation assistant
#7Re: We replaced RAG with a virtual filesystem for our AI documentation assistant
#8The real thing I think people are rediscovering with file system based search is that there’s a type of semantic search that’s not embedding based retrieval. One that looks more like how a librarian organizes files into shelves based on the domain. We’re rediscovering forms of in search we’ve known about for decades. And it turns out they’re more interpretable to agents. https://softwaredoug.com/blog/2026/01/08/seman…
Re: We replaced RAG with a virtual filesystem for our AI documentation assistant
#9Re: We replaced RAG with a virtual filesystem for our AI documentation assistant
#10The real thing I think people are rediscovering with file system based search is that there’s a type of semantic search that’s not embedding based retrieval. One that looks more like how a librarian organizes files into shelves based on the domain. We’re rediscovering forms of in search we’ve known about for decades. And it turns out they’re more interpretable to agents. https://softwaredoug.com/blog/2026/01/08/seman…
Someone simply assumed at some point that RAG must be based on vector search, and everyone followed.