Emotive Conjugation

Emotive Conjugation

I am firm, you are obstinate, he is a pig-headed fool.

Also, good morning/afternoon (wherever, whenever you are)!

Here’s something you’ve never heard before: we’re more charitable when explaining our own behaviour vs. behaviour of the others. Emotive conjugation illustrates that by mimicking the grammatical conjugation of irregular verbs. Here’s an example:

A comic strip describing the reasons why the main character forgot to buy pickles for dinner. "I was busy" says the main character. "You were distracted". "He is just an idiot"

The term was mentioned for the first time in the 1940s by Bertrand Russel, during a BBC radio show called The Brains Trust.

As you can already see, emotive conjugation is a tool that allows us to express attribution bias using quasi-grammatical rules. Nifty! Put that in your mental model catalogue, Farnam Street.

GPT-3

A true 0.1x engineer is a lazy one. So, let’s shove some instructions into GPT-3 to see what happens. We’ll start with some prompts and tweak the settings a little bit:

First attempt

Note: Prompts are in cursive, and the completed text is in bold.

I am firm, you are obstinate, he is a pig-headed fool.
I am righteously indignant, you are annoyed, he is making a fuss over nothing.
I have reconsidered the matter, you have changed your mind, he has gone back on his word.

I was tired, you were lazy, he was a slacker
I was busy, you were unoccupied, he was idle.
I was motivated, you were uninspired, he was apathetic.

I forgot, you neglected, he ignored

Examples improved

We’ve increased the temperature a bit and added a small frequency penalty to get slightly diverse input.

My idea was groundbreaking, his was unoriginal, and yours was just stupid.
I’m an excellent driver, you’re a terrible driver, he’s the worst driver in the world.
I was excited, you raised your voice, he was shouting.
I am curious, you are interested, he is nosy.
I am trying to be reasonable, you are being stubborn, he is being obstinate.

I'm a 10x developer, you're a 5x developer, he's a 2x developer. (fair enough)

I'm always right, you're always wrong, he's always wrong.
I'm the best developer in the world, you're the second best developer in the world, he's the worst developer in the world.

My implementation is perfect, yours is inadequate, his is completely wrong.
I was thinking about the problem, you were daydreaming, he was asleep on the job.
I am not going to stoop to his level, you will stoop to mine, he will wallow in the gutter. (sic!)

My idea was groundbreaking, his was unoriginal, and yours was just stupid.

Side note: it’s amusing that mentioning a 10x dev resulted in the following prompts being quite toxic. Who would’ve thought?

Greek philosopher, with a pickle for his head, holding a pickle-themed artefact in his hand
A true 10x developer

Brilliant! We’ve successfully automated that one guy in your office emotive conjugation. I must admit, I’m much less pessimistic about using GPT-3 as a copy generation tool. Here’s the preset, in case you wanna give it a go.

Please remember, this is a powerful tool, and we should use it irresponsibly. And, to use it irresponsibly, we need to learn how it works.

Attribution bias

Two identically looking men. The first one is pointing at himself saying "This is me all right (two words)". He uses his other hand to point at the other man and say "This is him, alright" (one word).

Chances are you’ve heard about attribution bias before. The general idea is that we constantly make attributions: judgments and assumptions about why people act in a certain way. We tend to be much more compassionate when judging our own decisions than the choices or actions of others.

Some familiar examples of attribution bias might involve a driver cutting you off abruptly (He’s reckless! Why doesn’t he drive the way I do?!), or… a fellow engineer, hidden behind the lines of git diffs in your code editor, with their pythonic incantations invoking the wrong, forbidden abstractions, throwing at you nothing else but the cursed spaghetti, which now you, the 10x engineer in a shiny full plate armour, need to fix. Why didn’t they think of using Typescript? How come they didn’t read that carefully crafted tweet you wrote about co-locating code? And, what’s the point of passive-aggressive messages on Slack if no one pays attention? Didn’t they hear that the old Object-oriented gods are dead, their temples and towers toppled by the blinding light of lambda calculus? Our Church was built and named after its founder. Hey, are you still listening?

Humans are social creatures, and I like to think that we’re not inherently as selfish as the media soup would like us to think. Most of us don’t think less of others, but we have a tendency to take cognitive shortcuts.

For example, instead of malevolence, attribution bias could be partially explained by a lack of data: we don’t know that the driver who cut you off was tired or stressed, or that the engineer whose commits you were about to criticise was in fact you.

A comic strip describing two worms or snake complaining about each other’s work, while being in fact a single, two-headed snake

Ghost in the /bin/sh

Now, if you’re a software engineer or anyone collaborating with people on solving a problem where the solution changes as often as your understanding of the problem, where people come and go, and the problem is wicked, you’ll quickly learn that:

  1. writing code is easy, but
  2. reading code is hard, because
  3. 9 out of 10 times your work is communication, and
  4. most of the time you’re communicating with ghosts.

You’re communicating with ghosts, because they’re not here and they’re not now. The artefact in front of you lacks the context of the thought process of the person coming up with the solution, with all of its undocumented details and constraints: they were working with a legacy system, they had to rush, they were afraid of looking stupid (so they over-abstracted everything), they were tired. In a sense, this problem is as old as writing itself (assuming that the god Teuth gave us writing):

And when they [thoughts, ideas] have been once written down they are tumbled about anywhere among those who may or may not understand them, and know not to whom they should reply, to whom not: and, if they are maltreated or abused, they have no parent to protect them; and they cannot protect or defend themselves.

— Jowett, Benjamin. The Dialogues of Plato in Five Volumes. 3rd ed. Oxford University, 1892. Vol. 1, pp. 483–489.

In other words, hips don’t lie, and the code you wrote communicates the complexity and the meaning of your work in a very shallow way. And that’s just the nature of the medium. Still, your code will have to defend explain itself regardless.

Why should we care? Two reasons:

  1. Blaming others is a waste of energy.
    You could’ve avoided that (surprisingly) complex rewrite if you had spent more time thinking about the reasons the code looks this way, instead of assuming they didn’t know better.

  2. You can get better at this.

People are prone to cognitive bias because without them it would be impossible for our brains to make efficient predictions and to reason about the plethora of sensory stimuli surrounding us. The engine cannot be completely changed but it can be improved with a bit of practice. For instance, research conducted on students shows that attributional retraining is tied to better performance. These improvements were especially noticeable when looking at students who used to explain their failures with external factors, and particularly those who used to work in more competitive environments.

Attributional retraining mainly involved encouraging controllable attributions (I can pass the exam if I study) and discouraging uncontrollable attributions (I will fail, since I always do). Nothing controversial here, since if you want to improve an aspect of your life, starting with yourself is generally a good heuristic. But, I also think that there’s something to say about trust. Human apes have a tendency to fill the gaps in their knowledge with the worst possible outcomes.

After all, the farther apart we are on the Emotive Conjugation Table™, the less we know about each other, and the less likely we are to make kind judgements.

A comic strip describing two worms or snake complaining about each other’s work, while being in fact a single, two-headed snake

In my experience, many of the problems regarding trust or blame got solved when I filled the room with people who generally don’t work together. A prime example would be members of distant teams, usually working through a proxy (e.g. an ops person and an engineer) or a bunch of highly specialised, siloed teams. That’s in part because we’re more likely to give the benefit of the doubt to people we know.

So let’s take a look at a few practical tools that might improve this situation. You will notice many of these solutions also aim at improving knowledge sharing and I believe that’s not by accident. It’s easier for us to empathise with what we know.

Tools

Two consenting pickles sharing a bag of dill

Smell Your Colleague Day™

Are you running a distributed team? Meet at least once a month/quarter. Put a human face on the JPEG-encoded blob of rectangles you talk to in the morning.

Pair development

Try pair programming, or pair development. In a nutshell, pair programming involves two engineers working on a problem together. Pair development means two or more people from different functions working on a problem together. Here’s a quick introduction with more resources about pair development.

If you can’t commit to doing it regularly, consider running an occasional mob-programming session on a Friday afternoon. Pick a weird chunk of spaghetti and untangle it a little bit with your colleagues. Or, be opportunistic and have an engineer and a marketing person pairing on the next release email.

The biggest benefits of pair development take time to materialise (or to be communicated well), but there’s low-hanging fruit. Earlier we said that reading code is a bit like speaking with ghosts. You don’t have to worry about these issues if the ghost is with you here and now (and ideally, alive).

Design Thinking

Learn about any cross-functional methodologies, such as Design Thinking or Human Centred Design and try to introduce them in your work. Again, these are iterative processes and I’d love for you to go through a series of sprints relying on it, but even borrowing one or two tools can help, albeit to a lesser extent.

Recommended tools to start with: User Story Mapping or ideation.

Yes, having people from different functions and backgrounds will save you time due to less LARPing on Slack and that’s fantastic. But, it will also let people see beyond their respective parts of the spaghetti bowl you’re sharing (and there’s only one bowl).

This is a huge topic, so I’m leaving out much, but if you’re curious to learn more, come and say hi!

Cross-team rotations

Try to rotate for a week and work with a different team. Rotating between engineering teams (pods) is the easiest first step. What I found even more useful was to jump between different functions. Spend a week working with the Ops team if your business has one.

Advice for managers: if your organisation had to quickly scale up and you’re struggling with knowledge silos or bottlenecks between teams—this is a really cheap way of ameliorating the problem.

Shadowing

Shadowing means learning from your colleagues by observing their work from up close but without actively participating in it or mimicking what they do. A great chance to try this is your company’s hiring process: a new joiner shadows a more experienced colleague interviewing a candidate. I often shadow product managers or designers conducting user interviews. I am yet to see a case when I’d consider this time wasted.

Closing words

My archeologist friend once told me that working at a dig site is like visiting an empty theatre after the play has ended. Your job is to figure out the title of the play and the only tools at your disposal are the prompts left on the stage and your own curiosity.

And I think this is a very apt metaphor for our work. Everything’s fragmented: the code you’re working on communicates only a small part of the original problem, the people behind it are gone or on a different continent. The requirements are just a game of telephone.

So, if you can take away one thing from this post, let it be this: next time you’re tasked with fixing someone’s antediluvian code mess, try to observe your first natural reaction. Is ranting going to make you feel better? Then, na zdrowie! Rant away! Then cut the author some slack. Chances are it was you.

And if that doesn’t work, fall back to Hanlon’s razor:

Never attribute to malice that which is adequately explained by stupidity.

See you soon!


Credits

Alexandra Ciufudean edited this article and translated it into Human.

The inspiration for this article came from a chat with Morgan Friedman.

A pickle and a tomato in a warm embrace