Automating the back-office: which workflows to hand to rules first
· sixteen87 Team · 5 min read

Not every task should be automated on day one. These are the workflows where rules pay back fastest, and the ones that should stay with people for now.
Every operations team has a list of tasks it would rather not do by hand. The temptation is to automate the list from the top. In practice the best candidates are not the most tedious tasks but the ones with a clear rule, a low cost of being wrong and an easy path to a human when the rule does not apply.
Start with withdrawals under a threshold
The single highest-value automation is approving small withdrawals for verified players automatically. The rule is easy to state: verified identity, no open risk flags, method matches a previous deposit, amount under a threshold set per method and tier. The cost of a false approval is bounded by the threshold. Everything else drops into a queue with the reason attached, so reviewers spend their time on the cases that need judgement.
Then scheduled changes
Campaign activation, lobby rail changes and boosted-odds windows are all date-driven. Handing them to a scheduler removes the late-night edits and the Monday-morning surprises. The key is a preview: the person scheduling the change should see exactly what will go live and when, and be able to cancel it up to the moment it runs.
Pattern flags, not pattern decisions
Rules are excellent at noticing: several accounts sharing a device, deposits that bounce between methods, bonus claims that arrive in a burst. Rules are poor at deciding what those patterns mean. Automate the noticing. Open a review item with the evidence attached and let a person decide, at least until the team has enough history to trust a rule with a narrow action such as a temporary hold.
Keep with people, for now
- Closing accounts and applying self-exclusions requested through support
- Large wallet adjustments and goodwill credits
- Anything that changes a permission or a role
- Communications to a player about a risk decision
Whatever is automated, the audit trail should read the same as a manual action: who or what acted, when, on which record, with which reason. In the sixteen87 Command Centre a rule is an actor like any other, so a report on withdrawal approvals shows people and rules side by side and the compliance team can see at a glance how much of the flow is running on its own.
Written by the sixteen87 Team.

