On on-boarding permalink

“On-boarding” is defined as the actions required of an organization and newly-hired individual to get that individual to contribute to their potential. When evaluating the ability of an organization to on-boarding an individual, there are two key metrics to focus on: time to first contribution and personal velocity.

Time to first contribution

Time to first contribution is the measurement from an individual’s start date until a change they have made to code is deployed to production. In general, the shorter this time period is, the better. 

Tracking this measurement helps shake out issues with:

This measurement must be taken from the individual’s start date. Waiting until corporate on-boarding is complete introduces opportunity to fudge the numbers.

Companies such as Etsy require their engineers to deploy and revert a fix on their first day. This instills in their new hires an expectation of deploying often without fear and enables their team to move quickly when introducing new value and recovering from mistakes.

The measurement can be influenced by the complexity of the individual’s first task. Adding a large functional change to a core feature is risky and therefore should be treated with more care which, in turn, slows down the overall software development lifecycle. Since the intent of this measurement is to evaluate and introduce the individual to everything required to make a change, I regularly encourage my new hires to make an inconsequential change such as introducing a new log statement, adding a test, or even making an empty commit and going through the change management process.

This measurement shouldn’t just be captured for new hires. Lead time to production is an important metric for a company’s agility (and therefore ability to outpace the competition).

Personal velocity

Personal velocity captures the level at which an individual can contribute value and their growth.  In general, this should increase rapidly at the start of an individual’s tenure as they ramp up on an organization.  Once an individual has established a baseline velocity, it can be used to measure growth over time as the individual starts to own and complete increasingly complex tasks and/or more simple tasks. 

This metric is also easily “gamed.”  Since we rely our our team members to evaluate the complexity of an issue, and individual can artificially inflate the complexity of a task, pushing up their velocity.  This natural human tendency can be offset by calculating personal velocity over task count over time.  This encourages folks to work on more complex tasks or to “kill two birds with one stone” (solve for multiple problems with one task).

Other on-boarding focuses

It is common for companies to focus on things like “improving on-boarding documentation” or a subjective self-assessment of the on-boarding process (usually performed by new hires).  These are both very valuable things to have at your company, but will likely be addressed by tracking and improving the measurements above. Therefore, they should not be the primary focus of your organization.

On-boarding documentation

What is “good” on-boarding documentation?  Good documentation is hard to measure and, more importantly, difficult to maintain.  The point of “good documentation” is to reduce the time to first contribution which is more easily measurable. 

If the focus is “good documentation,” keep the documentation to a minimum:

Self-assessments

Similarly, people use self-reported assessments to evaluate their organization’s on-boarding process. But there are a number of issues with reviews that this use-case is particularly susceptible to:

Some larger companies in which on-boarding happens much more frequently might be able to compile a large enough sample size for these reviews to be statistically valuable. But even then, you must make a decision to either create a restrictive survey to keep responses focused which introduces surveyor bias at the start of the process and might miss out on valuable information not being tested for, or you leave the review open which becomes hard to reliably measure.


© 2023