Be Lazy and Increase Your Productivity
Posted on January 13, 2011 by LJ Earnest
Categories: Productivity

Someone once asked me why I was so interested in productivity. My answer was very simple: “Because I’m very lazy, and I don’t want to waste more time doing something than I need to.”
The truth is that I dislike having to exert myself more than is necessary. That doesn’t mean I’m lazy in actually doing the task…quite the opposite. I want to get it done quickly and correctly so that I can return to my own chosen activities.
It seems counter-intuitive, but because I don’t want to waste time and energy on stuff, I actually get more done than someone who isn’t as lazy.
So you’re probably asking, “how can you be lazy and spike your productivity?” The answer lies in selecting the right task and going about it in such a way that you do it quickly, but do it so well you won’t have to redo it.
Let’s look at an example. I was recently assigned to figure out why a search on contracts wasn’t returning a specific person. This was important – my customers needed to find this person in the database, and they knew he had been through the process. Pulling up a script I had used before (reusing saves me the effort of recreating and remembering how everything fits together), I was able to find the reason: the person hadn’t been classified. Someone else might have stopped after fixing the one person’s record, but I thought about why this had happened. It was caused by a situation that had happened with a few dozen people. Having the information in front of me, I was able to write code to insert the classifications. Why would I do this? Because I don’t want to spend the next three months doing the same sort of research on a case-by-case basis. Pure laziness on my part.
I think one of the keys of productivity is being able to apply laziness effectively and not waste effort on things that don’t matter. What do you think?
Photo by Outburner
If you enjoyed this post, please buy me a cup of coffee!
Comments (4)












Thanks for your article. It confirms what I say since decades (and I wrote in some articles here and there on the internet), although I refer to programmers.
In my case, I always designed my apps to be easy to use, meaning you have to press as less buttons/controls as possible to achieve the result, and to have the most important info at disposal. The main reason is I test the software, and don’t like to click the mouse.
Indeed, usually it’s a lot more work at the moment, that revert to less changes in the future.
Yes, proud to be lazy too!
Bravo! I wish more software designers thought like you. I also strive for these goals in my work as well. I was actually a tester for a while, and they pulled me off — I’ve always suspected it was because I tested for usability, not functionality.
What are your thoughts on “busy work”? For some whose jobs are based more on time than production, it’s easy to get caught up doing some busy work to justify one’s existence.
Rachel and I have had an email conversation about this topic…look for my answer in an upcoming post!