Is .8 or .9 considered good enough accuracy for something as simple as this?
Re: Minifying HTML for GPT-4o: Remove all the HTML tags
#51I found that strange. Normally 2 significant digits are used, e.g. 74%
51–52 of 52 posts
Is .8 or .9 considered good enough accuracy for something as simple as this?
I found that reducing html down to markdown using turndown or https://github.com/romansky/dom-to-semantic-markdown works well; if you want the AI to be able to select stuff, give it cheerio or jQuery access to navigate through the html document; if you need to give tags, classes, and ids to the llm, I use an html-to-pug converter like https://www.npmjs.com/package/html2pug which strips a lot of text and cuts costs. I…
But OP did a (admittedly flawed) test. Have you got anything to back up your claim here? We've all got our own hunches but this post was an attempt to test those hypotheses.
Shouldn't take more than 5 minutes to put together w/ Claude tbh