Live data from Hacker News

Ask HN: Are most corporate SWE jobs performative?

news.ycombinator.com

11–20 of 307 posts

Re: Ask HN: Are most corporate SWE jobs performative?

#11

After a certain size, one of my favorite Civilization quotes kicks in: "The bureaucracy is expanding to fill the needs of the expanding bureaucracy." This burned me right out, and I don't plan on ever working for any Silicon Valley company again. I'm now happily employed in a small (10 person eng team) company where we are all doing meaningful work.

Agreed, but the small-company-doing-meaningful-work is also hard to find though.

Startups also often have their own perverse incentives built around the vagaries of venture investments or the whims and personalities of the founders.

Re: Ask HN: Are most corporate SWE jobs performative?

#13
That's pretty much how all sufficiently large corporations run. At some point, the number of jobs that exist purely to justify other jobs is larger than the number of people actually contributing to the bottom line. And the amount of paper-shuffling caused by the self-fulfilling jobs eclipses all other work being done.

Corporations are not alone in this, of course. When I was in university, in the late 2000s, we had 2 administrative staff for every professor (up from a 1-to-1 ratio in the 90s). You can draw your own conclusions about whether that was a net benefit to educational outcomes.

Re: Ask HN: Are most corporate SWE jobs performative?

#14
What you are describing as performative I would describe as bureaucratic.

The Iron Law or Bureaucracy:

Pournelle's Iron Law of Bureaucracy states that in any bureaucratic organization there will be two kinds of people: First, there will be those who are devoted to the goals of the organization. Examples are dedicated classroom teachers in an educational bureaucracy, many of the engineers and launch technicians and scientists at NASA, even some agricultural scientists and advisors in the former Soviet Union collective farming administration. Secondly, there will be those dedicated to the organization itself. Examples are many of the administrators in the education system, many professors of education, many teachers union officials, much of the NASA headquarters staff, etc. The Iron Law states that in every case the second group will gain and keep control of the organization. It will write the rules, and control promotions within the organization. (Quoted from Wikipedia)

Re: Ask HN: Are most corporate SWE jobs performative?

#15
> Like the majority of the team is doing useless stuff that management thinks is impressive

This is arrogant thinking typical of developers. Most developers I have talked to (including myself 10 years ago) thinks that they or their friends who agree with them about all sorts of random code quirks are the only one that does work and "carries" the team, and everyone else's work is largely useless. The reality is that a lot of people do a lot of jobs; and they are not perfectly equally distributed, but they are often all necessary and contribute to a large extent.

I recommend a clear, fresh look at the team; or get the opinion of some third party that is not your SWE friend (who is going to be just as sycophantic as the latest LLM, perhaps more). You might find that others at work appreciate them more than your superstar coding. Thinking that their jobs are useless makes you feel good, but may not be the truth.

Re: Ask HN: Are most corporate SWE jobs performative?

#16
This was my experience mostly in my 10 years at Google at a certain level.

But I will say this: at a certain point in a large company once the revenue-machine is discovered and deployed, what you want to be building is systems that let you ship and build reliably on top of that foundation without destroying it.

Google in its best phase -- which was already in decline when I joined in 2011 -- did have a slow and cautious development cycle where multiple levels of review covered everything. OWNERS, "readability", very uptight code review. And in order to survive in this environment you had to have a pile of code reviews all running concurrently because making progress on any single one could take days and days to get through review.

But that was kind of the point because pushing the wrong thing and breaking the money printing machine is far worse than moving slow.

But IMHO this didn't scale past 30k, 40k engineers. And inside Google, the culture shifted from one that was SWE/SRE driven to one that was PM driven. And the perf/promo culture for them had really perverse incentives.

Also I have a theory about Google in particular -- its founders and all its initial strong hires all came from academia not industry. And so its internal culture became biased towards a "publish or perish" structure, and "perf" performance reviews honestly looked more like a thesis defense committee for someone's masters/PHD than anything I'd encountered in the software industry before.

Re: Ask HN: Are most corporate SWE jobs performative?

#18
There is always some form of social loafing going on in any large group of people doing work.

"The Ringelmann effect is the tendency for individual members of a group to become increasingly less productive as the size of their group increases."

There is evidence of this in simple tug of war games.

But I think there is also truth in realizing work is mostly performative: the pareto principle seems to apply. 20% of the workforce sustains the other 80%. That's purely anecdotal, I doubt the numbers align that way. But it does always seem there are a few all-stars carrying others.

Re: Ask HN: Are most corporate SWE jobs performative?

#19
Where I work, I don't get a sense that we "thrive on kudos via performative actions" but I would say that ~15% of the employees are doing ~80% of the work.

This dynamic seems almost inevitable as a company grows. It's not necessarily bad, as long as the people doing the work are recognized and compensated.

Re: Ask HN: Are most corporate SWE jobs performative?

#20
post #10

It’s hard to tell. I’ve worked on projects with 50 programmers and it seemed many did nothing and a few did negative work. We went through a round of layoffs and I had to “finish” another programmer’s work. It was a java app with servlets and JSP and a bunch of web forms submitting back to a database. He had just copy and pasted the html into his JSP so it had the sample data and messages. Everything submitted and we…

There's that, and then there's the other kind of negative work, whereby a rockstar engineer develops something that works but only he understands, completely failing to document it well. When this engineer leaves, the project is unmaintainable by virtue of being incomprehensible. In both cases, the management has been clueless.
Post reply on HN