Earlier quoted context omitted.
That still doesn’t explain why you can’t even start typing until that check proceeds. You could condition the outbound request from being processed until that’s the case. But preventing from typing seems like it’s just worse UX and the problem will fail to appear in any metrics you can track because you have no way of measuring “how quickly would the user have submitted their request without all this other stuff in t…
Remember you’re talking to a vibe coder who just stares at code being printed out by AI.
ChatGPT won't let you type until Cloudflare reads your React state
591–600 of 668 posts
Re: ChatGPT won't let you type until Cloudflare reads your React state
#592I just don't understand why bot owners can't just run a complete windows 11 VM running Google Chrome complete with graphics acceleration. You can probably run 50 of those simultaneously if you use memory page deduplication, and with a decent CPU+GPU you ought to be able to render 50 pages a second. That's 1 cent per thousand page loads on AWS. Damn cheap.
I mean you missed the minigame of preventing Chrome from signaling that it’s being programmatically (webdriver etc) driven and tipping your hand, but … yup?
Re: ChatGPT won't let you type until Cloudflare reads your React state
#593Earlier quoted context omitted.
It's interesting to me that OpenAI considers scraping to be a form of abuse.
Quite sure even literal thieves would consider thievery a form of abuse.
Re: ChatGPT won't let you type until Cloudflare reads your React state
#594Earlier quoted context omitted.
The typing actions have to be observed by JavaScript. It's not different to any other JS blocking page load because it's needed for the site to work, that's just how the web works.
Why can't you allow typing and just consume the state of the text input as the initial state of the js logic?
Re: ChatGPT won't let you type until Cloudflare reads your React state
#595Earlier quoted context omitted.
Cloudflare should be able to determine whether a website uses React by analyzing data flowing through its CDN.
Whilst true, "validate the right state is loaded" would surely be something not done without developer input.
Re: ChatGPT won't let you type until Cloudflare reads your React state
#596Earlier quoted context omitted.
That doesn't make sense. The server would wait to process anything until after you received the signal. If it doesn't arrive within a reasonable period of time that tells you something, the same as right now. If you mean that you can infer client side tampering with the page contents you could still do that - permit typing but don't permit the submit action on the client. The user presses enter but nothing happens un…
The typing actions have to be observed by JavaScript. It's not different to any other JS blocking page load because it's needed for the site to work, that's just how the web works.
(Separately, I don't think the article has adequately demonstrated this claim. They just make the claim in the title. The actual article only shows that some network request is made, and that the request happens after the React app is loaded, but not that they prevent input until it returns. Maybe it's obvious from using it, but they didn't demonstrate it.)
Re: ChatGPT won't let you type until Cloudflare reads your React state
#597Re: ChatGPT won't let you type until Cloudflare reads your React state
#598Earlier quoted context omitted.
can you reformulate your message?
Mike is saying that if you allow users to type before the scripts are fully loaded, there is no way to tell the difference between a human and bot. Blocking until load means that human interaction is physically impossible, so you are certain that any input before that is automated. If you allow typing, this distinction vanishes
Re: ChatGPT won't let you type until Cloudflare reads your React state
#599Earlier quoted context omitted.
"bro": https://www.businessinsider.com/openai-anthropic-ai-ignore-r...
should be pretty easy to test and not rely on an anonymous source from a weird analytics company via business insider. are these bots actually from openai or are they just using their user agent? are they coming from openai ip ranges? etc. https://openai.com/gptbot.json
Re: ChatGPT won't let you type until Cloudflare reads your React state
#600Hey! I'm Nick, and I work on Integrity at OpenAI. These checks are part of how we protect our first-party products from abuse like bots, scraping, fraud, and other attempts to misuse the platform. A big reason we invest in this is because we want to keep free and logged-out access available for more users. My team’s goal is to help make sure the limited GPU resources are going to real users. We also keep a very close…
Paying customer since inception here. I presume the local ChatGPT.app has even more measures to prevent automation, right? Presumably privacy-invasive ones as it is customary these days? Is there a way I can opt out? I really, really, really don't like it.