Slashdot Mirror


How To Survive a Patent Challenge?

An anonymous reader writes "I have written a nifty application that helps me run my own business, and could really help in running almost any business. It has been abstracted well enough that it could very plausibly be made a sale-able product. There are several very good, possibly patentable ideas within it. However, they are overshadowed by virtually an infinite number of possible bs challenges to its more mundane parts. I'm rather fearful of bringing this to market for that reason, and so far have only deployed it as a 'consulting' project with two other small companies (who love it). Does anyone have suggestions about how to proceed?" Other than a generic "hire a lawyer!", are there practical steps a software author can do here?

8 of 221 comments (clear)

  1. Yay for patents by CopaceticOpus · · Score: 4, Insightful

    Isn't it great to see how software patents can encourage innovation? (And by encourage, I mean scare away.) What could be a better example of how broken the system has become?

  2. unfortunately, not a lot of good answers by Trepidity · · Score: 4, Insightful

    It sounds like you're confident that the core of the product is novel and not already patented. So the issue is accidentally stepping on a bunch of overly broad patents for stupid things? Unfortunately, the crux of the patent mess is precisely that: it stifles innovation because there is no good way to know you're not stepping on a bunch of stupid, overly broad patents, that will take a lot of money to litigate even if they turn out to be invalid.

  3. Emigrate to EUrope? by MathFox · · Score: 3, Insightful

    So far, software patents are still not enforcible in EUrope. And the EU economy is bigger and doing better than the US.

    --
    extern warranty;
    main()
    {
    (void)warranty;
    }
  4. Duh!!! by esconsult1 · · Score: 3, Insightful

    Look, 2 people "really like" the product.

    You don't even know if it will be saleable. See, this is the thing that annoys the crap out of me. Right now, your product has zero value, because you have not started to sell it as yet. Absolutely zero.

    Sell the darned thing first, see if people like it, if they do, then at least you have some stake in the marketplace and in any proceedings. You would have had the product out there, people may buy it, and you will have first mover advantage.

    Right now, all you have is the possibility that someone "may" sue you, and thats just in your fevered imagination. Get coding boyo!

  5. Hire a lawyer by Mr.+Freeman · · Score: 4, Insightful

    "Other than a generic "hire a lawyer!", are there practical steps a software author can do here?"

    HIRE A FUCKING LAWYER. Why on earth is it that people keep asking these questions when they know full well that no one here is a lawyer and half the posts are signed with "IANAL"? They have lawyers for a reason, that reason is to give you legal representation in matters involving the interpretation of the LAW. You need a lawyer, not a bunch of people on the interwebs claiming that "they've seen such and such a technique work", "long ago", and "once when my friend got sued by this one guy".

    Are you really willing to risk your patents based on some advice you got off of the internet from someone whose name you don't know whose credentials you don't have and probably don't actually exist? If so, then by all means keep asking legal questions on a tech website. But your post makes it seem like you actually want credible legal advice, so stop asking slashdot and GO HIRE A LAWYER.

    --
    -1 disagree is not a modifier for a reason. -1 troll, flaimbait, redundant, overrated are NOT acceptable substitutes.
    1. Re:Hire a lawyer by RobinH · · Score: 4, Insightful

      Your post seems reasonable, but having just gone through incorporating and worrying about it myself, there's nothing wrong with asking non-lawyers about the experience. Most small software business owners who have looked into it would be good people to ask. Most of them *have* talked to lawyers and in my experience, everyone seems to be getting the same advice. There's also lots of people who post about these experiences online, and taking them in aggregate, there is useful info about there.

      Something you have to keep in mind about lawyers: they make their money by selling you fear, just like insurance companies. If they had their way, they'd want you to spend all your startup capital on lawyers "just to be safe", but then you'd have no money or time left to actually develop your product. It's easy to get distracted by this stuff, but there are a lot more things that can go wrong in a software product launch than just a patent suit. In fact, from what I've read all over the place, it seems very unlikely.

      --
      "I have never let my schooling interfere with my education." - Mark Twain
    2. Re:Hire a lawyer by pclminion · · Score: 3, Insightful

      HIRE A FUCKING LAWYER. Why on earth is it that people keep asking these questions when they know full well that no one here is a lawyer and half the posts are signed with "IANAL"? They have lawyers for a reason, that reason is to give you legal representation in matters involving the interpretation of the LAW. You need a lawyer, not a bunch of people on the interwebs claiming that "they've seen such and such a technique work", "long ago", and "once when my friend got sued by this one guy".

      I refuse to accept that the legal system we are all obligated to conform to can only be interpreted by some wizard class. It reminds me of my days in Catholic church -- "Don't read the Bible. You're too stupid to understand it correctly. Instead, you must be told by a properly trained member of the clergy what the Bible does or does not say." That's a load of horse shit.

      Once the law becomes so convoluted that only a specialized class of people are able to comprehend it, we are then completely subjugated by the legal system. The power to create law ultimately derives from the people. Therefore, laws should be comprehensible to the people. Otherwise, how are we supposed to know whether the laws are being applied as we intended them?

  6. Re:hire a lawyer IS a practicle step. by The+Empiricist · · Score: 3, Insightful

    Actually, you should have stuck with hire a lawyer. Apparently knowing about the patents you infringe upon makes your situation worse. So apparently you are better off not looking at existing patents.

    It is becoming more difficult for plaintiffs to establish willful infringement. Searching patents and reviewing their abstracts is unlikely to rise to the level of willfulness (unlike, say, ignoring a letter, sent by certified mail, that says "we think you may be infrining patent XXX for reasons A, B, and C" ). Willfulness is especially unlikey to be an issue if the patents are prioritized and one seeks legal analysis for those that seem most relevant.

    Instead of looking at active patents and trying to find if a new product infringes on any of them, one could look at expired patents (along with books, articles, papers, etc.) to show that nearly everything in the new product is based on knowledge already in the public domain. Not only would this likely help in trying to invalidate claims, it would show a lack of willfulness.

    Alternatively, the product developer could try to find third-party component suppliers to provide the non-core pieces. If the third-party component supplier indemnifies the product developer (which they really should), then damages can be shifted away. Even if damages aren't shifted away, the fact that someone else created the infringing pieces would make it difficult to show willfulness.