“This step is necessary to prove I’m not a bot,” wrote the bot as it passed an anti-AI screening step.

  • Novaling@lemmy.zip
    link
    fedilink
    English
    arrow-up
    6
    ·
    2 months ago

    Meanwhile my ass is in tears every time I have to do a fucking “click all the squares that show a motorcycle” prompt. Maybe I should just join the bots.

  • Ice@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    2 months ago

    Meanwhile google slapped me with nine captchas to fill out a form like wtf?

    • Final Remix@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      2 months ago

      Lemme guess… traffic lights, too many motorcycles, and buses? There was something “wrong” with your cookies cache or IP. Google just straight fucks with you if it sees network traffic it doesn’t like.

      • kewjo@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        2 months ago

        i never know what’s expected on those type of captcha. if the handle bars of a bike go into an adjacent box and are 99% covered by a hand does that count? what do you do when you have a blurry image full of jpg artifacts and are asked to identify if it contains a fire hydrant. I’m pretty sure it usually classifies me as a bot for being too exact since I’m asked follow ups for a few minutes until i give up and just close the tab out of annoyance.

        • JcbAzPx@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          2 months ago

          That’s kind of the point, though. You’re teaching their AI how to make those decisions.

          • sem@lemmy.blahaj.zone
            link
            fedilink
            English
            arrow-up
            0
            ·
            2 months ago

            Am I? Or does it think I’m a bot?

            I guess it’s on brand for Google to try and squeeze more value out of a product by making it worse for users. Just like Prabhakar Raghavan ruined Google search.

            • JcbAzPx@lemmy.world
              link
              fedilink
              English
              arrow-up
              0
              ·
              edit-2
              2 months ago

              They almost always know whether or not you’re a bot before you get to any of those pictures. Making you deal with the pictures is how they “pay” for the capcha.

              You’ll notice most of the images are related to traffic. That’s training data for their self driving cars.

  • justOnePersistentKbinPlease@fedia.io
    link
    fedilink
    arrow-up
    2
    ·
    2 months ago

    Makes sense.

    1. Google’s “anti bot” verification has long been considered woefully inadequate.
    2. It works largely by tracking how long the user takes to click on it.
    3. LLMs are inherently fuzzy and for a bot, incredibly slow.
        • Midnight_Oil@piefed.social
          link
          fedilink
          English
          arrow-up
          2
          ·
          2 months ago

          From the screenshot in the article, the bot is bypassing Cloudflare’s Turnstile which is not just tracking hits.

          I work in bot detection. You and anyone else reading this should understand that, behind the scenes, proof-of-work, proof-of-space, and other tests are being run to verify if the device is what it says it is. Typically, a bot is run with a tool like Playwright or Puppeteer. These frameworks are detectable with the right tests. Bots will also attempt to spoof another device’s fingerprints to blend in. These changes are also detectable if you know what to test for.

          We implement tools like Turnstile and other CAPTCHAless CAPTCHA because bots are pretty good at passing CAPTCHA while humans, rightfully, hate verifying they they’re human. Humans also struggle at passing CAPTCHA.

          The general population has zero idea the massive volume of bot traffic that is being generated right now. These tools are implemented for a reason. So the fact that a bot just breezes past this test is a problem for us all.

          Definitely not “same shit different pile”, friend.

          • justOnePersistentKbinPlease@fedia.io
            link
            fedilink
            arrow-up
            1
            ·
            2 months ago

            Thanks for the write up, but I was blocked from logging in on a cloudflare website because I opened too many windows once and their tracking cookie flagged that browser as a bot.

            Meanwhile the bot I built to track mod updates to my modlist for Rimworld and Mw5 on nexus? Never ran into any issues.

            So when I refer to Cloudflare’s bot detection as shit, that is a highly personal and professional opinion.