Hacker News new | ask | show | jobs
by bsmithers 3171 days ago
It's interesting that a few people are relating this to team work. I think that is a misinterpretation. By 'others' I would infer something more like 'competitors', though I mean that relatively loosely. Essentially, ignore what other labs are working on and focus on your own (group's) works.

My own PhD supervisor had a similar attitude, though it runs against how many others approach a problem I feel. For example, I'm unconvinced that starting a project with a thorough literature review is necessarily the best plan. It can shroud your thoughts, make you miss the same things everyone else has and make you feel that all the work has already been done.

2 comments

This is also critical for software engineering as well. Large organizations, especially older ones that sort of missed the software revolution will get bogged down in making sure they're software engineers don't recreate an existing project within the company. This thought process ruins creativity and motivation. It's more beneficial to recreate the same thing 4 times over, now you have a team of domain experts 4x the size and you can take that expertise and factor out the shared patterns into a service or a product. Trying to do it the other way around is a recipe for failure.
There are plenty of counter-examples to this. Just look at Google's messaging efforts (Gmail chat, Hangouts, Duo, Allo, etc.) as a great example of fragmentation without any obvious benefit.
Well if you refuse to learn from mistakes you’re going to keep missing. Gchat is still better than whatever half baked, whitespace filled crap is there now.
> recreate the same thing 4 times over, now you have a team of domain experts 4x the size [...] factor out the shared patterns

This is quite a helpful example. I have spent much of my career concerned about avoiding duplication of effort at all costs, and a significant counterweight just clicked with me.

Comparing parallel experiences for new insights is a core competency of our brains. It's true with many other animals as well.

I've heard Bob May say the thing to do is to start off thinking about the problem yourself to see how far you can get before doing the reading. But the reading has to be done.