The Curse of Knowledge
22 points by damethos 10 months ago | 5 comments- nuancebydefault 10 months agoI believe in organizations, the fact that people who have knowledge are more often than not, pretty bad teachers, is much more impeding efficiency and progress than people not being interested to learn.
Maybe teaching should be something thought at school, even if the goal is not working for academia?
- dimal 10 months agoI’m obsessed with The Curse of Knowledge. I see it everywhere, especially in tech. It’s the reason why so much code is impossible to understand, why documentation is terrible, why users don’t understand how to use your app. Person A assumes that Person B understands the same things that Person A does, but they don’t, and confusion ensues, and even worse, people are usually blind to the misunderstanding.
- OnlyMortal 10 months agoUsers don’t understand your app as it’s not been built using workflows an end user follows.
As for code not being understandable, that’s just poor coding in a team.
- OnlyMortal 10 months ago
- fsflover 10 months ago
- OutOfHere 10 months agoThis is why teaching should be left to AI to do, as it can adapt to the learner. That's not to say that a human cannot adapt, but the average human cannot, whereas the average AI can.