Earlier quoted context omitted.
while this is technically correct, difference is that your product won't survive without openai at this point. If you need the model quality openai provides you are stuck and your product can just disappear. Because llm is core building block, irreplaceable one.
Building a product that relies 100% on a single external vendor is taking a huge risk. So many companies have been burned by this in the past that it's amazing anyone doesn't see it as a risky thing. So I have to believe that the people making these products are intending to make as much cash as possible up front and aren't aiming for a long-term thing.
Ask HN: What's the best self hosted/local alternative to GPT-4?
181–190 of 206 posts
Re: Ask HN: What's the best self hosted/local alternative to GPT-4?
#182Earlier quoted context omitted.
> You’re faking the reader out by using “join” to mean something which is not JOIN. Yeah and not having to do precise prompt engineering is a major advantage of GPT-4 vs other models.
I don’t think that “prompt engineering” is quite the same thing as clearly specifying the problem. If I’m using a magic AI code-writing companion or asking an actual human to write code for me, I need to define the problem well enough if I want any expectation of getting _correct_ code. A skilled human will distinguish themselves from a less skilled human by also thinking about the overall problem and helping make su…
I've only used Bard so far, but indeed, it has never replied to my question with a clarifying question. Only with a statement. This seems like an obvious evolution of the chatbot concept...
Re: Ask HN: What's the best self hosted/local alternative to GPT-4?
#183Earlier quoted context omitted.
So like, would that not suggest that Google has a moat with AI, as it is already intertwined with our email, calendars, etc... (if they ever make their AI public)
It makes it all the more interesting that Google is currently losing to an upstart. They have a MASSIVE advantage in data and moats, but cannot execute on novel products to take advantage of it, despite also hiring a significant chunk of the talent in the market as well. But perhaps at this stage Google's not meant to / need to build cutting edge products, but rather focus on commoditizing the ones that prove profita…
Re: Ask HN: What's the best self hosted/local alternative to GPT-4?
#184There is literally no alternative. You’re stuck with openai, and you’re stuck with whatever rules, limitations or changes they give you. There are other models, but specifically if you’re actively using gpt-4 and find gpt-3.5 to be below the quality you require… Too bad. You’re out of luck. Wait for better open source models or wait patiently for someone to release a meaningful competitor, or wait for openai to relea…
This point is understated. So many people are going around like "I'm building an AI app!" when the reality is, OpenAI built an AI app, you're just designing a front end for it.
Re: Ask HN: What's the best self hosted/local alternative to GPT-4?
#185I often worry about aa "The Machine Stops" scenario. GPT AI actually gives me hope. What if we can store and run an AI in a phone-sized-device that is superior to a similarly sized library of books? Can we have a rugged, solar-powered device that could survive the fall of Civilization and help us rebuild? It would certainly have military applications in a warfare. Imagine being the 21ct century equivalent of a 1940's…
Would it not make sense to learn survival skills...beforehand?
I would much rather learn survival skills in a controlled environment instead waiting until I need them and then whipping out the ChatGPT enabled phone for help...
Also, I don't need to have an entire library of knowledge with me, when a simple book of survival skills would be more than adequate...
I think pretty much every military in the world agrees with this.
Re: Ask HN: What's the best self hosted/local alternative to GPT-4?
#186Earlier quoted context omitted.
Is this opinion based on some benchmarking you (or someone else) did?
I believe there are benchmarks, but I can informally second that opinion. I'm building a writing app (chiseleditor.com) and there is nothing as good as the ChatGPT models right now.
Re: Ask HN: What's the best self hosted/local alternative to GPT-4?
#187Earlier quoted context omitted.
... strange. I'm running 30B models on a 10yr old PC with a $400 RTX 3060. Folks can run the 65B models with 4090 or dual 3090. Usually for about a cost of $2500.
GPT-3.5 is up to 175B parameters, GPT-4 (which is what OP is asking for) has been speculated as having 1T parameters, although that seems a little high to me. It's easy to run a much worse model on much worse hardware, but there's a reason why it's only companies with huge datacenter investments running the top models.
Re: Ask HN: What's the best self hosted/local alternative to GPT-4?
#188Earlier quoted context omitted.
> It's certainly not on a level with ChatGPT, but what is? Guanaco-65B is per https://arxiv.org/abs/2305.14314 CPU Version: https://huggingface.co/TheBloke/guanaco-65B-GGML GPU Version: https://huggingface.co/TheBloke/guanaco-65B-HF 4bit GPU Version: https://huggingface.co/TheBloke/guanaco-65B-GPTQ
How much ram/vram required?
The more you can fit on your GPU (in VRAM) the better (for speed), but no GPU is strictly required.