Back to blog
Part 3 of 6LLMsFeedback

How does feedback shape an LLM?

7 August 2026 | 3 min read | Updated 13 August 2026

The model practises, people or tests compare its answers, and the training process nudges it towards better behaviour.

Practice and feedback

Answer A

Human rank: 2nd

Answer B

Human rank: Best

Answer C

Human rank: 3rd

The model learns to move towards answers people rate more highly.

Now the model has to practise

A student cannot improve by reading worked examples forever. At some point, they attempt a problem and receive feedback. Models can go through a similar stage.

The model produces possible answers. A test or a person compares them. The training process then encourages behaviour that led to the better result.

Practice loop

Try, check, improve

TRY

Make attempts

CHECK

Compare results

UP

Encourage the better path

Feedback gives the training process a direction.

Some questions have a clear scoreboard

For a maths problem, we can often mark an answer right or wrong. Code can be run against tests. When the result can be checked, the training signal is fairly clear.

If five answers are 7, 9, 12, 14 and 15, and 14 is correct, there is little argument about which attempt should win.

A verifiable answer

One answer passes the check

12

Attempt

does not pass

14

Correct

passes the check

15

Attempt

does not pass

A clear test can separate the successful attempt from the rest.

A joke has no answer sheet

Now ask, "Tell me a funny joke." Five people may rank the same jokes in five different ways. For open-ended work, people compare answers and choose which feels more helpful, clear or safe.

This is why a model can solve an equation and still tell a terrible joke. One task has a clear scoreboard. The other depends on taste, culture and disagreement.

Clear and open-ended feedback

Right answer versus preferred answer

Maths or code

a result can be checked

1 3 2

Joke or tone

people may rank answers differently

Tests can verify some tasks. Human preference guides others.

Feedback is a direction, not perfection

Examples teach a model how to respond. Feedback helps shape which responses it should favour. Different model makers use different post-training methods, so this simple picture is not a description of every training recipe.

Once training is finished, using the model starts a different process. That process is called inference.

About the author

I’m Rama, an AI engineer and product builder. I turn complicated AI ideas into explanations and systems that people can understand, trust and use.

More about me

Read next

Why does an LLM write one token at a time?

An LLM usually does not reveal a finished answer in one go. It produces a small piece, adds it to the text, then continues.

Continue reading →