SmoothSpan Blog

For Executives, Entrepreneurs, and other Digerati who need to know about SaaS and Web 2.0.

Lack of Good Platforms is Stunting SaaS and Business Web 2.0

Posted by Bob Warfield on October 18, 2007

There is a misperception out in the world that 3 developers can build a 1.0 web product and get it to market for a few hundred thousand dollars.  It’s a story that’s been true for a variety of consumer web products, the Twitter, Facebook, and MySpace gang, but it is most assuredly not true for business web products.  Why not?

Because businesses require all sorts of things in their software that consumers don’t care about or think about.  Security, configuration to fit business processes, and the desire to actually produce a measurable ROI and not just play around and have fun are all part of it.  Robustness, scalability, and the desire to make sure that when you pay for a service you will actually receive that service are another.

Chris Cabrera, CEO of two and a half year old SaaS provider Xactly, has 40 engineers on his payroll last I talked to him.  I know Chris and I know his VP of Engineering Satish.  These guys are smart, pragmatic people.  They know you can’t wastefully put 40 on one product, so they break it up into modules and infrastructure subsystems.  They wouldn’t hire 40 unless they had to build a lot of darned difficult software.  It is hard to build business web software.

But here is the rub:  there is huge duplication of effort across the ISV’s laboring to build these business web applications.  The reason is that so many of the features business demands are generic.  The list of things you have to build under the heading security is pretty much the same for every SaaS business software vendor. 

This brings me to another advantage the consumer folks have that drives their costs way down: they have platforms.  The LAMP stack is a platform for creating consumer web software.  RSS is part of a platform.  There are many others.  Some carry across to the business world, but not too many.  Not enough.

The lack of available platforms is radically slowing the availability of new SaaS and Business Web 2.0 offerings.  Companies that want to play in these arenas have to raise a lot more capital and take a lot longer to build their first release than their consumer brethren.

What should such a platform offer?  Let me give you my wish list that is not exhaustive, but focuses on some items of particular interest:

Security and the Rest of the IT Check Offs

There is a long list of items around this area that are frankly very boring and time consuming to build.  They add no differentiation to your offering, they are just the price of admission for even being considered.  Customers want to know how to incorporate your offering into their single-sign on portals.  How to implement their password policies on your SaaS offering.  How to implement their data backup and retention policies.  And all the rest.  The Business Web Platform has to make this dead easy and require almost no coding to use.

Multitenancy and Version Control

This is a complex and inter-related issue.  I want to run many tenants as efficiently as possible.  I want a metadata-based approach to configure the minor differences in the tenants.  I want to manage patches and updates so I can test them out on a few tenants, and if all is well, rapidly roll them out to all tenants as automatically as possible.  I want to write my software as though it only knows about one tenant, except when the software needs to see all the tenants.  I want a whole lot of something for almost nothing in terms of effort on my part. 

Scalability and a Head Start on the Database

Business software needs slightly different scalability.  Most business “seats” use more resources than a consumer “seat” in these apps.  A cheap mySQL backed by memcached may not work well at all for this model.  At the same time, Oracle license fees are extremely cost prohibitive.  Most of my web pages are dynamic and they have to be right.  I can’t sacrifice accuracy for availability as much as consumer sites do.  My accounts payable clerk can’t see we owe $10,000 if the real number is $100,000.  All this points to some sophisticated database capabilities the likes of which are just not out there at the moment.  Companies are either living with the pain of Oracle, or building fancy partitioning and other layers on top of mySQL. 

Let’s don’t even get started on ad hoc reporting, which is another database layer the platform needs as well as metadata to let end users add fields or new objects and so on.

Customization and Configurability 

I’ve talked about customization and configurability before as a stumbling block for many types of business web software.  This is hard stuff.  Many enterprise categories have been non-starters on SaaS because they require too much customization.  Anything the platform can do to help is welcome.  I break customization into three categories:

  1. Presentation Logic:  Can I change all the text on any screen for localizaton or to accomodate my company’s terminology?  Can I change workflows?  Can I completely change the layout of the screens, which fields are presented, sort orders, and all the rest?
  2. Data Model:  Can I add new objects and fields at will?  Do I have an easy way to populate from my other systems?
  3. Business Logic:  This is the hardest and most open ended piece.

Lowers My Service Delivery Costs

SaaS vendors have a cost to deliver their service.  It directly affects their margins in a profound way.  Let’s take an average of 3 public SaaS vendors:  Salesforce, Concur, and RightNow.  On average, these three pay about 23% of revenue to deliver their services.  That’s actually quite low for SaaS companies, and the numbers range much higher for young companies that haven’t had a chance to work on this area.

Now suppose you wanted to use a platform like Force.com, which charges $25 seat/month.  Let’s be generous and say your business model allows your cost of service to be 25%.  Using Force, you must charge your customers $100 or you have an uncompetitive offering from a margin standpoint.  That’s a total non-starter for most.  Suppose you have a nifty service that’s worth $20 seat/month.  Can you get everything delivered for $5 cost?

Some of the cost comes from hosting.  Some comes from IT overhead associated with the care and feeding of the software.  The secret to driving these costs down is relentless automation.  This is another area where a good platform should help, not hinder.  Which delivery costs does your platform automate?

Open Source + Friendly Ecosystem + PaaS

Delivery cost leads me to think of Platform as a Service (PaaS).   Customers buy SaaS because ultimately TCO is much lower.  The same will be true for this platform.  There are economies of scale and other refinements that will make it cheaper when delivered as a service in the cloud.

SaaSWeek says PaaS may be a passing fad.  The author says this not for technology reasons but for political reasons.  It boils down to the fear your platform can turn against you at some point.  This is a risk for any platform (DOS and Windows?), BTW, and not just PaaS.  I’ve said before I don’t like platform vendors building apps, they should be like Switzerland.

But there is an antidote to the potential bad behaviour that boils down to creating a friendly ecosystem that counterbalances the vendor.  I’d look for a platform that has been Open Sourced like mySQL.  There is a limit to how much bad mySQL can do before people take their Open Source and go elsewhere.

Final Thoughts

UnreasonableMen have some interesting thoughts on the PaaS issue as well that I want to comment on briefly.

On the issue of scale, I don’t think a good PaaS has to have huge scale to be of benefit.  The reason I say this is that there are fixed costs to small business web projects.  You need at least one IT guy to manage the servers.  You need something like 8 servers on average.  Yada, yada.  If you pool all that, 1 IT guy can be responsible for a lot more than 8 servers.  Industry averages say twice that without automation, and companies like 3Tera claim 1 guy can manage a hundred servers.  A small PaaS provider can pass along those savings to a lot of startups, and it will achieve scale pretty quickly in that way.  What the small provider needs to do is offer load tests and other proofs that it will be able to scale its infrastructure over time, but that’s very doable.  If you have the open source ecosystem underway, the fear of what to do if the small vendor folds (or is acquired by an unfriendly) is greatly reduced.

Unreasonable is willing to see vendors who are quasi-Switzerlands.  He feels Salesforce will isolate CRM and Force in their quest for a bigger market.  He also gives the example of Telcos as platforms.   I’m queasy about these examples.  Yes, telcos carry data for the Internet which becomes a platform and they don’t interfere (much) with that.  However, it took a fantastic amount of regulatory wrangling and competition from other infrastructures like cable to keep the telcos reasonable.   Their progress innovating was poor in retrospect, and we still have “last mile” issues with infrastructure.  WiFi access is a mess as well.

I think the closer analogs to “disinterested” quasi-Switzerlands are companies like mySQL.  There’s kind of a fine line between mySQL and Oracle.  The latter is very much not Switzerland and leaves their bootprints all over the Enterprise landscape.  I’ll stick to my guns on the Open Source as I think it keeps platform vendors honest.

Related Articles 

Zuckerberg just said, “We reserve the right to build anything and compete with any of our applications.”  Facebook is no Switzerland!

Dare Obasanjo throws some interesting platform criteria into the pot.  I like the following:

  • Platform reach.  Many have said Force.com is a better platform for generating sales leads than anything else.  Certainly Facebook gets a lot of traffic. 
  • Applications shield from the winner’s curse:  This is basically scalability tied with making it easy to scale up/down on a utility grid so you can pay as you go but respond in real time.  Argues strongly for PaaS.

14 Responses to “Lack of Good Platforms is Stunting SaaS and Business Web 2.0”

  1. […] You can read the rest of this blog post by going to the original source, here […]

  2. Hey Bob,

    One of the things I think Quasi-Switzerland brings is ISV’s to the platform. Salesforce has done it a few times, seen a killer play and bought them out to incorporate into their core. Now this will most certainly have disinfranchised competitive offerings (if any), but i’m willing to bet that it also lit up bunch of Start ups who’s entire aim is now to be purchased by SF.

    Regarding your comments on keeping the telco’s reasonable. Market power in a world that value’s money like we do will always drive this function. The EU is (and has for a while) been taking it to Microsoft – their platform being DoS or windows or IE depending on what they’re upset about. Gas and electricity companies – same deal. I’d say that their platforms collectively have been TOO successful. Google is getting there too (http://www.iconnectdots.com/ctd/2007/10/google-doing-ev.html)

  3. darrellross said

    Whether its Web 1.0, Web 2.0, or Web 3.0, the topics of security, scaleability, version control, and governance will always be Enterprise concerns that keep CIOs awake at night. I too am amused by the myth that a few guys (gals) with 50 cases of RedBull can generate an enterprise-grade app with tons of n-tiered business logic. Just because you can read a WSDL from your Amazon Web Service account doesn’t mean you know jack about SOA Governance.

    Your comments re: Multi-Tenancy are spot on. Developing a SaaS model can definitely reduce your deployment model cost structure and your client’s operational cost structure, but can play havoc on the client’s user base from a customer experience perspective. You can’t simply switch your SaaS app from one ver to another with large enterprises – if I am a retailer in the middle of the holiday season, I’ll opt out of the upgrade until next year. Let’s say that your new version required some database changes – now what are you going to do? Run multiple versions of the database so you can accommodate multiple releases of your product? Fine in theory, but what about Primary Key conflicts (“Ya mean I have two CustID = 0230048?”). This is the “hard” part of engineering that isn’t easily solved over a case of RedBull.

    Darrell Ross
    http://www.enablus.com

  4. smoothspan said

    Unreasonable, the problem is that a business plan that says you have to be acquired by SF (or any other vendor), is not a very good plan. It’s unfundable by pro-VC’s, and should be unfundable by angels except for those that don’t know better. If there is only one “landlord” possible, it’s a captive market and you’ll never get the valuation you deserve.

    The telcos are better, because they aren’t so interested in competing directly with Internet startups who use their data channel. When they are interested, it gets ugly. Witness the mobile world where it’s extremely tough to get your software on a particular handset because the telcos are gatekeepers. Europe has it way better than the US largely because of these differences, but it’s no walk in the park. A friend in the mobile business recently met with a bunch of startup enterpreneurs and the biggest challenge was how to get distribution. That tells me the platform vendors are doing too much gatekeeping!

  5. smoothspan said

    Darrel, welcome!

    Most SaaS vendors don’t give the big retailler the option of declining the switch. Some will argue that’s a shortcoming of the model, but I see it as a strength. The onus is on the SaaS vendor to make it smooth and iron out problems such as the primary key issues. They have to do this to upgrade customers anyway. Keeping the policy of everyone on the same latest release does two things. First, it forces the SaaS vendor to be good at painless upgrades and not introducing features that make it too hard. The latter is something completely missing from the on-premises world where you constantly read about some new release obsoleting the old and being very hard to upgrade to. Second, it heads off problems before they start. I’ve done an informal survey of a number of Enterprise ISV’s about how many product problems reported to their Tech Support are fixed in the latest release. The numbers I’ve heard from those who went and checked are staggering: 40-70%!

    With SaaS, that means 40-70% of Tech Support problems are being fixed before they’re ever encountered. SaaS vendors I talk to echo the sentiment. They find out about problems a lot faster and get them fixed for everyone sooner.

  6. Mobile is just weird… love this from Rod Drury
    http://www.drury.net.nz/2007/10/18/iphone-sdk/
    “In many ways, that’s a shame. Someday we’ll look back on this era of carrier control as ridiculous: can you imagine if your cable or DSL provider currently dictated which PC you could buy, and if you then moved your PC to a part of the country or world where that service was unavailable, you couldn’t hook it up to the Internet? But it’s a classic dilemma between working for change within the system and revolution, and controlling entities with the power of wireless carriers tend to frown on revolutions”

  7. smoothspan said

    Ben, the DSL analogy is perfect!

    This is a huge failing of most potential platform owners. Even much-despised Microsoft didn’t try that level of control–they merely competed voraciously with bundling and other tactics.

    I just left a comment post over on Tim O’Reilly’s article about eBay as a platform. eBay had a shot long ago during the last dot com boom. Lots of companies popped up around eBay. The trouble was that eBay’s bricks and mortar execs thought of their platform as Disney thinks of it’s brand. They felt they were entitled to all the real financial value around the platform, and others could play grudgingly. You can use Mickey Mouse, but we will charge you so much that you can only use him incidentally and not build a business around him. We will own any businesses where Mickey is core.

    Huge mistake in the long run, but perhaps more profitable for them in the short run. Things are sure not happy with their numbers lately!

    Best,

    BW

  8. […] smoothspan wrote an interesting post today on Lack of Good Platforms is Stunting SaaS and Business Web 2.0Here’s a quick excerptLack of Good Platforms is Stunting SaaS and Business Web 2.0 There is a misperception out in the world that 3 developers can build a 1.0 web product and get it to market for a few hundred thousand dollars.  It’s a story that’s been true for a variety of consumer web products, the Twitter, Facebook, and MySpace gang, but it is most assuredly not tr… Read the full post from SmoothSpan Blog Tags: Business, Partnering, web 2.0, SaaS via Blogdigger blog search for direct marketing software. […]

  9. darrellross said

    Re: your comment:

    “Most SaaS vendors don’t give the big retailler the option of declining the switch.”

    I agree that it is a key strength. However there is one sector where this tactic may not play out – Federal Gov’t. There is still a considerable amount of education to go with the various agencies. Even if you deliver a SaaS offering, they (the Agencies) expect you to customize it like a COTS offering. I was involved in the delivery of a SaaS offering several years back that embodied best practices for the business problem the application was designed to solve. Yet, each Agency demanded screen-level changes and customized business logic for their “version” of the app. Hopefully the next few years will “educate” the buyers of these services in the Federal Govt so that our tax dollars aren’t continually wasted in trying to force SaaS vendors to behave like COTS or ERP vendors.

    Best,

    Darrell

  10. […] on Quake in a Web Browser?thenuskot on Quake in a Web Browser?darrellross on Lack of Good Platforms is Stun…darrellross on Adobe to Go […]

  11. […] semaine, je présente un post qui m’a marqué. Cette semaine, Bob Warfield exprime les manques qui freinent la croissance du SaaS, et plus précisément du […]

  12. […] provide to some users a full featured development and delivery environment. The excellent post on the Lack of good Paas platform is highlighting very well all these requirements: customization and configurability, versioning and […]

  13. […] choose from yet, so not surprising the response is way down.  In fact, I’ve said before that a lack of good platforms has impeded the creation of new SaaS companies.  There’s too much technology to build in today’s capital-shy VC market where companies […]

  14. […] the PaaS wars begin – by Phil Wainewright Lack of Good Platforms is Stunting SaaS and Business Web 2.0 – by Bob Warfield Are We Moving to Platform as a Service? – by David Linthicum Posted by […]

Leave a Reply

 

Discover more from SmoothSpan Blog

Subscribe now to keep reading and get access to the full archive.

Continue reading