Earlier quoted context omitted.
It's blocked in the EU because they don't want to/can't comply with GDPR.
Which is interesting, because if they can't comply within the EU, then how do they comply outside of the EU. With that I mean, if they have concerns that there is private data of EU citizens somewhere in that, then that is also in there for users outside of the EU. That said, they do not comply with GDPR anyway. If that its not the case, then they could also enable it for users within the EU.
Ask HN: Is it just me or GPT-4's quality has significantly deteriorated lately?
161–170 of 817 posts
Re: Ask HN: Is it just me or GPT-4's quality has significantly deteriorated lately?
#162There's no doubt that it's gotten a lot worse on coding, I've been using this benchmark on each new version of GPT-4 "Write a tiptap extension that toggles classes" and so far it's gotten it right every time, but not any more, now it hallucinates a simplified solution that don't even use the tiptap api any more. It's also 200% more verbose in explaining it's reasoning, even if that reasoning makes no sense whatsoever…
It was a great ride while it lasted. My assumption is that efficacy at coding tasks is such a small percent of users, they’ve just sacrificed it on the altar of efficiency and/or scale. That, or they’ve cut some back room deal with Microsoft to make Copilot have access to the only version of the model that can actually code.
Re: Ask HN: Is it just me or GPT-4's quality has significantly deteriorated lately?
#163Re: Ask HN: Is it just me or GPT-4's quality has significantly deteriorated lately?
#164The researchers who worked on the "sparks of AGI" paper noted that the more OpenAI worked on aligning GPT-4 the less competent it became. I'm guessing that trend is continuing...
Re: Ask HN: Is it just me or GPT-4's quality has significantly deteriorated lately?
#165To me, it feels like it's started giving superficial responses and encouraging follow-up elsewhere -- I wouldn't be surprized if its prompt has changed to something to that effect. Before, if I had an issue with a library or debugging issue, it would try to be helpful and walk me through potential issues, and ask me to 'let it know' if it worked or not. Now it will try to superficially diagnose the problem and then a…
> I think if you keep pressing in the right ways it'll eventually give in and help you as it did before, but I guess this will take quite a bit of prompting. So much work to avoid work.
Such a short-sighted response.
Re: Ask HN: Is it just me or GPT-4's quality has significantly deteriorated lately?
#166Now the AI bros have realized that this intelligent sophist is hallucinating very badly and has deteriorated in quality. As with all black-box AI models, the reasons is unknown.
This is why it is important to have explainable AI systems and not black-box SaaS based AI snake oil like this one.
AI is going just great! /s
Re: Ask HN: Is it just me or GPT-4's quality has significantly deteriorated lately?
#167There are also very telling patterns of response that indicate a pre gpt-4 model.
1: All previous models suffered terribly if your chat got too long. After 20 or so responses it would suddenly start to feel less attentive to what is being said and output superficial or incorrect responses.
2: If you stop a chat midway and come back later to continue (after a refresh or a different chat interaction), it would often respond with code or suggestions that have nothing to do whatsoever with your prompt.
Both these patterns are sometimes evident in the current model. Likely then, there is some clamping down on its capabilities.
My suspicion is, this probably relates to computing resources. The 25 messages cap must mean that it’s difficult to scale its performance. And the only way to do so is to simplify the model activations with heuristics. Perhaps analyzing and preprocessing the input to see how much of the model needs to be used (partial model use can be architected).
This seems to be the simplest explanation of observed state and behaviour.
Re: Ask HN: Is it just me or GPT-4's quality has significantly deteriorated lately?
#168Re: Ask HN: Is it just me or GPT-4's quality has significantly deteriorated lately?
#169Chat GPT 4 has ongoing training, such as using Reinforcement Learning from Human Feedback (RLHF) to tune it to provide "better" responses, "safer" answers, and to generally obey the system prompts. There's a release every few weeks. Yes, I've noticed too that recently it has become very "cagey", qualifying everything to death with "As an AI model...". A paper[1] that took snapshots monthly mentioned that as the initi…
Re: Ask HN: Is it just me or GPT-4's quality has significantly deteriorated lately?
#170Earlier quoted context omitted.
“Bard isn’t currently supported in your country. Stay tuned!”
The Bard model (Bison) is available without region lock as part of Google Cloud Platform. In addition to being able to call it via an API, they have a similar developer UI to the OpenAI playground to interactively experiment with it. https://console.cloud.google.com/vertex-ai/generative/langua...