Your computer and you

If you are reading this post, you are likely reading it on a computer. The computer responds to your typing and clicking and allows you to find information which exists somewhere far away. Some of that information was sent specifically to you (e.g., your email), and some of that information was available to anyone who knew where to look (e.g., this blog post). Here the computer is a communication tool, and gets information from other people to you.

While typing an email, maybe you have spell-correct on - every word that you type is checked in the dictionary, and when it doesn't appear in the dictionary the word is highlighted and suggestions for the correct spelling appear. The computer isn't doing anything you didn't know how to do - you might not know how to spell every word, but with enough time you could have looked up every word in the dictionary - it's impractical but not impossible.

If you couldn't find your word in the dictionary however, how would you have tried to discover the right spelling? The way the computer does it is to compare your word against all the words in the dictionary and then display the words that are most similar. The number that is used for describing similarity (the Levenshtein disctance) is calculated in a very clever way, and so the computer can do this quite fast. This part takes many more steps than just trying to find every word in the dictionary, and is quite impossible to do by hand.

---

When it comes to physical work, the difference between describing how to do something and actually doing it is quite obvious. Imagining in my head how I would carry an empty bucket down the stairs and carry back a bucket full of water takes no effort and no time, while actually doing it would cause me much physical strain and about 20 minutes.

Mental work is the same. If I gave you two 10-digit numbers, I'm pretty sure you would know how to multiply them using just a piece of paper. Again, there is a distinction between knowing how to do it and actually doing it. I can be pretty confident of multiplying two numbers together with a piece of paper even though I don't yet know what the answer is.

We have a name for the symbolic work that is done when we know how to get an answer and are merely following those steps and actually finding out what the answer is. We call it computation, and it is what your computer does well.

---

A manager's job includes knowing how to instruct and delegate. A manager uses his time efficiently by teaching an employee how to do something and being able to do something else while the employee is doing the thing.

Computers have made this type of work more common for non-managers - if you can describe precisely all the simple steps that need to be done then you can save time as you will only have to spend time describing new tasks while the computer handles all the repetition.

Related reading: School for quants

Writing life stories

In the past few months, I've seen several people grow dissatisfied with their lives and seek change by quitting their jobs and going back to school. The less creative ones choose business school, the more creative ones spend a few months in France studying French.

There's a demand for something more, a search for greater satisfaction. People know what they don't like, and are willing to invest time and money (especially for MBAs) to get change, especially change that is legitimized by broader society.

---

I absorbed a specific set of aesthetic preferences over the time I was in school. I enjoy technical stories -- stories which are specific and precise with respect to certain types of details. I acquired a definite bar for understanding, and feel a special joy when I learn enough about a new topic that it crosses that bar.

This description of what it is that I picked up sounds very good, and that's not a coincidence. Education is significant in promoting skill acquisition, but it is often the effects on identity and motivation that are the most overwhelming. I feel good when I say good things about myself, and so I persist in doing that.

Objectively, it is the rules of storytelling which govern how good a particular life story sounds. Even though in theory everything you need for self-deception is inside your head, thankfully it isn't that easy.

There's no accounting for the lack of taste in stories though. I can imagine that for some who genuinely couldn't tell between a good story and a bad one, self-deception would also be a difficult trap to avoid.

How to Study

The veritasium guy talks about the importance of independent thought to learning. I think that often when you mention independent thought, people immediately see it in terms of creativity and expression and other artsy concepts. As Derek explains in this video, however, independent thinking has benefits that go beyond originality - it is also a great source of efficiency in learning, as constructing a coherent and consistent worldview in your head means that many things get checked and re-iterated every time you come across a new fact.