Skip to main content
The cookbook gives you ready-made setups for common situations. Each recipe shows exactly how to build one Role end to end — what to put in the Role, which Rounds to add, and which Interviewer runs each Round. If the three words still feel new, read How the pieces fit first. The one-liner:
A Role has Rounds; each Round is run by an Interviewer.

How to read a recipe

Every recipe follows the same shape, so once you’ve done one you can do any:
1

Build the Interviewers (once)

These are reusable. Build them once under Interviewers, then reuse them in this recipe and any future Role.
2

Create the Role

Name it after the job, paste the job description, and list the skills.
3

Add the Rounds

Add each Round in order, point it at an Interviewer, and set its pass mark.
4

Add people and go

Add participants (or share the apply link) and schedule. The AI runs the interviews and sends scorecards.
You can do all of this in the dashboard — no code. API snippets are included only for teams automating their pipeline.

Recipes

ServiceNow Engineer

One job, many flavors — ITOM, HRSD, or both — by mixing reusable module Interviewers into the right Rounds.

Backend Engineer

Screen → System Design → Coding, with a rising pass bar and human sign-off before the final.

Frontend Engineer

Screen → UI/JavaScript → Take-home review, tuned for component and accessibility depth.

Non-technical Roles

Customer Support and Sales — no coding, just a friendly screen and a realistic roleplay.

The pattern behind every recipe

The magic is reusable Interviewers. Build a small library of module experts once:
InterviewerWhat it’s good at
Friendly ScreenerWarm first-round filter — motivation, basics, communication
Platform FundamentalsCore platform/language knowledge
Module SpecialistA deep-dive expert (e.g. ITOM, HRSD, React, System Design)
Behavioral / FinalOwnership, collaboration, culture fit
Then each Role just composes the Rounds it needs from that library. Need a variant (ITOM-only vs ITOM + HRSD)? You add or drop a Round — you never rebuild the interviewer brains. That’s the whole idea, shown concretely in the ServiceNow recipe.
Last modified on June 30, 2026