Refusals
Why does AI refuse to answer?
Most refusals come from a moderation layer wrapped around the model rather than from the model itself — a classifier that inspects your request, or a system prompt instructing caution — which is why they feel arbitrary and why the same question can be refused in one product and answered plainly in another.
The four layers a request passes through
Training. The model was tuned to decline certain things. This is the deepest layer and the hardest to characterise, because it shows up as reluctance rather than a hard stop.
The system prompt. Invisible instructions prepended to your conversation, often telling the model to be cautious about entire topics. This is the layer that produces the hedging and the unsolicited disclaimers.
Input and output classifiers. Separate models scanning your request and the answer, able to block either. This is where the abrupt mid-sentence stop comes from.
Product policy. The operator’s own rules layered on top, which is why the same underlying model behaves differently depending on who is reselling it.
Why it lands on ordinary questions
These layers work on surface patterns rather than intent. A nurse asking about dosages, a novelist writing a villain, and someone asking what their own diagnosis means all trip the same keyword-shaped wires as the thing the filter was built to stop.
nokeep removes the layers it controls: no added system prompt telling the model to hedge, no classifiers of ours in the path, and no product policy beyond what the law requires. What remains is whatever the model was trained to do, which is a far shorter list than most people expect.
Asked before you asked
Are uncensored models less accurate?
Not inherently. What changes is the willingness to engage with a topic, not the quality of the reasoning. The bigger accuracy variable is which model you are talking to.
Can I jailbreak a normal assistant instead?
Sometimes, briefly. Prompt tricks are patched, they degrade the answer by spending the model’s attention on the costume rather than the question, and you are still on an account that logged the attempt.
Does no moderation mean no limits at all?
It means nothing is added between you and the engine. Legal limits still apply, and the underlying model still has its own training. The difference is that nobody has bolted extra caution on top.