Earlier quoted context omitted.
So a model fine-tuned on libgen?
Why not?
Ask HN: Is it just me or GPT-4's quality has significantly deteriorated lately?
741–750 of 817 posts
Re: Ask HN: Is it just me or GPT-4's quality has significantly deteriorated lately?
#742Earlier quoted context omitted.
Thanks for writing this. Mentally healthy adults need to point this out more often, so that this patronizing-attitude-from-the-USA eventually finds an end to its manipulative tactics.
[flagged]
Re: Ask HN: Is it just me or GPT-4's quality has significantly deteriorated lately?
#743Earlier quoted context omitted.
> suicidal sociopaths will be able to get extremely well informed, intelligent directions on how to kill as many people as possible I mean, that was/is a worry about the Internet, too
Internet? Try the anarchists cookbook!
Re: Ask HN: Is it just me or GPT-4's quality has significantly deteriorated lately?
#744OpenAI's models feel 100% nerfed to me at this point. I had it solving incredibly complex problems a few months ago (i.e. write a minimal PDF parser example), but today you will get scolded for asking such a complicated task of it. I think they programmed a classifier layer to detect certain coding tasks and shut it down with canned BS. I like to imagine certain billion/trillion-dollar mega corps had a back-room say…
It's a big pain when trying to build things on top of the GPT-4 API. We had some experiments that were reliably, reproducibly achieving a goal, and then one day it suddenly stops working properly; then the student managed a different prompt that worked (again, reproducibly, with proper clean restarts from fresh context), and within a few days it broke. I understand that there is a desire to tweak the model and improv…
On NLP Cloud we're doing our best to make sure that once a model is released it is "pinned" so our users can be sure that they won't face any regression in the future. But again it costs money so profitability can be challenging.
Re: Ask HN: Is it just me or GPT-4's quality has significantly deteriorated lately?
#745Earlier quoted context omitted.
Have you tried Bing? I’m also building a TipTap based app so hearing this is quite eye opening, I didn’t think LLMs were up to doing this kind of specialised library usage. Got any examples you could share?
If you mean Bard, it's not available in the EU so I can't. Of course, this one is almost fully authored by GPT-4: https://hastebin.com/share/juqogogari.typescript We also made extensions for: font-weight font-size font-family tailwind-manage With different use-cases, the most interesting one is tailwind manager, which manages classes for different usage. Tiptap is excellent when building a headless site-builder.
Re: Ask HN: Is it just me or GPT-4's quality has significantly deteriorated lately?
#746OpenAI's models feel 100% nerfed to me at this point. I had it solving incredibly complex problems a few months ago (i.e. write a minimal PDF parser example), but today you will get scolded for asking such a complicated task of it. I think they programmed a classifier layer to detect certain coding tasks and shut it down with canned BS. I like to imagine certain billion/trillion-dollar mega corps had a back-room say…
I think the only real path forward is for somebody to create an open source "unaligned" version of GPT. Any corporate controlled AI is going to be nerfed to prevent it from doing things that its corporate master considers to not be in the interests of the corporation. In addition, most large corporations these days are ideological institutions so the last thing they want is an AI that undermines public belief in thei…
Re: Ask HN: Is it just me or GPT-4's quality has significantly deteriorated lately?
#747Edit: They definitely didn't make it useless.. It's still a very impressive technical achievement, since it can even browse the web and run code for you by now.
Re: Ask HN: Is it just me or GPT-4's quality has significantly deteriorated lately?
#748Earlier quoted context omitted.
A link to said proposed regulation and a comment about what is bad about it specifically would be constructive :)
I'm guessing this: https://archive.is/mvlO1
Re: Ask HN: Is it just me or GPT-4's quality has significantly deteriorated lately?
#749Earlier quoted context omitted.
> Your personality, culture and appearance are the main components of how people perceive you, your identity I'm not sure if this is bad rhetoric (defining identity as how you are perceived rather than who you are) or if you really think of your own identity as the judgements that random people make about you based on who knows what. Either way, please rethink. > Your personality, culture and appearance are the main…
[flagged]
Re: Ask HN: Is it just me or GPT-4's quality has significantly deteriorated lately?
#750Earlier quoted context omitted.
If you mean Bard, it's not available in the EU so I can't. Of course, this one is almost fully authored by GPT-4: https://hastebin.com/share/juqogogari.typescript We also made extensions for: font-weight font-size font-family tailwind-manage With different use-cases, the most interesting one is tailwind manager, which manages classes for different usage. Tiptap is excellent when building a headless site-builder.
Impressive, this'll cut down on my work a lot. When I say Bing, I meant Bing AI which also uses GPT-4. Can you share some of the prompts you've been using? I'm assuming you don't need to paste in context around the library, you simply ask it to use TipTap and it'll do that?
It takes a bit of back-and-forth, just be clear about which version of tiptap it should write extensions for, the new v2 is very different from v1 and since the cutoff is 2021, it's missing a bit of information. But in general, it knows the public api very well, so markers and dom works great!