A Survey of the State of IP
An anonymous reader writes "This week's Economist has a number of stories in its survey of the state of IP (link to lead article), written from a balanced, business-oriented perspective. If you do not have a web subscription it is worth picking up a newsstand edition, if only to read a defense of open source from being seen as a 'flaky, radical, pinko strategy not related to the competitive marketplace'." From the article: "In recent years intellectual property has received a lot more attention because ideas and innovations have become the most important resource, replacing land, energy and raw materials. As much as three-quarters of the value of publicly traded companies in America comes from intangible assets, up from around 40% in the early 1980s."
When establishing my companies, I made sure to separate the IP R&D from the commercialisation processes. Although a lot of the research that is coming out of the R&D company is patentable, the decision whether to patent has been a long and well thought out process.
Ultimately, a lot of the research will be protected under trade secret and standard copyright law. The process of patenting requires disclosure of methods and techniques (even with legalese), and places a small company in a bind when larger companies can infringe at will (when the cost of compliance is less than the profit they will make from infringement). By definition, the patent allows one skilled in the art to recreate the invention, so it puts on public record the specifics to allow a competitor to recreate the result that has come from our significant effort and expenditure.
While we hold nothing against software patents (when issued properly), we do have major concerns about the patent process, and the ability to patent processes instead of inventions. When the next global superpower, and some of the largest companies in the industry, have a history of subverting IP restrictions to suit their own ends, the presence of a patent only stops the honest from ripping off the work we have carried out (and they are getting fewer and fewer in number).
Even in discussion with the patent office, and the Government body established to promote and assist the patent process, they readily admit that the model is broken, but it is the best we have at the moment - so we need to keep supporting it (which is a cop out if I have ever heard one).
Without a warchest of millions to fight legal battles, or huge patent holdings, the little guys are running on hope that no one picks their patent for willful infringement.
Probably the best advice for people involved in IP development - get yourself good legal counsel (even at the start of the research process), and remember that there is more than one way to achieve the same outcome (so if you get sued for an implementation - change it to something else).
InfoSec that matters, when it counts.
Wrong, the reason intellectual property has been recieving a lot more attention is because its the easiest way to milk capital from a technology dependant society without having to actually produce anything. Don't get me wrong, there are some valid legal complaints in the courts but, as most people here have noted over and over again, many of the companies submitting these complaints don't actually produce anything, they simply lay claim to some idea, label it as Intellectual Property, and make plans to profit from the work of others.
This whole Intellectual Property scam has got to go. So keep these concepts in mind in your day to day workings:
Copyrights are not Intellectual Property. Somebody did some significant work to express a story, a concept, an solution, whatever, in a written document, a film, a painting, a song, etc., and once the expression was completed the duplication of that expression is easy and inexpensive due to the technology we have for duplication and distribution. The copyright provides protection to those who expressed the work, however, the expression is NOT INTELLECTUAL! Its a peice of paper, a plastic disk, magnetic media inside a harddrive, its no longer intellectual. Since it is so easy to duplicate the work that has been done a copyright is a nice protection to those who did the work so that they may have some say over the duplication and distribution. If however, somebody comes up with a similar idea or is even influenced by someone elses expression and they go through and do the work over again then they have not infringed on anyones copyright or intellectual property.
Trademarks are not intellectual property. If you concieve a name, an image, whatever, and you express that conception onto paper, in writing, in any way, and you register it as your trademark then you can use the registration to ensure that others do not use your trademark in ways that would confuse others as you or your product. However, again, this physical thing which is an expression is no longer intellectual. The final product, the trademark is not some intangible asset, if it was intangible it would be useless.
Patents are not intellectual property. You come up with an idea and build a prototype or write down a conceptual design and present this for registration at the patent office so you will have the opportunity to profit from the idea by producing an end product. And once again none of the end results are intellectual, they are hard cold physical results. Even software code is physical, the CPU doesn't read your mind to run the code and the RAM and harddrive on which it is stored is not some magical ethereal thing, its a tangible chunk of hardware you use when you do the work of turning the ideas into something.
I think this entire intellectual property circus is just a scam to confuse the masses and make them believe that any thought in their head belongs to some corporation somewhere for whom they should be working. And nobody should be attempting to do any work outside of what they do for the corporation as that would in some way be stealing some "intangible asset" from the company. Well forget it, its just one big smoke and mirrors freak show designed to rape the masses for every penny they have and any penny they may ever have.
I mean really, can you believe this crap, "As much as three-quarters of the value of publicly traded companies in America comes from intangible assets". Does anybody really believe that everyone is paying all this cash to companies in America because some marketing guy, the salesman, and the chair slinging CEO said "I have this great idea, and if you pay me I'll tell you wh
The whole patent problem can be reduced to a single point: the patent system, as currently implemented, does not scale, both in registration (filing for patents), and in resolution (resolving disputes). This is the natural result of trying manage a decentralized process (R&D) with a centralized system (patents); we are feeling these effects the most now, because of the drastic increase in the importance of information.
:-)
There have been a number of solutions to this problem proposed, including eliminating patents altogether, or significant patent reform of some kind. Both could resolve the situation.
However, one thing is clear: the problem is one of scaling a centralized system. Each patent that comes in requires decoding from legalese, and comparison with every other patent in the system that was ever recorded for prior art. For you programmers out there, that's an O(n) algorithm. 'n' is very large nowadays. 'n' will continue getting larger. Without managing this complexity in some sort of structured fashion, it will inevitably become unmangeable, just like any poorly chosen algorithm. If this is the best we can hope to do, then we have to scale our efforts at O(n) to keep up with the growth (funding, man power, etc.).
I think they could do better. Heck, hire Google properly index some the patents and come up with an appropriate process for the examiners. Personally, I prefer as little intervention as possible; in other words, a decentralized system, which can scale with decentralized development, or no patent system at all; the patent system imposes significant hidden costs to the economy via litigation and lost time. But a centralized solution can work, as long as it is designed to scale properly.
Now all you smart computer scientists, programmers, hackers, and mathematicians, let's hear some decentralized and/or scalable solutions; that's what we really need if we want to keep patents around.
Higher Logics: where programming meets science.