easy

The Downside of Easy (or, the Upside of a Good Challenge)

Posted on Updated on

Picture of a Suzuki motorcycle

As a young boy, I was “that kid” who would take everything apart, often leaving a formerly functional alarm clock in a hundred pieces in a shoe box. I loved figuring out how things worked, and how components worked together as a system. When I was 10, I spent one winter completely disassembling and reassembling my Suzuki TM75 motorcycle in my bedroom (my parents must have had so much more patience and understanding than I do as a parent). It was rebuilt by spring and ran like a champ. Beginners luck?

By then I was hooked – I enjoyed working with my hands and fixing things. That was a great skill to have while growing up as it provided income and led to the first company I started at age 18. There was always a fair degree of trial and error involved with learning, but experience and experimentation led to simplification and standardization. That became the hallmark to the programs I wrote, and later the application systems that I designed and developed. It is a trait that has served me well over the years.

Today I still enjoy doing many things myself, especially if I can spend a little bit of time and save hundreds of dollars (which I usually invest in more tools). Finding examples and tutorials on YouTube is usually pretty easy, and after watching a few videos for reference the task is generally easy. There is also a sense of satisfaction to a job well done. And most of all, it is a great distraction to everything else going on that keeps your mind racing at 100 mph.

My wife’s 2011 Nissan Maxima needed a Cabin Air Filter, and instead of paying $80 again to have this done I decided to do it myself. I purchased the filter for $15 and was ready to go. This shouldn’t take more than 5 or 10 minutes. I went to YouTube to find a video but no luck. Then, I started searching various forums for guidance. There were a lot of posts complaining about the cost of replacement, but not much about how to do the work. I finally found a post that showed where the filter door was. I could already feel that sense of accomplishment that I was expecting to have in the next few minutes.

Picture of a folded cabin air filter for a Nissan Maxima

But fate, and apparently a few sadistic Nissan Engineers had other ideas. First, you needed to be a contortionist in order to reach the filter once the door was removed. Then, the old filter was nearly impossible to remove. And then once the old filter was removed I realized that the length of the filter entry slot was approximately 50% of the length of the filter. Man, what a horrible design!

A few fruitless Google searches later I was more intent than ever on making this work. I tried several things and ultimately found a way to fold the filter where it was small enough to get through the door and would fully open once released. A few minutes later I was finally savoring my victory over that hellish filter.

This experience made me recall “the old days.” Back in 1989 I was working for a marketing company as a Systems Analyst and was given the project to create the “Mitsubishi Bucks” salesperson incentive program. Salespeople would earn points for sales, and could later redeem those points on Mitsubishi Electronics products. It was a very popular and successful incentive program.

Creating the forms and reports was straight forward enough, but tracking the points presented a problem. I finally thought about how a banking system would work (remember, no Internet and few books on the topic, so this was reinventing the wheel) and designed my own. It was very exciting and rock solid. Statements could be reproduced at any point in time, and there was an audit trail for all activity.

Next, I needed to create validation processes and a fraud detection system for incoming data. That was rock solid as well, but instead of being a good thing it turned out to be a real headache and cause of frustration.

Salespeople would not always provide complete information, might have sloppy penmanship, or would do other things that were odd but legitimate. Despite that, they expected immediate rewards and having their submissions rejected apparently created more frustration than incentive.

So, I was instructed to turn the dial way back. I let everyone know that while this would minimize rejections it would also increase the potential for fraud, and created a few reports to identify potentially fraudulent activity. It was amazing how creative people could be when trying to cheat the system, as well as how you could identify patterns to more quickly identify that type of activity. By the third month the system was trouble free.

It was a great learning experience from beginning to end. Best of all, it ran for several years once I left – something I know because every month I was still receiving the sample mailing with the new sales promotions and “Spiffs” (sales incentives). This reflection also made me wonder how many things are not being created or improved today because it is too easy to follow an existing template.

We used to align fields and columns in byte order to minimize record size, overload operators, etc. in order to maximize space utilization and maximize performance. Code was optimized for maximum efficiency because memory was scarce and processors slow. Profiling and benchmarking programs brought you to the next level of performance. In a nutshell, you were forced to really understand and become proficient with the technology used out of necessity. Today those concepts have become somewhat of a lost art.

There are many upsides to easy.

  • My team sells more and closes deals faster because we make it easy for our customers to buy, implement, and start receiving value on the software we sell.
  • Hobbyists like myself are able to accomplish many tasks after watching a short video or two.
  • People are willing to try things that they may not have if getting started would not have been so easy.

But, there may also be downsides relative to innovation and continuous improvement simply because easy is often good enough.

What will the impact be to human behavior once Artificial Intelligence (AI) becomes a reality and is in everyday use? It would be great to look ahead 25, 50, or 100 years and see the full impact of emerging technologies, but my guess is that I will see many of the effects in my own lifetime.

A missed opportunity for Geospatial

Posted on

I have a Corvette that I like to work on for fun and relaxation. It gives me an excuse to learn something new and an opportunity to hone my troubleshooting skills. It can be a fun way to spend a few hours on a weekend.

A few weekends ago I was looking for a few parts for a small project. This was spur of the moment and really didn’t need to be done now (as the car will be stored soon for the winter). I found the parts I needed from a single company, but then something strange happened.

This website had my address, knew the two parts that I wanted, but failed to make the process easy and almost lost a sale. I needed to manually check five different store locations to see if they had both parts. In this case two of the five did. One store was about 5 miles from my house and the other about 20 miles away.

Just think how helpful it would have been for this website to use the data available (i.e., inventory and locations) and present me with the two options or better yet default me to the closest store and note the other store as an option. Using spatial features this would be extremely easy to implement. It’s the equivalent to the “Easy Button” that one office supply uses in their commercials.

Now, take this example one step further. The website makes things quick and easy, leaving me with a very pleasant shopping experience. It could then recommend related items (it did, but by that time I had wasted more time than necessary and was questioning whether or not I should start that project that day). The website could have also created a simple package offer to try to increase my shopping cart value.

All simple things that would generate more money through increased sales and larger sales. It would seem that this would be very easy to justify from both a business and technical perspective, assuming the company is even aware of this issue.

I frequently tell my team that, “People buy easy.” Help them understand what they need to accomplish their goals, price it fairly, demonstrate the value, and they make the rest of the sales process easy to complete. This makes happy customers and leads to referrals. It just makes good business sense to do this.

So, while geospatial technology might not be the solution to all problems, this is a specific use case where it would. The power of computing systems and applications today is that there is so much that can be done so fast, often for reasonably low investment costs in technology. But the first step getting there is to ask yourself, “How could we be making this process easier for our customers?”

A little extra effort and insight can have a huge payoff.