Interesting. But if you are upgrading your embedding model, wouldn't you want to re-embed to get its benefits on old entries?
HN user
olaird25
7 karma
MS student studying ML @ GATECH olaird25@gmail.com
Posts0
Comments7
No posts found.
Show HN: Drift – an embedding-model upgrade should be a rotation, not a reindex 1 month ago
Very nice! How did you implement your rain effect?
Nice. So is the js/lean interface using exact rationals?
Is the web demo compiled from the lean?
Tokenization Is the Bottleneck You're Not Measuring 2 months ago
Have you tried just using a faster tokenization library?
Github's BPE crate (https://crates.io/crates/bpe) advertises >10x speedup relative to HF, as do others.
AI Killed Stack Overflow (and why that sucks) 2 months ago
"Writing the question WAS the lesson" Indeed!
Code Mode: the better way to use MCP 10 months ago
This seems exactly right. Its pretty common to watch your agent making the same mcp tool call again and again as it works through a list. These kinds of cases are solved by letting the agent just call any of its mcp tools in a script.