Here is an approach to filtering LLM written content: https://hnslop.nilsherzig.com/
Instead of filtering keywords this ranks the content using Pangram. But it's also pretty effective at filtering content about AI. Turns out that a lot of LLM tooling projects have LLM written project descriptions/blog posts.
It's amazing to see how many of the "AI hurts my brain" posts are apparently written by an LLM.
nvm sorry, just read the "how this works" comment from OP. https://news.ycombinator.com/item?id=49660301
OPs solution does more than keyword filtering. But its still about filtering out "content about ai" not filtering out "ai written content".
Nice! I was considering doing this but the Pangram API is very expensive. Then I considered training my own model and I fortunately stopped at the edge of that rabbit hole.