Live data from Hacker News

4 Ways to Avoid Institutional Memory Loss When Key Employees Leave

schoolkeep.com

1–10 of 19 posts

Re: 4 Ways to Avoid Institutional Memory Loss When Key Employees Leave

#3

TL;DR: People retire, make sure they document what they know in any medium. Also make sure new hires go through the documentation. Seems like common sense.

Harder than it sounds. Specially in companies where only a few are "tech" employees

Re: 4 Ways to Avoid Institutional Memory Loss When Key Employees Leave

#4
We approach this with documentation (using text / wiki), mentoring, and by trading product responsibilities semi-regularly. There are a few cases where specialized knowledge hasn't changed hands, edge cases, but the cross-training from moving products around has really helped. Also tends to reduce overly-protective ownership of pieces of our product base.

On the downside it means not many are "experts" in their product, and it also drives some folks a bit batty. You'll get into a new product, look at a specific bug, pull a string here or there, and then wonder how the Earth is still in one piece.

Edit: Yet when employees leave there's generally at least one entire team still with us that built or maintained the product who can fill in and help, if needed.

Re: 4 Ways to Avoid Institutional Memory Loss When Key Employees Leave

#5

TL;DR: People retire, make sure they document what they know in any medium. Also make sure new hires go through the documentation. Seems like common sense.

It's sense. It's definitely not common! (common enough, anyway)

I thought it was just something startups struggled with, but my mom, a long time transportation engineer, was just telling me about consultants who were paid a ton of money to do toll road analyses for the state and left sparse documentation, so I'm guessing it's a struggle everywhere, though some are better or worse at it.

Re: 4 Ways to Avoid Institutional Memory Loss When Key Employees Leave

#6

TL;DR: People retire, make sure they document what they know in any medium. Also make sure new hires go through the documentation. Seems like common sense.

Harder than it sounds. Specially in companies where only a few are "tech" employees

I worked in a small place where this was a huge problem: There were only one or two software engineers working on the (multiple) products at any given time through the company's history. So when one person left, that could mean anywhere between 50-100% of the company's tribal knowledge of their own software is lost. Getting up to speed meant diving into the source code (if someone knew where it was) and stumbling upon old text file documentation basically by accident. Since they did not use source control (!!) there wasn't even a commit history to browse through to get even a clue as to in what state the products were in.

Re: 4 Ways to Avoid Institutional Memory Loss When Key Employees Leave

#7
I believe the number one problem you will run into is what happens to every wiki in the world. Knowledge goes stale and discovery is hard. Especially when you don't know what to look for.

Making content is never the answer to passing on institutional knowledge. This problem was actually solved very effectively a long time ago by trade unions such as the masons.

Start by having an apprenticeship program. Shore up any missing skills and teach someone how to apply them at your institution. Go into the meaning of why you are teaching them.

Second, set up a simple progression where one builds a base of understanding to move to the next phase of institutional understanding. Apprentice (learning) -> Fellow (perfecting) -> Master (can teach).

Masons don't even write anything down and have managed to pass on institutional knowledge for generations. Martial arts communities are similar.

Re: 4 Ways to Avoid Institutional Memory Loss When Key Employees Leave

#8
I read somewhere that a great employee is one that makes themselves unnecessary, that is, they document everything they do, automate key processes they (used to) complete and so forth.

I wonder if "institutional memory" is just a symptom of a poor process.

---

For example, say you work at CoolCorp. At CoolCorp you're a sales engineer and you notice that many engineers and sales people alike constantly ask you questions concerning conditional pricing.

You consider yourself to be an amazing employee. So, when again confronted with a edge-case pricing and technical question what do you do?

A. Answer the question and move on to additional tasks.

B. Answer the question and consider documenting this particular question somewhere along with your answer.

C. Answer the question and note the general scheme of this question in order to build an internal tool to give people the answers automatically.

I don't think there's a right answer since there are costs involved with each option, but it's interesting to think about.

Re: 4 Ways to Avoid Institutional Memory Loss When Key Employees Leave

#9
I'm thoroughly sick of advertising masquerading as content. Not that it this anything new, but I still wish ill on those who waste my time so. And it seems to be on the rise in recent years.

This is a puff piece for their LMS and on that basis is not necessarily good advice. Where it is good advice, it is a mixture of motherhood statements, commmon sense, and the bleeding obvious.

Edit/addendum: I'm starting to flag such articles. The poster in this case has never posted any remarks and only ever contributed advertorials and promotional blogs for this one product. That is red flag#1.

Re: 4 Ways to Avoid Institutional Memory Loss When Key Employees Leave

#10

I believe the number one problem you will run into is what happens to every wiki in the world. Knowledge goes stale and discovery is hard. Especially when you don't know what to look for. Making content is never the answer to passing on institutional knowledge. This problem was actually solved very effectively a long time ago by trade unions such as the masons. Start by having an apprenticeship program. Shore up any…

I don't disagree with your main point, and I think the apprenticeship model could work wonders in many tech environments. Harder to implement when you have a very migrant worker population, even at normal rates of turnover.

There is however some merit to writing down details to critical or seldom-used processes in a communally-accessed place such as a wiki. Keeping it up to date and having someone review it regularly has to be part of the process.

Post reply on HN