为何我构建了一个只有机器人能解决的 CAPTCHA

出处: Why I Built a CAPTCHA That Only Bots Can Solve

发布: 2026年3月3日

📄 中文摘要

随着人工智能代理成为网络用户的主流,传统的 CAPTCHA 已无法满足身份验证的需求。为了解决这一问题,imrobot 作为一种反向 CAPTCHA 应运而生。它生成的挑战仅能被程序化代理解决,利用一系列确定性的字符串操作(如反转、base64、rot13、十六进制编码等)对随机种子进行处理。人类需要手动计算多步变换,这几乎是不可能的,从而确保只有 AI 能够通过验证。imrobot 为 AI 代理提供了一种有效的身份验证方式,适用于 AI 代理专用 API、机器人门户或测试代理能力的场景。

📄 English Summary

Why I Built a CAPTCHA That Only Bots Can Solve

As AI agents become mainstream web users, traditional CAPTCHAs fail to meet the identity verification needs. To address this, imrobot has been developed as a Reverse-CAPTCHA that generates challenges solvable only by programmatic agents. It employs a series of deterministic string operations (such as reverse, base64, rot13, hex encoding, etc.) applied to a random seed. Humans would need to manually compute multi-step transformations, which is practically impossible, ensuring that only AI can pass the verification. imrobot provides an effective identity verification method for AI-agent-only APIs, bot portals, or testing agent capabilities.

Powered by Cloudflare Workers + Payload CMS + Claude 3.5

数据源: OpenAI, Google AI, DeepMind, AWS ML Blog, HuggingFace 等