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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What's more valuable: expert or broad knowledge in different areas?

39 点作者 lichtenberger超过 2 年前
What do you think is more valuable, being an expert for specific topics&#x2F;stuff as security&#x2F;database systems&#x2F;performance engineers or maybe who have expert knowledge in one or two programming languages and perhaps a lot of frameworks and things like that or engineers who know a lot of languages a little bit, to maybe chose the right language for the right &quot;smaller&quot; project?<p>It certainly all depends if you do consulting&#x2F;customer projects or have projects of your own with consulting on top, for instance. However, after ten years working extensively with Java and lately some Kotlin in the backend, I would like to know if I should have a much broader knowledge or the desire to learn everything (yeah, well, we all know a couple of languages a little bit). I&#x27;m currently learning TypeScript, and most languages, if they are not purely functional, are relatively easy to learn with some experience. But I&#x27;ll sure lack some depth and to learn the major frontend concepts for instance underlying the frameworks, build tools, you name it will certainly need much more time than 2 or 3 months.<p>I think the most interesting from my perspective, however, is a much deeper knowledge of specific topics (for instance, lately, I&#x27;m all about reading latency&#x2F;throughput-related stuff, as I&#x27;m extensively profiling my OSS database project and I&#x27;m reading books from experts as Brendan Gregg...).<p>What&#x27;s your opinion on the topic? For example, be an expert in something or be able to use the right tool for the right project at hand, but maybe not be able to use it in the best idiomatic way or not know all the pitfalls and stuff you&#x27;d probably know if you&#x27;re more specialized?

26 条评论

voidhorse超过 2 年前
It depends on whether you want to optimize for stability or magnitude.<p>If you want to make the most money possible, and are OK with a much higher risk of being unemployable at some point, become a specialist. The field is a lot narrower for specialists and it can quickly become full, leaving you without work. As time progresses, it&#x27;s likely need for your area of expertise will dissolve unless you are an expert in something abstract (e.g. one day no one will care much about deep knowledge of the Java language specifically, but knowledge of how a bytecode VM, JIT capable OOP language works <i>in general</i> will be valuable for a long time).<p>If you are OK with taking some &quot;losses&quot; in terms of how much money you&#x27;ll eventually make, and prefer less risk of unemployment become a generalist. You won&#x27;t be paid as much because you do not hold a scarce knowledge commodity, but you&#x27;ll have a much wider field of opportunity to find jobs that want to leverage some of the knowledge you do posses.<p>Finally, this is all assuming you want to stay in a focused technical role your whole life. If your goal is to eventually do something else like run your own company, start becoming a generalist immediately.
评论 #34816552 未加载
评论 #34812002 未加载
leobg超过 2 年前
Cue the obligatory Heinlein quote:<p>A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects. —Robert A. Heinlein
评论 #34816056 未加载
评论 #34813860 未加载
评论 #34811800 未加载
评论 #34815523 未加载
评论 #34811357 未加载
BizarroLand超过 2 年前
&quot;Jack of All Trades, Master of None&quot; is the usual quote used to dissuade people from being broadly capable and not specialized in a field.<p>This is a misapplication of the full quote, which is, &quot;Jack of All Trades, Master of None, Oftentimes better than a Master of One&quot;.<p>I would try to master at least 1 topic or at least approach mastery of a topic, but then branch out into whatever interests you that will pay the bills. Might be a bit more fun that way.
评论 #34816099 未加载
suprjami超过 2 年前
You&#x27;ve asked the wrong question.<p>The most valuable knowledge skill is being knowledgeable enough to communicate with your audience on their terms.<p>For example, I work on Linux kernel networking, and I&#x27;m usually helping people solve problems with that.<p>I expect an application developer to have some vague idea that their applications make TCP sessions, maybe they&#x27;ve even read a webpage about the SYN and SYN+ACK handshake. I expect them to be able to follow a heavily annotated and well-explained packet capture where I walk them through a problem line by line in detail, and to ask sensible questions if they don&#x27;t understand.<p>I don&#x27;t expect application developers to know all the various corner cases that traffic can be silently dropped by the Linux kernel for a variety of reasons, and be able to use the various Linux tools and debuggers to pinpoint which specific one of those reasons is causing their application problem. That&#x27;s my job.<p>Likewise, I think it&#x27;s reasonable of me to roughly understand the ways that applications are built and deployed, and which programming constructs and libraries are available to the authors. Maybe I can tell them how to manipulate their java.net.Socket object to achieve something, maybe I can suggest they use a connection pool instead of rapidly cycling through new connections all the time.<p>There are things which are reasonable for everyone within a domain to know, and things which really only specialists know. Being able to communicate that knowledge to and from others is the key.
wbarber超过 2 年前
Depends a bit what your goals are. But I think generalist are undervalued on average. Range: Why Generalists Triumph in a Specialized World by David Epstein is all about this and he says it better than I can so it’s easiest to just point you there.
评论 #34811053 未加载
JohnFen超过 2 年前
I like to have a shallow knowledge of a broad swath of things (not just technological), and deep knowledge of a couple of things.<p>There&#x27;s a synergy around that. It&#x27;s amazing how often one thing can be extremely helpful to understanding an apparently unrelated thing. Having a breadth of non-expert knowledge means that you have more grist for that mill.
kelseyfrog超过 2 年前
Being an expert in one area is far more beneficial than having broad knowledge. One of the main perks is being able earn reputation in one area(your area of expertise) in order to spend it in another.<p>Many people see through this, but not enough that the payoff isn&#x27;t worth it. Far too many people see it as simply, &quot;This person is knowledgeable of X, so they must also be knowledgeable of Y.&quot; Exploited tactfully, this is a substantial opportunity compared to being simply pretty good at several things.
kingcai超过 2 年前
In general I would say expert knowledge is more valuable. However, I think of knowledge as a pyramid - how high you can go is determined by how wide&#x2F;strong your foundation is.<p>In my experience I&#x27;ve found that trying to develop deep expertise requires a solid understanding of many different fundamentals. For example, when I was doing NLP research, I had to learn about distributed systems in order to diagnose problems when training with multiple GPUs, or about dynamic libraries for fixing CUDA errors.
aprdm超过 2 年前
Solving problems. Solving problems for a business is what&#x27;s valuable. Sometimes you need broad, sometimes you need expert, sometimes you need to find an expert.
评论 #34812618 未加载
Moissanite超过 2 年前
You will see tech &quot;luminaries&quot; talk about T-shaped people sometimes on Twitter, implying that you need both breadth and depth. Depending on your level of cynicism, you can either take that as them trying to get 2 employees for the price of 1, or a genuine observation that breadth alone doesn&#x27;t let you do very much, while depth alone might leave you doing the wrong things.
评论 #34812392 未加载
sph超过 2 年前
More valuable for what? Value doesn&#x27;t exist as an absolute.<p>Do you need a pianist? Get the world-class pianist.<p>Do you need an assistant? Get the one that knows the most things. If you have a particular need, you can always hire a <i>specialist</i>.<p>I find in these discussions people tends to say whatever career they have chosen is best. I am a generalist, so I am biased. Sure, sometimes one needs a world-class COBOL engineer, but pretty much any startup or small-mid business needs a software engineer that can wear many hats.<p>--<p>In simpler words. Which company sizes prefer which role?<p>* Startup: generalist (fewer hires, better time-to-market)<p>* Established tech company: specialist<p>* Established non-tech company: generalist (means smaller tech budget)<p>* Very large tech company&#x2F;FAANG: generalist (in theory specialists are preferrable, but they use off-the-shelf or cutting edge tech that no one is truly specialised for).<p>* Very large non-tech company: specialist (to run their Oracle databases, and they have large budgets)
j7ake超过 2 年前
In modern society, deep specialised expertise is more valuable.<p>There is a famous quote from Heinlein “specialisation is for insects”, suggesting we should not specialise. But in modern society where everything is interconnected, we are not unlike a “super organism” akin to ants, termites, bees.<p>Another reason deep technical expertise is better is that, once you go deep in one thing, one appreciates and can connect with others who are deep in other things.<p>For example, world class pianists, violinists, cellists have deep expertise in their own field, but their deep expertise precisely gives them access to connect to a larger body of work (e.g. chamber music).
评论 #34816533 未加载
bootloop超过 2 年前
I think you need the right company which values general and broad knowledge. There might not be so many positions which specifically look for such a person and so having some expert knowledge might come in handy from time to time when your general input is not what the team currently needs.<p>In my experience having some deep knowledge on a topic makes you a bit better situated on the market if you don&#x27;t have a strong network, but having broad knowledge allows you to have impact on a greater scale and you might value that more.
than3超过 2 年前
Your question is ill posed.<p>Any potential answer will heavily depend on the assumptions you are making, there is no broad set specific answer, and depending on the assumptions you made but haven&#x27;t communicated, it might spark whole new spectrum of potential solutions. You will get a different answer for every person you ask as it is written, which is structurally a poll with no real benefit...<p>There is no one size fits all answer to the questions you&#x27;ve asked, additionally, it may be you are really asking another question that you haven&#x27;t actually communicated, the why? of the particular question you asked. For what purpose?<p>Until you narrow the scope, you will only get guesses about what people think you meant, and communication is inherently receiver based. We can&#x27;t mind-read. Care to elaborate on what you are really trying to do?
ezedv超过 2 年前
Both being an expert in a particular area and having broad knowledge in different areas can be valuable in tech, depending on the specific context and goals.<p>Being an expert in a particular area means having a deep understanding and mastery of a specific technology, tool, or domain. On the other hand, having broad knowledge across different areas of tech can be valuable in roles that require a generalist skill set, such as product management or entrepreneurship.<p>If you haven&#x27;t been aware of, for example, Blockchain technology, you can start expanding your knowledge with this blog: <a href="https:&#x2F;&#x2F;www.ratherlabs.com&#x2F;blog" rel="nofollow">https:&#x2F;&#x2F;www.ratherlabs.com&#x2F;blog</a><p>I highly recommend it for those who want to study something new!
jasonlhy超过 2 年前
It depends on your end goals, if your target is to find a job, implement some feature without going into too details. Not every people like to deals with the implementation details. Being a generalist is the road.<p>For example, many people just know how use React components, Angular components. But that’s ok in many jobs become there is no strict UI requirement on many jobs.<p>However, If your endpoint is to write components with design system &#x2F; customise &#x2F; optimise the components a little bit, you really need to understand how CSS and JS works.<p>The biggest pitfall I think is career development, if you are too generalist and your knowledge just stays on the surface, you just can’t solve some problems with technical complexity. It is hard to know what you don’t know … and some problems need expertise.
templarchamp超过 2 年前
&quot;One of Tetlock&#x27;s findings from the Good Judgment Project was that cognitive and personality traits were more important than specialised knowledge when it came to predicting the outcome of various world events typically more accurately than intelligence agencies&quot;
NoPicklez超过 2 年前
Having a broad understanding of how a business works, what its outputs are and what goes into those outputs is extremely valuable.<p>Of course, it all depends on the job and industry you&#x27;re in. But many organisations struggle because people don&#x27;t talk, share and understand each other.
bagadurshah超过 2 年前
I say you should learn and try to understand not all things you see but some atleast and master in atleast one which makes you a better person also which brings bread to the table.<p>Learn it, Update yourself, Play with it, Upgrade yourself, Practice anytime, Keep in constant touch.
FourSigma超过 2 年前
Would like to recommend reading the book `Range by David Epstein`. It has some interesting thoughts about being a generalist vs specialist in our complex world.
serjester超过 2 年前
I don’t like this question because everyone I’ve met seems to considers themselves a generalist.<p>Is a generalist someone that’s competent in sales, marketing and has technical skills? Or someone that codes in a couple languages? Or maybe someone that’s worked in a couple different labs over their career?<p>Until everyone agrees on the definition, we’re left with a bunch of empty platitudes.
karmakaze超过 2 年前
Or both. Over the course of a long career, not only can you be &#x27;T&#x27; shaped, you could be &#x27;TTTTT&#x27; shaped.
评论 #34814119 未加载
ericmcer超过 2 年前
Right now being a specialist seems to be the way, the market is flooded with full stack generalists.
Femtiono超过 2 年前
You will have a hard time doing expert level stuff on things which are cool like latency and performance.<p>I&#x27;m trying to find a real job like this for ages.<p>Expert in business things business need like sap systems is highly sought after and payed well.<p>Best case you are broad and an expert on 2-3 things.
crmd超过 2 年前
Generalist if you have high emotional intelligence (“leadership skills”). Otherwise specialist.
LLcolD超过 2 年前
It all depends. I consider my self to be generalist at the place where I&#x27;m at the moment. But if I were to switch companies at some other place I would be considered an expert.