TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Do most SWEs actually code at BigTechCo jobs?

14 点作者 pcmoney将近 3 年前
I have worked at a BigTechCo for about 3 years and feel like my engineering skills are slowly and steadily deteriorating. Multiple people in my team, org, and other BigTechCos have expressed the same concern.<p>Essentially, everything we do is between other mammoth systems and thus most “work” is actually configuring systems to talk to each other or talking to other teams about guarantees, capacity etc. The actual engineering work is minimal and the development speed is glacial.<p>Previously I worked at a small consultancy, a green field company, and startups. Small teams, full stack, very fast paced, interesting work (dynamic programming, exotic schedulers, path planning, front end&#x2F;back end, databases, events&#x2F;streams, native mobile).<p>Now I feel I just slog through esoteric config or some custom DDL, language, or tool nobody else uses. No team can do anything meaningful by themselves, everything requires meetings and infinite Google Docs. The pay is more than 2x what I was making before and the promos keep coming but it all just feels like BS.<p>Does anyone else have this experience?<p>Note: I have definitely improved in cross team communication and collaboration etc. as well as big org politics. So not a total loss.

5 条评论

ratorx将近 3 年前
I work at a Big Tech and I’d agree that the development speed is slow. However, I’d disagree with the characterisation that figuring out things like guarantees, capacity etc. are not “actual engineering work”.<p>My parents are chemical engineers and the work they do seems fundamentally pretty similar to Software Engineering at Big Tech (with different inputs and outputs and constraints), in that it’s less about getting any individual thing done, and more about getting many people to agree to a set of tradeoffs and implementation. Also, the scope for ground up work is pretty much non-existent and it’s a lot more about gluing together existing components with well known tradeoffs and tested characteristics.<p>Cross-team communication cost and latency can always be improved, but I think some slowness is unavoidable due to the possible impact that changes have.<p>There are pockets within Big Tech, which work on less critical things and they often have a much more startup mentality and approach to development. However, it’s still difficult for these teams to fully extricate themselves from the overhead imposed by the systems of other teams, since those systems are generally designed for bigger, more important and more critical systems.
评论 #32109178 未加载
airbreather将近 3 年前
So finally it appears that the realisation is setting in that &quot;engineering&quot; does not equal &quot;coding&quot;.<p>It seems it has been trendy to want to call coding as engineering, when that is like saying because I play with model rocketry on the weekends, I am a rocket scienetist.<p>Engineering is about assembling and&#x2F;or integrating the efforts and products of many groups or individuals into an overall end product of some kind, usually to a known quality to a fixed budget and schedule (or at least that is the expectation at commencement).<p>In order to be resonsible for the outcomes of very complex efforts it is extremely difficult to &quot;span too many levels&quot;, even if you have the ability and time.<p>Thus, on large engineering projects responsibilities are compartmentalised into modules and layers, just like software is.<p>You don&#x27;t mix the very high and very low levels of software in the one module or layer, you abstract as you go up, maintaining a more or less similar <i>amount</i> of immediately need to know complexity for each sub-system with defined interfaces.<p>This is how complex systems that could not possibly be fully known by any one person, simiply because of the cognitive load alone, are constructed.<p>Engineering teams work in a similar way, so if you are near the upper levels an defining broad brush and system wide concepts, you are not usually also down in the weeds writing device drivers, so to speak.<p>The higher up you go in the levels, the more there is management of of the efforts of others. So that means expectations and interfaces, leading to more and more logistical and people management, and less actual nuts and bolts.<p>The person that designed the Golden Gate bridge probably never used a spanner in their life. (I could be wrong, I just make a throw away anology for the point of it)
评论 #32109153 未加载
fbrncci将近 3 年前
&gt; Essentially, everything we do is between other mammoth systems and thus most “work” is actually configuring systems to talk to each other or talking to other teams about guarantees, capacity etc. The actual engineering work is minimal and the development speed is glacial.<p>This is something I found out the hard way too. At some point in life I fell in love with sofware (coming from IT). Made it into a fairly big company, and came to understand that its mostly meetings, sync ups and polishing tasks on jira. I figured that quitting that job, before I&#x27;d end up hating software was the best route to go. I now am an independent contractor and consultant, only working on projects that deeply interest me. It&#x27;s less stable, and throughout my career the income will likely be a lot less than at any BigTechCo (30-50%). But at least there is room for personal advancement and working on adventurous things here and there.
e9将近 3 年前
I&#x27;m here with you on this. Tried bigcos multiple times. Couldn&#x27;t last more than a year. Nobody wants to do this job and that&#x27;s why they pay a lot for it.
ActorNightly将近 3 年前
Yep this is normal. The more senior you go, the more you are either managing people, or are just a subject matter expert that ends up either fixing problems or writing design docs.<p>There is an art of being able to code with people rather than your fingers as a senior engineer, but often time this requires a capstone project to develop from scratch which is far and few in between.<p>The thing to do with big tech is find a position that pays the most per time spent actually working (which is not always the higher pay), and enough to cover all your needs, and then work on personal projects in the off time. Or you can grind out for several years while saving money, then take unpaid leave.
评论 #32109137 未加载