AI StrategistRich Schefren · Strategic Profits

Comparison

Imprinted AI vs Fine-Tuning

Fine-tuning is a real technique that works well on the thing it is for. The trouble starts when it is pointed at judgment, because the method and the material want opposite things.

Fine-tuning adjusts a model's weights using example pairs, so the model's output distribution shifts toward your examples. It changes the model.

An Imprint is a maintained record of rulings you made, held outside the model and applied at the moment work is done. It changes what the model is working from.

Fine-tuning learns what is consistent about you.
Your judgment is what is exceptional about you.

The method optimises away the material

Think about what a training run is doing.

It reads many examples and looks for what holds across them. What holds becomes the learned behaviour. What does not hold across examples is residual, and residual is treated as noise to be smoothed out. That smoothing is not a flaw in the technique. It is the technique. It is why fine-tuning generalises at all.

Now describe your most valuable decisions.

They are rare. They are situational. They frequently contradict your own general pattern, which is what made them worth your attention in the first place. The whole reason a call was difficult is that the obvious pattern pointed one way and you went the other.

So the calls that carry the most value are the ones a statistical process is most likely to discard. Fine-tune on a year of your work and you get a model that reliably produces your median output. The exceptions are gone, and they were the reason anyone was paying you.

Captured judgment does the opposite. A single ruling, made once, with the reason attached, is immediately usable. It does not need to be corroborated by four hundred similar rulings before it counts. One is enough, because it is not evidence of a pattern. It is an instruction.

A wrong tune has no address

Say the model picked up something about you that is not true. Maybe it read a period when you were experimenting and learned the experiment as a preference.

Where do you go to fix that?

There is no line. The behaviour is spread across the weights, mixed with everything else the run taught it. The available fix is to assemble a corrected dataset and train again, and then verify by testing behaviour, because you still cannot look at the thing directly.

A captured ruling has an address. It is a record. You supersede it, and the system re-examines what was resting on it. The correction takes a minute and leaves a trail showing what changed and when.

This matters more as the system gets more useful, because the more work you push through it, the more expensive a silent wrong belief becomes.

You cannot ask it why

A fine-tuned model will not tell you which examples produced a behaviour. It will not separate what it learned from you from what the base model already believed.

So you cannot audit it, and you cannot inherit it with confidence. Six months on, faced with an output you disagree with, you have no way to find out whether the model is applying something you actually taught it or something it invented and you never noticed.

Provenance is the property that makes a growing pile trustworthy. Weights do not carry any.

The tuned model is the perishable half

Here is the part that decides which of these is a durable asset.

You fine-tune this year's model. Next year there is a better one, and the tuning does not come with you. You run it again on the new model, assuming you still have the dataset in a usable state.

Which means the dataset was always the asset. The tuned weights were a temporary expression of it.

A competitor can install next year's model next year. They cannot go back and capture the decisions they did not preserve this year. The model is rentable. The record of how you decided is not, and it is the input that makes every future model worth more to you than to them.

Side by side

Fine-tuningImprint layer
What it modifiesThe model's weightsWhat the model is given to work from
Input neededHundreds to thousands of consistent examplesOne real decision, with its reason
Handles rare casesPoorly. Rare is indistinguishable from noiseWell. Rare cases are the point
Correcting a mistakeRebuild the dataset and retrainSupersede one record. Downstream re-examined
Can you inspect itNo. Behaviour onlyYes. Every entry carries its origin
Survives a model changeNo. Retrain from scratchYes. It was never inside the model
Best atFormat, tone, vocabulary, narrow repeated tasksCalls, standards, exceptions, refusals

When fine-tuning is clearly the right choice

When the requirement is consistency of form on a repeated task, fine-tuning is excellent and an Imprint is the wrong tool.

Structured output that has to come back in the same shape every time. A house style applied across thousands of documents. Domain vocabulary the base model keeps getting wrong. A narrow task you want to run cheaper and faster than a long prompt allows.

In all of those the value is precisely in the averaging, and the absence of exceptions is the feature you are paying for.

The two also sit at different layers, so this is not an either-or. A tuned model can carry the form while an Imprint supplies the ruling. What does not work is expecting the tuning to supply judgment it structurally cannot hold.

Frequently asked

Can I fine-tune a model on my own judgment?

You can fine-tune on your output, and the result will carry your style and vocabulary well. Judgment is a harder fit, because fine-tuning learns by finding what is consistent across many examples and smoothing away what does not generalise. The decisions that carry the most value are usually rare and exception-shaped, so they sit in the part of the data the method is designed to discard.

How many examples does fine-tuning need?

Enough for a pattern to be statistically visible, which in practice means hundreds to thousands of consistent pairs for a behaviour to hold reliably. Your highest-stakes calls do not exist in those quantities. A founder might make a few dozen genuinely difficult decisions in a year. That is far too few to move weights and more than enough to be useful as captured rulings applied at the time of the work.

If a fine-tuned model learns something wrong about me, how do I fix it?

By building a corrected dataset and training again. A learned behaviour is distributed across the weights, so there is no specific place to edit. This is the practical difference people underestimate: a captured ruling is a record you can supersede in one move, with the change propagating to whatever depended on it, and a tuned behaviour is not addressable at all.

Does fine-tuning transfer when a better model comes out?

The weights do not. You retrain, which means the durable asset was never the tuned model. It was the dataset you trained on. If that dataset is a captured record of real decisions, you carry it forward onto every future model. If it was assembled once from scraped output and not maintained, you are starting the collection over on a worse footing than the first time.

Can you audit what a fine-tuned model learned?

Not directly. You can test behaviour, but you cannot ask which examples produced a given tendency, and you cannot separate what came from your data from what was already in the base model. Captured judgment carries provenance for exactly this reason: being able to trace a behaviour back to the decision that set it is what makes it correctable later.

Where this sits

Read the category definition at What is Imprinted AI. The capture side is public and inspectable: Imprint preserves provenance on every entry, which is the property weights cannot offer.

Related comparisons

The full argument

This page is one distinction pulled out of a longer case. The whole thing runs about 23,000 words, it is free, and there is no email gate on it.

Read The A.I. Business Manifesto

Nothing on this page is for sale. If the distinction is useful, the useful thing to do with it is pass it on.

Last updated: 28 July 2026