Human serves Machine versus Machine serves Human business model
Oh, so you have an interesting idea for your startup and you want me to invest in your startup? So, is your startup a
- Human serves Machine model
or
- Machine serves Human model
Learn how to differentiate your startup model by knowing which part will consume your energy or reward you.
In Human serving Machine
model, it will get expensive as you scale as you need to increase your workforce. In a nutshell, too many moving parts involving human muscles.
Example: Groupon, food/grocery delivery services.
Image credit: https://unsplash.com/photos/wWCGW9AQ-y0 by @outsighted
In Machine serving Human
model, it will get cheaper as you scale as you only need to increase the number of machines or retain the same number, but increase the capacity per machine. In a nutshell, mostly just pushing electrons.
Example: Google, Dropbox.
Image credit: https://unsplash.com/search/vending?photo=CuETyq65OWo by imchenyf
If you are a true technology startup, your business model should rely on the machine serving human, not the other way round.
Preview image credit: https://unsplash.com/photos/sm3Ub_IJKQg by @whitfieldjordan
See also : Definition and Objectives of Growth Hacking
By AdamNg
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Something interesting
Advertisement
Tutorials
+16k Golang : Get file permission
+8.8k Golang : Random integer with rand.Seed() within a given range
+45.1k Golang : Use wildcard patterns with filepath.Glob() example
+16.4k Golang :Trim white spaces from a string
+12.6k Golang : Forwarding a local port to a remote server example
+5.8k Linux : Disable and enable IPv4 forwarding
+14k Golang : How to determine if a year is leap year?
+26.1k Mac/Linux and Golang : Fix bind: address already in use error
+11.2k Golang : Roll the dice example
+17k Golang : How to generate QR codes?
+23.6k Golang : Read a file into an array or slice example