I already put it in its own section for almost this exact reason.
There is not at the moment, but you can install a plugin like tampermonkey for your browser and add the following code for the front page of the site:
Code:
Array.from(document.querySelectorAll('.tcat')).forEach(e => { if(e.innerText.indexOf('» AI Generated')===-1) return; while(e.tagName.toUpperCase()!=='TABLE') e=e.parentNode; e.style.display='none'})
If you are using a mobile you can use a browser like kiwi to get chrome plugins.