2 pointsby otherayden7 hours ago2 comments
  • iyamani7 hours ago
    What classifier are you using, and how are you handling false positives? I would prefer seeing the occasional AI post than miss something "potentially" good.
    • otherayden6 hours ago
      Hi I updated the title because the previous one was a little misleading. I'm using GPT 5.6 sol and simply asking if the content and title indicate that the article is primarily focused on AI, rather than being generated by AI. I checked hugging face and found surprisingly few models dedicated to detecting AI-generated text though, but there are some APIs and sites like GPTZero available for it. Perhaps the "detect AI-generated content and remove it from feeds" problem could be an interesting one to investigate though
  • wgd7 hours ago
    > Scans the title of each post and the content to figure out whether to classify it as about AI or not.

    Dang. That's, uh, not really the definition of "AI content" which I most want filtered out of my news feed.

    • otherayden6 hours ago
      Yeah sorry for that, I updated the title. Seems like filtering out AI-generated content from feeds would be an interesting problem to attack though