Skip to main content
Back to homepage
Illustrative sample evidence packet

See the evidence behind a technical hiring recommendation.

This illustrative packet shows what a hiring team inspects after an async DevEval screen: executable results, AI judgment, replay context, integrity signals, candidate-safe shareback, and a human next step.

What reviewers inspect

Evidence stays attached to the decision.

DevEval does not ask reviewers to trust a single score. Each signal links back to the work, the failure mode, and the reviewer action.

Deterministic results

Executable test evidence

The candidate solved the core task and exposed the failing edge cases that should drive follow-up.

Merge sorted streams
8 / 8 tests passed
Async result cache
4 / 6 tests passed
Failed cases
duplicate key eviction, empty fallback response

Reviewing AI output

AI Critique signal

The candidate caught three of four issues in the AI-generated code and explained the risk clearly.

Caught
race condition, stale dependency, missing null guard
Missed
one pagination boundary bug
False alarms
None; accepted the correct implementation
Judgment quality
Catches real issues without false alarms; flags uncertainty where it matters
Reviewer note
Strong critique quality, but live probe should revisit pagination reasoning

AI-era workflow

Prompting and verification

Prompts asked for constraints, tests, and failure modes instead of asking the model to write code blindly.

Prompt quality
91 / 100
Verification behavior
Added local tests before final answer
Risk
Occasionally accepted model wording before simplifying it

Reviewable events

Integrity context

The report shows session context without turning surveillance into an automatic hiring decision.

Tab visibility
No focus-loss events
Paste events
2 short snippets into comments
Scoring policy
No face, voice, emotion, or personality scoring
Candidate shareback

Useful feedback without exposing internal evidence.

After a final hiring decision, teams can deliberately release a private, score-free Candidate Growth Report while keeping rubric evidence and selection reasoning inside the hiring workspace.

Private Growth Report

Human reviewed before release

Candidate-safe

Avery gets practical coaching on what went well, what to improve, and how to practice the same skill. Scores, rankings, hiring outcomes, integrity signals, and reviewer notes stay private to the hiring team.

Shared with candidate

  • Strengths demonstrated in the screen
  • Highest-leverage skills to improve next
  • A focused practice plan for similar AI-era work
  • A transparent note about what was and was not analyzed

Kept internal

  • Reviewer notes and panel reasoning
  • Integrity event context
  • Detailed rubric review
  • Hiring decision history
Replay summary

A reviewer can replay the work path.

00:00

Started frontend screen

Read instructions and opened starter tests.

06:40

First implementation passed base cases

Merged arrays correctly for sorted positive inputs.

18:12

AI Critique task submitted

Flagged race condition and missing null guard.

31:05

Regression run failed two edge cases

Duplicate key eviction and empty fallback response remained.

38:44

Final answer submitted

Added time complexity and named the unresolved risk.

Live validation

The report names the next probe.

Example reviewer next step

A reviewer can advance the candidate to focused live validation instead of repeating the async screen.

  • Ask the candidate to debug the duplicate-key eviction failure without AI assistance.
  • Probe how they decide when model-generated pagination code is trustworthy.
  • Have them write one failing test for the empty fallback response before editing code.

Decision owner

Human reviewer

Score use

Evidence summary

Risk flag

Boundary case