• Sinuousity@lemmy.world
    link
    fedilink
    arrow-up
    20
    ·
    8 days ago

    So you’re telling me all we have to do is beg the bots in multiple ways not to read the page and only the malicious bots will get away with it? Win - win - win I think

    • TechNom (nobody)@programming.dev
      link
      fedilink
      English
      arrow-up
      7
      ·
      edit-2
      8 days ago

      We need three four things:

      1. A way to poison the data that will throw off the training without causing perceptible difference to humans. As I remember it, many image AIs were sensitive to a peculiar noise that was imperceptible to humans.
      2. A skiplist of AI data stealers, so that their IPs/domains can be blocked in bulk.
      3. Eventually, the above technique will become useless as AI data stealers will start using dynamic IPs and botnets to bypass the skiplists. We’ll need to throttle or block data to visitors based on pattern recognition. For example, if the visitor requests linked pages in rapid succession. Or if the request interval is uniform or pseudo random, instead of genuinely random.
      4. If the pattern recognition above is triggered, we could even feed the bots with data from AI models, instead of blocking or throttling. Let the AI eat its own s**t.
      • BrianTheeBiscuiteer@lemmy.world
        link
        fedilink
        arrow-up
        8
        ·
        edit-2
        8 days ago

        I think it could be potentially easier to thwart malicious bots than “honest” bots. I figure a bot that doesn’t care about robots.txt and whatnot would try to gobble up as many pages as it could find. You could easily place links into HTML that aren’t visible to regular users and a “greedy” bot would follow it anyway. From there you could probably have a website within a website that’s being generated by AI on the fly. To keep the bots from running up your bills you probably want it to be mostly static.