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: Anti-patterns from Big Tech that smaller companies should avoid?

33 pointsby pramodbiligiriover 3 years ago
Smaller companies often look to large companies like FAANG to design their systems, corporate processes and engineering practices.<p>But are there practices used at these large companies that small and medium sized companies should <i>not</i> emulate?

13 comments

gravypodover 3 years ago
1. It is impossible to be, at the same time, a &quot;good engineer&quot; and &quot;difficult to work with&quot;. FAANG can hire 30 people to work next to one toxic person so their impact can be 1&#x2F;30th the pain.<p>2. Interviewing. FAANG can waste 30+ engineering hours on each candidate because of how much money they can burn. Don&#x27;t do leetcode interviews. Find someone who you think is good, hire them, if they&#x27;re not good let them go. Don&#x27;t make a soul crushing interview process.<p>3. Open office &#x2F; an office. It&#x27;s a complete waste for most startups (unless you&#x27;re a hardware company and can&#x27;t send the hardware units to each dev). It&#x27;s a sunk cost and &quot;back in my day&quot;-ism in FAANG.
评论 #29235380 未加载
评论 #29230826 未加载
closeparenover 3 years ago
In my company <i>actually developing the product features</i> is a low status activity. Everyone strives to be someone who influences how the features are developed - by making platforms, by writing standards, by leading meetings - but it’s understood that you’ll never be promoted or paid well if you’re the one actually coding end-user functionality.<p>Don’t do that. Center and value the actual software construction; make sure you treat the “meta” as an unfortunately necessary cost rather than the goal.
zapharover 3 years ago
I would say the biggest practice that smaller companies should not emulate is &quot;rolling your own&quot; otherwise known as &quot;not invented here&quot;. For a large FAANG company creating your own versions of things can potentially pay off and if they don&#x27;t those companies can eat the investment cost with out too much trouble.<p>Smaller companies should focus on the business problems though instead of rolling their own database, orchestration, or programming language. At a large enough size doing any of those things may pay off but when you are smaller they are just a distraction from your core business.
评论 #29229325 未加载
f0e4c2f7over 3 years ago
There is a snarky saying at one of the large tech companies that goes something like &quot;I don&#x27;t know how to count that low.&quot;<p>When you&#x27;re facing off against large companies as a smaller player this is one of the tricks you can use for leverage. You can serve the markets that larger companies feel safe ignoring because they are currently small.<p>They should however be markets that you expect to grow over time.<p>Paul Graham talks about this in some detail in his essay &quot;do things that don&#x27;t scale&quot;.<p><a href="http:&#x2F;&#x2F;paulgraham.com&#x2F;ds.html" rel="nofollow">http:&#x2F;&#x2F;paulgraham.com&#x2F;ds.html</a>
thomastjefferyover 3 years ago
Don&#x27;t try to be a large company.<p>Large companies suck. They obsess over processes and demand formality.<p>The best thing about working at a startup is that it&#x27;s a startup!<p>At a startup, you can be informal. You can do work that wasn&#x27;t assigned to you. You can communicate with everyone on the team directly. You can change your planned design and get right to working on those changes.<p>People think that companies are big <i>because of</i> the convoluted processes they use. It&#x27;s the other way around.<p>If you have 100 people to do 95 things, then it makes sense to give every person a specific structured role. Else, why have 100 people at all?<p>When you only have 30 people to do those 95 things, then your structure not only has to be, but <i>can be</i> much more organic and fluid.
speedgooseover 3 years ago
Microservices should be avoided in my humble opinion. The maintenance cost is just too high for small and medium companies.
评论 #29227547 未加载
评论 #29233253 未加载
bdavisxover 3 years ago
Don&#x27;t interview like FAANG unless you&#x27;re offering the same compensation - otherwise you&#x27;re going to get a lot of people dropping out of your funnel because the BS isn&#x27;t worth it for what you&#x27;re offering.
josephcsibleover 3 years ago
Kubernetes isn&#x27;t the be-all and end-all of how to run your applications.
评论 #29243310 未加载
评论 #29229856 未加载
NicoJuicyover 3 years ago
Microservices is an solution to an organisational problem.<p>Make sure you use it when you need it. Not because others do it.
评论 #29227381 未加载
giantg2over 3 years ago
Developer chapter leads as managers. I believe this is a model from Netflix. It&#x27;s absolute garbage at my company. I want to say it&#x27;s because we have IT as a cost center, but it might run deeper than that. Who honesty thinks that making a senuor developer split their time between managing people who aren&#x27;t on their team and coding for their own team is a good idea?
salawatover 3 years ago
Off the top of my head:<p>CI&#x2F;CD is two processes, not one.<p>You cannot put code in prod and say you regressed it unless you drop everything in an instrumented environment, and ran <i>everything</i> against it.<p>Just because you hired a bunch of software engineers, you are not obviated from keeping around someone who <i>knows what they are doing</i>.<p>There are two faces to Quality: 1-I will negate this suffering 2-I will replace one form of suffering with another, to buy time, and exploit the human tolerance&#x2F;blindspot for churn and novelty to keep my revenue coming in.<p>1 is incredibly difficult, expensive, and full of work you just cannot avoid or get around. 2 is easy, modus operandi, and actually synergizes with multiple other business cycles, and is thus considered the &quot;No one ever got fired for buying IBM&quot; route.<p>If you are not doing 1 you are doing 2 by default.
trimangleover 3 years ago
corporate process - more of a problem in mid size companies, but: installing execs &#x2F; VPs from large tech companies. they replace all the managers down the chain and stir a bunch of crap up, and usually only the poor performing ICs are left at the end.
RiverBucketShoeover 3 years ago
using java spring framework
评论 #29230800 未加载