Earlier quoted context omitted.
There are plenty of valuable use-cases that aren't at much risk from hallucinations at all: - Asking it to summarize text - Using it to extract facts from text and present them in an alternative format - turning a chunk of HTML into JSON for example - Creative writing - poems, stories etc - Getting feedback on your own text - asking it what should be tightened up, which bits are confusing and so on - All kinds of cod…
> turning a chunk of HTML into JSON for example I haven't done exactly that, but based on similar examples this is likely very vulnerable to hallucinations.
Here's a similar trick I did with Copilot: https://til.simonwillison.net/gpt3/reformatting-text-with-co...