Will Time be Individual?

I had an interesting discussion with a friend of mine about business hours. Already, some people can work when the want and that’s great. Some people work better between 8-12am and other between 12-4pm and again others like to work late at night. I think that in the future more people are able to work when they want and that will be interesting.
I think that after some threshold local businesses will adapt this behavior. This is simple game theory.

This is a typical Coordination game and quite intuitive. Only when both parties agree on a convention both will be in an equilibrium.

However, it’s quite interesting because as soon as businesses adapt to this new situation they will have a competitive advantage, i.e. 24/7 customer support. This will in turn lead other businesses adopting the new convention. VoilĂ , and there’s a Tipping Point scenario.

Economics of Angel Investing

After writing the last post I thought a bit about the further development of innovation. What would be if we could predict successful companies (ideas) with high probability? That would allow to reallocate human capital faster and thus leading to more successes.
And one idea is a prediction market for startups. You may think that sites like AngelList go in this direction. I’m not entirely sure about this. I will first take a view on Angel Investing from an economic standpoint.

Angle Investor and Entrepreneur
This is a typical Principal-agent problem. The Entrepreneur has more information than the Investor. Often happens exactly what you will expect and that is that the Investor will look for commitments of the Entrepreneur which reveal information about his private information. Examples for these commitments are quitting one’s job, using one’s own money for funding or buying an expensive domain. Furthermore, of course, they try to grasp personal attributes of the Entrepreneur and his team.

Angel Investor and other Angel Investors
This stage is more interesting. Let’s say that our Entrepreneur got his first funding from one Angel Investor. Depending on the status of the first Angel Investor there are two different scenarios.
Firstly, assume the first Angel Investor isn’t famous. The next Angel Investor will probably see that this investment could possible be profitable but he will with a high probability go to stage one again and use his own judgment.
Secondly, now assume that the first Angel Investor is famous, a top notch one. The second Angel Investor will probably trust the judgment of the first Angel Investor so much that he will skip the first stage or neglect some flaws that he found. This is herding and leads to incorrect pricing and maybe a bubble.

We could either try to make these investments anonymously but this would be impractical. However, we could at least correct the pricing allowing short selling.
This all sounds like a stock exchange and they have a similar function, i.e. funding companies.

However, I think there’s one problem of stock exchanges for Angel Investment and that is that the expectations of the participants are different. Some Investors want 2x exists, some 5x exists, some want it in the next two years other in the next five. This is totally OK if we use these mechanisms for allocating capital.

Yet, the goal is to predict future successes and here I think prediction markets are more suitable because there are clear goals. E.g. “Company X will reach 5m in sales by 31 December, 2016.” Prediction markets do these things really good. One of the biggest problems will be liquidity which can be partially solved using aggregation or even better attracting more people to the market.

Want Innovation? Lower the initial investment.

I read an article a few months ago where the author complained that there isn’t much innovation outside of web and mobile applications. I thought about what makes them special and came to the conclusion that their initial investment is extremely low. I’m part economists therefore investment shouldn’t just be viewed as monetary investment. There are different costs and factors. I will take web application development as an example for this reasoning.

Educational Cost These include the costs of learning the techniques of your trade. Today, you can build simple web or mobile apps in less than a year without previous knowledge of programming. For programmers it’s even faster, maybe two or one month.

Capital requirements This is was a business major understands under initial investment. In the case of a web app it’s probably a hosting space and a domain. Maybe $5 per Month.

Administrative Cost Do you need any special certificates or are they any regulations? For web apps there aren’t any special restrictions.

Social Cost of Failure I think this is an important factor in more risk averse cultures, like in Europe. Let’s say you build a web app for two months, launch it and it fails. OK, happens often, no big thing.

Let’s compare this to some other, less innovative, industries like mechanical engine design. The educational costs are high, often you need some sort of advanced degree. The capital requirements are tremendous, you’ll need a work shop with very expensive equipment and so are the administrative costs with insurances, worker safety. The social cost of failure is increased because of the high capital requirements.

So how can these factors be reduced? One thing are definitely hacker spaces or shared work spaces. BioCurious provides the required equipment for the biotech endeavors (capital requirements). Furthermore, they provide classes to learn how to use this equipment (educational cost). This will also lower the social cost of failure.

I can imagine that this concept will be transfered to other industries like mechanical engineering, chemical processing, etc.

Stuff thats Broken: WYSIWYG Editors

This comment started me thinking about GUI design again:

This incident strikes me as a glaring example of how broken web design is.

A simple page like that should be easier and faster to create from scratch using a WYSIWYG tool, and then publish to a web platform that support it…. than copying the source and then editing it in a text editor.

I know in the past such WYSIWYG tools were too rigid and thus we have a generation of designers that work in text…. but it just seems so archaic to me.

Like building images with text, rather than using photoshop. — nirvana on hn

I completely agree with nirvana. Just think about it. Web designers still have code their designs, the existing WYSIWSG editors pretty much suck and make the process more difficult than writing HTML code with a text editor.

Imagine a world where this whole process of slicing, coding and cross-browser testing won’t exist anymore. This would be pretty awesome. Just create your design in Photoshop, export the .psd file into the application and specify the behavior of the resulting html file, possibly with customization for various template engines like WordPress, Drupal, RoR or Django. That would be awesome. The resulting code should be small and work on all current browsers.

I saw some auto-generated html code and often it’s pretty terrible. Why not start off with simple grid frameworks and define semantic elements a priori. Most websites share common elements like content, navigation, a footer or info boxes.

That’s one thing I’d love to see, so if somebody want to accept the challenge, go ahead!