logoalt Hacker News

imtringuedyesterday at 10:40 AM3 repliesview on HN

Ok? I'm not seeing how that is interesting, you're exclusively focusing on coding which requires precise substring locations. Google is basically almost entirely driven by embedding models now.


Replies

marginalia_nuyesterday at 2:30 PM

A lot of this is due the size of the corpus.

Grep falls apart for severely underspecified queries, which is the difficult part of web search. For any given query in web search there can be several millions of candidate results. You can get good results with FTS as well, but just finding phrase matches is inadequate, you need more ranking signals to find relevant results.

When Claude is looking for a function in your code base, it needs to sift through dozens of matches. This is not hard, and anything beyond grep is likely not worth the effort.

simianwordsyesterday at 10:47 AM

And why do you think coding didn’t benefit from embeddings? It was attempted many times and the industry gave up.

I find this interesting because practically no one is doing RAG on thier personal data which is something I wouldn’t have expected.

owen-hillyesterday at 12:19 PM

[flagged]