Developer's Toolkit

Blog archive

Building Value on the Web

Tim O'Reilly of publisher O'Reilly and Associates (http://tim.oreilly.com) was one of the keynote speakers at EclipseCon last week, and in my mind one of the more compelling speakers I've heard. Tim spoke of patterns for business opportunity in an era of open source. He opened the talk by discussing several failed patterns, such as IBM's use of commodity components for the IBM PC and its outsourcing of its true value, namely the operating system.

His most interesting remarks concerned the changing technology stack and the changing value within this stack. The stack that we have been used to is hardware (Tim broke this down into microprocessor and computer layers), operating system, and application. He notes that Intel largely has a lock on the microprocessor layer, and Dell has been successful at driving down prices on computers to commodity levels.

This leaves operating systems and applications. But Tim points out that while we associate the operating system with the computer in front of us, it really extends beyond that to the Internet. In other words, the Internet is our platform, and thanks to increasing access to fast connections, we are spending a greater proportion of our computing time there.

And it is possible to add value on this emerging platform. Major online companies such as Google, Amazon, and EBay have created entirely new businesses that now have revenues of billions of dollars.

Increasingly, these companies have also become computing platforms in their own right. EBay is a platform for small storefronts and individual sellers, while Google is a platform for search applications. And note that each of these platforms is largely proprietary in nature, even if it might be built on commodity hardware and open source code.

This means that there is still value at the platform level, but the definition of the platform has moved. It also means that the platform has not yet become commoditized, so there is ample opportunity for innovation at this level.

Building applications on top of these platforms is positive business pattern, but these applications are different from traditional desktop applications. A key facet of these applications is data, which can be considered another layer on top of the application. Tim (as well as Jon Udell in several of his recent Infoworld columns) gave Google Maps as an example of the value of data. Most mapping web sites use the same maps, which are provided by only two or three different companies that saw the value and licensed the rights to maps from the government, or created their own maps.

But he noted that there can also be value in user-provided data. For example, on Amazon, thousands of users rate books and write reviews. Amazon uses this information to be able to list responses to searches based on those ratings. In other words, Amazon uses data provided by users to add value to the search of other users.

This is a powerful concept, and one that is easily overlooked as we design applications. Many Web application designs don't persist user input, or don't make use of it to provide additional value. Not every application can do this sort of thing, of course, but those that have the ability to accept and manipulate data, and provide information back to users, have more value to the community as a whole, and to the application developer in particular. Tim reminds us vividly that by harnessing data wherever we can find it, we can find value where none existed.

Posted by Peter Varhol on 03/11/2005


comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube