Remix.run Logo
brookst 8 hours ago

To be clear they weren’t banned from Claude usage, they were required to use the API and API rates rather than Claude Max tokens.

Claude code uses a bunch if best practices to maximize cache hit rate. Third party harnesses are hit or miss, so often use a lot more tokens for the same task.

ledauphin 7 hours ago | parent | next [-]

nah this doesn't explain it.

most of the users of those third party harnesses care just as much about hitting cache and getting more usage.

SyneRyder 7 hours ago | parent | next [-]

I'm watching a conference talk right now from 2 weeks ago: "I Hated Every Coding Agent So I Built My Own - Mario Zechner (Pi)", and in the middle he directly references this.

He demonstrates in the code that OpenCode aggressively trims context, by compacting on every turn, and pruning all tool calls from the context that occurred more than 40,000 tokens ago. Seems like it could be a good strategy to squeeze more out of the context window - but by editing the oldest context, it breaks the prompt cache for the entire conversation. There is effectively no caching happening at all.

https://youtu.be/Dli5slNaJu0

brookst an hour ago | parent | prev [-]

Sure. The question is whether they have the same level of expertise and prioritization that Anthropic does.

lacunary 7 hours ago | parent | prev [-]

but claude -p is still Claude Code

danmaz74 7 hours ago | parent [-]

Was something using that been banned?

SyneRyder 7 hours ago | parent [-]

Yep, that's the reason for the new Extra Credit feature in Claude Code. Some people were wiring up "Claude -p" with OpenClaw, so now Anthropic detects if the system prompt contains the phrase OpenClaw, and bills from Extra Credit if that happens:

https://x.com/steipete/status/2040811558427648357

"Anthropic now blocks first-party harness use too

claude -p --append-system-prompt 'A personal assistant running inside OpenClaw.' 'is clawd here?'

→ 400 Third-party apps now draw from your extra usage, not your plan limits.

So yeah: bring your own coin "

Wowfunhappy 5 hours ago | parent [-]

https://xcancel.com/bcherny/status/2041035127430754686#m

> This is not intentional, likely an overactive abuse classifier. Looking, and working on clarifying the policy going forward.