| ▲ | nilsherzig an hour ago |
| 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. |
|
| ▲ | postalcoder an hour ago | parent | next [-] |
| 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. |
| |
| ▲ | nilsherzig an hour ago | parent [-] | | Yea very expensive (hence me siphoning another page haha). Im trying to get something cheaper to work, Pangram has some nice docs on how to build something like their service https://github.com/pangramlabs/EditLens, they even have training data online. The harm a missclassification carries is much lower for a hn post than a masters thesis, so we might be fine with a worse model. | | |
| ▲ | postalcoder 44 minutes ago | parent [-] | | Yeah agree, Pangram puts out interesting material. I recently came across their v4 technical report and they shared a lot more than I would have expected them to. But see, here I am back at the edge of the rabbit hole, and you're trying to pull me in. I refuse! If you do end up training a model, send me an email and maybe I can tie it into the site. | | |
| ▲ | nilsherzig 36 minutes ago | parent [-] | | Will do, thanks for hcker.news btw, has been my main mobile client for couple of months. Of all things i like the changelog most, its nice to have a quick view about new stuff, especially if the website changes somewhat faster than usual. | | |
| ▲ | postalcoder 31 minutes ago | parent [-] | | Thanks! I always forget to update the changelog for a bunch of stuff. I'm glad you have eyes on it, I'll be more mindful to add to it. |
|
|
|
|
|
| ▲ | nilsherzig an hour ago | parent | prev [-] |
| 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". |