I know of a friend's company in India who purchased inference, at 4% of the actual price and states that it gave him an unbeatable competitive edge in their large running video influence pipelines. Any new competitors could not offer their pricing at all.
Primarily that operated because registering a new company getting free AWS credits was a very tiny cost
No wonder social media is so shit nowadays. All that brainwashing and propaganda from third world countries, now at 4% the price!
How would one even word a bulletproof subscription contract for agentic tokens, anyway? You can't forbid automation because sub-agents are automation. You could forbid "using tokens for the benefit of more than the human who signed up" but then what do families (especially with kids) need to do? What if your friend asks you a question and you turn to a chat model? Forbidding "reselling" tokens outside of a household sounds like the closest terms but that's leaky for anyone who travels a lot, etc.
Fixed cost per token simply works.
I have some past experience with subscription plans for a much less interesting product. Abuse is inevitable. As you do your math on the subscription costs you look at the actual usage across all accounts, which includes the abuse.
Cleaning up abuse was still a priority because it meant we could give more service to the real customers. It's a frustrating battle because you actually want to give good service to the real customers, but you also want to let each account do as they please with their susbcription. That latter priority probably fades fast for something like an LLM company when you discover that the abuse has become automated and is scaling up so fast that it's tilting the math toward degrading service for everyone.
> Fixed cost per token simply works.
As a consumer, I benefit greatly from the subscription rates. There's a lot of grumbling about how they should go to fixed token for everyone but I'm over hear happy with the subscription plan offerings while they last.
The problem is loss making subscription as a marketing tool. But if you do loss leaders that be the risk you take.
reverse the pricing structure; give modest discount once you go over certain amount of tokens, then you are incentivized NOT to start multiple accounts.
require first few transactions to be pre-paid to get around at least some of the card problems.
Of course, that would fuck over subsidized plans, but I don't see any option to keep them if you want to avoid the flood
What OpenAI and Anthropic are selling — a flat-rate subscription with both 5-hour and weekly rate limits — is a bit like an all-you-can-eat buffet.
They expect some customers to generate more in costs than they bring in revenue, just like some people at the all-you-can-eat buffet eat more than they pay for, but by the law of large numbers, the mean cost per customer comes out to something the labs are comfortable with.
What the resellers are doing is undermining the labs' assumptions that every person needs to eat and sleep, and hence won't use every 5-hour window to the fullest. It's the equivalent of buing the all-you-can-eat pass for one person, coming into the restaurant with three of the largest suitcases you can find, and filling them to the brim with food, which you later re-sell at much lower prices. In other words, fraud.
This is more like sharing Argentinan $2/m Google Premium subscriptions via a load balancer.
It turns out to be a pretty complex program to solve at scale. Token fraud is a lucrative market and the adversaries are surprisingly sophisticated. It's a cat-and-mouse game, accelerated with AI.
(If you'd like to work on this, we are hiring :))
Client-side detection can always be sidestepped, and you need to intermediate the actual inference to get enough signals to make an accurate prediction. There are hundreds of listings for cursor tokens/credits right now.
We use canary values to detect the resellers, and I believe that's the only approach that will actually work at scale.
imagine ford starts renting out company cars at a huge discount so they can get people to buy the same model for themselves after they drive it at work. its the exact same car and costs the same amount to make, they just take a loss on it and use by anyone other than employees is banned in the contract.
some small company realizes they dont really use their cars that much so they rent them out again for 3 days a week to get some extra cash. is that fraud? it costs ford nothing because they get the same payments either way, they just lose potential profits. they are the ones who decided to set up a loss leader and take the risk of someone "abusing" the system so we dont need to use public resources to defend their strategy. that wastes taxpayer money to protect corporate profits, and it creates moral hazard because ford (anthropic) is not the one paying for enforcement.
Most likely, yes.
There's a common fallacy that once you pay someone for a service, you are free to do whatever you want with that service. In the case of the rental car, the contract the company entered into would prohibit reselling the services and limit who can drive them and for what purposes.
Some people see these limitations and scream "Not fair! They paid money, they can do whatever they want!" The misunderstanding is that the price they paid was predicated on the specific use. They got a lower price for the rentals because the provider calculated the expected use case and priced it according to that.
If the small company starts renting out the cars to try to maximize how much they're used, that breaks the financial model. That's why this type of use is forbidden in every basic rental contract.
It's the same reason why you can't rent an apartment building and then turn it into an AirBnB. On a smaller scale, it's why you can't go to an all-you-can-eat buffet and load up on food to carry outside to your 5 hungry friends. This type of pricing is everywhere.
There is a vocal online minority who believe user license agreements shouldn't be enforced and individuals should never be considered accountable for following them, but that doesn't even apply to these resellers. This isn't a lowly individual user trying to get back $10 from their $20 per month plan that was going unused. There's no way to even achieve the scale and discounts without mass, automated fraud. They're doing chargeback fraud or using stolen credit cards.
It's not even a crime where the big corporation is the only victim. The higher the volume of fraud on the subscription accounts, the less real usage you and I get for our dollar. These people are jumping on the accounts targeted to individuals like us and abusing them to sell tokens to big corporations trying to abuse them at scale. People like you and I lose when these accounts get their limits reduced or the companies start introducing ID checks and KYC just to use basic services.
I disabled automatic downgrading/rerouting because it sometimes takes me a second to tell when the answer came from a different model than I wanted. You could easily sell Opus as Fable for a good while.
Do these numbers make sense? $0.13 usage per $1 spent?
Here are the two open source proxies listed in the article: https://github.com/songquanpeng/one-api and https://github.com/QuantumNous/new-api
That site offers substantial free tokens, is often reported as being flaky and their affiliate links are popping up on different social medias but look sketchy as anything.
i think this alone is the biggest bear signal
"$0.13 of usage per $1 spent"
So I spend a dollar and I get 13 cents worth of usage?
I guess it means the otherway around but I'm not seeing how that phrasing works. Are they paying a premium to access US models?
Not unlike narcotics being cut with filler
1. Tokens are model-specific: e.g. tokens used by Anthropic cannot be used in models of other companies.
2. Tokens are generated by GPU cards. They measure the power of GPU cards.
3. Tokens cannot be separated from the models. You sort of "connect" the software part (models) into the hardware part (GPU cards) to use the tokens generated from the hardware.