AI confidence estimation can use predictive probabilities, ensembles, repeated sampling, distance from familiar data, auxiliary models, or domain-specific measures. The estimate may apply to a complete prediction, a region, a token, a structure, or another defined part of the output.
A confidence score becomes useful when its meaning is explicit and empirically tested. Different scores are not automatically comparable, and a high value may still be wrong on unfamiliar data. Calibration checks whether the estimate corresponds to observed accuracy or another relevant success criterion.
ELI5
Confidence estimation is a way to show how certain an AI system should be about a result. It helps distinguish a conclusion supported by several strong sources from a guess based on one unclear source.
For example, a verifier may give a claim low confidence when two credible sources disagree. The workflow can then search for more evidence or clearly report the uncertainty instead of hiding it.

