An employee handbook is only as trustworthy as the rules behind it. A generic template might read well, but if it misses your state's sick-leave law or your country's final-pay timing, it quietly leaves you exposed — and most owners never find out until it matters.
For a while, we leaned on AI plus a live web search to work out which rules applied every time someone generated a handbook. It was flexible, but it had a fundamental flaw: the same business could get different answers on different days. So we built something sturdier — a curated employment-rules database that deterministically decides which policies apply to your business, and lets the AI write from real rules instead of guessing at them.
Not legal advice
The rules database is planning guidance, not legal advice. Every rule links to an official government source so you can verify it, and you should still have employment counsel review your handbook before publishing. This post explains why we built it and how it works — see the story behind location-aware planning for the earlier chapter.
Handbook compliance is genuinely hard because the rules are conditional. Whether a policy applies to you depends on where you operate, how many people you employ, and sometimes what industry you're in. Asking a language model to reason through all of that, live, on every generation, created three recurring problems:
This is the same class of reliability problem we wrote about in ChatGPT vs employee handbook software: raw generation is fast and confident, but confidence isn't compliance.
Most content an AI writes is judged on whether it reads well. Employment rules are judged on whether they're correct for a specific business — a much higher bar:
The key insight
Deciding which rules apply is a structured lookup — it should be deterministic code, not a creative task. Writing the policy prose is a language task. We had been asking the AI to do both; splitting them is what made the whole thing reliable.
Three reasons drove the decision to make a curated database the source of truth:
Given your country, state, employee count, and industry, the same set of rules comes back every time. No randomness, no "it depends on the day." Two identical businesses get identical coverage.
Each rule is researched from an official government source and stored with that citation. The rules are reviewed the way code is — through our own vetting before they ever reach a customer's handbook — rather than re-derived on the fly from whatever a search returned.
The AI still writes the policy — but now it writes from the matched rules instead of inventing them. That keeps the language natural and on-brand while the substance comes from a vetted, cited rule. Web search becomes a supplement for genuine gaps and freshness, not the primary engine.
When you generate or update a handbook, HandbookHub resolves the rules that apply before the AI writes a word:
Because your handbook's outline and state addendums are assembled from these rules, they reflect your real situation — not a one-size-fits-all template. Setting your location, size, and industry during onboarding is what powers the match, so it's worth getting those right.
A rules database is only useful if it stays fresh, so maintenance runs continuously in the background:
Nothing goes live unreviewed
Anything the automated research turns up is stored as pending review and is invisible to handbook generation until a human promotes it. The engine never writes your handbook from a rule a person hasn't signed off on. Keeping a handbook accurate over time is a discipline in itself — see our guide on how to maintain an employee handbook.
| Before | With the rules database |
|---|---|
| AI + live search decides which rules apply each time | Deterministic lookup by country, region, headcount, industry |
| Same business can get different answers day to day | Identical businesses get identical, repeatable coverage |
| Claims often lack a checkable citation | Every rule carries an official government source |
| AI invents policy substance | AI writes prose from a vetted rule |
The database launches with US federal rules and US state rules seeded from our researched US state handbook guides, with Australia and India regions supported and more jurisdictions being added over time. Each state guide — like our California employee handbook page — is the canonical source for that state's rules, so the page you can read and the rules that build your handbook stay in sync.
The rules engine sits underneath the features you already use:
Together, that's the goal: substance from a vetted, cited rules database, and wording from AI you control.
No. It's planning guidance to help your handbook cover the right topics for your location, headcount, and industry. Every rule links to an official government source so you can verify it, and you should still have employment counsel review your handbook before publishing.
US federal rules plus US states, with Australia and India regions supported and more being added over time. Rules are matched to your country, region, employee count, and industry, so you only see policies that actually apply to your business.
Background jobs continuously research new jurisdictions, look for new policies in places we already cover, and flag rules that may have changed or been repealed. Anything the automated research discovers is held for human review and only goes live after a person promotes it — the handbook never generates from unreviewed rules.
Compliance shouldn't come down to how a search happened to go on a given afternoon. We built the employment-rules database so the substance of your handbook rests on vetted, cited rules — and the AI does what it's genuinely good at: turning those rules into clear policy your team can read.
Founder at HandbookHub
Alex has been building software tools for over 10 years. He founded HandbookHub to help companies create, manage, and search employee handbooks without the usual weeks of manual work.
HandbookHub matches vetted, cited rules to your location, size, and industry
Generate a handbook whose state and country policies come from a curated employment-rules database — deterministic, source-backed, and kept current.