Questions to Ask Before Adopting Usage Based Pricing
21–30 of 39 posts
Re: Questions to Ask Before Adopting Usage Based Pricing
#22Earlier quoted context omitted.
That's the general issue with subscriptions too. I'm fine with paying Adobe a subscription for a program that I use on a regular basis. I'm not fine with paying Adobe a subscription for a program that I might pull out to do something with once or twice a year.
Wouldn't that be an issue with a $500 photoshop license too? You'd only get to use it a handful of times before the software stops being compatible with your OS (probably). Subscription seems better because you can just subscribe multiple times for shorter periods.
Re: Questions to Ask Before Adopting Usage Based Pricing
#23Another thing to consider: does your usage based pricing reflect your costs. If so, usage based pricing can allow you to offer a significantly cheaper product as A) expensive users no longer need to be subsidized by cheap users and B) users are incentived to use less resources. This approach has some results that directly contradict what the article says: > Question #1: Does value increase with usage? > Pricing shoul…
Sometimes. Sometimes they are a bad thing because your hosting costs are nil and the customers gets more benefit than expected from the one call without paying for it.
Years ago there was a company that decided to save on costs by buying just one subscription to some trade magazine and share it between the 7 people who needed it. Problem was the magazine was very niche and so the lost of 6 subscribers was 10% of the total subscriber base and the magazine couldn't afford to run at all anymore.
If your result can be cached and reused then you need to figure out if that caching fits into your plan.
Re: Questions to Ask Before Adopting Usage Based Pricing
#24Earlier quoted context omitted.
Wouldn't that be an issue with a $500 photoshop license too? You'd only get to use it a handful of times before the software stops being compatible with your OS (probably). Subscription seems better because you can just subscribe multiple times for shorter periods.
I don’t want the mental overhead of this. Not to mention the dark patterns for cancellation that are prominent outside the iOS subscription ecosystem.
Re: Questions to Ask Before Adopting Usage Based Pricing
#25Earlier quoted context omitted.
I don’t want the mental overhead of this. Not to mention the dark patterns for cancellation that are prominent outside the iOS subscription ecosystem.
Yeah that's definitely an issue. I'm not sure how Adobe's subscription system works, I doubt it's too bad though.
Re: Questions to Ask Before Adopting Usage Based Pricing
#26AWS has what they call a cost-following strategy, where their pricing actually exposes the architecture of the system to the point where you can understand how it's implemented and the data structures used if you look at the pricing. I've heard it being described as an alternative the kind of speculation and navel gazing that precedes all other kinds of pricing and is ultimately useless anyway. However you choose to…
Consumers seem to mostly favor memberships/subscriptions. Even utilities like electricity and water and pretty much predictable in practice. Pair per view/pay per listen/pay per read seem a lot less popular in general for media. The counterexample may be books, but then most people don't read a lot of books per month/year.
Which makes sense. A lot of people want to budget fairly tightly and subscriptions are better for that.
Re: Questions to Ask Before Adopting Usage Based Pricing
#27Another thing to consider: does your usage based pricing reflect your costs. If so, usage based pricing can allow you to offer a significantly cheaper product as A) expensive users no longer need to be subsidized by cheap users and B) users are incentived to use less resources. This approach has some results that directly contradict what the article says: > Question #1: Does value increase with usage? > Pricing shoul…
A common scenario I see is "host based pricing". We went from 100+ 2xlarge instances to 10 24xlarge instances for our ECS cluster. This was pretty transparent to our application and team, but it meant that anything with host based pricing was much much much cheaper. We produced the same data, we got the same value, we probably cost our providers the same, but we saved a ton of money.
Then we have something like Kafka per topic pricing as a proxy for per use pricing which is even more annoying because now we get all kinds of shenanigans to reuse topics to avoid paying for having thousands of them and generated on the fly.
Re: Questions to Ask Before Adopting Usage Based Pricing
#28Is Slack's active user pricing actually usage based pricing?
I'd love to hear more thoughts on the topic.
Re: Questions to Ask Before Adopting Usage Based Pricing
#29Re: Questions to Ask Before Adopting Usage Based Pricing
#30Earlier quoted context omitted.
A common scenario I see is "host based pricing". We went from 100+ 2xlarge instances to 10 24xlarge instances for our ECS cluster. This was pretty transparent to our application and team, but it meant that anything with host based pricing was much much much cheaper. We produced the same data, we got the same value, we probably cost our providers the same, but we saved a ton of money.
This is where I’m really annoyed by vendors pricing models. An example would be cpu/core based licensing meaning that you need to lump systems on the same vm, even if architecturally it would make more sense to split them. Then we have something like Kafka per topic pricing as a proxy for per use pricing which is even more annoying because now we get all kinds of shenanigans to reuse topics to avoid paying for having…