HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cryogenicplanet

no profile record

Submissions

Show HN: OpenAI function calling for Claude (typescript)

github.com
1 points·by cryogenicplanet·2 yıl önce·0 comments

Show HN: A better prompt engineering lib - guidance built for js

github.com
3 points·by cryogenicplanet·3 yıl önce·1 comments

comments

cryogenicplanet
·11 ay önce·discuss
still can’t justify the crime against our agent that was winning
cryogenicplanet
·2 yıl önce·discuss
been amazing to see the amount of iteration in the product to get to 1.0!
cryogenicplanet
·2 yıl önce·discuss
been using savvy for a bit - shantanu gave me early access!

love how simple it is to use, personally been loving the savvy ask/explain in the last couple of weeks - been super easy to ask questions in the terminal and just get answers

but the history is quite good too, very cool to share notebooks with others on the team
cryogenicplanet
·2 yıl önce·discuss
want to thank the op for sharing this; i threw this together in the last couple of days ramping out to the "steamroll" - we think one of the key problems in LLMs in general but esp voice is evals and wanted to have a good place to evaluate voice-to-voice systems. these systems can be end-to-end like openai or (asr+llm)->tts or asr->(llm+tts) or asr->llm->tts

we built an ELO benchmark very much in the style of LMSYS and will be releasing results every two weeks

source code here: https://github.com/thevoicecompany/bench.audio

will be adding proper contributing guide soon
cryogenicplanet
·2 yıl önce·discuss
This looks very sick!

any chance of getting this as native apps on mobile? or better yet like global macos utility like dictation so you can "type" in any apps?
cryogenicplanet
·3 yıl önce·discuss
Hey HN!

As JS (Mostly TS) devs, we feel like AI or LLM tooling in JS kinda sucks rn, that said most production applications inevitably end up being in JS, so a friend and I (mostly friend) started hacking on a new JS native library for making it easier to write prompts.

The idea of the library is to give a much more ergonomic syntax for writing complex prompts, the repo itself goes much more in detail https://github.com/LevanKvirkvelia/salute

Would love thoughts and any/all feedback!