HackerTrans
TopNewTrendsCommentsPastAskShowJobs

olaird25

no profile record

comments

olaird25
·เดือนที่แล้ว·discuss
Interesting. But if you are upgrading your embedding model, wouldn't you want to re-embed to get its benefits on old entries?
olaird25
·เดือนที่แล้ว·discuss
Very nice! How did you implement your rain effect?
olaird25
·เดือนที่แล้ว·discuss
Nice. So is the js/lean interface using exact rationals?
olaird25
·เดือนที่แล้ว·discuss
Is the web demo compiled from the lean?
olaird25
·2 เดือนที่ผ่านมา·discuss
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.
olaird25
·2 เดือนที่ผ่านมา·discuss
"Writing the question WAS the lesson" Indeed!
olaird25
·10 เดือนที่ผ่านมา·discuss
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.