this post was submitted on 30 Nov 2023
1 points (100.0% liked)

LocalLLaMA

1 readers
1 users here now

Community to discuss about Llama, the family of large language models created by Meta AI.

founded 10 months ago
MODERATORS
 

I'm a data scientist working in consulting (EU) and I would like to push my company to delve more into open-source LLMs over closed ones (OpenAI...).

I'm constantly amazed by the progress shown by open-sourced LLMs in this sub. The increasing efficiency of models coupled with the expanding open-source LLM ecosystem make these models more and more competitive.

I keep thinking that there's a market for custom LLMs, notably for private-sensitive companies like banks and insurances.

Any insights?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] LuluViBritannia@alien.top 1 points 9 months ago

The entire market will eventually use local LLMs, it's simply as that.

Online services are never an ideal solution for any business. It's not just about privacy.

- The owners can do whatever they want, so if they change settings or even simply shut down, you're screwed.

- Online services are a public traffick, so in case of high-density, it bottlenecks. Just like highroads, expect major slowdowns of your job if you use an online service that happens to be saturated. And slowdown means financiary loss.

- In case of internet issues, you're screwed.

- you have to pay for the service, which can get freaking expensive depending on how much you use it.

โ€‹

Local LLMs have none of these issues. And more than that:

- While general intelligence like ChatGPT or Claude is incredible, it will never be enough for every use case. There will always be cases where you need a more specialized alternative, even if less intelligent.

- The gap between the big ones and local LLMs is frankly not that high. I'm not going to say "they're as intelligent as ChatGPT!", but as a matter of fact, everything I was able to make with ChatGPT, I succeeded with a local LLM as well or even better. Analysing code and rewriting it/completing it? Managed with a 7B. Writing creative short stories? Easy even with a 7B.

- An online service has its own abilities, and the devs can update it but you have no guarantee they will. In the case of LLMs, context length matters so much! OpenAI did raise GPT's context length regularly, but what if they don't?

- Intelligence isn't the only point about an AI! A local LLM has its own default language style, and even the big ones are hard to steer away from it. ChatGPT's answers, for example, are very lengthy, constantly. With a Local LLM, it's easier to steer. You can even force it to adopt a certain format.