Handover.ai – Knowledge transfer made easy
handover.ai
Handover.ai – Knowledge transfer made easy
1–10 of 51 posts
Re: Handover.ai – Knowledge transfer made easy
#2Re: Handover.ai – Knowledge transfer made easy
#3Re: Handover.ai – Knowledge transfer made easy
#4Re: Handover.ai – Knowledge transfer made easy
#5Re: Handover.ai – Knowledge transfer made easy
#6My most recent example...
A software engineer had given notice, while finishing solo marathon coding on a complicated big new thing that I think no one else had yet seen.
So I (as the new principal engineer, knowing we need a huge brain dump before the info disappears forever) scheduled some of the engineer's remaining time as top-priority, kept on them as their final-week marathon schedule kept shifting, and then recorded interviewing them with a screenshare.
Some of the things I asked could've been scripted questions, like starting with what is the purpose, where is the code, how to I get it all, how do I run it.
Then, scripted questions could ask about walking through the UI, or walking through the major parts.
But pretty quickly, I had to be asking questions that weren't just going through the usual motions, but reflected concerns specific to what was being said, as well as things that I thought were the top priority to understand.
I don't think an "AI" solution that is mostly LLM would have the insights that I did. It would be mostly scripted questions, maybe trying to get a sense of how much needs to be said about each thing in a template, and maybe mimicking things real software engineers have said in the past... but not handling well anything unusual.
Also, human rapport might get better information, or may even get the person to do it at all. Although I was new there, I was a fellow human, with whom the somewhat disgruntled employee had no grievance, and I was asking them to help me out, and investing in it myself. Not HR pointing them at an uncanny-valley robo-debriefer program that the company paid for, as a termination checklist item, and a ritual to perform their way through.
Also, if you have a rapport and some trust, and stop recording, and ask them something off-the-record, they just might tell you things candidly that are important to know, but that they're not going to tell to an app video recording that goes who knows where. And if you can get the candid OTR, those might lead to additional important information that you can officially capture.
Re: Handover.ai – Knowledge transfer made easy
#7Re: Handover.ai – Knowledge transfer made easy
#8A direct result of technical staff leaving is the loss of siloed knowledge, instead of trying to address it at the final juncture, my opinion is that this type of knowledge should be proactively documented and shared with the rest of the team as the domain expert learns/works on it. That way, they're around to mentor other members, reduces the bus factor and when said person leaves, the rest of the team naturally continues their work rather than spending time on ramp up tasks.
Re: Handover.ai – Knowledge transfer made easy
#9A better solution to this problem would be to improve detecting this problem so you can address it in its early stages instead of when it gets bad. One way of doing this is mandatory time off. I don’t recall who said it first, but time off is chaos monkey for people. It’s common in some industries for employees to be forced to take time off to intentionally cause their normal tasks to be performed without them. For instance, banks use it to detect fraud, because the same person doing the same task all the time can make it easy for them to cover crimes up.
If your team is stuck in a rut and the same person is always responsible for doing important tasks every time, this is a risk. If they took some time off, this would help you figure out what knowledge is centralised with them. Don’t put their tasks off and wait until they get back. Figure out how to do it without them. If you struggle, that’s a clear sign you’ll be in for pain when they eventually leave for good and shows you what knowledge they need to disperse.
Re: Handover.ai – Knowledge transfer made easy
#10I think this is a great idea for a product, but in my experience, the pain associated with handover is something that is earned over a long period of time. Knowledge starts to centralise in one person and they don’t do enough to disperse it. Maybe they are too busy, maybe they don’t value documentation, maybe it’s an oversight, there are lots of reasons. But that problem starts to build up and you only discover the f…