Friday, August 6, 2021

Remote/Hybrid working: skills aren't new but they need to be refined

 

     One of my sons just unsuccessfully completed a year at college which shifted their curriculum from in-person to online. (They shifted ALL responsibility for success to the student -- difficult for any student but, for our student on the autistic spectrum, it was a disaster.) Another son (different college) did OK -- but hit snags (how do you do an astronomy lab course from home?). Our third younger son repeated a course FOUR times because the department was so concerned about potential cheating that they decided that teaching and learning was unimportant. (How can anyone learn if they are not told what they have gotten right or wrong?)

     The above three personal examples (all real -- not theoretical examples) directly pertain to the problems associated with a transition to remote/hybrid jobs. The first is associated with proactive versus passive communication. The second indicates that remote/hybrid work may require additional equipment/infrastructure. The third is an example of how fear of the employee not doing their job properly can actually sabotage the work.

     While I do not consider myself an "expert" in any area, I have had 24 years of experience working and managing remote work. Three years were as a remote employee, 20 years were as a remote executive (VP of Engineering) working within an all-remote (telecommuting) company, and one year as a manager during enforced remote work during this pandemic. My experiences may be of benefit to others.

     Remote work does not require any different skills than that of in-person work. It does require different application of those skills. It also may require duplication/enhancement of infrastructure to allow in-office work to be done remotely. The primary reorientation of skills is that tasks that used to be passively collaborative must shift to proactively collaborative AND self-determined.

     What would be an example of passive collaboration? The "water cooler" is a great example. Off-task casual exchange of information sometimes leads to great ideas as well as getting "unstuck" from problems that may be happening within the group or for an individual. Another is "walking the aisles" -- poking a nose (managers or fellow peers) in to cubicles to see what is happening, how things are going, and discuss any obstacles that need to be overcome.

     All of the passive collaboration needs to be shifted to proactive collaboration. This is useful in an in-office environment also -- people were just able to "get away with" not doing it when they encountered each other face-to-face on a regular basis. While not a new skill, not everyone is good at it as it requires active participation from both sides. One side has to check, the other side has to ask and be able to receive. All can be learned -- but it's a lot easier to describe it than to do it.

     I call out three areas that need to be refined/improved. (I make no claims that this list is exhaustive.) As I said earlier, all of these skills are very useful in a "regular" work environment -- they become a necessity when working remotely (hybrid, of course, is a mixture of remote and in-office so I am concentrating on remote needs). These are:

  1. Communication: As mentioned above, you cannot get away with passive communication. If you want to know something, you have to ask. If you need something, you have to ask. Regular, prescheduled, checkin points are important -- but keep them short and only as needed. Three 20 minute remote sessions are more effective than one hour-long session. Stay focused.

    Include informal sessions. "Water cooler" talk. Some may be managed team members only. Others may include managers and above.

    Feedback. No surprises. Minimum of quarterly, short, feedback sessions on how the team member is perceived and possible discussion thereof.

  2. Requirements/specifications:
    Clearly agree on -- have a written version -- expectations. How will the team member be evaluated?

    For projects/assignments:
    Agree on acceptance criteria. In the case of Agile/SCRUM, this is per User Story.

  3. Checkpoints:
    Trust will make or break a remote arrangement. But, until points 1 and 2 are agreed upon and everyone is following through as agreed, it is very useful to have checkpoints. (Once again, an Agile environment will have this built-in.)

    Experience includes overall work experience and experience working remotely. The less experience, the smaller the granularity of checkpoints needed. Perhaps agreed upon checkpoints (defined as demonstrable progress towards goal) every two weeks for someone with very little experience. Perhaps at the 1/3, 2/3, and final point for someone with moderate experience. Very experienced people may need no checkpoints.

     The process of working remote -- or managing remotely can cause anxiety. I won't say that anxiety, or any reaction, is unreasonable. All feelings are legitimate. You feel the way you feel.

     This blog only addresses work aspects. Working remote has personal aspects that must be addressed -- but there is no "one size fits all" situation and I am not trying to address them here. These needs are real. Communication is key both between workers and within the in-office and remote environment.

     The needs are not new. You have the same end goals. You have the same processes. You have the same needs for training and communication. The differences are primarily that of perspective, practice, and implementation.

Interrupt Driven: Design and Alternatives

       It should not be surprising that there are many aspects of computer architecture which mirror how humans think and behave. Humans des...