logoalt Hacker News

nilsherzigtoday at 4:22 PM2 repliesview on HN

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.


Replies

postalcodertoday at 4:34 PM

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.

show 1 reply
nilsherzigtoday at 4:27 PM

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".