USPTO Grants Bezos Patent On '60s-Era Chargebacks
theodp writes "Chargebacks on computing resources are certainly nothing new, dating to the '60s. But five decades later, the USPTO has deemed Amazon CEO Jeff Bezos' invention — Dynamic Pricing of Web Services Utilization — worthy of a new patent. From the patent: 'Utilization of a storage resource may be measured in terms of a quantity of data stored (e.g., bytes, megabytes (MB), gigabytes (GB), etc.) per unit of time (e.g., second, day, month, etc.). Similarly, communication bandwidth utilization may be measured in terms of a quantity of data transmitted per unit of time (e.g., megabits per second). Processing resource utilization may be measured as an aggregate number of units of processing effort (e.g., central processing unit (CPU) cycles, transactions, etc.) utilized, or as a rate of processing effort utilization per unit of time (e.g., CPU cycles or transactions per second).' Sound familiar, Greyglers? Another example of why it's not wise to grant software patents when people don't know much about computer history."
There's a barrel load of stuff I've forgotten. Should have patented it while I could.
WAIT!!! Maybe I still can.
Go on, get off my lawn!
FFS, someone should take a hatchet to the US PTO. Don't they need to reduce the budget or something?
Deleted
So who is more brainless? The patent office for granting this abomination? Or the person at Amazon who simply typed up a description of a common computing paradigm from 40 years ago?
I don't really understand how this is patentable. It is essentially a patent covering 'charging for computer time' or 'charging for computer resources'? The credibility of patents is eroded day by day, diluted into pure paperwork used for litigation fodder.
'We are trying to prove ourselves wrong as quickly as possible, because only in that way can we find progress.' RPF
USPTO is only a small organization - and there is only so much they can do. It is like expecting the coast guard to have the expertise to stop the BP leak.
A vast majority of USPTO decisions are right - and occasionally some are rotten. Those rotten one can be appealed by companies planning to use the technologies - esp. if the prior art is so obvious (and actually is relevant). Else, the USPTO will have to hire 200-400% more people, and take 5 times as long, to award patents.
Finally - Software patents are not all bad. If you find a new way to compress/decompress video - that is patentable. It is just some stupid business processes (like this one above) that needs to outside the realm of patents...... but that is a decision for the US Supreme court
IMHO this is just further proof that no billionaire deserves the money. They're all crooks, sometimes within the law, but still crooks.
It doesn't matter that the idea is old - if the implementation of the idea is new.
Let's look at a claim:
1. A computer-implemented method, comprising: provisioning for an enterprise an enterprise-side web services computing resource to accommodate a given level of the enterprise's anticipated utilization; an enterprise-side computer system of the enterprise dynamically predicting the enterprise's own utilization of the enterprise-side web services computing resource that is expected to occur during a given interval of time; dependent upon said dynamically predicted utilization, said enterprise-side computer system setting a price to be charged for utilization of said web services computing resource by an entity other than the enterprise occurring during said given interval of time; and said enterprise-side computer system electronically providing said price to a client-side computer system for presentation to a customer associated with the client-side computer system as the price said customer will be charged for utilization of said web services computing resource during said given interval of time, wherein the client-side computer system is external to the enterprise.
WTF? That's not an innovative solution to a problem. That's not even a solution to a problem - that's a description of the problem itself. They just patented anything that is a solution to the problem.
This patent doesn't help other people implement any technology. The whole patent doesn't even contain any source code. If this document were released to the public, and had never been submitted as a patent, the world would be no better off than if it had never been written. Nobody would even care that it existed.
This isn't an invention. This is worthless junk.
So why can't this just be overturned instantly with this proof of prior art? The problem with overturning even obvious patents is that it is so GD expensive in terms of money and time that very bad patents are allowed to remain standing until some idiot tries to enforce them.
"It's the height of ridiculousness to say for those 9 lines you get hundreds of millions."
Wow, reading that PLATO link has got me feeling all nostalgic, and sad that I wasn't a part of it. I was only 1-year-old. It sounds magical.
It also reminded me of how much I hate the locked-down mentality of certain modern computing companies. These companies only exist because of open systems and people tinkering, hacking, experimenting... and now they seek to deny those opportunities to new generations. Great shame.
If somebody just sends the Patent Office this Slashdot article, then they would be obligated to withdraw the patent;
Someone from the Patent Office would actually read the claims rather than relying on theodp's fabrications and misrepresentations and would conclude that the patent has merit.
How is it that Amazon still keeps on getting away with these illegal patents?
Illegal? Are you theodp posting as an Anonymous Coward now?
Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
Did anyone actually read the patent?
The summary author is an idiot and clearly doesn't understand the patent or simply didn't read it.
They didn't patent measuring and charging for computer resources.
They patented predicting resource utilization at a particular point in the future and varying charging at that time.
They basically patented the ability to charge users hosting services with them based on response time and performance, they implemented this capability by predicting loads at a point in the future.
Sounds like they don't want to charge by the RAM/disk usage/CPU time etc anymore but would rather charge based on guaranteed performance.
Also this isn't a software patent at all. They effectively patented a business model.
If you want to argue the merits of that, fine, lets at least stick to the real issue.
Really depends on how a court interprets obviousness there. The airlines have prior art for predictive pricing of airplane tickets, but that's not precisely predictive pricing of metered computer resources. Predictive pricing of electricity might be another example, if that's used anywhere (as opposed to pricing based on bidding through an exchange). But to use those to invalidate this patent, you'd have to argue basically: given that predictive pricing is well-known, and given that metering computer resources is well known, metering computer resources with predictive pricing, even if novel, is an obvious combination to someone skilled in the art. Typically the USPTO hasn't made the bar to non-obviousness very high, though.
10 PRINT CHR$(205.5+RND(1)); : GOTO 10