Hacker News new | ask | show | jobs
by scromar 4432 days ago
I posted a similar comment in the author's post, but I figure I'll post it here too in case anyone finds it useful.

----

I sympathize with the author's belief that many software patents are obvious, but as a practicing patent attorney I just want to point out a couple of things:

1. The patent claim copied in the post is from a published application, not a patent. It is common to file an application with broader claims, and then to narrow those claims during the process of getting the patent. Thus, art that you find based on that claim may not actually disclose or render obvious a claim that eventually issues in a patent. It is important to look at the history of the application to see how the published claim has been amended at this point.

2. Obviousness is judged as of the time of invention or application filing. Because hindsight bias is very difficult to avoid, the patent office relies on actual art that was disclosed before the invention date. The art generally must teach each and every limitation of the claim. I submit that a “photo album that groups your photos by the time they were taken” would not teach all of the limitations of the claim in the post.

1 comments

I'd submit that "obviousness" relates not to the general concept of the solution, but to the implementation of it, something that's absent from virtually every software patent out there. The hindsight bias is an important factor, but only at a very abstract level.

For example, RSA encryption is conceptually simple and fairly obvious (prime factors of large numbers, of course!), but the implementation is exceedingly tricky. Patenting RSA does not preclude people from patenting other encryption methods, but it would if the patent covered "prime factor-based encryption".

It would be a lot better if a patent application was rejected until a workable implementation was described, one that included enough detail to verify that it was a viable solution to the problem. No code, no patent.

For example, if the patent being reviewed here included a specific way of encoding the date and time with the photograph to facilitate some kind of easy sorting, then patenting that specific, non-obvious (e.g. proprietary) method wouldn't be so disruptive.

I see general concept and specific implementation as being on a spectrum. If an invention is sufficiently novel/nonobvious, I believe the inventor is entitled to a patent on the general concept. However, if the invention is an incremental advance, or in a crowded field, the inventor should only be entitled to a patent on the narrower invention that is actually new, and usually this is going to be a specific implementation.

This is not to say that a patent application should not describe the invention in detail. The law requires that the patent application describe the invention in sufficient detail that one of skill in the art would be able to practice/implement the invention without "undue experimentation." This feels like the right standard to me. I believe that a software patent application that provides a functional description of the invention, even without code showing a specific implementation, that would allow a skilled programmer to implement the invention, should suffice. Whether that invention is novel/nonobvious is a separate question. The broad idea may or may not be. A narrow aspect of the idea may or may not be. You don't need actual code to figure this out.