When is automation a bad thing
As a web developer for a SME I try to use automation as much as possible to reduce the staff workload. This is generally the run of the mill stuff:
- Sending out an automated email when someone registers
- Creating a PDF receipt when a payment is made
- Checking the database for irregularities and fixing where possible
The one problem with the last one is that the functions I create are never going to be as good at fixing problems as a real live human would because the computer is incapible of making complex decisions: they don’t like too much variation, cannot improvise and are bound by the rules of the system. So what is the cut-off point for using automation?
I think that it is a good idea to try and use automation as long as it is thoroughly planned out. This was brought to my attention yesterday when I had to kill some time in the new shopping center (mall for those of you over the pond) near work and went to use the loo. They’re brand new and quite good: everything is automated. The hand dryers and taps are all motion activated.
The problem is that so are the flushes on the toilets. This is all very good and hygenic and will save the world, etc, etc but the problem is that they put the sensor right next to the toilet roll so when you lean over, you brush the sensor with your arm and get a freezing cold, wet arse. Brilliant. Nice one whoever planned that one.

