Bad calls — garbage in, garbage out.
The model copies your examples faithfully — including their mistakes and their mess.
Examples are powerful precisely because the model imitates them. But imitation cuts both ways: it copies whatever you show it, and it does not stop to check whether your examples are any good.
Show it examples written in three different styles, and its answers come out in three different styles. Show it one example with a wrong verdict, and it will confidently repeat that mistake on a new incident. The model is not judging your examples — it is following them.
This is the flip side of the whole lesson: garbage in, garbage out. Clean, consistent, correct examples give clean, consistent, correct answers. Sloppy or wrong ones give exactly that back.
Feed the VAR three kinds of examples — clean, messy, and one with a wrong call — and watch its verdict pick up whatever you put in.
It imitates — it doesn't audit.
The call is drawn straight from the shape of the examples. Nothing in the code checks that they are correct or consistent — that part is on you.
Garbage in, garbage out.
Examples are instructions by demonstration, and the model is a faithful mimic. Inconsistent examples make inconsistent answers; a single wrong example teaches a wrong rule the model will repeat with full confidence. It copies the flaw as happily as the pattern.
Treat your examples like code you are shipping: keep them correct, keep them in one consistent shape, and read them twice. A few clean examples beat a pile of sloppy ones every time.