Earlier quoted context omitted.
> The submitter knows the AI isn’t lying You've somehow internalized something as "obvious to everyone" that's actually very wrong and dangerous about AI. Of course the AI is lying. Or, perhaps a better term would be "bullshitting", defined as "sounding convincing while having no regard for the truth". By that definition, bullshitting is all LLMs ever do .
That's an ungenerous way of describing direct access to semantic space. gAI is creative. Rules-based AI is logical. We need them both.
MDN can now automatically lie to people seeking technical information
41–50 of 83 posts
Re: MDN can now automatically lie to people seeking technical information
#42Earlier quoted context omitted.
That's an ungenerous way of describing direct access to semantic space. gAI is creative. Rules-based AI is logical. We need them both.
But MDN's "AI Explain" is just straight LLM output, right? It's neither generative (LLMs are transformers, not GANNs, right?) nor rules-based: it's predictive. We need that too. But not for technical documentation! Not on its own!
Re: MDN can now automatically lie to people seeking technical information
#43@dang: Title is clickbait. Perhaps replace with something like: Bug report: MDN's AI Explain feature generates false explanations
Re: MDN can now automatically lie to people seeking technical information
#44This just looks like the poster child of "hell is made of good intentions". It may look seemingly harmless at first, even a good idea. But you'll seed doubt. As that will erode the value of the whole site. Which was its main asset.
Re: MDN can now automatically lie to people seeking technical information
#45- The existing human edited text already on the page
- The playground to run the code in question
- One of the many existing autocomplete / static analysis tools for HTML / CSS / JS out there. If you want a tooltip explaining what the second argument to a built in JS function in a code snippet does, this is a solved problem!
Re: MDN can now automatically lie to people seeking technical information
#46Earlier quoted context omitted.
But MDN's "AI Explain" is just straight LLM output, right? It's neither generative (LLMs are transformers, not GANNs, right?) nor rules-based: it's predictive. We need that too. But not for technical documentation! Not on its own!
Aye, I agree this sounds like a strange and ill-fitting implementation. And it bums me out, because the more LLMs are used incorrectly, the harder it is to get people to use them at all.
Re: MDN can now automatically lie to people seeking technical information
#47Re: MDN can now automatically lie to people seeking technical information
#48@dang: Title is clickbait. Perhaps replace with something like: Bug report: MDN's AI Explain feature generates false explanations
not really, it is in fact generating lies automatically
From the title I was thinking along the lines of MDN automatically swapping out an article on encryption to falsely claim a function doesn't exist depending on country to comply with local laws, for example.
Re: MDN can now automatically lie to people seeking technical information
#49Earlier quoted context omitted.
Im pretty sure they use a vector storage database against their docs/resources so when you query they can just parse those sources and produce a free hallucination response to it. No need to make things up if you have the sources anyways.
The linked bug report has four examples of it being wrong. And the bug reporter mentions there's no workflow to submit corrections. Also hallutination was probably the wrong word to use for LLMs being incorrect since it might imply they could be correct if they would only just focus on the right input data rather than, say, simply not understanding complex technical concents, but I guess that ship has sailed.
Re: MDN can now automatically lie to people seeking technical information
#50Earlier quoted context omitted.
not really, it is in fact generating lies automatically
IMO "lying" implies intent, and "MDN" misses that it's specifically an LLM "AI help" assistant that most people won't yet be aware of. From the title I was thinking along the lines of MDN automatically swapping out an article on encryption to falsely claim a function doesn't exist depending on country to comply with local laws, for example.