1The rules run first. If any rule triggers a block, the process stops. The transaction is declined and the models are never called. This keeps things fast for clear cut cases.
2All three models wake up at the same time. The pattern watcher looks for behavioral oddities. The reconstruction checker sees if the data compresses cleanly. The probability calculator produces its best estimate. Each works independently and none waits for the others.
3All the signals land in one place. The decision engine weighs the rules result, the three model scores, and a configurable set of thresholds. It produces a single answer: let it through, ask for more verification, or block it.