According to Dynamic Insight monitoring, Anthropic announced a new policy today, removing script automation tasks from the regular pool of subscriptions and imposing a mandatory monthly $20 limit. However, it stipulates that "interactive chat typing" within the terminal remains unlimited.
Upon the immediate release of this new policy, the developer community quickly devised a countermeasure. An open-source project named claude-p directly disguised script calls as human typing, successfully bypassing this new billing barrier.
Their approach involves silently launching a virtual terminal (PTY) in the background, opening the standard Claude Code interface; then, using code to mimic human behavior, it types out prompts on the keyboard and hits enter. Once Claude provides the answer, it retrieves the result and passes it to an external program.
Through this disguise, from Anthropic's servers' perspective, all high-frequency machine requests appear as a real person typing on the screen. As a result, third-party tools can continue to operate within their original subscription limits, unaffected by the $20 restriction.
In a statement on the project's homepage, the author sarcastically remarked, "Trying to control how others use your product from the client side is simply a waste of effort."
