Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

100% Positive

Analyzed from 123 words in the discussion.

Trending Topics

#results#vector#embeddings#things#more#almost#every#item#list#except

Discussion (2 Comments)Read Original on HackerNews

simonwabout 2 hours ago
Almost every item in this list (except Karpathy's LLM Wiki) is based around vector embeddings.

Vector embeddings were super-hot a couple of years ago, but I don't think they have sticking power.

The moment you have an agentic tool calling loop the idea of doing a big fuzzy embedding search and hoping you get back relevant results loses attraction. You can give your agent ripgrep and let it figure out how to find the right results all on its own.

The biggest downside of embeddings is that it's very hard to set a threshold score below which you ignore things. If you ask a vector index for 10 results ordered by similarity you'll get 10 results - but results 3-10 might be total junk.

JSR_FDEDabout 3 hours ago
I always dismissed this category as more “markdown engineering” but this opened my eyes to some genuinely interesting things. The AI Memory space is more varied than I expected.