Live data from Hacker News

Ask HN: Organizing company knowledge?

news.ycombinator.com

1–10 of 110 posts

Re: Ask HN: Organizing company knowledge?

#3
We use a gnarly WordPress install with a user permissions plugin.

I hate it, but it is the only thing we've found that meets all of our needs, isn't $500/mo+, and gives our mid level managers control.

We use it for everything from on-boarding, to training, to system documentation, to competitive intelligence documentation.

Sure we could build something custom, but overall it works and it's given the team leaders control over their "domain."

Re: Ask HN: Organizing company knowledge?

#4
I believe the general field of how you structure information is called "Information Architecture" - https://en.wikipedia.org/wiki/Information_architecture should provide some starting point, as will searching Amazon for books on the subject.

There are other strands of thought that may also be relevant. E.g. I think HR people often think about "workspace learning" or "training and development" (e.g. https://en.wikipedia.org/wiki/Association_for_Talent_Develop...).

And in the world of management there's the concept of a "learning organization": https://en.wikipedia.org/wiki/Learning_organization

(You will get a lot of answers involving tools. Tools are the last thing to think about.)

Re: Ask HN: Organizing company knowledge?

#5
I've found that the tool doesn't matter as much as the company culture. You need to foster a culture of documentation for EVERYTHING. It doesn't matter if you have the best tools in the world if nobody uses them.

Too often this falls by the wayside because documentation of processes and preserving institutional knowledge, while extremely important, isn't the type of work that gets recognized or rewarded.

If anyone can recommend a good way to align incentives here, I'd be very interested.

Re: Ask HN: Organizing company knowledge?

#6
I've been at two major companies and both used some form of Wiki or collaborative site. If any company had a good idea how to do this, everyone would be doing it that way by now. There are definitely still improvements that need to be made to existing platforms. For example, neither site had a great search engine.

Re: Ask HN: Organizing company knowledge?

#7
In my experience, something that already ties into your company's authentication platform can really simplify access-control problems.

For example, when I worked at a company that used Google Apps for Business for everything, I set up our documentation in a Google Sites Wiki. Now that I'm working somewhere that uses Microsoft for everything, I've set up a Sharepoint wiki.

In both cases, the tools wouldn't have been my first choice from a page-editing or layout standpoint, but the ease with which my less-technical co-workers can search and find information and process documents with their existing credentials has been key to encouraging broader use.

Re: Ask HN: Organizing company knowledge?

#8

I've found that the tool doesn't matter as much as the company culture. You need to foster a culture of documentation for EVERYTHING. It doesn't matter if you have the best tools in the world if nobody uses them. Too often this falls by the wayside because documentation of processes and preserving institutional knowledge, while extremely important, isn't the type of work that gets recognized or rewarded. If anyone ca…

If managers don't reward documentation, people won't do it. There's no magic "incentive alignment" wand, managers will either think of long term and reward maintenance work too, or will only reward shiny new work. You need topdown focus on long term sustainability of organization.

Re: Ask HN: Organizing company knowledge?

#9
I have used MediaWiki for unstructured information with additional extensions for structured data (Semantic MediaWiki or Cargo) with Page Forms Extension.

This is difficult and time-consuming to setup. But if you cann afford the effort, this gives you a very flexible system where you can decide what to store in a structured or unstructured manner. Structured data can of course be queried, aggregated, vizualized etc. Together with the Page Forms extension this can replace many Excel Spreadsheets and MS Access solutions.

If you really know what you're doing, you can even do moderately complex CRUD Applications. But then you really need to know your way around several extensions and of course wikitext.

For simpler use-cases I've also used Drupal. For this use case it's not as flexible as MediaWiki, but you can do a lot through the GUI and build custom Forms / Views.

Re: Ask HN: Organizing company knowledge?

#10
post #4

I believe the general field of how you structure information is called "Information Architecture" - https://en.wikipedia.org/wiki/Information_architecture should provide some starting point, as will searching Amazon for books on the subject. There are other strands of thought that may also be relevant. E.g. I think HR people often think about "workspace learning" or "training and development" (e.g. https://en.wikiped…

IA is part of it, but the I would say the broader term for the field is "Knowledge Management".

https://en.wikipedia.org/wiki/Knowledge_management

Also related is the field of "Organizational Learning".

https://en.wikipedia.org/wiki/Organizational_learning

It's a huge topic, and would be hard to do justice to in a HN post.

There are a lot of good books on the topic. A few I'd recommend include:

https://www.amazon.com/Handbook-Organizational-Learning-Know...

https://www.amazon.com/Wellsprings-Knowledge-Building-Sustai...

https://www.amazon.com/Winning-Knowledge-Transfer-Michael-En...

https://www.amazon.com/Only-Knew-What-Know-Knowledge/dp/1451...

https://www.amazon.com/New-Edge-Knowledge-Management-Changin...

https://www.amazon.com/Fifth-Discipline-Practice-Learning-Or...

Post reply on HN