TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What does engineering leadership typically do wrong?

13 pointsby AlwaysNewb2310 months ago

12 comments

camgunz10 months ago
- Not having skip levels<p>- Not having a manager development program<p>- Not having retros for engineering processes (e.g. does our 80% coverage rule still make sense, should Jenkins be our job runner, etc.)<p>- Reaching into individual teams to micromanage ICs<p>- Trying to step in for deficient line management without context or relationships<p>- Not having an IC development program<p>- Not hiring ICs&#x2F;managers smarter&#x2F;more experienced than they are<p>- Trying to solve problems by having engineers &quot;do better&quot;, rather than designing and implementing better processes<p>- Being extremely cheap on the one hand (cloud spend) and extremely profligate on the other (engineer hours on undifferentiated work)<p>- Requiring coding interviews<p>- Being reticent to fire underskilled or toxic engineers<p>- Having no root cause analysis process
评论 #41051584 未加载
评论 #41058700 未加载
评论 #41050918 未加载
throwinga1010110 months ago
Not enough experience to say &quot;typically&quot;, but things of my top of head:<p>1. Credentialism or &quot;too narrow thinking&quot; in hiring: we use AWS so your GCP experience does not count. That candidate is from Columbia so we should give this candidate a chance while the person from Rutgers gets passed on.<p>2. Not recognizing the importance of holistic system design. In backend or distributed systems you often <i>need</i> good design. It can often be good to stop the world for a week to fix the design.<p>3. Lacking a general sense of humility or having too much ego. Most people are not Alan Kay, nor are most leaders. As a leader, embrace some fallibility and limitations of being human.
hyperman110 months ago
Leadership is a hard to balance activity.<p>One common failure mode is to keep doing the old job. Do hard parts, don&#x27;t trust other people with the most critical parts, ...<p>The opposite is just as common: Forgetting the technical parts. In my experience, it takes about 6 months to go from sharpest knife in the drawer to architecture buzzword bingo specialist. An engineering manager needs non stop contact with reality to stay real.<p>The good managers I knew kept doing a small part of engineering, but not anything critical. Say, a few hours a week. A good manager can be away for 2 weeks without anything technical failing and needing their immediate attention.<p>Another side is managing your people: Set quality standards, build processes, give vision and direction. Overly technical managers tend to forget this part of the job.<p>What tends to go reasonably well is managing upwards. If you do the legwork to know the numbers (money, man hours,..) and have some vision, you can help negotiating what can and can not be done. Don&#x27;t get me wrong, this is hard work and eats calendar time. But at least the skills are there.
austin-cheney10 months ago
Coddle developers.<p>In JavaScript land most employers set the baseline as low as they can. They would hire illiterate people so long as they see the right frameworks mentioned on a resume. They would rather hire&#x2F;fire people while simultaneously complaining about the poor quality and poor productivity. The end result is supremely overpaid developers that are never capable of programming and struggle to deliver anything. Attempts to fix this generally mean passing the buck onto some senior developer without any voice in leadership or trajectory, a scapegoat.<p>If you want a strong team that delivers strong results do the opposite of everything I just mentioned. Management should own more than just hiring&#x2F;firing people. If tech managers were directly liable for the shit their team delivers their level of involvement would be different.<p>At the same time expect and impose valid business considerations on product development and hold people liable for failures to deliver. This means actually measuring things and expecting software to not taking forever to do absolutely everything. It also means considering the operating expenses for having a billion dependencies in your code, the inability to refactor quickly, regression, and so on.<p>That said one of the worst things engineering leadership can do is promote developers to leadership positions without any degree of liability. It’s the blind leading the blind, and they are better off with some ignorant MBA that knows little about software.
Desafinado10 months ago
Following the path of least resistance. There is usually a difference between managers who are there for the paycheck, and managers who want to make a difference. Inspired managers and leadership are huge assets, those who want to do as little as possible and not really.. manage, anything, are a bit of a waste of a high salary.<p>More often than not the second type has a middling technical background, and can&#x27;t really manage a technical team because they don&#x27;t know how.
iamleppert10 months ago
All hands meetings with no agenda where one person just rambles on for an hour.
fuzzfactor10 months ago
Ideally, the top individual needs to be fully capable of engineering at a level higher than most of their peers, and recognized for that with admiration at every step of their career. This respect is essential as they move through their careers toward positions where they will no longer be tasked with continuing to do very much more engineering personally themselves. From that point they will be dependent on their engineering staff and there has got to be a nice gradient up and down the line so every little transition is smooth, and this admiration is maintained. Most things are not ideal but if there is any gap that would make this type of smooth succession impossible in the entire engineering hierarchy, Murphy&#x27;s Law will add another corollary right there if they don&#x27;t already have one that you should be aware of.<p>That same person needs to be also admired likewise for their leadership ability, even when they are not exactly in a leadership position so much of the time when starting out and growing as productive engineers. Over the long run this means co-operation instead of internal competition which can be so destructive. Productive workers of all kinds should naturally favor the direction they envision, and there should always be meaningful positive responses as more leadership responsibilities are gradually shouldered by the suitable outstanding engineers.<p>And the whole organization should recognize the benefit as responsibility for the momentum of an entire engineering staff increases for those taking on leadership positions.<p>Nothing&#x27;s ideal but there&#x27;s got to always be a way for this to end up being one person possessing both top engineering &amp; leadership abilities, supported by a cast of suitable likewise candidates for smooth succession, or something is wrong.<p>But that&#x27;s just for an &quot;engineering company&quot;.<p>There&#x27;s lots of other kinds of companies for people who are nowhere near this kind of thing at all. There&#x27;s lots of other things that do make sense too, that&#x27;s just one of the things that I&#x27;ve seen that is typically so wrong. It can be easy to point fingers, but difficult to do the right thing anyway.
评论 #41063424 未加载
solardev10 months ago
Too much dogmatic Agile bullshit, with all the ceremonies and hours spent estimating points and then talking about points a few days later when they&#x27;re all wrong.
legitster10 months ago
Top-down management.<p>Technical leadership should bring problems or goals to their teams, and let the team surface solutions. But too often they come up with bad&#x2F;unvalidated items that they assign to teams with no time or space for feedback.
CM3010 months ago
Well, planning is a common one. It&#x27;s rare that teams actually manage to estimate the time needed properly, so projects end up overrunning like crazy. To some degree this is inevitable (software planning is hard after all), but for the most part, it&#x27;s due to poor planning, failing to push back on developer estimates and generally not understanding the work needed.<p>Hence we get things like:<p>Manager: Hey Bob, how long is this new feature going to take?<p>Bob: 2-3 days max<p>Manager: Okay, 2 Jira points it is<p><i>2 weeks later</i><p>Manager: Bob, where&#x27;s the feature?<p>Bob: Well, the library we use didn&#x27;t have the feature we thought it did, and there were more features in the brief than we imagined, and browser compatibility was mixed for the JavaScript API our code depends on...<p>All of this probably could have been caught during the planning stages, but it wasn&#x27;t.<p>Other things they often get wrong are:<p>- Not knowing what the client actually wants, or letting themselves get sidetracked by constant feature requests. Seen plenty of projects sink into the abyss because days were spent building the wrong thing, or overly optimistic sales guys promised the world and management didn&#x27;t push back on it...<p>- Not checking in on the work people are doing, and letting projects fall apart. It&#x27;s obviously a fine balance between &#x27;checking in with people too often&#x27; and &#x27;checking in with them too rarely&#x27;, but I&#x27;ve seen team leads pass off work to individuals&#x2F;small groups, then fail to check how things are going until everything&#x27;s on fire and 2 weeks behind schedule.<p>- Not being willing to teach or train staff. Obviously you need to be qualified enough to do the job, but there should be chances for growth anyway.<p>- Not hiring enough staff. This is often a sign the company is floundering or layoffs are on the way, but if ex employees aren&#x27;t being replaced and no one&#x27;s been brought on in years despite a growing workload... that&#x27;s probably not great leadership.<p>- Not getting staff out of their comfort zone&#x2F;giving people a chance. This is something I&#x27;ve seen with teams where 1 or 2 people are classed as senior devs, and lots of others are classed as junior ones. The former get all the challenging, interesting work, while the latter get saddled with the boring gruntwork. This hurts the latter&#x27;s career prospects big time, and gives the team a high bus factor due to the overreliance on a few &#x27;star&#x27; performers.<p>- Micromanagement in general<p>- Hiring people who aren&#x27;t the right fit for the team&#x2F;work, or who aren&#x27;t qualified for the role in question<p>- Not firing people who are underperforming, or toxic. The latter is probably worse really, since not only does a toxic environment put people off doing their best work and make good employees want to leave, but the negative consequences of the toxic individual leaving are often way overblown. Yes they might be popular or talented or someone you&#x27;ve personally been friends with for a decade, but they&#x27;re definitely not irreplacable.
1oooqooq10 months ago
promote engineers to Managers.
lowermidmgmt10 months ago
Accepts the job.