What Nyckel does
Your application doesn't need a paragraph. It needs a decision.
Generative AI writes things. Applications need something narrower and harder: the same call, made correctly, a million times, with a number attached telling you how much to trust it.
Two different jobs
Generating and deciding are not the same task.
They get lumped together as "AI," but they're judged by different standards and they fail in different ways.
There's no answer key to score it against, because one can't exist.
Every prediction can be marked right or wrong — which is what makes accuracy a number rather than an impression.
Nyckel builds the second kind. That's the whole product.
Recognizing the shape
You're looking at a discriminative problem when…
Start with what you have
A generalist model can absolutely do this. Start there.
The interesting question isn't whether a generalist model can classify. It's what happens when the thing you built on it has to run in production for a year.
Where it starts to hurt
Four things that show up at scale.
None of these are faults in any particular model. They're properties of using a general-purpose model for a job that has a fixed set of right answers.
The confidence number isn't calibrated to your data
The whole auto-approve-or-review pattern depends on a score you can set a threshold against. What a generalist model gives you is either its own self-assessment or a token probability — and neither was fitted to how often it's actually right on your inputs. Picking a cutoff from it is guesswork wearing the costume of arithmetic.
Corrections have nowhere to go
When your team spots a bad call, nothing turns that into a better model. You edit the prompt and hope. The judgement your reviewers apply every day evaporates instead of accumulating, so the system is no smarter in month six than it was on day one.
Cost and latency scale with every item
You pay per call, on every item, forever. And the obvious lever for more accuracy — reach for a larger model — pushes cost and latency the wrong way at exactly the point where volume makes both of them matter.
It changes under you
Model versions get deprecated and behaviour shifts on somebody else's schedule. A prompt you tuned six months ago isn't guaranteed to behave the same way today, and you're likely to hear about it from your users before you hear about it from your monitoring.
What a specialized model gives you
Build it, watch it, make it better.
The advantage isn't only that a specialized model is more accurate on day one. It's that it's something you can operate.
Build from examples, not prose
Your edge cases are easier to demonstrate than to describe. Showing the model thirty borderline cases encodes judgement that no amount of prompt wording captures cleanly.
Monitor a real accuracy number
A prompt has no accuracy figure — only a vibe. A trained function is scored continuously against held-out labeled data, per label, so you can see which categories are weak and whether last month's change helped.
Improve through the same loop you already run
Every correction your reviewers make becomes training data. Nyckel retrains, benchmarks the new model against the current one, and promotes it only if it actually scores better.
When not to use us
If you need something written, use an LLM.
Summaries, replies, drafts, conversation, anything open-ended — that's generative work and a general-purpose provider is the right tool. The same goes for a one-off analysis, or a decision you make a hundred times rather than a hundred thousand. Nyckel earns its place when the answer space is bounded, the volume is real, and being wrong has a cost.