HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sinaa

no profile record

comments

sinaa
·mês passado·discuss
I iiiioiooo iko to keep up ok it iiiioiooo the same i
sinaa
·há 3 anos·discuss
I really love the idea of "View source" for base prompts.

If we simply treat the prompts as frontend / client-side (one could even argue that it can be harder to get the original code from a JS bundle than extract a prompt using prompt injection), then function calling (the backend API) could be where folks add additional value, and if reasonable, charge for it.

As long as you can audit the function calls and see what's sent and received, same as you can do with a browser, then I think it becomes closer to a familiar and well-tested model.
sinaa
·há 8 anos·discuss
My thoughts exactly. It's impressive that despite relying on BFS, the tool manages to be so fast on a tiny node on google cloud. Even when there's a depth of >= 5 !
sinaa
·há 8 anos·discuss
Great work!

Do you simply do a BFS to find the shortest paths? If so, are you doing any tricks to avoid the path explosion problem?