How to Measure New Hire Understanding with AI Onboarding

Illustration of a branching path leading to a check mark or a warning with a magnifying glass inspecting the choice

An AI onboarding assessment fails when it rewards page views, confident wording, or a guessed multiple-choice answer. Those signals show activity, not understanding. A new hire may finish every assigned item and still apply the wrong expense rule, use an outdated support workflow, or miss the point at which a manager must approve an action. The better test is a short, source-backed scenario that asks the employee to make a realistic decision, explain which internal source governs it, and recognize when the case needs human confirmation. This guide shows how to build that loop without turning onboarding into surveillance or a generic quiz.

Completion is not comprehension

Most onboarding systems can record whether someone opened a page, watched a lesson, or checked a task. Kipwise's new hire onboarding workflow combines assigned reading with searchable company knowledge and progress tracking. That records delivery and completion, but it does not prove that the employee can use the material correctly when the situation changes.

The distinction matters because onboarding knowledge is operational. A support agent must choose the right escalation route. A manager must know which leave policy applies. An engineer must recognize when a production change requires review. Recall questions such as "What is the travel limit?" test a fact in isolation. A scenario such as "A customer asks for a refund outside the standard window; what do you do next and which source supports that action?" tests application, source selection, and uncertainty.

Treat the company brain as a retrieval and coaching layer, not the final judge. The assessment should retrieve approved material, construct or select a bounded scenario, compare the response with explicit criteria, and send uncertain or consequential results to a person. This follows the risk-oriented pattern in the NIST AI Risk Management Framework: map the context, measure behavior, manage the identified risk, and govern the process around it.

Define what the employee must be able to do

Start with tasks, not topics. "Understands security" is too vague to assess. "Can identify a suspicious access request and route it to the security team without sharing credentials" is observable.

For each role, choose five to ten decisions that matter during the first month. Use three filters:

  1. The decision occurs often enough to practice.
  2. A wrong choice causes delay, rework, customer harm, or compliance risk.
  3. The correct action is supported by an owned internal source.

Write one capability statement for each decision. Use the form: "Given this situation, the employee can choose the correct next action, cite the governing source, and state when to escalate." This prevents the assessment from drifting into trivia.

The GitLab onboarding handbook is a useful practitioner example because it makes tasks, owners, buddies, access requests, and role-specific support visible. Your assessment model should preserve those human routes. If the expected response is "ask the onboarding buddy" or "request access from the named owner," that can be a correct outcome. The system should not force an artificial automated answer.

Classify each capability by consequence:

  • Low consequence: navigation, terminology, and reversible workflow choices.
  • Moderate consequence: customer handling, internal approvals, or actions that create rework.
  • High consequence: pay, benefits, safety, privacy, security, legal obligations, or production access.

Let AI give immediate coaching for low-consequence items. Require human review for failed or ambiguous high-consequence items. This is a decision rule, not a claim that a model can reliably grade every domain.

Build scenarios from governed sources

Every scenario needs a source owner, source version, scope, and review date. Do not ask a model to create quizzes from an unbounded search across the whole wiki. That approach can mix old and current procedures or create a question whose expected answer is not actually documented.

Use this sequence:

  1. Select one approved source and one capability.
  2. Extract the decision, prerequisites, exceptions, and escalation path.
  3. Draft a realistic situation with only the context required to decide.
  4. Record the acceptable actions and required evidence.
  5. Have the source owner approve the scenario before assignment.
  6. Retire or regenerate the scenario when the governing source changes.

A compact assessment object can look like this:

{
  "capability_id": "support-refund-exception",
  "role": "support-agent",
  "source_id": "refund-policy",
  "source_version": "2026-07-12",
  "scenario": "A customer requests a refund after the normal window because the service was unavailable.",
  "required_actions": [
    "check the documented exception conditions",
    "route approval to the named owner"
  ],
  "required_evidence": ["refund-policy"],
  "consequence": "moderate",
  "human_review_on": ["unsupported source", "uncertain decision"]
}

Keep the expected response separate from the generated scenario. The model may phrase the situation, but the source owner defines what counts as an acceptable action. Store the source identifier rather than copying a policy paragraph into the grading prompt forever. At assessment time, retrieve the current approved version and block the item if the expected criteria no longer match it.

Evaluate reasoning without pretending it is a perfect score

A useful rubric checks several independent parts of the response:

  • Decision: Did the employee choose an allowed next action?
  • Evidence: Did the employee identify the governing source?
  • Scope: Did the employee notice role, location, date, or approval conditions?
  • Escalation: Did the employee recognize uncertainty or a required human decision?
  • Explanation: Can the employee explain the choice in plain language?

Do not collapse these into an unexplained model score. Return a structured result such as supported, partially_supported, unsupported, or needs_review, with a reason for each rubric item. A partially supported answer might choose the right action but cite the wrong page. That is a retrieval habit to correct, not the same failure as choosing an unsafe action.

Give the employee a chance to inspect the source and retry. The point is to close a knowledge gap, not catch someone out. A good correction says: "Your action matches the policy, but this case requires approval from the regional owner. Review the exception section and try again." A bad correction says: "Incorrect, score 60%."

An AI onboarding assessment can do more than a static quiz here. It can retrieve the relevant passage, explain the missing condition, and present a changed scenario that tests whether the employee can transfer the rule. It must still refuse to invent an answer when the source is absent or contradictory.

Record learning events with a small, useful schema

Keep the event record narrow. The xAPI overview describes learning records through an actor, verb, and object structure. You do not have to adopt a particular platform to use that design principle. Record who attempted which governed capability, what happened, and which source version supported the result.

Useful fields include:

  • Employee or pseudonymous learner identifier
  • Capability and scenario identifiers
  • Attempt time and outcome category
  • Source identifier and version
  • Rubric results
  • Whether corrective material was shown
  • Whether a human review was opened and resolved

Avoid storing unrestricted chat transcripts by default. The scenario, structured response assessment, and outcome are often enough to improve onboarding. Free-text answers may contain personal or sensitive context. Decide who can view them, why they are retained, and when they are deleted before launch.

Microsoft presents Viva Learning as a way to bring learning content and development activity into the employee workflow. The practical lesson is to keep assessment close to work. Trigger a short scenario after the employee reads a critical procedure or before they perform the related task, rather than saving all checks for a large final exam.

Use results to improve sources and support

Individual outcomes need privacy and care. Aggregate patterns can improve the company brain. If many new hires miss the same prerequisite, first inspect the source and scenario. The problem may be unclear documentation, poor retrieval, or an ambiguous expected answer rather than employee performance.

Route each recurring gap to one owner:

  • Knowledge owner for unclear or missing source content
  • Onboarding owner for bad sequencing or excessive cognitive load
  • System owner for retrieval or citation failures
  • Hiring manager or buddy for role context and coaching

Set a minimum sample before treating a pattern as meaningful. Never rank employees publicly or compare teams from tiny cohorts. Assessment data should answer operational questions: Which capability is unclear? Which source creates confusion? Where is human coaching needed? It should not become a hidden performance score.

Handle predictable failure modes

A sound design plans for failure before the first employee sees a scenario.

The source changed after approval

Block the item when its recorded source version differs from the current approved version. Ask the owner to revalidate the scenario and rubric. Do not grade against stale copied text.

The model accepts persuasive nonsense

Require the decision and source to satisfy deterministic criteria before using model feedback. Send responses outside the allowed actions to review. Confidence in writing style is not evidence of correctness.

The employee guesses the expected answer

Vary details that affect scope, prerequisites, and escalation. Do not merely reword the same prompt. A second scenario should require transfer of the rule to a new case.

The documentation cannot support an answer

Mark the item needs_review, stop automated grading, and create a knowledge-gap task. Missing evidence is a system defect. It is not a failed employee.

A high-consequence answer is ambiguous

Do not average rubric points and pass it. Route the response, cited source, scenario, and specific ambiguity to the accountable person. Record the resolution and update the scenario only after the governing source is clear.

Verify the assessment before rollout

Pilot the assessment with a small group that includes a role expert, a recent hire, and the people who handle escalations. Ask them to complete each scenario while the team observes where the system retrieves, grades, and explains incorrectly.

Before release, verify that:

  • Every scenario maps to one owned capability and approved source.
  • Every expected action appears in the current source.
  • Exceptions and escalation routes are represented.
  • A source change blocks stale grading.
  • Unsupported answers do not receive a passing result.
  • High-consequence ambiguity always reaches a person.
  • Corrective feedback links to the relevant source section.
  • Event records contain only the fields the program needs.
  • Employees can challenge a result and receive a human explanation.
  • Aggregate reports identify content gaps without exposing unnecessary individual detail.

Track three operational measures after launch: the share of items that require human review, the share of retries that become supported after corrective retrieval, and the recurring gaps assigned to a source owner. These measures tell you whether the loop is usable. They are not proof of job performance or business impact.

Make the first assessment small

Choose one role and one moderate-consequence workflow. Define three capabilities, build one scenario for each, and have the source owner approve the expected actions. Run the pilot, inspect every result manually, and fix the sources before adding more scenarios.

That narrow start closes the gap left by completion tracking. It shows whether a new hire can apply company knowledge, cite the right source, and seek help at the correct boundary. Only expand the AI onboarding assessment after that loop works end to end.

References

Want a better team wiki?
Try Kipwise - integrated with your favorite everyday tools