Settings

Theme

The most-seen UI on the internet? Redesigning turnstile and challenge pages

blog.cloudflare.com

59 points by corvad 19 hours ago · 70 comments

Reader

Starlevel004 17 hours ago

> Designing a product with billions of eyeballs on it isn't just challenging — it requires a fundamentally different approach.

I'm not reading this.

  • thorum 17 hours ago

    Their design approach wasn’t particularly unusual, so I’m not sure what that sentence means.

    I do miss the days when technical reports were clear and concise. This one has some interesting information, but it’s buried under a mountain of empty AI-written bloat.

    • hexaga 6 hours ago

      It doesn't mean anything. It is just there to be there and catch low-hanging RL reward granting eyeballs.

    • jgalt212 3 hours ago

      I agree this thing went on forever and seemed to have multiple summaries of the same concepts.

    • dematz 17 hours ago

      It's annoying because it is a super common widget and it is interesting work, the first draft or literally even prompt they gave the AI probably would've been a great post, all they had to do was not ensloppify it...

  • cocoa19 12 hours ago

    To CloudFlare employees: This is a super interesting topic, but next time we'd rather hear from you, grammar mistakes and all, not from AI.

    If I want AI slop, I'll gladly have a chat with my paid $20 bucks Gemini account.

  • upmind 17 hours ago

    Did you base the AI use on the emdash or is this an a common AI phrase (or both)?

    • Starlevel004 17 hours ago

      "Not just X -- it's Y" is one of the more irritatingly common signs, especially for sentences like that one which absolutely do not need it.

      The Wikipedia article on detecting AI writing is a big help if you need to calibrate your sensors: https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing

      • wappieslurkz 3 hours ago

        Thanks for the Wikipedia tip.

      • mock-possum 17 hours ago

        Yeah it’s basically the prose equivalent of getting too much radio play - hilarious how the breakthrough of LLM content has ‘ruined’ “it’s not X—it’s Y” for so many of us now

        Maybe, like overplayed pop songs, in 20 years or so we’ll come around to viewing the phrase fondly.

      • upmind 17 hours ago

        I see, thx for the article too!

      • TacticalCoder 17 hours ago

        > "Not just X -- it's Y" is one of the more irritatingly common signs ...

        It's a bit of a "Karen AI" telltale sign. It's probably been trained on a lot of "I-know-it-all-Karen" posts and as a result we're bombarded with Karen-slop.

    • Retr0id 17 hours ago

      It's not just overused phrasing — it's the hallmark of LLM prose.

    • iamacyborg 17 hours ago

      “It’s not X, it’s Y” is an absolutely ubiquitous AI pattern. Throw in an em-dash and it’s basically ai;dr

    • mostlysimilar 17 hours ago

      It's also just an utterly meaningless statement. Filler words with no value whatsoever.

    • mh2266 16 hours ago

      "Let's be honest" is another extremely strong tell.

  • JadedBlueEyes 17 hours ago

    Yet again [0] quality standards seem to have slipped on the cloudflare blog. I'm not able to point at a cause, but it's not painting a pretty picture.

    [0]: https://news.ycombinator.com/item?id=46781516

    • CapsAdmin 17 hours ago

      It kinda looks like employees need to make a blog post about something twice a month.

  • tamimio 17 hours ago

    I remember back I think around 2011, CF was new and I was testing it on some vbulletin forum, all the email communication were with the cofounder if I recall correctly, the UI had only the dns settings back then. Now they make a whole article on some text redesign, time flies.

  • andrepd 17 hours ago

    That's why I say most AI content isn't just slop—it's fundamentally about deception. It's about tricking someone into believing that a text was written by a human, or that a photo or video is a true recording of a real event.

    Like this, its purpose is to fly under the radar unless your figurative ears are pricked up and primed to detect the telltale signs. Fuck this shit.

    • holden_nelson 12 hours ago

      Can’t tell if the “it’s not X — it’s Y” as your first sentence is intentional irony or not lol

christina97 17 hours ago

Am I reading it right, the widget is seen 5B times per day, and they recruited 8 people for testing to make sure their “redesign would work for everyone”…?

  • KolmogorovComp 17 hours ago

    This! The comment I was angrily about to write.

    • jazzpush2 17 hours ago

      Why? Genuinely, who cares? Is some demographic group not caught in the 8 going to be offended by basic checkbox screen? Is someone with a niche form of colorblindness going to have difficulty navigating the UI?

      • KolmogorovComp 17 hours ago

        How can you seriously pretend to do any study with only eight people involved? Especially when your company is worth billion. It just calls for bad press and criticism of amateurism.

      • madeofpalk 17 hours ago

        I mean, yes? A very broad spectrum of people need to use the internet, and cloudflare has inserted themselves in the middle of it.

        I don't necessarily find a problem with them, but its weird how they boasted about massive scale and importance of this, but then only just went with 8 tests.

  • mock-possum 17 hours ago

    With a bit of A/B testing they could’ve recruited billions of people sounds like…

  • kingkongjaffa 17 hours ago

    The process described in the article is literally just checking the boxes blindly for what passes for a design process these days. The guru's say interview customers so they have done just that without really understanding why. Given it's AI it's also possible the whole thing is entirely made up and someone just tweaked the design over an afternoon and shipped it.

noplacelikehome 18 hours ago

As a user of an unsigned Firefox fork, Turnstile has ruined a moderate portion of the Internet for me. The way Cloudflare doesn’t think twice about eroding user freedoms, for the sake of a gate that can be trivially bypassed with solvarr or similar, is deeply disturbing. They are no longer a force for good on the web.

  • tempest_ 18 hours ago

    As bad as cloudflare is there is a reason people use it.

    If you try and run a site that has content that LLMs want or expensive calls that require a lot of compute and can exhaust resources if they are over used the attack is relentless. It can be a full time job trying to stop people who are dedicated to scrapping the shit out of your site.

    Even CF doesnt even really stop it any more. The agent run browsers seem to bypass it with relative ease.

    • noplacelikehome 6 hours ago

      Granted, but there are open source alternatives that don’t have the same obsession with meaningless digital signatures. Turnstile is just a terrible product.

    • neoromantique 17 hours ago

      Vast majority of websites today can and should be static, which makes even the aggressive llm scrapping non-issue.

      • PaulDavisThe1st 17 hours ago

        One of the things that a lot of LLM scrapers are fetching are git repositories. They could just use git clone to fetch everything at once. But instead, they fetch them commit by commit. That's about as static as you can get, and it is absolutely NOT a non-issue.

        • LoganDark 17 hours ago

          No... Basically all git servers have to generate the file contents, diffs etc. on-demand because they don't store static pages for every single possible combination of view parameters. Git repositories also typically don't store full copies of all versions of a file that have ever existed either; they're incremental. You could pre-render everything statically, but that could take up gigabytes or more for any repo of non-trivial size.

        • neoromantique 17 hours ago

          that's a pretty niche issue, but fairly easy to solve.

          Prebuild statically the most common commits (last XX) and heavily rate limit deeper ones

          • PaulDavisThe1st an hour ago

            1. that doesn't appear to match the fetching patterns of the scrapers at all

            2. 1M independent IPs hitting random commits from across a 25 year history is not, in fact, "easy to solve". It is addressable, but not easy ...

            3. why should I have to do anything at all to deal with these scrapers? why is the onus not on them to do the right thing?

  • flexagoon 18 hours ago

    I see people saying that a lot, but I use Zen which is a fork of Firefox and I don't think I've ever had an issue with Turnstile, at least not noticeably more than I had on mobile Chrome.

  • tick_tock_tick 17 hours ago

    Isn't it the opposite? They allow you to still use it when it would almost certainly be better for cloudflare and the website behind then to just block you.

  • sebzim4500 17 hours ago

    How does Cloudflare know you are using the fork? Can you not just set the user agent to match firefox's (or even chrome's for that matter)

    • noplacelikehome 6 hours ago

      Quite likely fingerprinting detection, which is remaining firmly enabled.

      • sebzim4500 5 hours ago

        How does that work technically? Presumably a fork of firefox is almost indistinguishable from firefox from Cloudflare's perspective?

diath 17 hours ago

Will this also be accompanied by a global Turnstile outage like all the other Cloudflare services that get touched? If they end up vibeslopping the redesign like they did with this article, it may just happen.

Retr0id 17 hours ago

Their final design looks incredibly visually unbalanced, the icon on the left does not have enough breathing room on the left and right.

  • bitpush 16 hours ago

    This. I kept scrolling to find the new version, and couldnt believe that's where they landed on.

    It doesnt .. look very new?

  • connorshinn 12 hours ago

    Honestly the entire "redesign" just feels uninspired and poorly executed.

    Another problem I have with it - they state that the red text was such a huge problem, but then their solution is to... Keep only using red? Why not, for example, make certain non-failure notifications yellow or some other color? Surely using other colors should at least be tested as a solution, right? The whole process seems bizarre to me

greatgib 6 hours ago

I'm not to fire people usually but this long report shows that there are probably too many persons too well paid with nothing to do at Cloud flare.

Because that is a lot of energy spent too have done advance research for an UI that is basic (just a checkbox), not particularly great and common before and after cloudflare...

And a personal rant, I don't understand how they can be proud of themselves when you see the wasted time and energy supported by users to browse the pages that are being Cloudflare.

Imagine this billions of "click-wait" uselessely done by users everyday worldwide

hyperman1 8 hours ago

Conversation I heard recently:

We needed a new account on $MAJORSITE and we just could not get trough the captcha - I know, it's getting insane - In the end, we gave up, and just told $AI to make the account for us.

Something is going seriously wrong on the internet.

jiehong 15 hours ago

It’s a checkbox with a loader, and some bike shedding.

jdprgm 17 hours ago

Remember when we used to care about sub 100ms page loading time and now we have introduced a best case 5 second blocker all over the place.

stevebmark 17 hours ago

37 em dashes :(

  • upmind 17 hours ago

    If this truly was written with AI it's really quite poor. Some of the employees at Cloudflare seem to be negligent tbh based off the fact they've been down so many times recently

  • DavidVoid 17 hours ago

    I like em dashes—and sometimes overuse them—but 37 times is absurd in that amount of text.

  • swills 15 hours ago

    In a row?

  • mock-possum 17 hours ago

    That’d make a good tongue in cheek band name for AI music

furyofantares 17 hours ago

LLM-ass written content about this widget nobody wants but is necessary due to bots. Fuck off and write the post yourself.

altern8 17 hours ago

CloudFlare might be good for site owners, but many times their page makes me click back to search results.

I can't be the only one.

It's slow and annoying, AI overview is good enough for me most of the times so that added time I bet makes websites lose a lot of visits.

masswerk 17 hours ago

> We recruited 8 participants across 8 different countries, deliberately seeking diversity in age, digital savviness, and cultural background.

> 5 out of 8 points versus just 3 for "I am human." For the verifying state, it was even more dramatic — 7.5 versus 0.5.

n × p >= 5? (Sample size and margins of errors. Is 5:3 even meaningful or is this rather random personal preference?) Apparent splitting of missing or inconclusive data points? (7.5 vs. 0.5 out of a total of 8 subjects.) What kind of (social) research is this supposed to be?

LoganDark 3 hours ago

I'm very vastly in a minority here, but I can't help but feel uncomfortable that the general internet is converging towards explicity verifying humanity and addressing everyone as human. I liked it a lot better when everything was agnostic - I'd verify "I'm not a robot", I'd interact with other "users", etc... "On the Internet, nobody knows you're a ribbon dog."

Now, websites ask me to verify "I'm human", networks and services are starting to address their users as specifically "humans", and discourse is almost always about whether something or other is written by a "human" instead of just not slop.

I get that reality is what it is, but it just feels icky.

cyanureworld 17 hours ago

I really hate the way this article is written, feels so fake

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection