AI Dispatch puts an AI reviewer inside the tools dispatchers already use. DELLIUX built a browser copilot that scans moving-company job records and flags pricing and scope issues in real time.
The challenge
A moving company’s revenue leaks through small mistakes on every job — a missing material charge, an un-billed flight of stairs, the wrong valuation. Catching them meant a human re-checking every record against a long list of rules. They needed that review to happen automatically, in place, without switching systems.
What we built
We built the reviewer directly into the dispatch workflow:
- A Chrome extension that injects a Job Copilot sidebar into the existing dispatch system
- Automatic scanning of the open job against the company’s review rules
- Severity-coded flag cards (critical, warning, OK) for missing charges, packing, stairs, parking, valuation type and special items
- Manual add-flag and re-scan controls
- One-click export of flags
- Python preprocessors and proposal generation behind the scenes
The stack
A Manifest V3 Chrome extension — content script, injected UI and toolbar popup — with Python preprocessing behind it.
The outcome
Dispatchers see issues the moment they open a job — right next to the record, colour-coded by severity — turning a slow manual audit into an automatic, always-on check that protects margin.