HackerTrans
トップ新着トレンドコメント過去質問紹介求人

bestcoder69

no profile record

投稿

Technical Details of My LLM-Generated Book

mattbruenig.com
3 ポイント·投稿者 bestcoder69·5 か月前·0 コメント

RedPajama 7B (an Apache 2.0-licensed LLaMa) is now available

together.xyz
85 ポイント·投稿者 bestcoder69·3 年前·25 コメント

What to Do About AI-Driven Job Displacement?

peoplespolicyproject.org
6 ポイント·投稿者 bestcoder69·3 年前·3 コメント

I made Bing Chat so angry it stopped talking to me

old.reddit.com
4 ポイント·投稿者 bestcoder69·3 年前·1 コメント

Ask HN: Online adderall pill-mill (“ADHD coach”) recommendations?

4 ポイント·投稿者 bestcoder69·4 年前·3 コメント

コメント

bestcoder69
·昨年·議論
Llamafile: https://github.com/Mozilla-Ocho/llamafile
bestcoder69
·2 年前·議論
permitted to force RTO without any data != ought to force RTO without any data
bestcoder69
·2 年前·議論
I can already use multiple backends by writing different code. The value-add langchain would need to prove is whether i can get better results using their abstractions compared to me doing it manually. Every time I’ve looked at how langchain’s prompts are constructed, they went wayyy against LLM vendor guidance so I have doubts.

Also the downside of not being able to easily tweak prompts based on experiments (crucial!)

And not to mention the library doesn’t actually live up to this use case, and you immediately (IME) run into “you actually can’t use a _Chain with provider _ if you want to use their _ API”, so I ultimately did have to care about whats supposed to be abstracted over
bestcoder69
·2 年前·議論
They’ve been growth hacking the whole time pretty much, optimizing for virality. Eg integrating with every ai thing under the sun, so they could publish a seo-friendly “use gpt3 with someVecDb and lang chain” page, but for every permutation you can think. Easy for them to write since langchains abstractions are just unnecessary wrappers. They’ve also had meetups since very early on. The design seems to make langchain hard to remove since you’re no longer doing functional composition like you’d do in normal python - you’re combining Chains. You can’t insert your own log statements in between their calls so you have to onboard to langsmith for observability (their saas play). Now they have a DSL with their own binary operators :[

VC-backed, if you couldn’t guess already
bestcoder69
·2 年前·議論
openai cookbook! Instructor is a decent library that can help with the annoying parts without abstracting the whole api call - see it’s docs for RAG examples.
bestcoder69
·2 年前·議論
They released chat and non-chat (completion) versions of 3.5 at the same time so not really; the switch to chat model was orthogonal.

e: actually some of the pre-chatgpt models like code-davinci may have been considered part of the 3.5 series too
bestcoder69
·2 年前·議論
[flagged]
bestcoder69
·2 年前·議論
[flagged]
bestcoder69
·2 年前·議論
limewire teens were pioneers too
bestcoder69
·2 年前·議論
together.xyz, although they’re .ai now
bestcoder69
·3 年前·議論
Newt Gingrich proposed once that we make kids do this, but it was just gonna be for the poor kids.
bestcoder69
·3 年前·議論
Tesla could just negotiate instead of being antagonistic.
bestcoder69
·3 年前·議論
Prosecutors need snitches.
bestcoder69
·3 年前·議論
> This extreme scenario is unlikely to happen in the short term because of the high costs associated with additional AI servers and bottlenecks in the AI server supply chain, de Vries says.

If we suddenly start ignoring the costs, it could get very expensive, indeed.
bestcoder69
·3 年前·議論
Prompts:

- does this API design make sense?

- my team thinks __ is a good pattern, what are some cons?

- what’s a good name for a class that does x,y,z

- is this code snippet readable?

- write a bash script to automate this very tiny thing

- upload quickjs binary to the advanced data analysis model and ask it to micro benchmark a couple of approaches to the same thing
bestcoder69
·3 年前·議論
A cleaner policy would be to ban cars. Probably need a transition in between, but that's definitely the destination. In the year 3000 our asses better not be sitting in traffic in single-passenger vehicles w/ 3 seats empty still for some reason.
bestcoder69
·3 年前·議論
Maybe workers will strike for... more detailed information about each worker's individual profit margin?
bestcoder69
·3 年前·議論
And if I could breath underwater I wouldn't need a scuba tank.
bestcoder69
·3 年前·議論
He's analyzing what looks good in marketing copy.
bestcoder69
·3 年前·議論
Maybe if you have a model with a large context window, you stuff a document in the prompt as a prefix, then ask a bunch of different questions about the document?