AI Agents in Employee Onboarding: Where It Breaks
Same fifteen steps every hire, run manually every time.
The loop, as it actually runs
- Offer accepted
- paperwork issued
- accounts provisioned
- equipment ordered
- training scheduled
- first-week check-ins
Where it breaks
Not in the steps. In the joins between them:
- Each system is updated by hand and they drift apart
- Paperwork chasing is manual
- Access provisioning is inconsistent
- Nothing verifies the checklist was actually completed
What that actually costs
The direct cost is fifteen manual steps per hire. The real cost is the first day that does not work — the account that was not provisioned, the equipment that was not ordered, the training that was not scheduled — because it happens exactly once per employee and it happens at the moment they are forming their view of the company. You cannot re-run someone's first day. This is one of the few processes where the failure is unrecoverable rather than merely expensive, which is a good argument for making it deterministic.
What we would build first
Account and access provisioning goes first, because it is the step with the sharpest failure and the clearest rules. Who gets access to what, by role, is either written down or it is a security problem you already have — so building this forces a useful conversation. It is also the step most likely to be inconsistent today, since it involves several systems and several people, and inconsistent access provisioning is how former employees keep their logins.
It runs inside BambooHR, Gusto, Google Drive, Slack, Google Calendar — the tools already in use.
How this one goes wrong
An onboarding agent that provisions access will, sooner or later, provision it from a stale role definition, and over-provisioning is silent in a way under-provisioning is not. Nobody files a ticket saying they can see too much. The guard is that access grants are generated from a role-to-system map that is reviewed on a schedule rather than inherited from whatever the last similar hire received, that anything outside the map requires a named approver, and that the agent produces a monthly report of what it granted. Copying the last person's permissions is how access creep begins.
The individual jobs inside this loop — what starts each one and where it has to hand back to a person — are covered under admin & contracts.
Where it lands hardest: staffing & recruiting agencies. That page carries the sector’s own economics — the three roles that absorb the work, and the season that decides when a build can start.
In most companies this work sits with HR specialists, HR assistants, payroll clerks, office managers and benefits administrators. Each of those pages carries the wage arithmetic for that role, and says plainly where the numbers do not justify the spend.