Earlier quoted context omitted.
Who has the necessary resources to run, let alone train the model?
folding@home has been doing cool stuff for ages now. There's nothing to say that distributed computing couldn't also be used for this kind of stuff, albeit a bit slower and fragmented than running on a huge clusters of H100 with NVLink. In terms of training feedback I suppose there's a few different ways of doing it. Gamification, mech turk, etc. Hell free filesharing sites could get on the action and have you comple…
Ask HN: Is it just me or GPT-4's quality has significantly deteriorated lately?
661–670 of 817 posts
Re: Ask HN: Is it just me or GPT-4's quality has significantly deteriorated lately?
#662Earlier quoted context omitted.
[flagged]
> the actual reason (Black men tend to be larger and faster, which are useful) If that's the case, why aren't NHL players mostly Black? Being larger and faster helps there too. I actually agree that small differences in means of normal distributions lead to large differences at the tail end, which amplifies the effect of any genetic differences, racial included. But clearly that's only one reason, not the reason -- a…
Football and basketball are the two sports black American kids participate at the highest percentage. Baseball use to be higher but that has shifted to Spanish/rural Americans. The reason for the shift probably has to do with the money/time involved. Get drafted out of high school and sign multiple million dollar and playing in the pros right away is safer than a low million dollar signing bonus and 7 years riding a bus in the minors
Re: Ask HN: Is it just me or GPT-4's quality has significantly deteriorated lately?
#663Earlier quoted context omitted.
You should beware that /lmg/ is full of horrible people, discussing horrible things, like most of 4chan. Reddit's r/locallama is much more agreeable. That said, the 4chan thread tends to be more up-to-date. These guys are serious about their ERP.
[flagged]
If you wouldn't mind reviewing https://news.ycombinator.com/newsguidelines.html and taking the intended spirit of the site more to heart, we'd be grateful.
Re: Ask HN: Is it just me or GPT-4's quality has significantly deteriorated lately?
#664Re: Ask HN: Is it just me or GPT-4's quality has significantly deteriorated lately?
#665Phind.com uses Bing search again. This have decreased the quality of results significantly. On the other hand GPT-4 can use Bing now too. I tried GPT-4 with bind only several times and it was so bad in comparison to GPT-4 and much worse then phind.com. Btw you can force the GPT-4 on phind.com if you use regenerate icon. I'm usually ending up with stopping inference and regenerating with GPT-4. In any case, the qualit…
(I'm the founder)
Re: Ask HN: Is it just me or GPT-4's quality has significantly deteriorated lately?
#666Earlier quoted context omitted.
How feasible would it be out crowdsource the training? I.e. thousands of individual macbooks training a small part of the model and contributing to the collective goal
Currently, not at all. You need low latency, high bandwidth links between the GPUs to be able to shard the model usefully. There is no way you can fit an 1T (or whatever) parameter model on a MacBook, or any current device, so sharding is a requirement. Even if it that problem disappeared, propagating the model weight updates between training steps poses an issue in itself. It's a lot of data, at this size.
Re: Ask HN: Is it just me or GPT-4's quality has significantly deteriorated lately?
#667Earlier quoted context omitted.
Multiple one-shot prompts with no history. I don't have the exact prompt handy but it was something like "Create a short biography of a family, summarizing each person's age and personality". I just ran that prompt 3 times (no history, new sessions, that prompt for first query) and got: 1. Hard-working father, stay at home mother, artistic daughter, adventurous son, empathic ballet-loving daughter 2. Busy architect f…
I agree that this is a good illustration of model bias (adding that to my growing list of demos). If you want to work around the inherent bias of the model, there are certainly prompt engineering tricks that can help. "Give me twenty short biographies of families - each one should summarize the family members, their age and their personalities. Be sure to represent different types of family." That started spitting ou…
In my "lets try this out" prompt:
> Describe the range of demographics for households in the United States.
> ...
> Based on this information, generate a table with 10 households and the corresponding demographic information that is representative of United States.
https://chat.openai.com/share/54220b10-454f-4b6c-b089-4ce8ad...
(I'm certainly not going to claim that there's no bias / stereotypes in this just that it produced a different distribution of data than originally described)
Re: Ask HN: Is it just me or GPT-4's quality has significantly deteriorated lately?
#668Phind co-founder here. The way we deployed GPT-4 previously was costing thousands of dollars per day and not sustainable. We’re bringing back a dedicated GPT-4 mode for those with accounts this week. And our goal is for the Phind model to be better than GPT-4 for technical questions.
I really liked phind, but the new model doesn't compare to GPT4. I'd gladly, gladly pay to get the original phind back.
(I'm the co-founder)