People management was always only a branch of management. However, never would I say that when coding, I'm "managing the computer". It's a weird thing to me. A compiler is a tool, not an unpredictable process I need to manage. I never used that lens in my professional work until LLMs. I'm talking 3 years ago, not 30.
I get that it's cute and philosophical to think everything is management and I'm one to generalize stuff as well ad-nausea. But when people don't find satisfaction in their work anymore and the excuse is "well, think of it as a promotion", that to me is taking the analogy too far because it suits the current trends.
But we're discussing now what it means to do management. We'll just have to agree to disagree and call it a day
> People management was always only a branch of management.
What other branch is there? You are either delegating or doing all the work yourself. Those who delegate become seen as managers, as that delegation requires managing the people (or, possibly things, depending on how you see that) that the work was delegated to. Those who receive the delegation and carry out their task individually are those considered to not be managers, but rather individual contributors.
> However, never would I say that when coding, I'm "managing the computer".
Why would you say anything while coding? I guess if you had some kind of voice-to-text system you might say something, but it wouldn't be "whee, I'm a manager now!!!!" — it'd be specific instructions directed at the computer so that it knows what task you are delegating to it.
> A compiler is a tool, not an unpredictable process I need to manage.
A compiler can be predictable if you perfectly describe the task you want it to carry out. However, that rarely happens in practice. Communicating your intent is always the hard part.
Which isn't much different than people. There are exceptions, but generally if you clearly define what you want them to do, they will execute it perfectly. Management of humans is all about coming back to make sure that what you described was correct and made sense to the receiving party. Which is the same thing you have to do with compilers.