Muskeology
Frontier tech, minus the hype

AI & Compute

Fine-Tuning Versus Prompting And What Each Changes

Adjusting a model's weights and adjusting its instructions solve different problems, and confusing the two is a common reason AI projects stall unnecessarily.

Detailed image of a circuit board featuring capacitors and intricate pathways, ideal for tech-related content.
Detailed image of a circuit board featuring capacitors and intricate pathways, ideal for tech-related content. · Photo via Pexels

Teams building on language models face an early choice between changing the prompt and changing the model. The two approaches address different failures and are not substitutes.

Prompting changes behaviour without changing the model

A prompt supplies instructions and examples at the moment of the request. The model's parameters remain untouched, and the effect lasts only for that interaction.

This makes iteration fast. A change can be tested in seconds, reverted immediately, and different variants can run side by side against the same underlying system.

The limitation is capacity. Everything the model needs must fit into the request, and long instructions raise cost and can dilute the model's attention across competing demands.

Fine-tuning writes the behaviour into the weights

Fine-tuning continues training on a curated set of examples, adjusting parameters so the desired behaviour becomes the model's default rather than something requested each time.

Once done, prompts can be shorter, because the format and tone no longer need explaining. That reduces per-request cost for high-volume applications.

The trade-off is rigidity. Changing the behaviour later means assembling new data and running the process again, which takes far longer than editing a prompt.

Neither approach adds knowledge reliably

A common misunderstanding is that fine-tuning is how a model learns facts about a business. It is better understood as teaching a style, format or task pattern.

Facts absorbed this way cannot be updated or removed selectively, and the model may blend them with unrelated material rather than reproducing them accurately.

Supplying the relevant documents at request time keeps the information current and traceable, which matters when an answer must be checked against a source.

Data quality dominates data quantity

Fine-tuning amplifies whatever consistency exists in the examples provided. A small, carefully edited set usually outperforms a much larger set assembled loosely.

Contradictory examples are actively harmful, because the model has no way to know which version is intended and settles on an average of both.

Building that dataset is the real work, and teams frequently underestimate it. The training run itself is often the shortest part of the project.

The choice depends on what is failing

If a model produces correct content in the wrong shape, fine-tuning addresses it directly. Format and tone are exactly what the process is good at fixing.

If a model lacks information, no amount of tuning substitutes for supplying that information. The failure is one of access rather than capability.

Diagnosing which failure is present before choosing a remedy avoids the common pattern of spending months on training to solve a retrieval problem.

Tobias Nkemelu
AI & Compute, Muskeology

Tobias builds and breaks machine learning systems for a living, which makes him a difficult audience for benchmark announcements.

More from Tobias →

Also by Tobias Nkemelu

AI & Compute

What to actually worry about with AI

A great deal of the risk discussion is about scenarios, and a shorter list of problems is already causing measurable harm.

Tobias Nkemelu··3 min read

AI & Compute

Where AI systems actually fail in production

Not in the model. In the data pipeline, the distribution shift, the feedback loop and the assumption that the world stays still.

Tobias Nkemelu··3 min read

AI & Compute

Evaluating an AI product claim

A short checklist for reading announcements, which mostly consists of asking what was measured and against what.

Tobias Nkemelu··3 min read

Robotics

Autonomous mobile robots outside the warehouse

Hospitals, hotels, factories and pavements — where wheeled autonomy has spread, and the specific reasons each environment is harder than a warehouse.

Lena Brandt··3 min read