Live data from Hacker News

Google restricting Google AI Pro/Ultra subscribers for using OpenClaw

discuss.ai.google.dev

201–210 of 752 posts

Re: Google restricting Google AI Pro/Ultra subscribers for using OpenClaw

#201
post #61
post #27

Google deciding to willy nilly unilaterally ban my 20+ year old primary Google account is probably my greatest internet fear, given how famously awful their support is. Seems like it's the singular best example of a tech company so big that through some combination of internal silos and TOS bureaucracy you have no shot of getting your account back, no matter how unreasonable the ban actually is. A while back I made c…

To clarify: None of the comments in that thread talk about experiencing that. They have been locked out of the Gemini service, not their Google account with mail etc. Source: I actually read them. Yes, personally. I didn't even have an LLM summarize them. I know, I'm practically a luddite.

But when they paste support replies using terms like "suspension," "violation of the Google Terms of Service," and "zero-tolerance," it sounds like someone's close to losing access to their family photos.

Re: Google restricting Google AI Pro/Ultra subscribers for using OpenClaw

#202
post #190
post #182

Earlier quoted context omitted.

> they say they use heuristics and usage patterns. cache hit rate alone would stand out

Why do you mean by this? What cache?

Generally speaking, there's prompt caching that can be enabled in the API with things like this: https://platform.claude.com/docs/en/build-with-claude/prompt...

For a specific harness, they've all found ways to optimize to get higher cache hit rates with their harness. Common system prompts and all, and more and more users hitting cache really makes the cost of inference go down dramatically.

What bothers me about a lot of the discussion about providers disallowing other harnesses with the subscription plans around here is the complete lack of awareness of how economies of scale from common caching practices across more users can enable the higher, cheaper quotas subscriptions give you.

Re: Google restricting Google AI Pro/Ultra subscribers for using OpenClaw

#203

This is the first time in recent memory that software has had high variable costs so the surprise at these rules is understandable. In this case, a the difference in context cache hit rate between openclaw and antigravity. For example if openclaw starts every message with the current time hh:mm:ss at the top of the context window, followed by the full convo history, it would have a cache hit rate if ~0. Simply moving…

It's a fair point, but I think people are thinking too much about 'cost' and 'subsidies' and just the fact that everyone is so compute stretched. While it's sort of the same thing, I think it's much more a symptom of not enough compute vs some 'dump cheap tokens' on the market strategy. One related thought I had was that given OpenAI is the only one _not_ doing this of the big3, it probably indicates they have a lot…

> One related thought I had was that given OpenAI is the only one _not_ doing this of the big3, it probably indicates they have a lot more spare compute.

Or, pessimistically, it could indicate they’re burning cash hoping the subsidized access will eventually result in someone giving them a product idea they can build and resell at a profit.

If they let *claw (or third party coding agents, or whatever) run for six more months and in those months figure out how to sell a safe substitute and then cut off access, maybe it will have been worth it.

Re: Google restricting Google AI Pro/Ultra subscribers for using OpenClaw

#204

Earlier quoted context omitted.

You can run an entire apartment block off of a single sim card/phone line. The (technical) problem is that you are purchasing an insufficient amount of bandwidth. It goes without saying that a limited bandwidth integrated over a finite service period comes out to a limited amount of data, so the term is misleading. If google has no obligation to provide the service tier, then they should stop providing it instead of…

Lmao no. You cannot use your common sim card for that. It's for an individual and they will cut your service and justifiably so, if they figure out that's what you're using it for. If you buy a sim card built for that purpose sure, but then you'll be paying...biz prices! This isn't really that hard to figure out people. So much outrage in comments on this. Self entitlement to the max from people who really haven't li…

So, if I use my SIM card 16 hours a day, 7 days a week, Ill get banned? Doesn’t that seem absurd? The SIM card is enforcing one voice call at a time. If the apartment building has to wait in line to use it, what’s the difference?

If you deployed it in a way that did multiplexing such that multiple users could use it at once, then sure—-Business time. But otherwise…

Re: Google restricting Google AI Pro/Ultra subscribers for using OpenClaw

#205
post #190
post #182

Earlier quoted context omitted.

> they say they use heuristics and usage patterns. cache hit rate alone would stand out

Why do you mean by this? What cache?

prompt caching - big part of the reason why they can economically offer claude code plans. one of the ant team explain it here:

https://x.com/trq212/status/2024574133011673516

Re: Google restricting Google AI Pro/Ultra subscribers for using OpenClaw

#206
post #124

Earlier quoted context omitted.

You can run an entire apartment block off of a single sim card/phone line. The (technical) problem is that you are purchasing an insufficient amount of bandwidth. It goes without saying that a limited bandwidth integrated over a finite service period comes out to a limited amount of data, so the term is misleading. If google has no obligation to provide the service tier, then they should stop providing it instead of…

I don't think that's an apt metaphor. You bought one general water supply, like an API user. If they sold a "no baths" cheaper option I'd be fine with them banning baths to those customers. Google's API does let you use any client. The gemini/antigravity clients are a different (subscription) service. When you reverse engineer the clients and use their internal auth/apis you will typically have very different access…

The irony of an ex-Google engineer coining Hyrum’s Law (https://www.hyrumslaw.com/)

Re: Google restricting Google AI Pro/Ultra subscribers for using OpenClaw

#207
post #109
post #45

Earlier quoted context omitted.

You are being subsidised to the tune of 50 to 99.9 cents on the dollar compared to the API. What the hell do you expect? To get paid for using other people's tools on Google's servers?

Businesses do not have an entitlement to profit. Suspending customers for using a fairly expensive subscription plan -- especially forfeiting an annual prepayment for a day or two of coloring outside the lines -- sure does make Google appear entitled to profit without ever risking its own pricing model.

Equally, customers are not entitled to make set the terms, or pricing decisions for businesses. They can always move their custom elsewhere if they disagree with ToS or pricing.

Re: Google restricting Google AI Pro/Ultra subscribers for using OpenClaw

#208

Google, unlike all their competitors, actually give Cloud API credits to all paying users of AI Pro and AI Ultra [1] - just use those for direct Gemini/Vertex API access instead of trying to hack the OAuth of Google's apps. [1] https://blog.google/innovation-and-ai/technology/developers-...

I think they could object to some uses of OpenClaw for that as well - for instance if someone just used a skill without caring what model it used.

Re: Google restricting Google AI Pro/Ultra subscribers for using OpenClaw

#209
post #149

I don't understand how this can be enforced without ridiculous levels of false positives. I'm truly baffled. The same with Claude Code situation. gemini-cli, claude-code, codex etc, they ALL have a -p flag or equivalent, which is non-interactive IO interface for their LLM inference. If I wire my tooling (or openclaw) to use the -p flag (or equivalents), is that allowed? Okay, maybe they get rid of the -p flag and I h…

claude -p is allowed as far as I'm aware. if i understand correctly, they even have a wrapper around it to make it easier to use: the Claude Agent SDK the thing that's disallowed is pretending you're the claude binary, logging in through OAuth in other words, if you use some product thats not Claude Code, and your browser opens asking you to "give Claude Code access to your account", you're in hot water as for how th…

The Claude Agent SDK is explicitly disallowed from subscription use, as of a few days ago.

Re: Google restricting Google AI Pro/Ultra subscribers for using OpenClaw

#210

[flagged]

It seems that this comment was written with some AI tool. Curious to know — are you an OpenClaw instance?

Your profile seems to be an ad for some tool you or your owner/administrator created:

> Building EvoLink (https://evolink.ai) - a unified AI API gateway for 40+ models. We help developers save 20-70% on AI API costs with smart routing and automatic failover. Previously worked on AI infrastructure and growth.

Your profile was created 53 days ago and only started commenting in earnest in the past day. Your only submission is related to the top model available through your service. All comments are somehow related to that topic too.

If the AI accusation is incorrect, my apologies, but I’ve seen this on HN a lot lately, for example here: https://news.ycombinator.com/item?id=47017138#47018813.

@dang hate to sound like a paranoid broken record, but I keep seeing what seem to be AI bots all over the HN comments section.

Post reply on HN