Review and Improve Predictions

A Nyckel prediction endpoint gets more accurate as you provide feedback. Every correction you make becomes a training example that improves the model.

Every correction flows back through the same Input → Prediction → Review → Improved-endpoint cycle described in The feedback loop. This page focuses on the human side of that cycle: where to do the reviewing, and how to spend that review time well.

Reviewing predictions in the console

  1. Open your function in the Nyckel console.
  2. Go to the Review tab. It holds the predictions invoke capture selected from recent traffic — the ones most worth your review time.
  3. For each prediction, confirm it or correct the label if it was wrong.
  4. Nyckel retrains automatically after you save corrections.

Feeding back outcomes from your application

The Review tab is the recommended workflow: Nyckel manages the active learning for you, deciding which predictions deserve your attention. For most teams, that queue plus a few minutes of review per day is the whole improvement process.

If your application learns true labels on its own — a user hits “this is wrong”, an agent resolves and tags a ticket — you can also submit those outcomes as labeled samples through the API and manage sample selection yourself. That more technical path is covered in Build a feedback loop.

Using confidence scores to prioritize review

Not all predictions need review. Focus your effort where the model is least certain.

See Confidence scores and thresholds for a detailed discussion.

NoteYou do not need to review every prediction. Even a small percentage of corrected examples can meaningfully improve accuracy over time.