frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

CAPTCHAs have failed for 20 years

https://www.browserbase.com/blog/why-captchas-are-getting-harder
47•harsehaj•2h ago

Comments

jmclnx•1h ago
They have been around that long ? Does not seem so but the timing could be correct probably because the sites I went to had no need for CAPTCHAs until AI came around.
JohnFen•1h ago
They were introduced in 1997, although I personally didn't start seeing them until a couple of years later.
code_duck•1h ago
So in the past few years? Oh dear, no. Captchas have been in common use for much longer than that. reCAPTCHA has been around almost 20 years.
Zak•1h ago
The name wasn't invented until 2003, but yes.

Guestbooks, contact forms, signup pages, and the like started receiving automated abuse approximately five minutes after they were invented. It didn't take long after that for people to start including a question they expected to be easy for a person and hard to automate with a script.

What's relatively new is CAPTCHAs merely to browse a site. There are few faster ways to get me to close your site, and maybe send you an unfriendly email.

nosioptar•48m ago
My first guestbook asked Hagar or Roth. Answering correctly got your message added to the book. Answering Hagar got you sent to an infinite redirect loop for being either a bot or a moron.
echoangle•1h ago
Oh my good I hate AI articles. Why do we have to make an interactive visualization for every single sentence? Thanks for showing me how distorted text is made in steps.

And being a cat and mouse game doesn’t mean the defenders failed.

qweqwe14•1h ago
> And being a cat and mouse game doesn’t mean the defenders failed.

It does though, in the end attackers always win. If something is a "cat and mouse game" then it's unwinnable by design from the defender side.

Sure, you can keep playing it if you feel like it, but at some point the attacker will be indistinguishable from a legitimate user and you will lose that fight.

echoangle•1h ago
By that logic, every security task is doomed to fail. Spam detection and antivirus are cat and mouse games too. I wouldn’t say they fail just because they have to adapt over time.
GL26•1h ago
Question that I've been wondering, can't attackers record human sessions and use it to attack a website to bypass cloudflare ?
bluGill•1h ago
They can. They have already figured out a lot of what cloudflare is looking for and have figured out how to bypass it. (according to the article) Which is why protection is trying something else. I suppose this is why every website wants me to login with my google account (which I never use)
zuzululu•1h ago
so whats the solution then? get people to turn on their camera and hold up 15 fingers ?
ranger_danger•1h ago
PACT: https://news.ycombinator.com/item?id=48647360
throwawayffffas•1h ago
The solution is login and paywalls.
kgwxd•50m ago
That's crazy. People aren't going to pay to be tracked and have ads shoved in their faces! The economy would collapse!
fusslo•42m ago
it sounds like the article & company are building identity based on fingerprinting/cross-domain behavior. Inferring at multiple levels, including cloudflare's

It's just more identity verification afaict

epgui•1h ago
I thought half the point of captchas was to train vision models?
ben_w•28m ago
This is in the article.

Indeed, half the point for reCAPTCHA: That how Google could justify supplying reCAPTCHA for free, but not why people wanted to use them.

ra0x3•1h ago
TLDR: They're promoting a product they're working on with Cloudfare under the guise of it being an "open standard" [1]. Of course, in the docs, Step 1 is "Sign in with your Cloudfare account". Comes across a bit land-grabby.

[1] https://www.browserbase.com/blog/cloudflare-browserbase-pion...

thenthenthen•1h ago
Omg. I am on various VPN’s and now and again Google Auth (for youtube) throws me a captcha. They are mostly unreadable, but there is an audio option… which is just insane and does not make any sense, anyone had that? It sounds like a recording of 300 people speaking at the same time in a call center while on various dosages of LSD
willmadden•1h ago
They give you that (or hieroglyphics) if you are using certain VPNs and don't leave a specific browser fingerprint.
prmoustache•21m ago
There is a point where not leaving fingerprints becomes a fingerprint in itself.
moralestapia•1h ago
I've got captchas that made me play a small game and I score like 3 points to go ahead, lol. For real.
nosioptar•59m ago
I've actually been in a call center with 300 intoxicated folk all talking at once. Its easier to understand than the recaptcha audio.

(Only a couple folks on hallucinogenics, most on various downers.)

randrus•1h ago
Always reminds me of the forces that shape the mechanisms around the exchange of genetic information that powers evolution.

See: Red Queen by Matt Ridley.

throw7•1h ago
Just today a website presented me a qrcode captcha. I threw up.
kgwxd•55m ago
They're great for keeping humans out. Tried to setup Discord on a new phone yesterday. CAPTCHAs over and over again, just trying to log in. I uninstalled instead.
hombre_fatal•46m ago
As TFA points out, a major change is that bot traffic now comes from honest users via their LLM sessions, so you don't even necessarily want to block automated bots anymore.

The game is shifting to a better ideal: how do you design a service knowing that any user/request might be automated?

Especially in place of the historical, easy solution/hack where you have some sort of gate that, once passed, puts the user in some trusted low-scrutiny tier, like a forum's registration page.

It's a similar question to designing a system so that it's resilient to account take-overs. (i.e. The user was a trusted human until now, and now it's a spammer)

Example: on a forum, run new posts through an LLM to classify it as spam which is a magic solution we always wish we had (remember akismet?) but was too rudimentary.

wildzzz•25m ago
You use API tokens for things intended to be machine to machine communication and captchas for things intended to be filled out by humans. Not every site or service wants automated input, even if it's being directed by a human. I dont want forums like HN just filled with a bunch of agents talking to eachother, where's the human connection?
CM30•44m ago
The issue is that anything that becomes a standard here automatically becomes a target. If the same sort of captcha protects everything from Gmail to Twitter to Cloudflare and Facebook, then bot creators and spammers have a huge incentive to bypass it no matter what. And if we've learnt anything about spam, it's that pretty much every system we can think of can be bypassed or automated away.

The solution is really a ton of different captcha like systems and anti spam solutions, all unpopular enough that an attacker may not even bother targeting them. If an attacker needs to target a few thousand different captcha style setups to get their spam through, then many of them won't bother.

It's like centralised vs decentralised communication systems. If everything is centralised, a bad actor (like a government, corporation, criminal group, etc) can go after one target to control the narrative. If it's decentralised, then suddenly they have to go after dozens or hundreds of different targets, many of which won't cooperate with them.

cute_boi•38m ago
It has failed because of these company like browserbase and hackers who hack smart device and TV's for residential proxy.
matteo8p•31m ago
Really nice read Harsehaj!

I haven't looked deeply into Web Bot Auth, but is identification tied to the agent (one identity per agent) or is it tied to the underlying person using the agent (the user)?

Hope that question makes sense, lmk if you need clarification

joehabeebs•30m ago
The most recent variations that force you to click the boxes containing a certain artifact are incredibly frustrating and fail half the time. The large influx of AI-SEO optimized content being created makes me question CAPTCHAs efficacy today
netik•29m ago
So this is a basically a shill advertisement ending in "Your AI Agents can avoid captchas if you pay us."

The last example is a false narrative, that captchas will only happen if the "browser looks suspicious". Systems like Altcha put an end to this argument. They don't care if the browser looks suspicious, only that the browser can perform a proof-of-work to get past a captcha designed to slow down the request rate.

When applied consistently, it will effectively block and slow down AI crawlers, which is what this company wants to promote.

gruez•10m ago
>Systems like Altcha put an end to this argument. They don't care if the browser looks suspicious, only that the browser can perform a proof-of-work to get past a captcha designed to slow down the request rate.

That doesn't really work out in reality because bots are happy to wait 5 seconds or even 5 minutes for a PoW challenge to complete. Humans on the other hand will not, especially if they're on a mobile device with limited compute and energy.

visiondude•28m ago
although not perfect for other reasons, a captcha made using phone motion and device attestation like prsn.you is a more challenging bypass for today’s agent environments
ezst•19m ago
They have served to train multiple generations of ANN and ML algorithms, in that, I think they've been a resounding success!
SirMaster•2m ago
What about those ones where you need to slide some piece of a puzzle in. I don't see those mentioned at all. Are they effective?

How to Resolve Promises Sequentially in JavaScript

https://www.jamdesk.com/blog/resolve-promises-sequentially-javascript
1•jamdesk•1m ago•0 comments

Close Encounters of the Imagined Kind

https://argumenta.blog/posts/close-encounters-of-the-imagined-kind
1•cbiaivids•1m ago•0 comments

AI coding agents need evidence-first review, not just cheaper routing

https://undes.app/blog/cheaper-ai-code-generation-engineering-cost
2•CalmAngler•1m ago•1 comments

I rewrote PostHog's SQL parser, 70x faster, while barely looking at the code

https://posthog.com/blog/sql-parser
2•robbie-c•2m ago•0 comments

Forensic Analysis: Hal Finney Missed the Bitcoin Launch

https://twitter.com/raw_avocado/status/2069786136998785412
1•alexwaltz•3m ago•0 comments

Show HN: Screen recording your crappy startup

https://www.youtube.com/channel/UC2DA9fAIEVtAhy_1TdQDLHQ
1•johnwheeler•3m ago•0 comments

Tata Electronics confirms cyberattack as hackers leak data

https://www.bleepingcomputer.com/news/security/tata-electronics-confirms-cyberattack-as-hackers-l...
1•Brajeshwar•6m ago•0 comments

Co-Packaged Optics (CPO) – Scaling with Light for the Next Wave of Interconnect

https://newsletter.semianalysis.com/p/co-packaged-optics-cpo-book-scaling
1•JumpCrisscross•7m ago•0 comments

Fossils of archaic human found in a cave are the same sex

https://www.cnn.com/2026/06/24/science/homo-naledi-fossils-same-sex
1•Tomte•8m ago•0 comments

Elon should remain focused on Mars; diverting to the Moon would be a mistake

https://quillette.com/2026/03/05/musk-is-enticed-by-the-lunar-siren-moon-space/
1•speckx•10m ago•0 comments

Beyond expands AI offering with revenue management tools

https://shorttermrentalz.com/news/beyond-expands-ai-revenue-management/
1•thomcrowe•12m ago•0 comments

Four by Three Puzzle

https://www.hankgreen.com/fourbythree
1•marvinborner•14m ago•0 comments

Show HN: SparQ Pulse – Self-hosted, GitHub-native project management

https://github.com/gosparQ/sparq
1•aidanurbina•15m ago•0 comments

Robert Stroud

https://en.wikipedia.org/wiki/Robert_Stroud
1•petethomas•15m ago•0 comments

Show HN: Piranha Chat – The second screen for live events.

https://piranha.chat/
1•Mike-Mait•15m ago•0 comments

A $45M Donation Brought Larry Ellison Deeper into Trump's Circle

https://www.wsj.com/politics/policy/how-a-45-million-donation-brought-larry-ellison-deeper-into-t...
3•petethomas•15m ago•0 comments

Vibe Coding to Agentic Engineering with Claude Code

https://www.apimatic.io/blog/agentic-engineering-claude-code
1•m3h•16m ago•0 comments

Popup Conversion Wizard – All-in-one premium popup app

https://apps.shopify.com/orange-popup
1•Vectortech•17m ago•1 comments

Engine No. 1000: Destinus reaches industrial-scale turbojet production in Europe

https://www.destinus.com/post/engine-no-1000-destinus-reaches-industrial-scale-turbojet-productio...
1•Someone•18m ago•0 comments

CFPB to Propose Data Rationing on Fintechs in Open Banking Plan

https://news.bloomberglaw.com/banking-law/cfpb-to-propose-data-rationing-on-fintechs-in-open-bank...
1•petethomas•19m ago•0 comments

Meta releases a new AI app for creators

https://techcrunch.com/2026/06/24/facebook-rolls-out-an-ai-companion-app-for-creators/
1•bogdiyan•19m ago•0 comments

Portfolio doesn't need to be boring

https://feralui.vercel.app/#/deskfolio
2•solutionB•20m ago•0 comments

Show HN: Get AI to recommend your product or service

https://plauditlabs.com
2•cwbuilds•21m ago•1 comments

OpenAI unveils its first custom chip, built by Broadcom

https://techcrunch.com/2026/06/24/openai-unveils-its-first-custom-chip-built-by-broadcom/
30•jamdesk•21m ago•61 comments

Home Broadband Is 5G's Surprise Killer App

https://spectrum.ieee.org/fixed-wireless-access
3•Brajeshwar•22m ago•1 comments

Fable Back on AWS Bedrock

https://twitter.com/synthwavedd/status/2069813760622043483
2•mkw5053•23m ago•0 comments

Show HN: Imara – policy enforcement layer for MCP agents (npx imara)

https://github.com/Dnakitare/imara
1•dnakitare•23m ago•0 comments

Peach – free, open source, zero-knowledge password manager with no server

https://peachpasswords.com/
2•ashasoftware•24m ago•0 comments

Copy any websites design with this Chrome plugin

https://chromewebstore.google.com/detail/ai-brand-kits-—-extract-b/cbdoamlbbflaphjnbladbfnianjl...
1•mattmerrick•24m ago•0 comments

Raspberry Pi Locator to shut down after its bot was blocked

https://hackaday.com/2026/06/24/raspberry-pi-locator-website-to-shut-down-in-july/
1•Lihh27•25m ago•0 comments