Earlier quoted context omitted.
How would that work technically, from a cost of goods sold perspective? (honestly asking, curious)
The "cost" is storing the state of the LLM after processing the input. My back-of-the-envelop guesstimate gives me 1GB to capture the 8bit state of 70B parameters model (I might be wrong though, insights are welcome), which is quite manageable with NVMe storage for fast reload. The operator would charge per pay per "saved" prompt, plus maybe a fix per call fee to re-load the state.
Claude 3 model family
211–220 of 723 posts
Re: Claude 3 model family
#212Earlier quoted context omitted.
How so? Because they have taken large investments from Amazon and Google? Or would you also characterize OpenAI as "Microsoft in a trench coat"?
100% OpenAI is Microsoft in a trenchcoat.
Re: Claude 3 model family
#213Earlier quoted context omitted.
I'd almost say anyone not doing that is being foolish. The goal of the service is to answer complex queries correctly, not to have a pure LLM that can do it all. I think some engineers feel that if they are leaning on an old school classically programed tool to assist the LLM, it's somehow cheating or impure.
Of course. But we must acknowledge that many have blinders on, assuming that scale is all you need to beat statistical errors.
Re: Claude 3 model family
#214Re: Claude 3 model family
#215Earlier quoted context omitted.
What this really says to me is the indefensibility of any current advances. There’s really cool stuff going on right now, but anyone can do it. Not to say anyone can push the limits of research, but once the cat’s out of the bag, anyone with a few $B and dozen engineers can replicate a model that’s indistinguishably good from best in class to most users.
Barrier to entry with "few $B" is pretty high. Especially since the scaling laws indicate that it's only getting more expensive. And even if you manage to raise $Bs, you still need to be clever on how to deploy it (talent, compute, data) ...
Compare to other traditional tech companies… think Uber/AirBnB/Databricks/etc. Their product isn’t an algorithm that a competitor can spin up in 6 months. These companies create real moats, for better or worse, which significantly reduce the ability for competitors to enter, even with tranches of cash.
In contrast, essentially every product we’ve seen in the AI space is very replicable, and any differentiation is largely marginal, under the hood, and the details of which are obscured from customers.
Re: Claude 3 model family
#216Wow. 1 million token length.
It's like every AI researcher had an epiphany all at once
Re: Claude 3 model family
#217Does any of those LLM-as-a-service companies provide a mechanism to "save" a given input? Paying only for the state storage and the extra input when continuing the completion from the snapshot? Indeed, at 1M token and $15/M tokens, we are talking of $10+ API calls (per call) when maxing out the LLM capacity. I see plenty of use cases for such a big context, but re-paying, at every API call, to re-submit the exact sam…
It sounds like you would like a wrapped version tuned just for big context.
(As others write, RAG versions are also being supported, but they're less fundamentally similar. RAG is about preprocessing to cut the input down to relevant bits. RAG + an agent framework does get closer again tho by putting this into a reasoning loop.)
Re: Claude 3 model family
#218The results really aren’t striking enough that it’s clear that this model blows GPT-4 away. It seems roughly equivalent, give or take a bit. Why can we still not easily surpass a (relatively) ancient model?
Re: Claude 3 model family
#219Earlier quoted context omitted.
I have a suspicion that greenfield science will be the last thing automated, at least the non-brute-force kind. AI assistants to do the drugery (smart search agents), but not pick the directions to proceed in. Too little relevant training data in niche, state of the art topics. But to the broader point, isn't this progress in a nutshell? (1) Figure out a thing can be done, (2) figure out how to manufacture with human…
I think that picking a direction is not that hard, and I don't know that AI couldn't do it better. I'm not sure mid-tier CEO's won't be on their way out, just like middle management.
On the people-direction side, I expect the span of control will substantially broaden, which will probably lead to fewer manager/leader jobs (that pay more).
You'll always need someone to do the last 5% that it doesn't make sense to data engineer inputs/outputs into/from AI.
Re: Claude 3 model family
#220Wow. 1 million token length.
How did everyone solve it at the same time and there is no published paper (that I'm aware of) describing how to do it? It's like every AI researcher had an epiphany all at once