Public Knowledge Deflates Another Dubious Software Patent By Reducing It To Seven Lines Of BASIC

from the GOTO-patent-invalidation dept

Public Knowledge is back at it, carving holes in dubious software patent claims by distilling supposedly "complex" ideas into a minimal amount of code. Late last year, Public Knowledge filed an amicus brief in a lawsuit involving Ultramercial, whose disputed patent basically involved appending "on the internet" to a very basic idea.

In that case, "watching a video on the internet" had been turned into a 349-word, 11-step process that convinced the patent reviewer the process was somehow protectable. Charles Duan of Public Knowledge took that word salad and converted it into 16 lines of code, poking rather large holes in Ultramercial's inflated description.

Duan has done it again. In an amicus brief filed on behalf of CLS Bank, Public Knowledge explains that Alice Corp.'s patent claims cover a very general and obvious abstract idea: the exchange of funds via a third party.

Alice Corporation Pty. Ltd. v. CLS Bank International concerns a group of patents on third-party escrow, an age-old technique where two people exchange money through a third party. It’s what most people use to buy a house. It’s PayPal.

Obviously, no one can get a patent on escrow. Abstract ideas (like escrow) can’t be patented. Why not? Because ideas are the starting point for every new business, technology, and product. Patents on ideas would squash innovation. As the Supreme Court explained in another recent case, ideas are the “basic tools of scientific and technological work,” and a patent on an idea “might tend to impede innovation more than it would tend to promote it.”
So, how did Alice Corp. get this patent? By adding a few words to the idea: "done by a computer." Of course, to get protection for an abstract (and simple) idea, you have to use considerably more words than that. Here's the description, which makes it sound much more impressive than it actually is.
a computer, coupled to said data storage unit and said communications controller, that is configured to…

(b) electronically adjust said first account and said third account in order to effect an exchange obligation arising from said transaction between said first party and said second party after ensuring that said first party and/or said second party have adequate value in said first account and/or said third account, respectively.
Here's Charles Duan's reduction of that process, in BASIC no less:
10 LET account1 = 200.00
20 LET account3 = 300.00
30 INPUT “Value to exchange for transaction”; exchange
40 IF account1 < exchange THEN PRINT “Inadequate value”: STOP
50 account1 = account1 – exchange
60 account3 = account3 + exchange
70 PRINT “Instruction to 1st institution: adjust 2nd account by ”; -exchange
Now, extremely efficient code isn't always the sign of a simple process, but patenting an age-old abstract idea like escrow is, first of all, something that (theoretically) isn't allowed by our patent process. Adding "with a computer" doesn't suddenly turn a non-patentable idea into protectable IP… or at least it shouldn't. But as Ultramercial proved, abstract ideas can and do become prime patent troll properties. As Anna Sallstrom of Public Knowledge notes, granting dressed-up ideas patent protection is nothing more than "trading progress for abstract patents." Hopefully, the Supreme Court will see Alice Corp.'s claims for what they are: escrow + a computer.

Hide this

Thank you for reading this Techdirt post. With so many things competing for everyone’s attention these days, we really appreciate you giving us your time. We work hard every day to put quality content out there for our community.

Techdirt is one of the few remaining truly independent media outlets. We do not have a giant corporation behind us, and we rely heavily on our community to support us, in an age when advertisers are increasingly uninterested in sponsoring small, independent sites — especially a site like ours that is unwilling to pull punches in its reporting and analysis.

While other websites have resorted to paywalls, registration requirements, and increasingly annoying/intrusive advertising, we have always kept Techdirt open and available to anyone. But in order to continue doing so, we need your support. We offer a variety of ways for our readers to support us, from direct donations to special subscriptions and cool merchandise — and every little bit helps. Thank you.

–The Techdirt Team

Filed Under: basic, public knowledge, software patent
Companies: ultramercial


Reader Comments

Subscribe: RSS

View by: Time | Thread


  1. icon
    kenichi tanaka (profile), 3 Mar 2014 @ 12:31pm

    I say to grant them the patent but include the order that "patent holder cannot file suit against anyone who uses the method". It would make the patent impotent on its face. LOLS

    link to this | view in thread ]

  2. icon
    limbodog (profile), 3 Mar 2014 @ 12:40pm

    Why is software covered by patents? They are really just instructions written in another language. Should they not be covered by copyright instead? Like an Ikea assembly guide?

    link to this | view in thread ]

  3. icon
    Coogan (profile), 3 Mar 2014 @ 12:44pm

    add 2 lines

    80 PRINT "Patent Denied"
    90 GOTO 80

    link to this | view in thread ]

  4. identicon
    pegr, 3 Mar 2014 @ 12:45pm

    Even better

    Consider that this program is so rudimentary that it wouldn't even qualify for copyright protection.

    link to this | view in thread ]

  5. identicon
    Anonymous Coward, 3 Mar 2014 @ 12:48pm

    this guy is going to make a ton of enemies. do we, as a collective group of societies, know how utterly and overly complex it was to obfuscate and inject misdirection as to allow this bantam conviction to be indiscernible and passable as a completely new and bold idea?

    link to this | view in thread ]

  6. identicon
    Anonymous Coward, 3 Mar 2014 @ 12:51pm

    Re:

    Software shouldn't be patented. That is like patenting a specific set of moves in a game of Chess. Nope. Can't move there. That move sequence is covered by patent 131928152. Wait, actually, any move from here out is covered. You will either have to forfeit or pay the $.75 cover charge fee for every move after this point. There is also the additional $2.00 check fee and the $25 checkmate fee as all forms of check and checkmate have been patented.

    link to this | view in thread ]

  7. identicon
    Michael, 3 Mar 2014 @ 1:04pm

    Actually, this is a totally new concept.

    The jackass didn't have the third party collect anything for processing the transaction.

    link to this | view in thread ]

  8. identicon
    PRMan, 3 Mar 2014 @ 1:10pm

    Re:

    Yes. Software developers by and large are OK with copyright (don't steal my exact code and do no work yourself) but not with software patents.

    link to this | view in thread ]

  9. identicon
    Anonymous Coward, 3 Mar 2014 @ 2:07pm

    Re: Re:

    I would even go so far to question copyright since there are only so many ways to efficiently do a certain task in any given programming language.

    Copyright over the whole may be justified, but not over the individual functions.

    However, if you include comments, sure why not. Can live without those or write my own.

    link to this | view in thread ]

  10. identicon
    Bpat, 3 Mar 2014 @ 3:42pm

    Re:

    That is probably part of the monthly fee, but they forgot to include:
    account1TotTrans++;

    link to this | view in thread ]

  11. icon
    John Fenderson (profile), 3 Mar 2014 @ 3:53pm

    Re: Re: Re:

    Each time I've registered my copyright for the source of my software, I submitted a "masked" version of the source (basically, a printout of the source with a grating laid over the top so that you can make out about half of the text.)

    That this is acceptable leads me to believe that the copyright office does just as you suggest -- copyright the whole, but not a few specific lines or functions.

    I never actually tested this, though. Although my software has been pirated plenty, I've never felt it prudent or cost-effective to sue anyone about it.

    link to this | view in thread ]

  12. icon
    art guerrilla (profile), 3 Mar 2014 @ 4:28pm

    Re: Re: Re: Re:

    pirate lover ! ! !

    link to this | view in thread ]

  13. identicon
    Anonymous Coward, 3 Mar 2014 @ 4:31pm

    Re: Re:

    Or patent a story plot line. It has been tried and denied.

    link to this | view in thread ]

  14. icon
    madasahatter (profile), 3 Mar 2014 @ 5:42pm

    Re:

    Copyright for software but no patents for software. Software is at its most basic is the automation of a series of manual tasks to make them more rapid and often the results more accurate.

    link to this | view in thread ]

  15. identicon
    Justin Olbrantz (Quantam), 3 Mar 2014 @ 8:38pm

    Re: Re:

    My experience in the software and firmware industries leads me to believe it goes even further than that. All other things being equal (age is another big variable in the equation), tech savviness is inversely proportionate to concern for copyright.

    Generally in tech companies it is the executives and upper management (and obviously the legal department) that are up in arms about piracy. Most of the people who actually make the stuff are far less concerned.

    To restate something I've said before, of all the programmers I know and work with that I know their personal position on piracy of, only a single one is both en elite programmer and significantly concerned about piracy (and you can bet I was surprised when I learned his position).

    link to this | view in thread ]

  16. identicon
    Anonymous Coward, 4 Mar 2014 @ 5:39am

    Re: Re:

    you are referring to C/C++/JAVA/C#; the OP code is in BASIC. There isn't a ++ operator

    link to this | view in thread ]

  17. identicon
    Thrudd, 4 Mar 2014 @ 7:49am

    Re: Re:

    A slight correction ....and often the results more accurate. should be ... the results repeatable and consistent. That is the basic foundation of automation, making widget 1 exactly the same as widget 1 million or 1 billion.


    Software can not add accuracy. Your output is, at best, as good as your input. Your results are more often than not, less accurate due to errors in logic, conversion, translation or coding. Entropy is increased. GIGO

    link to this | view in thread ]

  18. icon
    John Fenderson (profile), 4 Mar 2014 @ 9:28am

    Re: Re: Re:

    "Software can not add accuracy"

    True, but I suspect what the commenter actually means is that software can make implementing processes more accurate than they would be if the processes were performed manually.

    In that sense, software (or automation of any sort) can add accuracy.

    link to this | view in thread ]

  19. icon
    nasch (profile), 4 Mar 2014 @ 6:28pm

    Re:

    Why is software covered by patents? They are really just instructions written in another language. Should they not be covered by copyright instead?

    Unfortunately in the US at least it's covered by both. Can't figure out why anyone thinks that's a good idea.

    link to this | view in thread ]

  20. identicon
    Anonymous Coward, 4 Mar 2014 @ 8:41pm

    Re: Re: Re:

    A story plot line, on a computer... patent granted!

    link to this | view in thread ]

  21. icon
    btrussell (profile), 5 Mar 2014 @ 1:46am

    Their own description could have been cut down to 6 lines just by removing the word "said."

    link to this | view in thread ]


Follow Techdirt
Essential Reading
Techdirt Deals
Report this ad  |  Hide Techdirt ads
Techdirt Insider Discord

The latest chatter on the Techdirt Insider Discord channel...

Loading...
Recent Stories

This site, like most other sites on the web, uses cookies. For more information, see our privacy policy. Got it
Close

Email This

This feature is only available to registered users. Register or sign in to use it.