Next Steps

You’ve created a classification function, defined labels, invoked predictions, and set up a review workflow that trains a private model on your data. That’s the full happy path. From here, the work is mostly about deepening — using confidence well, wiring feedback in from your application, and building the function into a real production integration.

Use confidence well

The single highest-leverage change you can make once the function is live is using the confidence score deliberately:

The full guide: Tuning Confidence Thresholds.

Build a feedback loop from your application

The review queue is one source of training data. The other — usually larger over time — is feedback from your own application. Whenever a user, support agent, or downstream process disagrees with a prediction, pipe that signal into Nyckel via the annotation API.

The full guide: Build a Feedback Loop.

Plan for production

A few things worth thinking about before you ship:

The full guide: Production Integration Patterns.

Improve accuracy over time

The function is never “done.” Accuracy improvements come from:

The full guide: Improve accuracy over time.

Go deeper on the platform

Or try another function type