Core ML · 6 models available

Run a decision model on device with Core ML

Core ML puts the model on the Neural Engine, so the decision happens on the phone or the laptop and nothing leaves it. The strongest privacy story in the category.

How to run it

  1. Download the .mlpackage

    Core ML repositories ship a compiled package rather than raw weights.

  2. Load it with coremltools or Swift

    On device, the Neural Engine handles the forward pass and the model never touches the network.

    pip install coremltools
  3. This is the strongest privacy position available

    If the decision happens on the phone, there is no payload to log, no region to choose and no processor agreement to sign. For regulated inputs that can matter more than accuracy.

Find out what your data actually supports

We turn your historical decisions into a frozen test set, then tell you which model, which threshold, and how much of it you can safely automate.