HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cryogenicplanet

no profile record

Submissions

Show HN: OpenAI function calling for Claude (typescript)

github.com
1 points·by cryogenicplanet·2 वर्ष पहले·0 comments

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

github.com
3 points·by cryogenicplanet·3 वर्ष पहले·1 comments

Show HN: A tool to help you write more reliable prompts

optimist.varied.ai
11 points·by cryogenicplanet·3 वर्ष पहले·3 comments

comments

cryogenicplanet
·11 माह पहले·discuss
still can’t justify the crime against our agent that was winning
cryogenicplanet
·2 वर्ष पहले·discuss
been amazing to see the amount of iteration in the product to get to 1.0!
cryogenicplanet
·2 वर्ष पहले·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 वर्ष पहले·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 वर्ष पहले·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 वर्ष पहले·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!
cryogenicplanet
·3 वर्ष पहले·discuss
Well it is mostly the GPT-4 that is expensive to run and because we generate 3 version of your long prompt, with it's inferences and our own prompt.
cryogenicplanet
·3 वर्ष पहले·discuss
This is fire - reusable components in spreadsheets sounds great!