Fellow Engineers: This is where your money comes from

Recently I saw some rather surprising conversations on Reddit’s /r/cscareerquestions which is generally a great place to talk through different CS Career issues people are having and try to help out.

In a thread about Coinbase mistreating a candidate (a legitimate complaint, it seems) someone made the assertion:

You programmers are crazy with the free work. Someone tells me they want anything over an hour and a half of my time, I will decline.

This was in the context of the interview process, mind you.

Another thread which really got my mind whirring was this one: How can I pursue technical excellence above all else, while still getting paid well? which includes this dilemma:

Ultimately, I want a profitable product to be a byproduct of my excellent engineering, not have my engineering be just a means to an end, of getting to a profitable product.

But, I also want to be paid well.

My worldview is so far misaligned with the framing of these questions that it’s hard for me to engage with them directly. If you’re an engineer building a product or service, and you care about getting paid, I think the most important thing you should be thinking about is where does that money come from?

There are a lot of valid answers to that question, but I think most of the time the calculus reduces to: we get our money from our customers. Sure, you may be early stage and getting paid by investment money for now… but the reason they’re paying you that money is because they’re betting that eventually you’ll have built a real business and customers are going to pay for your product or service.

So, if the money that pays your paycheck can be traced back to your customers… how do you justify getting paid more money? At that point it’s simple… find a ways to impact the value your company is delivering to customers. But, there are a few subtleties here:

  • Your customers are not paying you for your time (slightly different for consultants).
  • Your customers are not paying you for your education.
  • Your customers aren’t even paying you for your individual output.

That last one can be counter-intuitive, but your customers are paying your company for the value your company delivers to them.

If you want to spend your life crafting beautiful code with headphones on, you can absolutely do that. You will get paid just fine for that. But if you’re not influencing others and helping the broader team execute, you’re setting a ceiling on the degree to which you can contribute to the company’s output. All you can contribute is what your own two hands can code.  In basketball, there’s a metric they started tracking in recent years called on-off splits. Simply, it’s meant to capture how much better your team is with a given player on or off the court. I love this metric because it’s an attempt to measure an individual’s impact on a team’s performance with an acknowledgement that individual statistics can’t paint the full picture.

This is why engineering career ladders start to layer in responsibilities for things that a single individual can’t accomplish themselves. This doesn’t mean you need to become a manager, but it does mean you need to look beyond yourself to maximize the value you’re able to bring to the people who are ultimately paying you.

There are other jobs where this is not the case. If you’re a cashier at a store where you have no real control over whether 0 people walk through the door that hour or 100 people, then you’re in a scenario where you’re simply being paid for your time. The value you’re delivering to customers is marginally within your control. In software, this isn’t the case at all. There’s no limit to what you can build, nor a cap on the value you can deliver.

I’m not trying to make a simple capitalist argument here either. Pretend you’re doing open source for free. Do you care if anyone on planet Earth ever uses that library you built? If so, your focus again is going to need to be on the value you’re delivering to your customers. They’re not using it because you put a lot of hours into it. They’re not using it because you went to a good school and read a lot of academic papers. You know this first hand, because you yourself are a user of open source projects and that’s not how you choose them. Subtract the money part of the equation and the premise still holds.

But wait! You may be saying… my job is a lot more like that cashier scenario… I have no control over how many customers walk through our door. And yes, this is the reason why if you care about how much you get paid, you need to evaluate the company too. You know this, and you even do this… but you may not have directly linked these two concepts together. In order for the value you’re creating to be realized by customers, a lot of other components of the business need to be working well. If you go to work on Google search, you’re walking into a situation where they’ve already solved the problem of attracting billions of searches per day. Lucky you – you’re handed an opportunity where you can directly deliver value to users.  However, if you’re joining a stealth startup… there’s a lot more risk there. Is the company solving a meaningful problem for customers? Are we starting with the right featureset? Is our marketing team going to be successful in marketing it, and our sales team to sell it? This stuff has a direct impact on you, because it deals with where your money comes from.

This is why I struggle with scenarios where people discuss pay and work without considering value. If you want to increase your compensation over time, continue to put yourself in a position where you can deliver the most value.

10 thoughts on “Fellow Engineers: This is where your money comes from

  1. Pingback: New top story on Hacker News: Fellow Engineers: This is where your money comes from – Tech + Hckr News

  2. Pingback: John Jason Fallows » Blog Archive New top story on Hacker News: Fellow Engineers: This is where your money comes from - John Jason Fallows

  3. I suggest that, very often, the opposite scenario holds true: the entrepreneurial minded engineer who wants to make constant improvements and suggests new business ideas, who is effectively ignored with a clear message that they should just follow directions and nothing else. I have seen this many times. This issue is squarely at the feet of moribund management.

    • I’ve seen this happen too, and in such cases, the engineer (imo) should dust off their resume and start looking for a team that values their input. Even if ideas fail to add value at first, developers should all strive to make better a product each and every day, and organizations that do not share that value should be avoided.

    • I completely agree. This is a great article and a stepping stone to much larger conversations (or deep thinking) one should have about their current situation and the arc of their career.

      I like this article because it’s a good framework for thinking about the issues you raise.

      I’ve found it difficult, until I developed a lot of experience, to determine where my current situation sits on a spectrum between “bad management/culture” and “my own inability to effectively communicate and influence”. I wish it was simple.

      One piece of perspective I’ve gained over the years is budgetary. I’m always curious in understanding how budgeting decisions are made, how different parts of the business participate and influence, and how it affects my own work (salaries, professional development, travel, hiring, contractors, etc). Every new perspective can help!

  4. Guess the problem I have is that customers tend to value things that they really don’t want or need. You give it to them and they find less value in it than they originally thought. So what do you do in that situation?

    Also, I take issue with this comment. “In software, this isn’t the case at all. There’s no limit to what you can build, nor a cap on the value you can deliver.”

    There actually is, its called the halting problem. It’s currently impossible to write an algorithm on a Turing complete machine to solve this problem. In a less abstract sense, there’s definitely resource limits on what you can build or value you can deliver in a company unless you want to bankrupt it.

  5. Well, both arguments are true depending on the case, but, you are best off in making efforts to increase the value delivered. If your ideas are shot down, so be it. If they have already been vetted, you get to learn the business reasoning why they got rejected, which you will miss in case you never raise it. So, in the effort to increase the value, you will learn from what the reasoning was for the others. These decisions are rarely discussed and less often documented. If they don’t increase the product value, they will certainly help you to improve yourself.

Comments are closed.