DISQUS

New Comm Biz: Are API’s the New Open Source?

  • Jean-Marc Liotier · 1 month ago
    API contribute to better interoperability. Open source provides various degrees of freedom to do whatever you want with the software. Those are two orthogonal dimensions.

    The main result of the widespread availability of web APIs is the commoditization of the software services exposed that way. That is a benefit for the consumer, but a different benefit than those provided by open source.
  • tacanderson · 1 month ago
    Jean-Marc, I realize my analogy is a very weak juxtaposition and that it's tainted by my perspective as an end user not a developer but something about these two trends keep nagging at that part of my brain that tells me there is more here than is currently being addressed.

    Of course I sometimes confuse that part of my brain with the part that reacts to too much caffeine so take it for what it's worth.

    P.S. You win the prize for the first person ever to use orthogonal on this blog. Congrats.
  • weslymichel · 1 month ago
    I agree. From a startup standpoint we are able to decrease a lot of expenses by simply utilizing public API's. The advantages of open source code for companies meant that you didn't have to go out and purchase software. We are seeing the same thing with API's. The only problem I see with this trend is the dependency of those API's. With open source software such as PHP & MYSQL once I have it installed, I own it, where API's are real time dependency i.e twitter going down, will cause twitter dependent applications to go down as well. As as a developer myself the value proposition is that the data is also available with the API.
  • tacanderson · 1 month ago
    Wesly, EXCELLENT point. Building on anyone's platform weather that's based on code or API always makes you reliant on them. The thing I find interesting is when companies are using multiple API's to the point that they aren't reliant on just one company. Stock Twits is a great company that's built on top of Twitter's API but isn't totally reliant. http://stocktwits.com/
  • Rich Breton · 1 month ago
    I heard someone once say that microsoft became the behemoth it is today because it pandered to the developer crowd in the form of SDK's and once all the applications were written for Microsoft it was all over for anyone else.